aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
* auto merge of #4956 : psdh/servo/interfail, r=jdmbors-servo2015-02-211-5/+6
|\
| * Fixing Intermittent failure in pages with timersPrabhjyot Singh Sodhi2015-02-221-7/+7
* | auto merge of #5007 : Ms2ger/servo/warnings, r=saneyukibors-servo2015-02-211-2/+1
|\ \
| * | Remove unused imports.Ms2ger2015-02-211-2/+1
| |/
* / Cleanup ScriptTask::load.Ms2ger2015-02-211-22/+18
|/
* Move DocumentProgressHandler to document.rs.Tetsuharu OHZEKI2015-02-221-80/+7
* Changed js_runtime to be of type *mut JSRuntimeKeith Yeung2015-02-211-1/+1
* Removed unused cratesKeith Yeung2015-02-211-3/+2
* Moved handle_click_event from script_task.rs to document.rsKeith Yeung2015-02-211-72/+4
* Do not glob-export DevtoolScriptControlMsg variants.Ruud van Asseldonk2015-02-131-10/+9
* Do not glob-export DevtoolsControlMsg variants.Ruud van Asseldonk2015-02-131-4/+5
* auto merge of #4866 : KiChjang/servo/trigger-fragment-string, r=jdmbors-servo2015-02-121-5/+5
|\
| * Updated trigger_fragment to take a string instead of URL and updated callersKeith Yeung2015-02-071-5/+5
* | Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-6/+6
* | auto merge of #4884 : glennw/servo/iframe-load, r=jdmbors-servo2015-02-111-1/+15
|\ \
| * | Dispatch a load event at iframes. Fixes #4350.Glenn Watson2015-02-111-1/+15
* | | Import net as net rather than servo_net.Ms2ger2015-02-101-4/+4
* | | Import msg as msg rather than servo_msg.Ms2ger2015-02-101-8/+8
|/ /
* | auto merge of #4859 : glennw/servo/fix-3986, r=larsbergstrombors-servo2015-02-081-4/+6
|\ \
| * | Fix page being removed too early. Fixes #3986 (intermittent failure).Glenn Watson2015-02-061-4/+6
* | | Implement window.frameElement, change window.parent to make use of it.Glenn Watson2015-02-071-18/+30
| |/ |/|
* | Replace an and_then call by a map call in ScriptTask::load.Ms2ger2015-02-061-2/+2
* | Reindent script_task.rs.Ms2ger2015-02-061-40/+40
|/
* auto merge of #4854 : jdm/servo/workererr, r=jdmbors-servo2015-02-051-0/+6
|\
| * Support firing error events from a dedicated worker at the containing worker ...Shreya Bastikar2015-02-051-0/+6
* | Add console message support to devtools. Does not actually cause logging to o...Sagar Muchhal2015-02-051-2/+4
* | auto merge of #4852 : jdm/servo/buffermessages, r=jdmbors-servo2015-02-051-1/+3
|\ \ | |/ |/|
| * Add flag to send live updates to devtools.Sagar Muchhal2015-02-051-1/+3
* | Replace Root::deref by a custom get_unsound_ref_forever method.Ms2ger2015-02-051-7/+7
|/
* Implement window.parent for iframes.Glenn Watson2015-02-051-6/+20
* Use an option for the parser input.Josh Matthews2015-02-041-4/+4
* Make XMLHttpRequest user-set headers be preserved across redirects.Josh Matthews2015-02-041-2/+3
* Reorganize document creation so it occurs after we have a final URL.Josh Matthews2015-02-041-44/+44
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-2/+3
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-9/+9
* Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid 'D...Diego Marcos2015-01-301-4/+6
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-4/+4
* self importManish Goregaokar2015-01-281-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-28/+37
* Make UntrustedNodeAddress a newtype.Josh Matthews2015-01-241-1/+1
* Encapsulate to-be-cleaned-up refcounted pointers.Ms2ger2015-01-211-3/+2
* Move to to_owned rather than into_string.Ms2ger2015-01-201-10/+11
* Make Runnable::handler take self by value.Ms2ger2015-01-101-2/+2
* Create a StructuredCloneData struct to encapsulate the result of a structured...Ms2ger2015-01-101-2/+2
* Make DOMContentLoaded and load asynchronous with using Runnable.Tetsuharu OHZEKI2015-01-101-12/+63
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+2
* Fix `non_upper_case_globals` warningsMatthew Rasmus2015-01-081-3/+3
* auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdmbors-servo2015-01-081-2/+2
|\
| * Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)Guillaume Bort2015-01-071-2/+2
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-4/+9
|/