aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-2/+2
* | Implement RootedVec<T>Mukilan Thiyagarajan2015-03-291-1/+5
* | Use u32 for reflow ids.Ms2ger2015-03-281-1/+1
|/
* Notify devtools about new worker globalsThiago Pontes2015-03-271-6/+10
* auto merge of #5359 : aweinstock314/servo/moz-events, r=jdmbors-servo2015-03-251-11/+8
|\
| * Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEv...Avi Weinstock2015-03-251-11/+8
* | implementing MainThreadRunnable in ScriptTasksnf2015-03-251-0/+8
|/
* Ensures that iframe navigation updates the parent iframe element subpage id.Glenn Watson2015-03-241-0/+23
* Fix double-panic when the script task panics.Josh Matthews2015-03-231-3/+4
* Fix warnings in script.Ms2ger2015-03-231-1/+0
* auto merge of #5281 : glennw/servo/mozbrowser, r=jdmbors-servo2015-03-221-29/+69
|\
| * Experimental implementation of (a small subset of) mozbrowser APIs.Glenn Watson2015-03-231-29/+69
* | Stop abusing format! macro when construct a StringCorey Farwell2015-03-221-1/+1
* | Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* | script: Stop rebuilding every flow in the document when an imagePatrick Walton2015-03-201-1/+5
|/
* Implement Element.innerHTML setterChris Paris2015-03-181-1/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+1
* auto merge of #5219 : doublec/servo/view_source_protocol_and_plain_text, r=jdmbors-servo2015-03-171-1/+10
|\
| * Implement displaying of text/plain documentsChris Double2015-03-171-1/+10
* | Ensure that clicking a link in an iframe gets the existing iframe rect.Glenn Watson2015-03-171-1/+3
* | auto merge of #5244 : mattnenterprise/servo/page_load_thread_name, r=jdmbors-servo2015-03-161-1/+1
|\ \
| * | Fixes #5215 Serializing the thread name for the page load task to make it a s...Matt McCoy2015-03-161-1/+1
| |/
* / First part of refactoring constellation to support iframe navigation.Glenn Watson2015-03-171-27/+39
|/
* Refactored optional argument "last_modified" for DocumentMartin Schröder2015-03-161-9/+10
* make MouseEvent::new() and UIEvent::new() take enums for the bubbles and canc...Rohan Prinja2015-03-151-3/+3
* Remove unused subpage field from pageGlenn Watson2015-03-111-2/+1
* Subsume ScriptMsg::WorkerDispatchErrorEvent into ScriptMsg::RunnableMsg via i...Avi Weinstock2015-03-091-6/+0
* auto merge of #5150 : Adenilson/servo/reflowNotifications03, r=jdmbors-servo2015-03-061-9/+9
|\
| * Implements reflow events debugging.Adenilson Cavalcanti2015-03-061-9/+9
* | ScriptTask::mouse_over_targets is not traced #4985Guro Bokum2015-03-061-3/+29
|/
* Due to changes on Page/Window interfaces, we no longer have useAdenilson Cavalcanti2015-03-041-1/+1
* Remove the newly-created Page from the tree if loading fails.Josh Matthews2015-03-031-0/+45
* Separate disposing of layout data from the GCing of the DOM object reflectors...Josh Matthews2015-03-031-11/+8
* Documentation and cleanup.Josh Matthews2015-03-031-10/+48
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-133/+96
* Split page load into separate network and parsing stages. Delay Page creation...Josh Matthews2015-03-031-173/+249
* Remove unused import from script_task.Ms2ger2015-02-281-1/+0
* Move body of ScriptTask::handle_mouse_move_event into a method on #5073Guro Bokum2015-02-281-73/+8
* Moved dispatch_key_event method from script_task.rs to document.rs, fixes #4982Keith Yeung2015-02-261-90/+7
* If root html element contains "reftest-wait" class, don't mark document as re...Glenn Watson2015-02-261-2/+9
* Remove ScriptMsg::Navigate (fixes #4948).Dae-seon Moon2015-02-251-13/+1
* auto merge of #4960 : pkondzior/servo/add-script-timers-suspend-resume-functi...bors-servo2015-02-231-0/+24
|\
| * Add thaw/freeze messages that can suspend/resume webcontent timers #4907Pawel Kondzior2015-02-241-0/+24
* | auto merge of #4959 : glennw/servo/fix-hover, r=jdmbors-servo2015-02-231-79/+64
|\ \
| * | Fixes a number of issues with setting hover state, and simplifies the code.Glenn Watson2015-02-191-79/+64
| |/
* | script_task.rs now utilizes hyper's LastModified header, removed old implemen...Keith Yeung2015-02-231-39/+2
* | 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
| |/ /