aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to Task...Kamil Muszyński2016-02-141-51/+51
* Notify devtools about new script globals sooner.Josh Matthews2016-02-111-5/+3
* Report CSS errors to script task for further processing.Josh Matthews2016-02-111-1/+2
* Make iframes block the enclosing document's load event. Fixes #6663.Josh Matthews2016-02-101-1/+1
* mozbrowsersercuritychange eventPaul Rouget2016-02-091-0/+2
* Make iframe's load event trigger a reflow of the enclosing window. Add a catc...Josh Matthews2016-01-261-0/+8
* compositing: Fix a couple of bugs that prevented iframes from paintingPatrick Walton2016-01-261-0/+18
* Check if root page exist before handling DOM eventsPaul Rouget2016-01-251-6/+11
* Auto merge of #9263 - DarinM223:move_mousebutton, r=KiChjangbors-servo2016-01-161-3/+2
|\
| * Moving MouseButton from msg to script_traitsDarin Minamoto2016-01-131-3/+2
* | Rename SCRIPT_TASK_ROOT to SCRIPT_THREAD_ROOTJoshua Holmer2016-01-141-7/+7
|/
* move MozBrowserEvent to script_traits (+ documentation)apopiak2016-01-131-2/+2
* Moving MouseEventType from msg to script_traitsMatt McCoy2016-01-111-2/+3
* Auto merge of #8972 - GauriGNaik:expose-css-errors-1, r=jdmbors-servo2016-01-121-10/+13
|\
| * Final stepsGauriGNaik2016-01-111-10/+13
* | Stop reexporting ReflowGoal from layout_interface.Ms2ger2016-01-111-1/+2
|/
* task -> threadrohan.prinja2016-01-101-0/+2247