aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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