commit | fc29fa4a13fa9c5d97f921b3ec3205fea9282029 | [log] [tgz] |
---|---|---|
author | Manuel Rego Casasnovas <rego@igalia.com> | Tue Nov 19 14:46:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 14:46:07 2024 |
tree | e8aef4220ae0c7e51c5735281aa06cd85155a81e | |
parent | 44106e8941f77c1d59d7c2474b00d7aa1a25dd19 [diff] |
Move window.onmove event to its own feature and mark as experimental This used to be part of DesktopPWAsAdditionalWindowingControls which includes more things than window.onmove: https://github.com/explainers-by-googlers/additional-windowing-controls/blob/main/README.md#proposal The idea is to have it in its own runtime feature so it can be enabled independently of the rest. This patch moves it to a feature called WindowOnMoveEvent and marks it as experimental. Bug: 379542213 Change-Id: I29728225371fc0b127aa7b030a6abab7f4cdbd73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6035050 Commit-Queue: Manuel Rego <rego@igalia.com> Reviewed-by: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1384932}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.