Browsers and extensions

Mozilla takes a fresh look at Google's WebP image format

Mozilla is taking a new look at the WebP image format it once rejected after some large Web sites encouraged the Firefox developer to take a fresh look and after Google released a freshly upgraded version.

WebP, which derived from the VP8 video compression technology in the WebM project Google launched three years ago, is part of the search giant's effort to speed up the Web. In WebP's case, that speedup comes through use of an image compression technology Google says produces more compact files than either JPEG or PNG.

WebP can be used where both JPEG and … Read more

Blink-WebKit split endangers some browser features

CSS Variables, a handy technology to ease Web page programming, could be one casualty in Safari with Google moving its resources to its browser engine, Blink.

Google engineers wanted to "fork" the WebKit browser engine project that underlies both Safari and Chrome so they could accelerate the pace of Chrome development and adopt changes too extensive to fit into a single open-source project. Even though splitting Blink away from WebKit may make each browser engine more nimble, it also means it's harder to cooperate.

That's because common features must be developed and maintained by duplicate teams … Read more

WebKit fracture puts a pinch on open-source browser efforts

The WebKit browser engine is becoming a less flexible foundation for open-source projects with the departure of Google from the project this week and Apple's consequent paring back of the project.

WebKit is a broad project that includes participation from many interested parties -- not just Apple and Google, but also BlackBerry, Samsung, Amazon, Oracle, Adobe Systems, and the programmers involved with the KDE and Gnome user interfaces for Linux. Indeed, the open-source project began as KDE's KHTML engine for the Konqueror browser before Apple got involved.

Google's Chrome team left WebKit this week, forking the open-source … Read more

Firefox prepares additional 'Do Not Track' options

Firefox has readied a more nuanced approach to how it implements the controversial "Do Not Track" setting and the Android version of the browser has a new font face in the browser's latest betas.

Firefox 21 Beta (download for Windows, Mac, and Linux) introduces more user choice for the Do Not Track header. The header, first introduced two years ago in Firefox 4, sends a signal to Web sites to not track where people who have activated it go as they bop around the Web.

Up until now, implementations of it have been limited to "On" or "Off.&… Read more

Chrome beta gets just a bit faster

The latest update to Chrome beta refocuses its attention on speed through better memory management, as well as making numerous HTML5 and offline improvements in today's release.

Google reports that Web site content loaded in Chrome 27 beta for Windows, Mac, and Linux, should appear about 5 percent faster because of how the browser manages its resources. Basically, the browser's resource scheduler gives more priority to critical resources, over preloaded content.

Calendar forms should look a bit cleaner in the beta because it now uses HTML5 date and time < input > code. WebReal-Time Communication (WebRTC) also gets … Read more

Blink, Google's new Chrome browser engine, comes to life

Blink, Google's new fork of the WebKit browser engine, is alive.

Yesterday, Google announced the project, which splits its browser work from Apple's in the open-source WebKit project. Today, Blink is up and running.

The first updates -- including a new list of 36 Blink "owners" who have authority to approve changes -- are arriving.

"Chrome 28 will be the first blinking release," Chrome programmer Mike West said in a Hacker News comment. The current stable version of Chrome is version 26; new versions arrive about every six weeks.

"The repository seems to … Read more

Better sync lined up in Chrome for Android

Chrome on desktops has been able to sync personal data like passwords and online form fields for ages, but the features just landed in the Android version of the browser today.

Chrome 26 for Android (download) brings automatic form filling and password synchonrization to the mobile browser, as well as unnamed performance and stability fixes. The new version of the browser also repairs a problem where a blank page would be shown instead of loading the correct URL.

Some features that made it into the beta version of Chrome 26 for Android don't appear to be in today's … Read more

Googlers exultant over launch of Blink browser engine

Today, Google launched Blink, its fork of the WebKit browser engine, and members of Google's Chrome team clearly are excited about their liberation.

With the fork, Google will concentrate its core browser development efforts on Blink, which will gradually diverge from the WebKit project on which it's based. You can read more about the context and history leading to Blink in CNET's coverage, or read the official Blink blog post and Blink FAQ for the party line.

But to get a feel for the emotion involved, check the commentary from the Chrome team members themselves. They're … Read more

Google parts ways with Apple over WebKit, launches Blink

A years-long marriage of convenience that linked Google and Apple browser technologies is ending in divorce.

In a move that Google says will technologically liberate both Chrome and Safari, the company has begun its own offshoot of the WebKit browser engine project called Blink. Initially it uses the same software code base that all WebKit-based browsers share, but over time it will diverge into a totally separate project, Google announced today.

The move marks the end of years of direct WebKit programming cooperation between the two rivals. WebKit is an open-source project, meaning that anyone can use and modify the … Read more

Samsung joins Mozilla's quest for Rust

Mozilla's goals seemed quixotic at best when its research arm decided last year to put its brain power behind a new programming language called Rust.

However, Rust and its Servo testbed on GitHub apparently are now far enough along that no less than Samsung has committed some engineering know-how to its success, the companies announced today. Rust also has reached version 0.6.

Rust is an attempt to create a programming language to replace C++ with one that can handle today's heterogeneous, multicore hardware better while also being more secure. According to Mozilla Research's FAQ on Rust and ServoRead more