aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Implemeneted ModifyAttribute handler to update DOM elements.Shanil Puri2014-12-031-84/+12
* Implement Window.sessionStorage: Storage Task, Storage Methods (excluding Sto...nkdalmia2014-12-031-0/+6
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-3/+3
* Allow passing arguments to setTimeout/setInterval callbacksMukilan Thiyagarajan2014-11-151-1/+1
* Remove unused arguments from LoadComplete and LoadCompleteMsgManish Goregaokar2014-11-141-2/+2
* Don't overwrite redirected URL in script_task (fixes #3970)Manish Goregaokar2014-11-141-1/+2
* Fix interfaces testKeegan McAllister2014-11-131-7/+14
* Add single-line text input with no visible cursor.Josh Matthews2014-11-131-12/+14
* Implement document focus context and hook it up to click events.Josh Matthews2014-11-131-7/+13
* Dispatch keydown, keyup, and keypress events at appropriate times.Josh Matthews2014-11-131-3/+53
* Pass all key events to the current constellation frame.Josh Matthews2014-11-131-2/+6
* Rebase and fix up compile errors for rust upgrade.Glenn Watson2014-11-131-2/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-32/+26
* Clip display list based on frame viewportMartin Robinson2014-11-111-3/+11
* Bug #3811 - Extracted the script task handlers into methodsShing Lyu2014-11-101-157/+177
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-22/+25
* auto merge of #3732 : mukilan/servo/xhr-issue-3630, r=jdmbors-servo2014-11-041-1/+4
|\
| * Fix race condition in XHR and handle other abort/open scenariosMukilan Thiyagarajan2014-11-031-1/+4
* | Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-4/+4
|/
* Switch to synchronous script loadingMatt Brubeck2014-10-291-46/+3
* Infrastructure for synchronous script loadingMatt Brubeck2014-10-291-5/+0
* Ignore the HTML parser's borrow flag in GC tracingKeegan McAllister2014-10-241-0/+18
* Dynamically check DOMRefCell access from layout in debug buildsKeegan McAllister2014-10-241-1/+2
* Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671Ray Clanan2014-10-231-1/+1
* Implement Document.readyState. Prevent iframes from notifying the compositor ...Josh Matthews2014-10-231-4/+16
* Use DOMRefCell for ScriptTask.Tetsuharu OHZEKI2014-10-221-7/+7
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-12/+4
* Issue #3236 - Implement timers (setTimeout/setInterval) for workersMukilan Thiyagarajan2014-10-161-4/+13
* Make Event::new take enumerated values instead of booleans (fixes #3643)Tim Taubert2014-10-111-3/+3
* 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