aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement extremely basic form submission (fixes #3554)Manish Goregaokar2014-10-111-4/+4
* auto merge of #3626 : Manishearth/servo/form-prep, r=jdmbors-servo2014-10-091-6/+8
|\
| * Allow passing a method, request body, and headers to the pipeline in LoadUrlMsgManish Goregaokar2014-10-091-6/+8
* | Incremental Style RecalcClark Gaebel2014-10-091-16/+45
* | Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-6/+6
|/
* auto merge of #3571 : Ms2ger/servo/rewrite-js-url, r=jdmbors-servo2014-10-061-7/+7
|\
| * Cleanup URL handling in ScriptTask::load a bit.Ms2ger2014-10-041-7/+7
* | auto merge of #3570 : Ms2ger/servo/rc-scripttask, r=metajackbors-servo2014-10-061-4/+4
|\ \
| * | Stop reference-counting the ScriptTask.Ms2ger2014-10-041-4/+4
| |/
* / Remove Traceable/Untraceable from page.rsManish Goregaokar2014-10-051-14/+14
|/
* Clear the fragment_name field when resizing.Ms2ger2014-10-021-6/+6
* Remove the fragment_node field from Page (fixes #3543).Ms2ger2014-10-021-7/+9
* Check if the immediate node is an element before looking at ancestors when cl...Josh Matthews2014-10-011-2/+9
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-8/+8
* Simplify the Page URL handling in handle_resize_inactive_msg.Ms2ger2014-09-271-4/+3
* Use JSTraceable everywhereManish Goregaokar2014-09-241-7/+3
* Eliminate warningsKeegan McAllister2014-09-201-8/+8
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-8/+8
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-25/+24
* 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