aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-933/+0
* make Node.type_id field privateSean McArthur2014-09-051-1/+1
* Stop artificially constraining the size of the GC heap.Ms2ger2014-08-191-0/+11
* Structured clone the argument to DedicatedWorkerGlobalScope.postMessage.Ms2ger2014-08-141-3/+2
* Structured clone the argument to Worker.postMessage.Ms2ger2014-08-141-1/+2
* Implement DedicatedWorkerGlobalScope.postMessage.Ms2ger2014-08-121-0/+3
* Store a pointer to the Worker in the DedicatedWorkerGlobalScope.Ms2ger2014-08-121-0/+4
* Improve the documentation for ScriptMsg.Ms2ger2014-08-111-8/+14
* Give workers their own ScriptChan and use it for postMessage.Ms2ger2014-08-111-10/+15
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
* Decouple compositing and script crates.Josh Matthews2014-08-081-82/+121
* Merge pull request #3000 from Ms2ger/rendertaskMs2ger2014-08-061-1/+1
|\
| * Pass an argument to spawn_named_with_send_on_failure to support spawning nati...Josh Matthews2014-08-041-1/+1
* | Implement support for :disabled CSS selectorBruno de Oliveira Abinader2014-08-051-2/+23
|/
* Upgrade Rust.Jack Moffitt2014-08-021-8/+5
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-1/+1
* Merge pull request #2850 from ebalint/1992_move_timer_firing_implJosh Matthews2014-07-211-24/+1
|\
| * Move timer firing implemention into Window #1992Edit Balint2014-07-161-24/+1
* | Revert "Merge pull request #2819 from bjwbell/iframe-layers"Cameron Zwarich2014-07-191-2/+2
* | Restructure compositor layers to work with iframesBryan Bell2014-07-191-2/+2
* | Load scripts in workers.Ms2ger2014-07-151-17/+18
|/
* Introduce abstractions for global scopes.Ms2ger2014-07-151-2/+3
* Move the call to RegisterBindings::Register into WindowBinding::Wrap.Ms2ger2014-07-131-5/+0
* Pass a JSContext and a reflector to RegisterBindings::Register.Ms2ger2014-07-131-1/+1
* Store proxy handlers in a static array rather than a hashtable per window.Ms2ger2014-07-121-2/+1
* Remove needless mutabilities from script crate.Tetsuharu OHZEKI2014-06-221-6/+6
* Separate "desktop" and "mobile" zoom calculations.Matt Brubeck2014-06-201-8/+7
* auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdmbors-servo2014-06-131-4/+4
|\
| * Replace uses of JS<T>.unrooted() with JS::from_rooted #2580Edit Balint2014-06-131-4/+4
* | Split Page code out of script_task.rs #2530Edit Balint2014-06-131-412/+11
|/
* Pass immutable document to parse_html.Ms2ger2014-06-111-3/+3
* Use internal mutability for Window::{active_timers, next_timer_handle}.Ms2ger2014-06-111-18/+14
* Use internal mutability for Window::browser_context.Ms2ger2014-06-111-1/+1
* Use internal mutability for Node.flags.Ms2ger2014-06-111-3/+3
* Use internal mutability for EventTarget.Ms2ger2014-06-111-1/+1
* Use internal mutability for Event.Ms2ger2014-06-111-9/+10
* Pass a JSRef to RegisterBindings::Register.Ms2ger2014-06-111-1/+1
* Outside of compositor, store window size in CSS pxMatt Brubeck2014-06-091-15/+15
* Upgrade Rust.Jack Moffitt2014-06-051-11/+8
* auto merge of #2535 : saneyuki/servo/mut, r=jdmbors-servo2014-06-011-2/+1
|\
| * Fix regression that no update to Page.fragment_node.Tetsuharu OHZEKI2014-06-021-2/+1
* | Implement Event::new_initialized and initialize the event in Event::new.Ms2ger2014-05-311-5/+7
|/
* Use Cell instead of RefCell for Page.fragment_node.Tetsuharu OHZEKI2014-05-301-5/+5
* Fix unused_result warning in script_taskManish Goregaokar2014-05-291-1/+1
* Remove unnecessary pubs from script_taskMatt Brubeck2014-05-281-24/+20
* Use *mut T for the T* pointers in SpiderMonkey.Ms2ger2014-05-261-9/+9
* Initial spec-incompliant implementation of default click action for anchor el...Tetsuharu OHZEKI2014-05-231-32/+44
* Update Rust.Ms2ger2014-05-221-20/+19
* auto merge of #2442 : Manishearth/servo/xhr-async, r=jdmbors-servo2014-05-201-0/+4
|\
| * Async XHR GET with basic response header supportManish Goregaokar2014-05-201-0/+4