aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-3/+3
* Implement mouseevent.which (needed for enyojs sampler).Glenn Watson2015-07-221-1/+1
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-0/+3
* script: Split `Pipeline::create` into chrome process and contentPatrick Walton2015-07-141-3/+31
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-16/+15
* Really require documentation in the script_traits crate.Ms2ger2015-07-081-2/+12
* Use euclid from crates.ioecoal952015-06-191-3/+3
* Add support for switching frames with the webdriver API.James Graham2015-06-011-2/+1
* Make WebDriver Get() command wait on pages loading before returning.James Graham2015-05-141-1/+1
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-141-0/+9
* Make link elements fire a load event.Josh Matthews2015-05-111-1/+5
* Make stylesheets block page load.Josh Matthews2015-05-111-0/+3
* Start using on_refresh_driver_tick #5681Guro Bokum2015-05-061-1/+3
* Require documentation in script_traits.Ms2ger2015-04-301-6/+23
* Uniformise the various Msg types [#5882]Prabhjyot Singh Sodhi2015-04-301-3/+3
* Add script execution support via WebDriverJames Graham2015-04-231-0/+4
* Refactored image cache task - details below.Glenn Watson2015-04-231-2/+0
* Support focus management and keyboard events for iframes.Glenn Watson2015-04-201-0/+2
* Split out shared networking code into net_traits crateGilles Leblanc2015-04-031-4/+4
* Remove the unsafe impl Send for ConstellationControlMsg.Ms2ger2015-04-031-3/+0
* Introduce a MouseButton enum.Ms2ger2015-04-031-5/+11
* Use u32 for reflow ids.Ms2ger2015-03-281-1/+1
* Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEv...Avi Weinstock2015-03-251-2/+2
* Ensures that iframe navigation updates the parent iframe element subpage id.Glenn Watson2015-03-241-0/+2
* Experimental implementation of (a small subset of) mozbrowser APIs.Glenn Watson2015-03-231-0/+3
* Fix more warnings everywhere.Simon Sapin2015-03-181-1/+0
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+0
* First part of refactoring constellation to support iframe navigation.Glenn Watson2015-03-171-5/+5
* Split page load into separate network and parsing stages. Delay Page creation...Josh Matthews2015-03-031-3/+5
* auto merge of #4960 : pkondzior/servo/add-script-timers-suspend-resume-functi...bors-servo2015-02-231-0/+4
|\
| * Add thaw/freeze messages that can suspend/resume webcontent timers #4907Pawel Kondzior2015-02-241-0/+4
* | Move layout to libc from crates.io.Ms2ger2015-02-191-1/+0
|/
* Use rustc-serialize rather than the built-in deprecated serialize.Ms2ger2015-02-171-2/+0
* Fix warnings in script_traits.Ms2ger2015-02-131-1/+3
* Import net as net rather than servo_net.Ms2ger2015-02-101-4/+4
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-5/+5
* Allow unused variables, imports, and mutable.Josh Matthews2015-02-091-2/+0
* Implement window.frameElement, change window.parent to make use of it.Glenn Watson2015-02-071-1/+1
* Implement window.parent for iframes.Glenn Watson2015-02-051-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Fix various build warnings.Ms2ger2015-01-281-0/+1
* raw_pointer_deriving -> raw_pointer_deriveManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-10/+9
* Make UntrustedNodeAddress a newtype.Josh Matthews2015-01-241-1/+3
* Allow `missing_copy_implementations`Matthew Rasmus2015-01-081-0/+1
* Rename the ConstellationControlMsg variants.Ms2ger2015-01-041-9/+9
* Remove obsolete attributes.Ms2ger2015-01-031-3/+0
* Stall PaintTask exit until it can release all buffersMartin Robinson2015-01-021-1/+2
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-0/+3
* Implement Window.sessionStorage: Storage Task, Storage Methods (excluding Sto...nkdalmia2014-12-031-0/+2