aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-1/+1
* Restrict size tests to 64 bitManish Goregaokar2014-12-091-1/+1
* Add unit test to freeze sizes of DOM structsManish Goregaokar2014-12-091-0/+3
* Add stub Activatable traitManish Goregaokar2014-12-051-0/+1
* auto merge of #4198 : Manishearth/servo/hyper-droid, r=Manishearthbors-servo2014-12-051-1/+1
|\
| * convert script crate to use hyperSean McArthur2014-12-041-1/+1
* | added ErrorEvent WebIDL and errorevent.rsRonak Nisher2014-12-041-0/+1
|/
* Implemeneted ModifyAttribute handler to update DOM elements.Shanil Puri2014-12-031-0/+1
* Implement a basic WebSocket interface.Hinali Marfatia2014-11-251-0/+1
* Add single-line text input with no visible cursor.Josh Matthews2014-11-131-0/+1
* Add KeyboardEvent stub.Josh Matthews2014-11-131-0/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* Implement DOMStringMapBruno de Oliveira Abinader2014-11-061-0/+1
* Intial Commit for Storage.webidl, along with impl stubnkdalmia2014-11-061-0/+1
* auto merge of #3835 : pcwalton/servo/script-microoptzns, r=Ms2gerbors-servo2014-11-031-1/+1
|\
| * script: Use an FNV hash to hash event listeners.Patrick Walton2014-10-281-1/+1
* | Move build_element_from_tag out of the HTML parser.Ms2ger2014-10-301-0/+1
* | Adding initial version of parser traitnchinth2014-10-291-3/+1
|/
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-4/+4
* auto merge of #3662 : mukilan/servo/worker_timer, r=jdmbors-servo2014-10-151-0/+1
|\
| * Issue #3236 - Implement timers (setTimeout/setInterval) for workersMukilan Thiyagarajan2014-10-161-0/+1
* | Add DOMRefCell<T> for safe borrowing in layout.Tetsuharu OHZEKI2014-10-151-0/+1
|/
* Eliminate servo_util::atomKeegan McAllister2014-09-291-0/+3
* Use JSTraceable everywhereManish Goregaokar2014-09-241-0/+1
* Add untraceable! macroManish Goregaokar2014-09-241-1/+4
* Rename macros crate to pluginsManish Goregaokar2014-09-231-1/+1
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-4/+4
* Share code between Navigator and WorkerNavigatorGilles Leblanc2014-09-201-0/+2
* Enable real DOM inspector support.Josh Matthews2014-09-181-0/+1
* Dump initial prototype of devtools server into the build. Expect lies if you ...Josh Matthews2014-09-181-0/+1
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-3/+0
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-0/+3
* Merge pull request #3374 from Manishearth/lint_unrooted_jsmanagedManish Goregaokar2014-09-171-0/+1
|\
| * Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-0/+1
* | Move link rel=stylesheet fetching to layout taskMatt Brubeck2014-09-161-1/+0
|/
* Reinstate errors for unused variables and imports.Jack Moffitt2014-09-131-3/+2
* Cargoify servoJack Moffitt2014-09-081-0/+209