Slashdot Mirror


Google Chrome 34 Is Out: Responsive Images, Supervised Users

An anonymous reader writes "Google today released Chrome version 34 for Windows, Mac, and Linux. The new version includes support for responsive images, an unprefixed version of the Web Audio API, and importing supervised users. You can update to the latest release now using the browser's built-in silent updater, or download it directly from google.com/chrome."

115 comments

  1. Wait Chrome versions are news now? by Anonymous Coward · · Score: 0

    n/t

    1. Re:Wait Chrome versions are news now? by Anonymous Coward · · Score: 1, Funny

      The last few versions were so abysmal it's worth talking about...

  2. Responsive Images by ADRA · · Score: 5, Informative

    In case anyone wanted to know what responsive images are, I googles this imformative article on the subject:
    http://dev.opera.com/articles/...

    --
    Bye!
    1. Re:Responsive Images by Anonymous Coward · · Score: 0

      Among all the proposed solutions, srcset seems the less elegant one, shame Google decided to endorse as it will probably become standard this way.

      It's also a shame that, thanks to patents overlords, jpeg2000 never took off as it seems to me it would have been a good solution to the problem with Multiple resolution representation/progressive transmission.

    2. Re:Responsive Images by jez9999 · · Score: 1

      Weird... I don't understand the problem they're describing in that blog post. Surely JS code can detect when viewport size is modified, and change images accordingly.

    3. Re:Responsive Images by Ark42 · · Score: 1

      That article seems to present a lot of various ways Responsive Images could be implemented, without actually telling me which way was chosen, and which syntax Chrome actually supports now.

    4. Re:Responsive Images by bluefoxlucid · · Score: 1

      It was implemented retardedly. Instead of having repeated tags per item, you give a parse string srcset="jumbo.jpg 1x, jumbo2.jpg 2x, jumbo4.jpg 4x". They may as well have implemented it with JSON.

  3. With the NSA API? by Anonymous Coward · · Score: 0, Funny

    With the NSA API?

  4. What about the hershey fonts? by Anonymous Coward · · Score: 0

    That is very nice. Do the fonts still look like total crap?

    1. Re:What about the hershey fonts? by MozeeToby · · Score: 0

      Did they fix the bug where tabbing out of a full screen video exits full screen mode? Drives me nuts.

    2. Re:What about the hershey fonts? by blue+trane · · Score: 1

      Did they put the arrows back at the top and bottom of the scrollbar? I use those a lot.

    3. Re:What about the hershey fonts? by Anonymous Coward · · Score: 0

      That isn't a bug. Deal with it.

    4. Re:What about the hershey fonts? by spitzak · · Score: 1

      I see arrows there. Never noticed they were missing however.
      This is on Linux with 34.

    5. Re:What about the hershey fonts? by Bengie · · Score: 1

      I was still using 33 on Windows until I read your message. At the time, I also did not have any arrows. Reloaded Chrome to apply 34, and now they're back.

    6. Re:What about the hershey fonts? by Harlequin80 · · Score: 1

      I have arrows on both my Linux and windows installs.

    7. Re:What about the hershey fonts? by SpinyUK · · Score: 1

      Arrows back on regular sites, seem to be still gone from google sites. Oh google, you're so funny...

    8. Re:What about the hershey fonts? by segin · · Score: 1

      HTML/DOM scrollbars, not native. Not sure how they work (at a low level), but they seem to be "standard" for some sites to use these days for any content that scrolls separately from the overall page itself.

  5. Nah...TL:DR by xxxJonBoyxxx · · Score: 5, Informative

    A "responsive image" will load either a small or large version (or multiple versions) depending on the browsers's screen resolution. To do this, it makes an extra request to the server before requesting the appropriate image size.

    (The referenced Opera article prattles on and on - Google's faster.)

    1. Re:Nah...TL:DR by Anonymous Coward · · Score: 2, Interesting

      Soo... they reinvented mipmapping?

    2. Re:Nah...TL:DR by SimonTheSoundMan · · Score: 1

      Wouldn't this be better with JPEG2000 or other wavelet based image format?

      You just fetch whatever level of detail you want, you just stop.

    3. Re:Nah...TL:DR by Desler · · Score: 1

      But it's "on the web"!!!!! That's totally new!!

    4. Re:Nah...TL:DR by Travis+Mansbridge · · Score: 2

      Sort of, except its purpose is to reduce load time over the internet rather than increasing render efficiency for the client (nobody's computer struggles to display static images on a web page)

    5. Re:Nah...TL:DR by Anonymous Coward · · Score: 1

      Battery life... computing wavelets consumes more energy than receiving bits, especially if you have no GPU or DSP hardware acceleration, either because it doesn't exist on the client or not powering one up saves the power cost.

    6. Re:Nah...TL:DR by Anonymous Coward · · Score: 0

      In both cases you avoid busting your budget (memory/processing vs time) by loading smaller textures. Only the constraint is different - but then again another reason for mipmapping can be to optimize for better memory bandwidth usage, which is pretty analogous with network bandwidth...

    7. Re:Nah...TL:DR by Anonymous Coward · · Score: 0

      Yes, of course, then again if patents didn't get into the way, maybe we would have dedicated HW acceleration already everywhere because of wide adoption...

    8. Re:Nah...TL:DR by tepples · · Score: 1

      computing wavelets consumes more energy than receiving bits

      How does the wavelet transform performed with lifting use any more energy than the 8-band cosine transform of JPEG?

    9. Re:Nah...TL:DR by Desler · · Score: 1

      Because patents have prevented H.264 hardware acceleration in mobile devices... Oh wait.

    10. Re:Nah...TL:DR by Bengie · · Score: 2

      Reminds me of viewing porn as a child and watching the images slowly "come into focus".

    11. Re:Nah...TL:DR by Anonymous Coward · · Score: 0

      ...so, because it's not a new idea, it shouldn't have been done? Is that what you're saying?

    12. Re:Nah...TL:DR by Anonymous Coward · · Score: 0

      I think excessive javascript is more of a problem than any image.

    13. Re:Nah...TL:DR by Anonymous Coward · · Score: 0, Troll

      No, but web designers are acting like it's something new. As they always do when they reinvent decades-old tech.

    14. Re:Nah...TL:DR by vux984 · · Score: 1

      Reminds me of viewing porn as a child and watching the images slowly "come into focus".

      Or the images on google image search. Today.

    15. Re:Nah...TL:DR by Trax3001BBS · · Score: 1

      A "responsive image" will load either a small or large version (or multiple versions) depending on the browsers's screen resolution. To do this, it makes an extra request to the server before requesting the appropriate image size.

      I use Googles Define: option a lot, would seriously miss it. Google says almost the same thing

      Yet a picture speaks a thousand word if you listen. The same picture on different platforms, requested responsive image will supply the correct picture
      to the appropriate device http://brightlemon.com/files/r...

    16. Re:Nah...TL:DR by Aewyn · · Score: 1

      Don't know where you get the idea of an extra request from. What they have implemented is the srcset attribute (from the WHATWG HTML spec), which means that authors can write e.g.

      <img alt="Slashdot" src="slashdot_logo.png" srcset="slashdot_logo_big.png 2x">

      and the browser will then choose based on the viewport size and resolution which URL to load (whereas browsers that don't support this attribute will just load what's in src). In this case, it would load the big image if the resolution was at least 2*96dpi.

    17. Re:Nah...TL:DR by Anonymous Coward · · Score: 0

      No, it's "on the cloud", that's 1000 times newer!!!

    18. Re:Nah...TL:DR by segin · · Score: 1

      All the while using hundreds of times the system resources as the original implementations.

    19. Re:Nah...TL:DR by Anonymous Coward · · Score: 0

      .."nobody's computer struggles to display static images on a web page" - not with the advances brought to use by modern web design - eg try www.computerandvideogames.com - turn off flash - makes no difference 100% cpu, a page of entirely static images.

      Or try visiting a google+ or google groups page without using chrome - and wait... not sure how serving up a crippled web page to Opera users fits in with google's "use web standards" philsophy

      etc etc etc. Sorry

    20. Re:Nah...TL:DR by Misagon · · Score: 1

      The only option would be "some other wavelet-based image format".

      JPEG-2000 is completely different to ordinary JPEG. It is crippled in that the encoding is quite complex, has a tonne of different ways it can be encoded and is therefore difficult to do at speed. The software decoders that are not dead-slow are proprietary.
      You wouldn't really win anything with using JPEG-2000.

      --
      "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
    21. Re:Nah...TL:DR by Anonymous Coward · · Score: 0

      The only option would be "some other wavelet-based image format".

      JPEG-2000 is completely different to ordinary JPEG. It is crippled in that the encoding is quite complex, has a tonne of different ways it can be encoded and is therefore difficult to do at speed. The software decoders that are not dead-slow are proprietary.
      You wouldn't really win anything with using JPEG-2000.

      Well, you do get more compression on more detailed images, but obviously that's not as big of a concern as it once was.

    22. Re:Nah...TL:DR by jgoemat · · Score: 1

      To do this, it makes an extra request to the server before requesting the appropriate image size.

      This seems completely wrong, how did it get rated 5-Informative? One of the primary purposes is to use less bandwidth. Responsive images just tells the browser to load a different image based on screen size or pixel density, there's no extra request to the server.

  6. Chrome 34 by Anonymous Coward · · Score: 0

    If it exists there is ...
    Wait, sorry, misread the subject.

  7. HiDPI by itamihn · · Score: 1

    What about proper HiDPI support?

    1. Re:HiDPI by The+MAZZTer · · Score: 3, Informative

      It is in the works. You can check their progress by opening chrome://flags/#high-dpi-support and enabling the experiment.

    2. Re:HiDPI by Ark42 · · Score: 1

      Nope, but Firefox still works great on my 192dpi Windows 8.1 laptop. Chrome looks like crap still, completely unusable font rendering.

  8. Call me when they have a 64-bit version for the OS by wavedeform · · Score: 0

    Why is this still a 32-bit browser? Java won't install in 32-bit browsers.

  9. Memory usage? by war4peace · · Score: 0

    If it still eats up 1 GB memory for 3 open tabs (or 500 MB with no tabs), then sorry, it's still shit.

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
    1. Re:Memory usage? by Harlequin80 · · Score: 1

      Running on linux mint I currently have 2 windows and a combined 29 tabs. Current memory footprint for all processes is 2256mb. Each tab seems to consume a minimum of 30mb uo to a max of 112mb.

      For specifics this page is using 31.1mb

      I personally don't have a problem with that given ever tab is a separate process.

    2. Re:Memory usage? by Ingenium13 · · Score: 4, Informative

      Wow, that's surprising. Chrome eats memory on Ubuntu 12.04. Using version 34, with 19 tabs open, I'm using 2.9GB of private memory and 1GB proportional. This page is using 150MB for me. Maybe it's a 64-bit thing? After a day or so memory usage will approach 6-8GB.

      I've found gmail to be particularly bad. My gmail tab is at 400MB right now, but within 24 hours it will balloon to 1GB and then keep growing. I think it usually ends up around 2-2.5GB after a few days, but I've seen it higher. I think there must be some kind of JS memory leak or something.

      That said, it's not usually that big of a deal for me. I have 16GB of RAM, most of which is just cache unless I load a VM. Chrome's memory leaks do force me to close the browser and restart it though when I need to free up a few GB for running multiple simultaneous VMs.

    3. Re:Memory usage? by geekoid · · Score: 1

      I have 3 tabs and 11 process for chrome running. Total memory usage is about 500MB
      I have ad blocker, and a few developer extensions running.
      I'm on a win7 64 bit box.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    4. Re:Memory usage? by Harlequin80 · · Score: 1

      Should probably have specified - I'm on a 32bit system and the machine only has 4gb of ram. (custom software at work which is not currently 64bit friendly at all)

      Also have adblcok, ghostery, gmail notifier and a few other random things installed.

    5. Re:Memory usage? by AmiMoJo · · Score: 1

      Maybe it's an issue with the Linux version. On Win7 x64 I see about 25MB for a Slashdot story tab. I'm using about 1.6GB total but have over 40 tabs open in three windows.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    6. Re:Memory usage? by bluefoxlucid · · Score: 1

      32 bit supports up to 64GB of RAM.

    7. Re:Memory usage? by bhiestand · · Score: 1

      I've had the same issues on the Mac version for years.

      --
      SWM seeks new sig for a brief fling
    8. Re:Memory usage? by digitalattorney · · Score: 1

      Yeah I have the same issue. I've tried various Linux distros (ubuntu based) and they all have the same issue. Chrome is a memory monster. Firefox works like we would expect. Very reasonable memory usage, Chrome though is just as you stated. In fact, I run Linux Mint 16 at the moment. I had 2GB in this notebook. I upgraded to 6GB, just so I could run Chrome...lol. Yes, I upgraded memory - to run a browser...lol. I sort of rely on my Google accounts integration with Chrome, so it's worth it to me. Really, I think the problem is Google. They're not really fond of us Linux users. Googe Drive has no client, and I could go on and on. Although we have some of the best and brightest minds in the Linux community, when it comes to Google, we're sort of just left back until someone somewhere in our community comes to the rescue. Google just really doesn't care. Hence, I believe that's part of our Chrome memory usage issue....

  10. Re:Call me when they have a 64-bit version for the by Anonymous Coward · · Score: 1

    The 32-bit version will install in a 32-bit browser.

  11. Re:It looks ugly by Desler · · Score: 1, Troll

    Well good news! Once Firefox fully apes the Chrome UI they can both look equally ugly!

  12. Rather have vector by Chelloveck · · Score: 2, Interesting

    I have a dream... Where, instead of learning to support some new "responsive image" paradigm, the web designers of the world focus their efforts on learning to make use of the responsive vector images that browsers already support.

    --
    Chelloveck
    I give up on debugging. From now on, SIGSEGV is a feature.
    1. Re:Rather have vector by Desler · · Score: 2

      Ignoring the fact that most images on the web are not vector-based to begin with?

    2. Re:Rather have vector by Dynedain · · Score: 1

      Yeah, vector photographs, those work great!

      --
      I'm out of my mind right now, but feel free to leave a message.....
    3. Re:Rather have vector by locopuyo · · Score: 5, Insightful

      I'll just snap a vector image here with my camera....

    4. Re:Rather have vector by narcc · · Score: 1

      I think the idea is to use vector images for the zillions of things that aren't photographs. It's a very good idea.

    5. Re:Rather have vector by Anonymous Coward · · Score: 0

      Hopefully this actually happens in the near future.

      Consider having new metadata in your phone that records not only geographic location, but directional heading and speed. Add that to videos and you've got a great new method of documentation. Tack that onto something like Google maps, with new rendering tech that can stitch together these videos and images together based on that new metadata and visual similarities, and you've got a veritable time machine on your hands. Think of how awesome something like this would be for a situation like Hurricane Sandy, other natural disasters, or even something like the Super Bowl.

      The future is awesome.

    6. Re:Rather have vector by Waccoon · · Score: 1

      Ever heard of an autotracer? Some of the new ones work amazingly well.

    7. Re:Rather have vector by segin · · Score: 1

      The vast majority of images on the web aren't photographs and could easily be vectorized. Need some examples? The Slashdot logo, the stats "medal" icon, the user settings icon in the user info box, the Slashdot TV icon, the Chrome logo in the summary, every single comment's "flag this comment" icon, the friends bubbles...

      There's about 700 images on this very page alone that could be vectorized. None of them are actual photographs.

    8. Re:Rather have vector by Anonymous Coward · · Score: 0

      The vast majority of images on the web ARE photographs

      fixed for you

    9. Re:Rather have vector by bickerdyke · · Score: 1

      Most images on the web are used to render fancy box borders user elements, another set is used to simulate their shadows. If those elements would not be kludged together as so-called css-sprites, the majority of images on the web WOULD be vector based.

      --
      bickerdyke
  13. And the malware-style install? by Arker · · Score: 0

    I tried chrome some time back. After installing it I switched user accounts and it was gone. Silly thing had installed in %appdata% or something like it thought it was Reveton. Even if I liked it (in my short experience it seemed a bit creepy) I would not find it reasonable to have to spend all day installing the same program over and over again just to have access to it across user accounts.

    So, fixed? Or defective by design?

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
    1. Re:And the malware-style install? by Anonymous Coward · · Score: 0

      I'm guessing that the installer, in a failed attempt to be intelligent and helpful, installs it locally if you run it under a normal account and installs it for everyone if you run it under an admin account.

    2. Re:And the malware-style install? by Anonymous Coward · · Score: 0

      I'm guessing that the installer, in a failed attempt to be intelligent and helpful, installs it locally if you run it under a normal account and installs it for everyone if you run it under an admin account.

      It's much worse than that, chrome installs into the local, temporary profile instead of the permanent profile.

      The temporary profile is for temporary things, such as firefox's file cache. The permanent profile is for things that should persist, such as your firefox bookmarks.

      Plus, the chrome installer is a real POS and often requires the user to use regedit to clear out the registry to reinstall after the temporary profile was deleted (because it's temporary!).

    3. Re:And the malware-style install? by Harlequin80 · · Score: 1

      The installer does ask you if you want it installed for all users or just this user. Potentially you had the wrong box marked.

    4. Re:And the malware-style install? by Arker · · Score: 0

      Yeah except that wasn't it. I even re-installed once to make sure I had not missed an option. It installed itself to a hidden temp directory that is not accessible under a different user account, and that's frankly unacceptable behavior even if I DID have the wrong box checked.

      I have noticed google products in general seem to have very, very odd ideas about installation behavior. Just try to get get google earth to install to d: for instance. It's very odd for such a supposedly tech-savvy company to produce such bizarrely broken tech.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    5. Re:And the malware-style install? by Anonymous Coward · · Score: 0

      Programs that install into the %APPDATA% directory bug me more than those that install to /var, not the least of which is because there is not an easy way to mark it "noexec."

    6. Re:And the malware-style install? by segin · · Score: 1

      Look here for the Chrome "IT Administrator" installer that will install to %ProgramFiles%.

    7. Re:And the malware-style install? by Anonymous Coward · · Score: 0

      use the installer you get from www.google.com/chrome/eula.html?msi=true that one will indeed install globally if run as admin (and in the appdata if not)

  14. TCP slow start by tepples · · Score: 1

    You don't need wavelets for that. Instead, all you really need is so-called "progressive JPEG": send the first 15 or 21 DCT coefficients for a half-resolution decode, then send more coefficients for the full-resolution decode. But in practice, that doesn't speed things up because in order to terminate the image download after the first few coefficients, the web browser has to close the HTTP connection instead of keeping it alive, which means yet another round of TCP slow start.

    1. Re:TCP slow start by pjt33 · · Score: 1

      Should be possible to do it with range requests, surely? But it's a chicken-and-egg problem, because there's no point adding the overhead of testing whether the server supports ranges until PJPEG is more widespread, and the current status quo doesn't seem to motivate many people to use PJPEG.

    2. Re:TCP slow start by tepples · · Score: 1

      Should be possible to do it with range requests, surely?

      Even if the browser knows that a server supports range requests, how will a browser know in advance what byte range corresponds to each PJPEG pass?

    3. Re:TCP slow start by Anonymous Coward · · Score: 0

      You could add it to the HTTP request for images as a request header, say (x-image-size), to show what size the image will actually be displayed. The server can then use that to only return the required number of passes. In the alternative, the server could return alternate files with some naming scheme on the server, possibly made up of the requisite passes.

    4. Re:TCP slow start by segin · · Score: 1

      Use range requests to only grab the JPEG headers, and then use further range requests to grab the rest of the data. Use HTTP Keep-Alive and you can avoid some of the inefficiencies of multiple requests... of course, web browsers have been doing HTTP Keep-Alive for years now.

    5. Re:TCP slow start by pjt33 · · Score: 1

      I don't think it needs to know in advance: the decode is probably faster than the network transfer, so it can request it in batches of size X, decode each batch while the next one is being transferred, and at worse fetch just under 2 batches more than it needs.

  15. Vectorize this by tepples · · Score: 3, Insightful

    True, with IE for XP officially dead, it's finally safe to use SVG on the vast majority of browsers. But good luck efficiently vectorizing a photograph received through a camera lens.

  16. Bug fixes? by Anonymous Coward · · Score: 0

    Did they fix the problem with not showing urls when hovering over links?

    1. Re:Bug fixes? by Harlequin80 · · Score: 1

      In what usage case does this happen? I always get the url appear as a status bar along the bottom.

    2. Re:Bug fixes? by Anonymous Coward · · Score: 1

      If the browser's open for a while, such as a few days (and there were reports it kicked in instantly if pages contained certain form elements that were interacted with). Should be fixed in 34, along with the completely non-standard scrollbars that were missing arrows.

    3. Re:Bug fixes? by Harlequin80 · · Score: 1

      Ok. I've never managed to have that happen but that just means I was lucky (even with a browser open for week+). Also I've always had arrows....

    4. Re:Bug fixes? by 0ld_d0g · · Score: 1

      You can temporarily fix it by disabling and re-enabling hardware acceleration from the settings. (no restart needed)

  17. Re:Extensions by Harlequin80 · · Score: 1

    Download the crx file from where ever you want and drag & drop the file into the extension tab in settings. Done.

  18. Still no good options for mouse gestures? by supervillain · · Score: 1

    All of the good mouse gesture add-ons broke when chrome update 32 removed some legacy features in the name of security. The only mouse gestures that work now have ad-ware built in. Why can't someone make an open source mouse gesture add on?

  19. Re: Google Chrome 34 is Out by Zanadou · · Score: 4, Funny

    You can update to the latest release now using the browser's built-in silent updater

    Whoa, whoa, slow down... could you walk me though that?

  20. Just this one page as a tab by justthinkit · · Score: 2

    32-bit Windows -- chrome taking 256MB...at first. Has shrunk down to 165MB a few minutes later. Not my idea of acceptable memory usage.

    Opera, with 17 tabs, and it has been running for a few days, is only using 323MB

    --
    I come here for the love
  21. Re:Call me when they have a 64-bit version for the by wavedeform · · Score: 1

    Not on OS X. See http://www.java.com/en/downloa...

    Safari and Firefox are both 64-bit, fwiw. I don't understand why Google is dragging their feet on this.

  22. Re:It looks ugly by Anonymous Coward · · Score: 0

    huh?? NOTHING looks as ugly as Firefox, it's freakin hideous

  23. Re:Gay! by Anonymous Coward · · Score: 0

    What's your point? Jokes are supposed to be funny.

  24. Let me know by Lord+Kano · · Score: 4, Insightful

    when they add a menu bar. Until then, I have ZERO interest in Chrome.
    I'm not trolling. I'm completely serious. Removing a standard UI component "just because" is an absolute deal breaker for me.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    1. Re:Let me know by Anonymous Coward · · Score: 1

      But on Firefox one can still get it back easily. Of course, this feature will be removed on next version as the UI designers hate that people can select if they use the re-invented wheels or not.

    2. Re:Let me know by Anonymous Coward · · Score: 1

      How about "Just because it gives more vertical space for the webpage". Yes, that 7mm is appreciated on a 16:9 screen.

    3. Re:Let me know by jez9999 · · Score: 2

      Then stop buying computer monitors that are designed for viewing Hollywood movies and start buying ones that are designed for general-purpose computing.

    4. Re:Let me know by xorsyst · · Score: 1

      I don't need a menu bar, just a normal window title bar will do me, like every other app on my computer.

      Grr.

      --
      Get free bitcoins: http://freebitco.in
    5. Re:Let me know by Lord+Kano · · Score: 1

      That's cool that it works out for you, but I won't touch a browser without a menu bar.

      I hate the ribbon interface in Office too.

      LK

      --
      "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
    6. Re:Let me know by bhiestand · · Score: 1

      Any recommendations? Seriously. I'd pay for a 24-27" 4K display with a more usable aspect ratio.

      --
      SWM seeks new sig for a brief fling
    7. Re:Let me know by Anonymous Coward · · Score: 0

      There's a menu bar in the same place as any other Mac menu bar

    8. Re:Let me know by QuasiSteve · · Score: 1

      Hit F11 - be astounded by the extra browser content screenspace. Now if only that didn't also fill the horizontal, eh.

    9. Re:Let me know by cavebison · · Score: 1

      How about "Just because it gives more vertical space for the webpage". Yes, that 7mm is appreciated on a 16:9 screen.

      Whoa there, you're flat-out contradicting the $millions in user interface research that went into the Ribbon.

  25. Re:It looks ugly by segin · · Score: 1

    So draw us a better UI... and don't just say "Internet Explorer 9!"...

  26. Well by Anonymous Coward · · Score: 0

    What would you do if you go home and the plastic's all melted and so is the Chrome?

  27. ostrich with its head stuck in the past. by Tyrannicsupremacy · · Score: 0

    Still no APNG support? Yawn...

    --
    http://i.cubeupload.com/T6cyLu.png
  28. Latency of each range request by tepples · · Score: 1

    the decode is probably faster than the network transfer

    That's not the bottleneck as much as the multi-decisecond latency of requesting each range over a wireless (satellite or cellular) connection.

    so it can request it in batches of size X

    How would the browser know what size X is, so that it doesn't get a tiny range, request another, wait two seconds, request another, wait two seconds, etc.?

    1. Re:Latency of each range request by pjt33 · · Score: 1

      The browser picks size X. A simple implementation would hard-code a single X; a more advanced implementation would combine experimental evidence about the statistical properties of PJPEGs, the measured latency, the decode progress...