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
Get rid of dom::bindings::global #13596
Commits on Oct 6, 2016
-
Prevent doing use self::FooBinding::{}
nox committedOct 6, 2016 -
Inline interfaces just appear as a Rust type and in the TypeId hierarchy. They are completely invisible on the JS side.
nox committedOct 6, 2016 -
Remove workerglobalscope::WorkerGlobalScopeTypeId
nox committedOct 6, 2016 -
Make reflect_dom_object take a &GlobalScope
nox committedOct 6, 2016 -
nox committed
Oct 6, 2016 -
Introduce GlobalScope::get_next_worker_id
nox committedOct 6, 2016 -
Introduce GlobalScope::live_devtools_updates
nox committedOct 6, 2016 -
Move console timers to GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::devtools_chan
nox committedOct 6, 2016 -
Introduce GlobalScope::mem_profiler_chan
nox committedOct 6, 2016 -
Introduce GlobalScope::time_profiler_chan
nox committedOct 6, 2016 -
Introduce GlobalScope::constellation_chan
nox committedOct 6, 2016 -
Introduce GlobalScope::scheduler_chan
nox committedOct 6, 2016 -
Introduce GlobalScope::pipeline_id
nox committedOct 6, 2016 -
Introduce Reflectable::global_scope
nox committedOct 6, 2016 -
Make throw_dom_exception take a &GlobalScope
nox committedOct 6, 2016 -
Make CanvasRenderingContext2d::new take a &GlobalScope
nox committedOct 6, 2016 -
Make Promise::new take a &GlobalScope
nox committedOct 6, 2016 -
Make StructuredCloneData::read take a &GlobalScope
nox committedOct 6, 2016 -
Make dispatch_jsval methods take a &GlobalScope
nox committedOct 6, 2016 -
Make WebGLRenderingContext::new take a &GlobalScope
nox committedOct 6, 2016 -
Make XMLHttpRequest::new take a &GlobalScope
nox committedOct 6, 2016 -
Make Error::to_jsval take a &GlobalScope
nox committedOct 6, 2016 -
Use GlobalScope in dispatch_to_listeners
nox committedOct 6, 2016 -
Do not use GlobalRoot in dom::xmlhttprequest
nox committedOct 6, 2016 -
Introduce GlobalScope::api_base_url
nox committedOct 6, 2016 -
Make Console::send_to_devtools take a &GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::get_url
nox committedOct 6, 2016 -
Make Request::new take a &GlobalScope
nox committedOct 6, 2016 -
Remove some duplication in XMLHttpRequest methods
nox committedOct 6, 2016 -
Introduce GlobalScope::as_window
nox committedOct 6, 2016 -
Make XMLHttpRequest::new_doc use Reflectable::global_scope
nox committedOct 6, 2016 -
Make bluetooth::result_to_promise take a &GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::report_an_error
nox committedOct 6, 2016 -
Introduce GlobalScope::resource_threads
nox committedOct 6, 2016 -
Make dom::blob::read_file take a &GlobalScope
nox committedOct 6, 2016 -
Make prepare_workerscope_init take a &GlobalScope
nox committedOct 6, 2016 -
Make create_scope_things take a &GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::core_resource_thread
nox committedOct 6, 2016 -
Introduce GlobalScope::script_chan
nox committedOct 6, 2016 -
Introduce GlobalScope::networking_task_source
nox committedOct 6, 2016 -
Pass a &GlobalScope to WebIDL static methods and constructors
nox committedOct 6, 2016 -
Move JS evaluation functions to GlobalScope
nox committedOct 6, 2016 -
Make devtools::handle_evaluate_js take a &GlobalScope
nox committedOct 6, 2016 -
nox committed
Oct 6, 2016 -
Make RunnableWrapper store an Option<Arc<AtomicBool>>
This makes WorkerGlobalScope::get_runnable_wrapper not panic anymore when the worker is a ServiceWorkerGlobalScope.
nox committedOct 6, 2016 -
Introduce GlobalScope::get_runnable_wrapper
nox committedOct 6, 2016 -
Make TaskSource::queue take a &GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::flush_promise_jobs
nox committedOct 6, 2016 -
Make PromiseJobQueue::enqueue take a &GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::enqueue_promise_job
nox committedOct 6, 2016 -
Use global_scope_from_object in Window::global_is_mozbrowser
nox committedOct 6, 2016 -
Remove global_root_from_reflector
nox committedOct 6, 2016 -
Make Promise::Reject and Resolve take a &GlobalScope
nox committedOct 6, 2016 -
Do not use GlobalRoot in CodegenRust anymore
nox committedOct 6, 2016 -
Make Fetch take a &GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::new_script_pair
nox committedOct 6, 2016 -
Introduce GlobalScope::process_event
nox committedOct 6, 2016 -
Make XMLHttpRequest::fetch take a &GlobalScope
nox committedOct 6, 2016 -
Introduce GlobalScope::file_reading_task_source
nox committedOct 6, 2016 -
nox committed
Oct 6, 2016 -
Make workers' interrupt_callback use GlobalScope
nox committedOct 6, 2016 -
Use global_scope_from_context in TestBinding::PromiseNativeHandler
nox committedOct 6, 2016 -
Make the closure in flush_promise_jobs return a Root<GlobalScope>
nox committedOct 6, 2016 -
Remove GlobalRoot and GlobalRef
nox committedOct 6, 2016 -