InfoQ Homepage Chrome OS Content on InfoQ
-
Google's Puppeteer Joins Crowd of Headless Chrome Tools
Google's new tool, Puppeteer, is a custom-built Node API used to control headless Chrome. It joins a number of existing community tools that solve the very painful problem of working with the Chrome DevTools Protocol. The addition of Google's tool will hopefully result in more options and capabilities for web developers.
-
Google Is to Remove Support for PNaCl
After de-staffing the PNaCL/NaCl team last year and adding default support for WebAssembly in Chrome in March of this year, Google has officially announced the retirement of PNaCl in favor of WebAssembly.
-
Updates to Google Chrome DevTools
The upcoming version of Chrome DevTools has a number of new features that can help developers build faster web pages and have an easier time debugging complex asynchronous code. At Google I/O 2017, Paul Irish presented a State of the Union showcasing a number of these new features.
-
Phantom.js Maintainer Steps down, Leaving Project's Future in Doubt
The maintainer of the headless browser testing framework, Phantom.js, has decided to step down due to the release of a headless version of Chromium. It's unclear if the project's founder will be able to find enough help to continue.
-
Browser Vendors Start Shipping WebAssembly by Default
The browser vendors working on WebAssembly have reached a "consensus" on an initial implementation set, allowing browsers to ship it on by default. While this is an important milestone, the initial implementation won't immediately result in significant uptake by developers as important features such as DOM integration and garbage collection are not yet part of the spec.
-
Chrome and Firefox Start Warning of Insecure Sites
Starting with Chrome 56 and Firefox 51, browsers will start warning users if they browse a non-HTTPS site that contains a password or credit card input field.
-
Google, Microsoft, and Mozilla Urge Site Operators to Replace SHA–1 Certificates
Following their SHA–1 deprecation plans announced last year, Google, Microsoft, and Mozilla detailed recently their timelines to remove support for SHA–1 certificates from their flagship browsers. Researchers at security firm Venafi found however, that 35% of analyzed websites are still using SHA–1 certificates.
-
Blisk, A New Browser for Developers
Blisk is a Chromium-based browser that brings together the performance of Chrome and the developer support found in Firefox Developer Edition.
-
Chrome 54 Kills YouTube Flash Embeds
Google has launched Chrome 54, further side lining Flash in the browser by using HTML5 for YouTube embed. The stable release rewrites YouTube Flash embeds, so that when a Flash embed for YouTube is detected, the browser will automatically use HTML5 instead. Google said that the change had been made "to reduce the overall usage of Flash in Chrome."
-
Profiling and Optimizing V8 Memory Consumption
For the last few months, the V8 team has focused on reducing the memory consumed by the V8 engine, including work on the new Ignition interpreter, and improvements to V8’s parser and compilers. A key enabler of this process was profiling V8 memory usage using specific tools against a benchmark, as explained by V8 engineers Ulan Degenbaev, Michael Lippautz, Hannes Payer, and Toon Verwaest.
-
V8's New JavaScript Interpreter Improves Memory Consumption
Google's V8 JavaScript engine has a new interpreter, called Ignition, that hopes to reduce the compiler's memory consumption and reduce complexity. Chrome 53 will start using Ignition on Android devices with 512 MB of RAM or less.
-
Google's Chrome 53 Beta Brings Shadow DOM V1
Google's Chrome 53 Beta brings support for Shadow DOM V1, as well as the PaymentRequest API. A significant improvement from the earlier V0 version, among the V1 upgrades are deprecation of multiple shadow roots, and a closed shadow root where a closed mode is designed to disallow any access to a node in a closed shadow root from an outside world.
-
Microsoft Edge Extension Toolkit Aims to Bring Chrome Extensions to Edge
A new tool for Windows 10 from Microsoft, the Edge Extension Toolkit, aims to make it easier to convert Chrome extensions to Microsoft Edge extensions.
-
Microsoft Boasts Power Efficiency of Edge
Microsoft boasts that users of its Edge web browser see improved battery performance over other browsers. In addition, the new Windows 10 Anniversary Edition will bring even greater battery efficiency improvements in the browser.
-
Apple's Safari 10 Pretends Flash Doesn't Exist
Apple has announced that the next version of Safari will block Flash and other legacy plug-ins by default. The browser will trick websites into thinking that Flash isn't available resulting in a user prompt to install Flash.