Chrome 35 Released
Written by Ian Elliot   
Thursday, 22 May 2014

The Chrome 35 beta was notable for several enhancements targeted at developers. It has now been promoted to the stable version, but not all of its features are included.

The list of fixes and improvements in Chrome 35 for Windows, Mac and Linux provided by Karen Grünberg on the Chrome Releases Blog is:

  • More developer control over touch input

  • New JavaScript features

  • Unprefixed Shadow DOM

  • A number of new apps/extension APIs 

  • Lots of under the hood changes for stability and performance

 

The new JavaScript features - Promises,WeakMaps and WeakSets, and Object.observe - and the Unprefixed Shadow DOM are as billed last month (see New Chrome Features). However when it comes to developer control over touch input only half of the facilities in the beta have made it through to general availability. The best news is that support for Promises which is now part of the official ECMAScript 6 specification. The sooner it is widely supported the better. 

The enhancement that has progressed is that web content on desktop computers will now receive mouse scroll wheel events with the ctrlKey modifier set, which gives devs the freedom to do something other than simply zooming.

The one that has been delayed is the touch-action CSS property, which provides a mechanism to selectively disable touch scrolling, pinch-zooming, or double-tap-zooming on web content.


Grünberg also notes that 23 security fixes are included in this release and lists six that were discovered by external researchers leading to payouts totalling $9,5000. Two researchers each earned $3000 for high impact vulnerabilities:

  • Use-after-free in styles
  • Integer overflow in audio

Three payouts of $1000 were made, one for a flaw rated High:

  • Use-after-free in SVG

and two for Medium ones:

  • Out-of-bounds read in media filters
  • UXSS with local MHTML file

Another Medium bug was awarded a payout of $500:

  • UI spoofing with scrollbar

Chrome 35 for Android has also been released. Its features include:

  • Undo Tab Close

  • Fullscreen video with Subtitles and HTML5 controls

  • Support for some multi-window devices

  • Support for casting some web videos with Chromecast

Having tested the Chromecast functionality with the edX and FutureLearn platforms, I can now view MOOC videos on a full screen TV rather than my Android which is helpful.

 

 

 

More Information

Stable Channel Update for Chrome OS

Chrome for Android Update

Chromium Vulnerability Rewards Program

Related Articles

New Chrome Features

Google Announces More Cash For Security Bugs

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


AWS Adds Support For Llama2 And Mistral To SageMaker Canvas
12/03/2024

As part of its effort to enable its customers to use generative AI for tasks such as content generation and summarization, Amazon has added these state of the art LLMs to SageMaker Canvas.



pgxman - PostgreSQL Extension Manager
19/02/2024

pgxman is a package manager like npm, but instead of Javascript packages, it is for PostgreSQL extensions. It detects and streamlines extension operations and looks after dependency manageme [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 18 July 2014 )