Google Chrome 67 stable release, "site separation" function and sensor API "Generic Sensor API" installed



The latest stable version of Google Chrome "67.0.3396.62" has been released. Prevent browsing sites from being stolenSite separation(Site Isolation) "function is enabled, and a general API for obtaining sensor information is also installed.

Chrome Releases: Stable Channel Update for Desktop
https://chromereleases.googleblog.com/2018/05/stable-channel-update-for-desktop_58.html

◆ Site separation
Chrome 67 has "site separation" enabled to read websites in an independent process. This ensures additional security even if the same publisher's policy is not applied to the site and prevents the publisher from seeing the user data such as browsing information by the same website. The site separation function is also effective as a mitigation measure for CPU vulnerability "Spectre".

However, Chrome's memory usage will increase by approximately 10% when using the site separation function. Site isolation is disabled by default, but please enter "chrome: // flags / # enable-site-per-process" in the address bar and "Disable" of "Strict site isolation" You can activate the function by clicking.


For features added in Chrome 67, movies for developers are also available.

New in Chrome 67: Desktop Progressive Web Apps, Generic Sensors & BigInts - YouTube


◆ PWA on Chrome OS
Progressive Web Apps (PWA) for Chrome for desktops already supported by Windows and macOS was also supported on Chrome OS.


Once installed, PWA can be used like general applications. It can be displayed on the desktop without an address bar or tab.


You can freely change the shape and place it in the desired position on the desktop.


◆ Generic Sensor API
Scenes of using sensors' data with applications such as games, fitness tracking, VR / AR etc. are increasing. "Generic Sensor API" is supported by Chrome 67 as a general-purpose API for acquiring data of this sensor.


Chrome supports accelerometers, gyroscopes, orientation sensors, and motion sensors.


◆ BigInt
BigInt was supported to handle "big number" of more than 9007 trillion in JavaScript.


BigInt support not only allows you to accurately calculate large numbers, but also eliminates the need to load other libraries, which also reduces the load, pause and compile time.


In Chrome 67.0.3396.62, 34 security bug fixes are also done.

in Software,   Video, Posted by darkhorse_log