commit | c9ebdd6ac4ab8a1e6a05d905988defe62801e43a | [log] [tgz] |
---|---|---|
author | Luke Warlow <lwarlow@igalia.com> | Wed Dec 11 23:39:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 11 23:39:49 2024 |
tree | 046f7e64e3d4703a068a72a8ec39ccde63c6d693 | |
parent | 64f6b11d4830038dcb41d0b9d534acfd7df144e7 [diff] |
Implement UniversalGlobalScope This patch introduces the new UniversalGlobalScope concept. It includes this in Window, Worker and Shadow Realm global scopes. This should also be included in Worklets, that will be done in a follow-up. See https://github.com/whatwg/html/pull/9893 Intent to prototype: https://groups.google.com/a/chromium.org/g/blink-dev/c/xcfT92S2Xno Bug: 41480387 Change-Id: Ied647c70afb1d201b1855082504ea8e92e80b978 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6088097 Commit-Queue: Luke <lwarlow@igalia.com> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1395144}
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.