servo/components/script
bors-servo 34d0e59849 Auto merge of #16845 - asajeffrey:script-rename-browsing-contexts, r=jdm
Renamed BrowsingContext to WindowProxy in script.

<!-- Please describe your changes on the following line: -->

Renamed `script::dom::BrowsingContext` to `script::dom::WindowProxy`.

The browsing context is mostly maintained in the constellation, not in script. It would be nice to rename `constellation::Frame` to `constellation::BrowsingContext`, but that will be very confusing if there are two `BrowsingContext` types.

---
<!-- 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 renamings aren't externally visible

<!-- 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. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16845)
<!-- Reviewable:end -->
2017-05-13 07:09:29 -05:00
..
docs
dom Auto merge of #16845 - asajeffrey:script-rename-browsing-contexts, r=jdm 2017-05-13 07:09:29 -05:00
task_source
body.rs
build.rs
Cargo.toml Bump cssparser to 0.13.3 2017-05-11 12:50:40 -07:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs
document_loader.rs
fetch.rs Remove all internal mutability from Request 2017-04-03 12:39:07 +02:00
layout_image.rs
layout_wrapper.rs Auto merge of #16506 - cbrewster:about_chaos, r=asajeffrey 2017-05-12 15:08:45 -05:00
lib.rs Upgrade to html5ever 0.16 2017-05-02 19:24:28 +02:00
mem.rs
microtask.rs
network_listener.rs
script_runtime.rs
script_thread.rs Auto merge of #16845 - asajeffrey:script-rename-browsing-contexts, r=jdm 2017-05-13 07:09:29 -05:00
serviceworker_manager.rs
serviceworkerjob.rs
stylesheet_loader.rs Fix up script and layout. 2017-05-02 17:35:45 -07:00
test.rs
textinput.rs Auto merge of #15822 - charlesvdv:unicode-panic, r=emilio 2017-04-16 15:08:59 -05:00
timers.rs
unpremultiplytable.rs
webdriver_handlers.rs