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. "
stop developing "web apps", please
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!?
No, thank you. I realize most geeks really like Chrome, but I don't trust it or its master. I'll stick with browers not tied to Google in any way.
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?
Throw it away Joe !! Throw !! It !! Away !! We have NEW APIs for you !! Start anew !! Fresh !! Like a summer's breeze !!
I wonder if soulskill gets paid, if so, clearly he's overpaid.
Don't complain about syntax, grammar, or spelling. There is no.hell like input on android.
Been waiting for that 5 years now... http://forums.informaction.com...
I cringe when I see new browser versions, especially the post-fork Chrome rendering engine. They broke the entire web with a recent release that put table rows in the wrong order. Forking webkit to make blink was a huge setback for the web. At least Apple had an eye for detail and quality and didn't break too much. Google isn't quite as detail-oriented.
When people use
paragraph
tags in their posts it changes the font/css rules that apply.
how about bloody 64bit on mac.? you pretty much need to use java7 today and chrome breaks once you install it they should get their act together
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.
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
...until they bring side-tabs back (or let addon authors replicate it). Was the single, most awesome, feature back in the day.
The day they removed it was the day I removed Chrome from my computer and went back to FireFox.
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?
pipelight doesn't work with chrome 35, no more netflix in chrome for linux
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).