Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the browsercontext module. #8942

Merged
merged 1 commit into from Dec 12, 2015
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Rename the browsercontext module.

  • Loading branch information
Ms2ger committed Dec 11, 2015
commit b7b5c79787beff957753aad9325a732aa3a7c4b1
@@ -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};
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.