Home

Google Chrome Browser

making the web faster, safer, and easier

Main menu

  • Home
  • Chromebook
  • Chrome OS
  • Android
  • Books
  • Releases
    • Stable
    • Beta channel
    • Dev channel
  • Downloads
  • Videos
    • Top Rated
    • Most Viewed
    • Most Commented
  • Articles
    • Top Rated
    • Most Viewed
    • Most Commented
  • About Us
Home

Add to Technorati Favorites

Subscribe to Google Chrome Browser by e-mail

Delivered by FeedBurner

Syndicate

Syndicate content

User login

Login/Register
What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Tag Cloud

Beta updates browser browsers browsing chrome chromebook chrome extensions Chrome OS chromium Dev updates Downloads extensions feed Firefox Google google chrome googlechrome Internet Explorer Linux News opera release security Stable updates TC video web web browser web browsers windows
more tags

Twitter Updates

Follow us on Twitter @ChromeBrowser


    webkit

    WebGL 1.0 spec finalized, everyone but Microsoft supports it

    Submitted by admin on Fri, 03/04/2011 - 09:10
    • 3D
    • browser
    • browsers
    • Firefox
    • google chrome
    • googlechrome
    • mozilla
    • opengl
    • opera
    • web
    • webgl
    • webkit
    webgl demo

    The Khronos Group has finally put its stamp on the WebGL 1.0 spec, and that's good news for those of you running Firefox, Opera, Chrome, Safari, and any other up-to-date WebKit browsers. If you're an Internet Explorer user, however, you're still not invited to the party.

    Microsoft, with IE9 only being available for Windows Vista and 7, is perfectly content with IE9's DirectX-based hardware acceleration. It will be interesting to see what happens with the mobile version of IE9, too -- if HTML5 and WebGL apps take off, Microsoft (and Nokia) will want to support them.

    Mozilla's Jay Sullivan doesn't appear worried though, saying "Between Firefox and Chrome, people will build stuff." You can, of course, add WebGL support to Internet Explorer yourself -- by installing Google Chrome Frame, though admittedly that brings a whole lot more functionality than browser-based 3D.

    If you've got a compatible browser and want to see what WebGL 1.0 can do, head on over to the Khronos Group demo site or check out Google's previous demo offerings!

    • Add new comment
    • Read more
    • 1282 reads
    • Feed: Download Squad
    • Original article

    Mac OS X Lion to include updated version of Safari with WebKit2

    Submitted by admin on Mon, 02/28/2011 - 06:15
    • api
    • apple
    • mac
    • mac os x lion
    • MacOsX
    • MacOsXLion
    • os x lion
    • OsXLion
    • process
    • safari
    • sandbox
    • webkit
    • webkit2

    After originally reporting on the introduction of WebKit2 back in April 2010, it looks like it will finally be rolled out with OS X Lion, in a new version of the Safari Web browser.

    WebKit2, rather than being a whole new rendering engine, is a layer around WebKit that adds more stability, security and speed -- not entirely unlike the Google Chrome sandbox, which is also strapped onto a version of WebKit. The most exciting feature of WebKit2 is that it splits the browser UI and the rendered content into separate processes. It's possible that each tab will have its own process, too, like Chrome.

    This is the first solid news of a Safari update since the minor revisions of desktop and iOS versions back in November. It also represents a major change for the browser, so we wouldn't be surprised if it is Safari 6, rather than 5, that ships with OS X Lion.

    We're also hoping to see some benchmarks from the Lion version of Safari. Split processes is definitely a huge step forward, but its JavaScript performance is the thing that really needs to improve. Presumably WebKit2 isn't the only change that Apple plans to make to a new version of Safari, so here's hoping!

    • Add new comment
    • Read more
    • 468 reads
    • Feed: Download Squad
    • Original article

    HTML5: Internet Explorer 9 (IE9) vs. Google Chrome 8 vs. Firefox 4 vs. Opera 11 vs. Safari 5

    Submitted by admin on Tue, 10/26/2010 - 05:39
    • benchmarks
    • chrome
    • chromium
    • Firefox
    • Google
    • google chrome
    • html5
    • ie
    • Internet Explorer
    • opera
    • safari
    • web browser
    • web browsers
    • Web Developing
    • webkit

    Today, we test five most popular web browsers to find out, who leads and who lags in the HTML5 Benchmark.

    Browsers

    Internet Explorer 8
    Internet Explorer 9
    Firefox 3.6
    Firefox 4
    Google Chrome 7
    Google Chrome 8
    Opera 11
    Opera 10.6
    Safari 5
    WebKit

    Results

    HTML5: Internet Explorer 9 (IE9) vs. Google Chrome 8 vs. Firefox 4 vs. Opera 11 vs. Safari 5
    Higher is better. Maximum score: 377 points.

    Internet Explorer 8 – 32
    Internet Explorer 9 Beta – 80
    Firefox 3.6.10 – 145
    Firefox 4 Beta 6 – 235
    Google Chrome 7.0.517.41 – 248
    Google Chrome 8.0.552.11 Beta – 262
    Opera 11 Alpha – 223
    Opera 10.63 – 203
    Safari 5.0.2 – 178
    WebKit r70433 – 196

    Conclusion

    As per our test, Google Chrome 8 takes the lead, followed by Google Chrome 7 and Firefox 4 Beta 6.

    Unfortunately for Internet Explorer 9 and 8, they are in the bottom, followed by Firefox 3.6 and Safari 5.

    Thanks to Nox for the tip.

    • Add new comment
    • Read more
    • 6409 reads
    • Feed: Web Browsers News and Reviews
    • Original article

    Do You Know How Slow Your Web Page Is?

    Submitted by admin on Wed, 07/28/2010 - 14:39
    • chromium
    • feed
    • google chrome
    • googlechrome
    • New Features
    • webkit
    • webtiming
    The Web Timing draft specification presents a standard set of metrics for measuring web page load time across browsers. We’re happy to announce that in Chrome 6, web developers can now access these new metrics under window.webkitPerformance.
    Measuring web page load time is a notoriously tricky but important endeavor. One of the most common challenges is simply getting a true start time. Historically, the earliest a web page could reliably begin measurement is when the browser begins to parse an HTML document (by marking a start time in a block at the top of the document).
    • Add new comment
    • Read more
    • 710 reads
    • Feed: Chromium Blog
    • Original article

    AdBlock for Google Chrome now stops ads before they download

    Submitted by admin on Tue, 07/20/2010 - 16:35
    • adblock
    • beforeload
    • chrome
    • Google
    • webkit

     

    If you've made the switch from Firefox to Chrome and count AdBlock among your must-have extensions, there's one gripe you probably had. Unlike its Firefox or Safari cousins, AdBlock for Chrome wasn't actually able to prevent ads from downloading. As developer Mike Gundlach told The Reg, " We've been having to hide the ads after downloading them or add CSS rules that say 'don't show these ads' even though they're downloading."

    That's changed, however, thanks to some recent code updates. AdBlock can now act premptively, saving you precious kilobytes (and possibly some additional frustration). As it turns out, it's Apple who is responsible for the change: the beforeload event was actually slipped in during a recent update to the Webkit engine, which eventually made its way into Chrome.

    Apart from AdBlock, this should be good news for Chrome users in general as it provides an important content manipulation function.

    • Add new comment
    • Read more
    • 1312 reads
    • Feed: Download Squad
    • Original article

    Weekly Browsers Recap, April 19th

    Submitted by admin on Mon, 04/19/2010 - 16:09
    • Adobe
    • apple
    • chrome
    • Firefox
    • Firefox
    • Google
    • google chrome
    • html5
    • ie
    • Microsoft
    • opera
    • Opera Software
    • safari
    • security
    • web browser
    • web browsers
    • webkit


    Weekly Browsers Recap, April 19th

    • Add new comment
    • Read more
    • 349 reads
    • Feed: Web Browsers News and Reviews
    • Original article

    Apple WebKit undergoes major overhaul to bring Chrome-like per-tab processes, and more

    Submitted by admin on Fri, 04/09/2010 - 10:15
    • apple
    • browser war
    • BrowserWar
    • chrome
    • Google
    • processes
    • safari
    • sandboxing
    • webkit
    • webkit2

     

    WebKit, the rendering engine used by both Chrome and Safari, is currently undergoing major redevelopment in order to support per-tab processes and out-of-process plug-ins by default. In one smooth move, Apple will be able to bring Chrome-like speed and security to its Safari browser.

    Don't be fooled by its rather grand-sounding name of "WebKit2," however. This is more of an update than an upgrade. Basically, WebKit is being split into UI Processes and Web Processes. Each tab will become a UI Process, and presumably, so will add-ons and extensions. This change will bring the usual benefits of stability, security, and speed-ups from multi-core processors. WebKit2 will also implement a non-blocking API that is "mostly platform agnostic," resulting in a more flexible browser and better cross-platform extension compatibility.

    The new WebKit2 will operate a lot like Chrome does today, only in theory, faster. With the split-process logic injected at a much lower level, it wouldn't be a surprise to see Safari out-perform Chrome. It will be quite interesting to see whether Google moves to support WebKit2, or indeed builds it into their browser.

    I can't help wonder why Google implemented the split-process logic in Chrome, rather than being the major exponent of WebKit2, though. A competitive edge doesn't make much sense when it's all open-source anyway.

    The WebKit2 patches are due to hit at any moment now, but I don't know when we'll see a version of Safari -- or indeed, Chrome -- running the new layout engine.

    • Add new comment
    • Read more
    • 999 reads
    • Feed: Download Squad
    • Original article

    WebGL Spec Initial Public Draft Released

    Submitted by admin on Thu, 12/10/2009 - 20:00
    • chromium
    • feed
    • google chrome
    • html5
    • webkit
    Google is one of the Khronos member companies helping to develop the WebGL specification, bringing hardware accelerated 3D rendering to the web via the Canvas element. Today is the release of the initial public draft of the WebGL spec. We're happy to announce that Chromium contains provisional WebGL support on Linux (32- and 64-bit), Mac and Windows. This implementation was developed in close collaboration with Apple Computer and utilizes much shared code from WebKit.
    See Getting a WebGL Implementation for instructions on getting a Chromium build and enabling WebGL support. This is an early version with many caveats, but with it you can get a taste of the new functionality coming to the web.
    • Add new comment
    • Read more
    • 364 reads
    • Feed: Chromium Blog
    • Original article

    Web Sockets Now Available In Google Chrome

    Submitted by admin on Wed, 12/09/2009 - 13:55
    • chromium
    • feed
    • google chrome
    • html5
    • webkit
    Starting in the Google Chrome developer channel release 4.0.249.0, Web Sockets are available and enabled by default. Web Sockets are "TCP for the Web," a next-generation bidirectional communication technology for web applications being standardized in part of Web Applications 1.0. We've implemented this feature as described in our design docs for WebKit and Chromium.
    • Add new comment
    • Read more
    • 567 reads
    • Feed: Chromium Blog
    • Original article

    Links That Open in New Processes

    Submitted by admin on Fri, 12/04/2009 - 16:53
    • chromium
    • feed
    • google chrome
    • html5
    • webkit
    We've introduced a new way for web developers to take advantage of Google Chrome's multi-process architecture, as of version 4.0.229.1. Google Chrome already uses separate OS processes to isolate independent tabs from each other in the browser, so that crashes or slowdowns in one tab won't affect the others. Google Chrome even switches a given tab's process if you type a different site's URL into the Omnibox.
    In many cases, though, Google Chrome needs to keep pages from related tabs in the same process, since they may access each other's contents using JavaScript code. For example, clicking links that open in a new window will generally cause the new and old pages to share a process.
    In practice, web developers may find situations where they would like links to other pages to open in a separate process. As one example, links from messages in your webmail client would be nice to isolate from the webmail client itself. This is easy to achieve now, thanks to new support in WebKit for HTML5's "noreferrer" link relation.
    • Add new comment
    • Read more
    • 280 reads
    • Feed: Chromium Blog
    • Original article

    Google Chrome First Impressions

    Submitted by admin on Tue, 09/02/2008 - 21:37
    • browser
    • google chrome
    • screencast
    • software
    • video
    • webkit
    • Add new comment
    • 339 reads

    Google Chrome Browser is a community site for users and developers of the Google Chrome browser.
    Google™ is a Trademark of Google Inc. All other company and product names may be trademarks of the respective companies with which they are associated.
    Google Chrome Browser site is not affiliated with or sponsored by Google Inc.
    Google Chrome Browser site is built on the Drupal open source content management system.