Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

11.69.42.29

Compare
Choose a tag to compare
@HarsimranSingh HarsimranSingh released this 23 Jul 13:42
· 235 commits to develop since this release

Chromium Enhancements

  • Web Authentication API for Chrome - Adds a third credential type, PublicKeyCredential, allowing web applications to create and use strong, crytpographically attested credentials to authenticate users.

  • a stacking context - Allows developers to place HTML content underneath a without confusion.

  • Aria 1.1 - Implemented changes of the Accessible Rich Internet Applications (WAI-ARIA) 1.1 spec.

  • Fetch API - Credentials mode default to “same origin”

  • “grab” and “grabbing” values for Cursor Property

  • Improve Cache Management for Service Worker Scripts - HTTP cache will be ignored when requesting updates to the service worker.

  • Keyboard Lock - In fullscreen, API allows apps to receive keys that are normally handled by the system or the browser like Cmd/Alt-Tab, or Esc.

  • Page Lifecycle API - Enables system initiated Tab Discarding and CPU Stopping

  • Nested Dedicated Workers - allows workers to spawn additional, descendant dedicated workers to distribute tasks without needing time on the main thread.

  • CSS Updates - Scroll Snap Points, conic-gradient, logical margin, padding and border properties

  • Cookie Store API - exposes HTTP cookies to service workers and offers an asynchronous alternative to document.cookie.

  • OffscreenCanvas - new interface that allows canvas rendering contexts (2D and WebGL) to be used in Workers

  • A full list of the Chromium changes can be found at the following links:

Enhancements

  • Window movement and resize APIs can now be used to move and/or resize a window without moving or resizing the rest of the group. Docs
  • Window navigate, navigateBack and navigateForward methods will provide Chromium net errors on failures
  • System.getRuntimeInfo now includes the command line argument used to start the Runtime in a 'args' key value pair

Resolved Issues

  • Resolved issue where using waitForPageLoad:false combined with saveWindowState:true the window would show briefly in the default location before being restored to the saveWindowState
  • Resolved issue where group merges were not being applied
  • Resolved issue with renderer crash when closing child windows
  • Resolved issue where event listeners were not working inside preload scripts

Known Issues

Layouts

  • Tab groups cannot be undocked when windows are running on different runtime versions
  • Docked/Tabbed windows may get stuck behind other windows when running on different runtime versions
  • Resizing the top corner of a tab group can cause docked windows to separate
  • Cannot resize the top edges of tab groups
  • Windows docked with tab groups have limited vertical resizing
  • Window resize constraints may be violated when windows are docked
  • Window resize constraints may be violated when tabbing and un-tabbing
  • Maximizing a docked window or tab group will cause it to become undocked