Chrome 35 Launches With New APIs and JavaScript Features
An anonymous reader writes "Google today released Chrome version 35 for Windows, Mac, Linux, and Android. The new version is mainly for developers, especially those building Web content and apps for mobile devices – this release doesn't appear to have any new features targeted at the end user. "
Seriously, I don't think I could have made a worse one even if I tried.
How about giving some useful information, or maybe something that would actually be newsworthy?
"New Chrome version with new features"
OMG! Who knew this version thingies meant they added features!?
You are not stupid when you develop "web apps" -- you get al your customer's data. You are only stupid when you use them for more serious things than 2048.
You know, like when you read Slashdot and you might want each story to have the same sized font. Is rendering a font in the correct size difficult; is there a technical reason for this?
Links2 is working just fine, thanks.
What makes you think that Microsoft spies on you any less than Google?
If you do think that, can you provide hard evidence?
Good. Browsers should have stopped adding "features" 5 years ago. Display web pages and shut the fuck up.
What makes you think that?
Been waiting for that 5 years now... http://forums.informaction.com...
Competence, Organization, and privacy policy. Even if Microsoft wanted to break their privacy policy and spy on an end user as much as Google does, they couldn't pull it off because it would require too much coordination among too many different organizations for them to be able to pull it off.
what makes you think anyone still uses internet explorer. inflated botnet numbers from microsoft? oh wait windows 8 by default has about 20 automatically refreshing tabs with internet explorer. between win8 and botnets the traffic is skewed.
android is proof that open source and 'free software' are a far cry from each other, and it tracks a lot of data while i have yet to hear of free software containing adware.
https://www.gnu.org/philosophy/free-sw.html
What cross-platform application environment would you recommend other than the HTML stack? Oracle Java and Adobe Flash/AIR don't have a spotless security record either. Or would you prefer to have to write 14 different native applications for 14 different platforms? You could have a web app written, tested, and deployed before you even finish applying to become an authorized developer on half of those platforms.
how about bloody 64bit on mac.?
Chrome was one of the first popular web browsers to use a separate process per tab. This architecture makes 64-bit less necessary because each tab is expected to use less than 2 GB of RAM.
you pretty much need to use java7 today
Which major web sites still use Java applets as opposed to SWF or HTML5?
what makes you think anyone still uses internet explorer.
I don't think most Windows users obtain Firefox or Chrome through FTP or by downloading it to a USB flash drive on a separate computer. Even Google agrees that it should be called "Microsoft Firefox Downloader": look at what it bolds in the search results.
I think the reason is that most "desktop" web pages are made for 900px to 1000px wide displays. This fits on a 1024-pixel-wide netbook display or on a 960-pixel-wide half of a 1080p display. But it doesn't fit so well on a 7" tablet that's only about 540px* wide. So the web browser has to zoom the page out and zoom the text back in. And to avoid disrupting the layout, it needs to use heuristics to determine which textual elements to enlarge. See an article about font inflation in Firefox for Android.
* In CSS, 1px doesn't represent a device pixel. It means 1/2688 of the distance from the eye, which happens to equal one device pixel for a 96 dpi screen 28 inches away from the user but can cover more pixels on a higher-density output device. Because a phone or tablet is held closer to the eye than a desktop PC monitor, Android assumes 160px per inch. This usually translates to a scale factor of 1, 1.5, or 2 between CSS px and device pixels. Early 7" Android tablets had a 480x800 pixel display and left px == pixel. The first-generation Nexus 7 had a 800 pixel wide 216 dpi display and scales px by 1.5. The second-generation Nexus 7 has a 1200 pixel wide 323 dpi display and scales px by 2.
I'm not remotely interested in Chrome, but I want to see what's in store for Firefox about 2 releases from now.
Caveat Emptor is not a business model.
Been waiting for that 5 years now...
http://forums.informaction.com...
And the three years since some dude called 'glen' took out side tabs; which is why I went back to firefox (treestyle tabs ftw)
46137
how about bloody 64bit on mac.?
Chrome was one of the first popular web browsers to use a separate process per tab. This architecture makes 64-bit less necessary because each tab is expected to use less than 2 GB of RAM.
It's not about addressable memory space.
64-bit usually yields better performance due to more registers and the fact that i386 was a register starved architecture.
But more importantly, everything on modern Mac is now 64-bit. Anything that is 32-bit must load in a 32-bit version of every shared system library that the application touches. At a minimum, Firefox would have to load in the entire 32-bit version of the Cocoa frameworks (because Firefox needs to at least create a native window). If Firefox is the only 32-bit app resident on your system (which is highly likely today), then it's wasting gobs of your system RAM and probably making you swap to disk more.
I wasn't aware that major features of Chrome relied on the Java virtual machine. Can you provide a citation so I can confirm this and learn why Google chose to do it that way?
How are "developer" features not features for the end user? Don't users interact with web pages?
By that logic you could argue that HTML 2.0 form support is only a developer feature. The fact that it enables the end user to input data doesn't make it a feature for that end user?
That didn't actually happen as you seem to think it does, which reflects more poorly on you than it does MS.
i was rather hoping that as Firefox and Opera have both decided to become little more than Chrome clones, replete with crappy interface and lack of customization (especially when Opera 12 was the KING of layout customization, a truly exceptional peice of software), that Chrome might opt to add more customization.
To be clear:
Firefox needs to stop chainging its UI every few releases. So when Firefox 29 finally became Just Another Chrome Clone (JACC), it amused me that it took only 24 hours for an extention called "Classic Firefox Restorer" or whatever to hit the web and become one of the most popular firefox extensions (but of course the devs will ignore that)
Opera 12 was the best browser I have ever used. The only reason I no longer use it exclusively, is because they've stopped updating it, and its page renderer chugs on many common pages these days. and now Opera 20 is JACC, that axed basically everything that appealed about Opera.
If I wanted to use Chrome, I would bloody use Chrome.
Stop messing with your browsers and alienating your users in the quest to chase Google with your JACC's.
The guy who said the election was rigged won the presidency with the second-most votes.
So even if my web pages and my web applications are relying on the same technologies (e.g. HTTP, HTML, CSS, Javascript), I'm using them differently and I would prefer that they behave differently. So why must it be that the same web-browser application does both? Why not create a highly efficient cross-platform application framework based on those technologies, and keep the browser simple?
Because by the time you make an HTML5 web application browser usably efficient, it's already also reasonably efficient at displaying web pages. What different behavior would you prefer in a subset browser suitable only for "web pages"? And where should one draw the line between a "web page" and a "web application"? Which is a forum? Which is a wiki? Which is a blog with a comment section? Which is a microblog host like Pump or Twitter? Which is a microblog host that allows adding GPS coordinates to posts?
Why would Java require a web browser in the first place?
It's not about addressable memory space.
64-bit usually yields better performance due to more registers and the fact that i386 was a register starved architecture.
I thought there was a tradeoff between register starvation and data cache starvation. There are fewer registers on x86, but the pointers are half the size (without the so-called "x32" ABI that didn't catch on).