aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Retrieve some basic layout properties for nodes to make the box model somewha...Josh Matthews2014-09-181-11/+20
* Enable real DOM inspector support.Josh Matthews2014-09-181-2/+48
* Avoid selecting on the devtools port if no devtools server exists.Josh Matthews2014-09-181-3/+5
* Enable executing JS snippets in the context of the main Servo window and view...Josh Matthews2014-09-181-3/+28
* Dump initial prototype of devtools server into the build. Expect lies if you ...Josh Matthews2014-09-181-1/+35
* Merge pull request #3358 from jdm/thespicemustnotreflowJosh Matthews2014-09-171-0/+3
|\
| * Delay initiating layout operations for as long as possible.Josh Matthews2014-09-151-0/+3
* | Move link rel=stylesheet fetching to layout taskMatt Brubeck2014-09-161-7/+1
|/
* Handle iframe.src with a javascript protocol URL.Jack Moffitt2014-09-151-8/+40
* Handle AttachLayout before ResizeMsg. Fixes #3333 for yahoo static suite.Glenn Watson2014-09-151-2/+7
* Store Compositor ReadyState per-pipelineBryan Bell2014-09-121-2/+3
* Coalesce pending reflow messages so they don't queue up.Glenn Watson2014-09-121-2/+13
* Cargoify servoJack Moffitt2014-09-081-0/+933