Features enabled by default
- 'allow-popups-to-escape-sandbox' sandboxing flag: https://googlechrome.github.io/samples/allow-popups-to-escape-sandbox/index.html
- API to disable scroll restoration on history navigation: http://majido.github.io/scroll-restoration-proposal/tests/
- Block modal dialogs inside a sandboxed iframe: https://googlechrome.github.io/samples/block-modal-dialogs-sandboxed-iframe/index.html
- CSS Intrinsic Sizing: https://googlechrome.github.io/samples/css-intrinsic-sizing/index.html
- CSS Motion Path: https://googlechrome.github.io/samples/css-motion-path/index.html
- CSS.escape(): https://googlechrome.github.io/samples/css-escape/index.html
- Cache API is restricted to secure origins:
- Cache.addAll(): https://googlechrome.github.io/samples/service-worker/prefetch/index.html
- DOMException constructor: http://w3c-test.org/WebIDL/ecmascript-binding/es-exceptions/DOMException-constructor.html
- Event.isTrusted attribute: https://googlechrome.github.io/samples/event-istrusted/index.html
- Fetch API: Request.redirect:
- HTTP Client Hints: DPR, Width, Viewport-Width: https://github.com/igrigorik/http-client-hints#use-cases
- HTTP Public Key Pinning violating reporting (only enabled in desktop Chrome 46):
- Parsing background_color from Web Application Manifest: https://airhorner.com/
- Parsing theme_color from Web Application Manifest: https://airhorner.com/
- Performance Timeline APIs for Workers: https://zqzhang.github.io/demo/performance-timeline/performance-timeline.worker.html
- PerformanceResourceTiming.workerStart: https://zqzhang.github.io/demo/resource-timing/resource-timing-workerStart.html
- Resource Hints - preconnect:
- Service workers: Clients.matchAll() returns clients in MRU order: https://zqzhang.github.io/demo/service-workers/clients-matchAll.html
- ServiceWorkerRegistration.update() returns a promise: https://zqzhang.github.io/demo/service-workers/registration-update.html
- Spread (call and array) (ES6): https://googlechrome.github.io/samples/spread-operator/index.html
- WebRTC Data Channel buffer monitoring with the "bufferedamountlow" event: https://webrtc.github.io/samples/src/content/datachannel/datatransfer/
- new.target (ES6): https://googlechrome.github.io/samples/new-target-es6/index.html
Features behind a flag
- Access relative orientation sensors from Chrome for Android for Virtual Reality: http://output.jsbin.com/device-inertial-sensor-diagnostics
- requestIdleCallback:
Features deprecated
- Deprecate and remove Request.context: