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 Feed items

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 googlechrome google chrome Internet Explorer Linux open source opera release security Stable updates TC video web web browser web browsers windows
more tags

Twitter Updates

Follow us on Twitter @ChromeBrowser


    Feed items

    Chrome 27 Beta: A Speedier Web and New HTML5 Forms

    Submitted by admin on Thu, 04/04/2013 - 12:31
    • chromium
    • feed
    • google chrome

    Today we launched Chrome 27 on the Beta channel. This release introduces smarter behind-the-scenes resource scheduling and a few new features for web developers. Unless otherwise noted, updates apply to desktop versions of Chrome and Chrome for Android.

    Faster page loads

    Web content now appears on screen 5% faster (on average) thanks to changes in Chrome’s resource scheduler. Starting with this release, the scheduler is more aggressive about using an idle connection and demoting the priority of preloaded resources so that they don’t interfere with critical assets. We’ve also added Speed Index values from webpagetest.org to the list of metrics we use to measure improvements in page load time.

    Elegant HTML5 date and time forms

    The month, week, and date types now feature a simple, elegant user interface on desktop versions of Chrome, as shown in these screenshots from the datalist demo page:

    • Add new comment
    • Read more
    • 13 reads
    • Feed: Chromium Blog
    • Original article

    Blink: A rendering engine for the Chromium project

    Submitted by admin on Wed, 04/03/2013 - 16:00
    • blink
    • chromium
    • feed
    • google chrome
    • webkit

    WebKit is a lightweight yet powerful rendering engine that emerged out of KHTML in 2001. Its flexibility, performance and thoughtful design made it the obvious choice for Chromium's rendering engine back when we started. Thanks to the hard work by all in the community, WebKit has thrived and kept pace with the web platform’s growing capabilities since then.

    However, Chromium uses a different multi-process architecture than other WebKit-based browsers, and supporting multiple architectures over the years has led to increasing complexity for both the WebKit and Chromium projects. This has slowed down the collective pace of innovation - so today, we are introducing Blink, a new open source rendering engine based on WebKit.

    This was not an easy decision. We know that the introduction of a new rendering engine can have significant implications for the web. Nevertheless, we believe that having multiple rendering engines—similar to having multiple browsers—will spur innovation and over time improve the health of the entire open web ecosystem.

    • Add new comment
    • Read more
    • 14 reads
    • Feed: Chromium Blog
    • Original article

    Discover Chrome DevTools - Our new interactive course

    Submitted by admin on Thu, 03/21/2013 - 11:59
    • chromium
    • feed
    • google chrome

    Today, we are launching Discover DevTools, an interactive Code School training course that will teach you how to take advantage of Chrome DevTool's powerful suite of resources and speed up the development and debugging of your web apps.

       

    In each of the seven chapters of this interactive course, you can watch an overview video teaching you the latest techniques, and follow a series of challenges where your knowledge will be put to the test. We've integrated the Chrome DevTools themselves into the course, so as you explore the functionality within them, you'll get immediate feedback and earn points and badges.

    • Add new comment
    • Read more
    • 10 reads
    • Feed: Chromium Blog
    • Original article

    Pwnium 3 and Pwn2Own Results

    Submitted by admin on Mon, 03/18/2013 - 12:02
    • chromium
    • feed
    • google chrome
    • security

    Earlier this month at the CanSecWest security conference, the Chrome team took part in another Pwn2Own and hosted our third-edition Pwnium competition. This year’s participants once again impressed us with their talent and security prowess. We’re excited about what lessons we can learn from their work to make Chrome and Chrome OS even more secure.

    At Pwnium, we didn’t receive any winning entries, but did reserve the right to issue “partial” rewards. We’re pleased to reward $40,000 to Pinkie Pie, who submitted a plausible bug chain involving video parsing, a Linux kernel bug and a config file error. The submission included an unreliable exploit demonstrating one of the bugs. We’ve fixed most of these bugs already.

    In particular, we’d like to thank Pinkie Pie for honoring the spirit of the competition by disclosing a partial exploit at the deadline, rather than holding on to bugs in lieu of an end-to-end exploit. This means that we can find fixes sooner, target new hardening measures and keep users safe.

    In the parallel Pwn2Own contest, participants attacked many different browsers and plug-ins. There was a top prize on the line for Chrome, which was claimed by Nils and Jon of MWR Labs. Of the two bugs used, one bug was in Chrome code, which we fixed in 24 hours. Thankfully, recently deployed hardening measures protected Chrome OS users. The second bug was in the Windows kernel. The new Pwn2Own rules required the researcher to hand the bug and exploit over to Microsoft, so we’re delighted that the Chrome entry will make other products safer, beyond just Chrome.

    While these security gatherings and live competitions are fun, we also want to highlight the ongoing Chromium Vulnerability Reward Program, which covers not only the Chrome desktop browser, but also all Chrome OS components and Chrome on mobile devices. We’ve given away more than $900,000 in rewards over the years and we’re itching to give more, as engaging the security community is one of the best ways to keep all Internet users safe.

     

    • Add new comment
    • Read more
    • 533 reads
    • Feed: Chromium Blog
    • Original article

    New Asynchronous APIs for Dart

    Submitted by admin on Thu, 03/07/2013 - 14:06
    • chromium
    • dart
    • feed
    • google chrome

    The latest Dart SDK now provides a cohesive API for asynchronous programming. Some of the new or improved classes in this release include Stream, a sequence of asynchronous events, and Future, a single asynchronous result.

    The Stream class is new and delivers on a common developer request for a more unified approach to events. An event can be any Dart object, which makes Streams very flexible. Consumers of a Stream can listen for events, and streams can be piped, transformed, filtered, and more. We are working to apply them across HTML, I/O, isolates, and more. Here is an example of using streams with the HTML library, treating clicks as a stream of events:


    query('#button').onClick.listen((e) => submitForm());

    Here is an example of streaming the contents of a file. Notice how streams can be transformed.

    • Add new comment
    • Read more
    • 34 reads
    • Feed: Chromium Blog
    • Original article

    Data Compression in Chrome Beta for Android

    Submitted by admin on Tue, 03/05/2013 - 17:02
    • chromium
    • feed
    • google chrome
    • mobile
    • spdy
    • SSL
    • webp

    Today’s Chrome Beta for Android update brings your saved passwords and autofill entries from your desktop to your phone and tablet. This release also introduces an experimental data compression feature that will yield substantial bandwidth savings. This feature is powered by a connection to a SPDY proxy running on Google’s servers, paired with content optimization performed by our open-source PageSpeed libraries, specifically tuned for Chrome Beta on Android.

    • Add new comment
    • Read more
    • 31 reads
    • Feed: Chromium Blog
    • Original article

    Faster web pages thanks to better compression

    Submitted by admin on Thu, 02/28/2013 - 18:27
    • chromium
    • feed
    • google chrome

    Today, we released the Zopfli Compression Algorithm, a C library that compresses existing web content 3–8% more densely.

    Zopfli is compatible with the normal decompression mechanisms already present in web browsers and  uses a much slower but more exhaustive compression algorithm than, for example, the zlib library. This can result in smaller data sizes and faster web pages.

    To learn more about Zopfli, visit our site.

    Posted by Lode Vandevenne, Software Engineer

    • Add new comment
    • 27 reads
    • Feed: Chromium Blog
    • Original article

    On the track with Chrome Super Sync Sports

    Submitted by admin on Wed, 02/27/2013 - 10:37
    • chromium
    • feed
    • google chrome
    • websockets

    Earlier today we launched Chrome Super Sync Sports. It’s an interactive web game that enables up to four friends to compete in running, swimming and cycling events on a shared computer screen, using their smartphones or tablets as game controllers.

    Chrome Super Sync Sports was built with the latest browser technologies:

    • Add new comment
    • Read more
    • 24 reads
    • Feed: Chromium Blog
    • Original article

    Chrome 26 Beta: Template Element & Unprefixed CSS Transitions

    Submitted by admin on Tue, 02/26/2013 - 13:06
    • chromium
    • feed
    • google chrome

    Today’s Chrome Beta channel release includes a slew of awesome new features to help you make your web apps more powerful and beautiful. Unless otherwise noted, all updates apply to Chrome for Windows, Mac, Linux and Android.

    Element

    The element is part of Web Components, a set of cutting edge standards that will make it possible to build reusable widgets for the web. The element allows you to store HTML fragments that you intend to use for any reason at any time during the lifetime of your page, but that aren’t ready or shouldn’t be used during page load. Here’s an illustrative code snippet from the HTML5 Rocks article:

    • Add new comment
    • Read more
    • 35 reads
    • Feed: Chromium Blog
    • Original article

    Chrome app launcher developer preview

    Submitted by admin on Wed, 02/20/2013 - 19:08
    • chromium
    • feed
    • google chrome

    Today, on the Chrome dev channel for Windows, you can try the Chrome app launcher--a dedicated home for your apps which makes them easy to open outside the browser. This is the same experience as the app launcher on Chromebooks, but for other platforms. It’s available on Windows now, and will be coming to Mac OS X and Linux soon.

    You’ll need to install a Chrome packaged app, such as IRC client CIRC or Text Drive, in order to try out the Chrome app launcher. Chrome packaged apps deliver a native-like experience across multiple platforms with the security properties of a web page. Just like web apps, packaged apps are written in HTML, JavaScript, and CSS. But packaged apps launch outside the browser, work offline by default, and have access to powerful APIs not available to web apps.

    • Add new comment
    • Read more
    • 30 reads
    • Feed: Chromium Blog
    • Original article
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • …
    • next ›
    • last »

    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.