
Google launched today version 60 of the Chrome browser. This version brings mostly developer and API-related changes, with no changes to visible UI functions. In addition, the Chrome team also fixed 40 security issues.
The biggest of the Chrome 60 changes is the addition of the Paint Timing API, a new tool for website developers that allows them to measure the time Chrome takes to "paint" their web page.
Second is the CSS font-display property that allows developers to tell Chrome to display default OS fonts while the browser downloads custom fonts in the page's background. This would prevent pages from loading but not showing their text until the custom font was downloaded on the user's PC.
Apart from this two, the other changes are generally low-level modifications, with little interest to the casual user.
Other features & improvements
-
In response to developer feedback and to make the Credential Management API easier to use for all sites, the need for a custom fetch() to access the stored password is now deprecated. Starting in Chrome 60, the user’s password will now be returned directly as part of the PasswordCredential.
-
Object rest & spread properties are now supported, making it simpler to merge and shallow-clone objects and implement various immutable object patterns.
-
The new Web Budget API enables sites with the Push Notification permission to send a limited number of push messages that trigger background work such as syncing data or dismissing notifications the user has handled on another device, without the need to show a user-visible notification.
-
The new Web Push Encryption format is now supported and PushManager.supportedContentEncodings can be used to detect where it can be used.
-
PushSubscription.expirationTime is now available, notifying sites when and if a subscription will expire.
-
To improve performance and predictability, pointermove and mousemove events are now delivered once per AnimationFrame, matching the current functionality of scroll and TouchEvents.
-
The CSS frames timing function is now available, making it useful for animation loops where the animation should display all frames for exactly the same length, including its first and last frames.
-
To provide an enriched way to capture editing actions, InputEvent now allows user input to be managed by script, enhancing the details provided to editable elements.
-
To increase security, a BeforeUnload dialog triggered when the user leaves a site will now only be shown if the frame attempting to display it has ever received a user gesture or user interaction, though the BeforeUnloadEvent will still be dispatched regardless.
-
VP9, an open and royalty-free video coding format, can now be used with the MP4 (ISO BMFF) container and requires the new VP9 string format mentioned below.
-
A new VP9 string format is now available and accepted by various media-related APIs, enabling developers to describe the encoding properties that are common in video codecs, but are not yet exposed.
Deprecations and interoperability improvements
-
getElementsByTagName() now accepts qualified names in response to an update to the DOM specification.
-
To improve user experience, calls to Navigator.vibrate() now immediately return false if the user hasn't explicitly tapped on the frame or any embedded frame, matching existing behavior for cross-origin iframes.
-
WEBKIT_KEYFRAME_RULE and WEBKIT_KEYFRAMES_RULE have been removed in favor of the unprefixed standardized APIs, KEYFRAME_RULE and KEYFRAMES_RULE.
-
Support for non-standard WebKitAnimationEvent and WebKitTransitionEvent has been removed from document.createEvent().
-
To better align with spec, NodeIterator.filter and TreeWalker.filter no longer wrap JavaScript objects, and .prototype has been removed from window.NodeFilter.
-
SVGPathElement.getPathSegAtLength() has been deprecated as it has been removed from the SVGPathElement spec.
-
Headers.prototype.getAll() has been removed from the Fetch API in line with its removal from the spec.
Security fixes
Google's ongoing internal security work was responsible for the following fix:
[748565] Various fixes from internal audits, fuzzing and other initiatives
Post a Comment Community Rules
You need to login in order to post a comment
Not a member yet? Register Now