зеркало из https://github.com/mozilla/gecko-dev.git
0412b67dd7
<!-- Please describe your changes on the following line: --> Now that script has `WindowProxy` rather than `BrowsingContext` objects, we can rename `Frame` in the constellation to `BrowsingContext`. In particular, this means that `FrameId`s are now `BrowsingContextid`s, which better captures their purpose (and they are used in a lot of places, not just the constellation). --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes do not require tests because renaming <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: 837531992864f920342020462830b933d5ed0280 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : c73d366cabd57d2776dbe787880f363ce7bae144 |
||
---|---|---|
.. | ||
Cargo.toml | ||
browsingcontext.rs | ||
constellation.rs | ||
event_loop.rs | ||
lib.rs | ||
pipeline.rs | ||
sandboxing.rs | ||
timer_scheduler.rs |