mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Auto merge of #8942 - Ms2ger:rename-bc, r=nox
Rename the browsercontext module. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8942) <!-- Reviewable:end -->
This commit is contained in:
commit
f4783a0ec3
4 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ use dom::bindings::conversions::{private_from_proto_check, root_from_handleobjec
|
|||
use dom::bindings::error::throw_invalid_this;
|
||||
use dom::bindings::inheritance::TopTypeId;
|
||||
use dom::bindings::trace::trace_object;
|
||||
use dom::browsercontext;
|
||||
use dom::browsingcontext;
|
||||
use dom::window;
|
||||
use js;
|
||||
use js::error::throw_type_error;
|
||||
|
@ -73,7 +73,7 @@ impl GlobalStaticData {
|
|||
/// Creates a new GlobalStaticData.
|
||||
pub fn new() -> GlobalStaticData {
|
||||
GlobalStaticData {
|
||||
windowproxy_handler: browsercontext::new_window_proxy_handler(),
|
||||
windowproxy_handler: browsingcontext::new_window_proxy_handler(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -215,7 +215,7 @@ mod create;
|
|||
#[deny(missing_docs, non_snake_case)]
|
||||
pub mod bindings;
|
||||
pub mod blob;
|
||||
pub mod browsercontext;
|
||||
pub mod browsingcontext;
|
||||
pub mod canvasgradient;
|
||||
pub mod canvaspattern;
|
||||
pub mod canvasrenderingcontext2d;
|
||||
|
|
|
@ -19,7 +19,7 @@ use dom::bindings::js::{JS, MutNullableHeap, Root};
|
|||
use dom::bindings::num::Finite;
|
||||
use dom::bindings::reflector::Reflectable;
|
||||
use dom::bindings::utils::{GlobalStaticData, WindowProxyHandler};
|
||||
use dom::browsercontext::BrowsingContext;
|
||||
use dom::browsingcontext::BrowsingContext;
|
||||
use dom::console::Console;
|
||||
use dom::crypto::Crypto;
|
||||
use dom::cssstyledeclaration::{CSSModificationAccess, CSSStyleDeclaration};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue