aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #10632 - szeged:bluetooth-ipc, r=jdmbors-servo2016-05-041-0/+5
|\
| * Add Bluetooth IPC supportfokinv2016-05-031-0/+5
* | Auto merge of #8454 - jdm:media, r=KiChjangbors-servo2016-05-031-0/+13
|\ \
| * | Implement basic media resource selection and fetching.Josh Matthews2016-05-031-0/+13
* | | Update SpiderMonkeyAnthony Ramine2016-05-031-2/+3
| |/ |/|
* | Make IFrameLoadInfo take an Option<LoadData> instead of Option<Url>Keith Yeung2016-04-301-1/+1
* | Reduce channel cloning.Ms2ger2016-04-291-1/+1
* | Avoid the unnecessary MainThreadScriptChan in ScriptThread::create().Ms2ger2016-04-291-4/+8
* | Remove unused SendableMainThreadScriptChan::new() method.Ms2ger2016-04-291-8/+0
* | Remove unused MainThreadScriptChan::new() method.Ms2ger2016-04-291-8/+0
* | Avoid some clones.Ms2ger2016-04-291-11/+7
|/
* script: Make iframes know their pipeline IDs at all times, even afterPatrick Walton2016-04-281-4/+9
* Remove extraneous script_chan parameter from Trusted::newKeith Yeung2016-04-281-3/+2
* Auto merge of #10647 - ConnorGBrewster:parse_xml, r=jdmbors-servo2016-04-271-23/+29
|\
| * Finish hooking up XML parserConnor Brewster2016-04-271-23/+29
* | Move abstract parser infrastructure from servohtmlparser.rs to parseMartin Broesamle2016-04-271-1/+2
|/
* Add referrer policy pass-through and referrer header logicRebecca2016-04-251-0/+2
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-30/+22
* Auto merge of #10654 - notriddle:no_resize_on_initial_load, r=asajeffreybors-servo2016-04-221-15/+17
|\
| * compositing/script: Do not dispatch the resize event when initially loading.Michael Howell2016-04-221-15/+17
* | Auto merge of #10710 - Ms2ger:js, r=noxbors-servo2016-04-211-1/+1
|\ \ | |/ |/|
| * Update js.Ms2ger2016-04-201-1/+1
* | Propagating the load errors from network loaderRavi Shankar2016-04-201-3/+3
* | Added a dedicated panic channel.Alan Jeffrey2016-04-191-7/+7
|/
* Auto merge of #10587 - asajeffrey:add-failure-panic-message, r=Manishearthbors-servo2016-04-141-2/+2
|\
| * Added panic message to failures.Alan Jeffrey2016-04-131-2/+2
* | Remove the url! plugin.Simon Sapin2016-04-141-1/+1
|/
* Use better JS engine defaultsJack Moffitt2016-04-081-1/+2
* Fix rebasing errorStjepan Glavina2016-04-071-1/+0
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-228/+11
* forcetouch events supportPaul Rouget2016-04-051-1/+7
* Auto merge of #10325 - stjepang:pref-disable-jit, r=mbrubeckbors-servo2016-04-051-1/+11
|\
| * Add preferences to enable/disable the JITsStjepan Glavina2016-04-041-1/+11
* | Inlined content_changedAdrian Utrilla2016-04-041-2/+1
* | Auto merge of #10327 - frewsxcv:get-prefix, r=ms2gerbors-servo2016-04-021-1/+1
|\ \ | |/ |/|
| * Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-03-311-1/+1
* | Report errors from ScriptPort trait methods.Josh Matthews2016-03-311-13/+15
|/
* Auto merge of #8641 - notriddle:no_headless, r=glennwbors-servo2016-03-291-0/+1
|\
| * No more headless compositor. Just the normal one.Michael Howell2016-03-241-0/+1
* | change changes effecting verbosityfaineance2016-03-271-4/+2
* | use self.0 instead of destructing single item tuple structsfaineance2016-03-271-6/+4
|/
* Add task_source directoryKeith Yeung2016-03-101-101/+12
* Refactor mouseover code to be more performantEmilio Cobos Álvarez2016-03-021-33/+42
* Implement GetElementRect webdriver commandDaniel Robertson2016-02-241-0/+2
* Auto merge of #9603 - Ms2ger:document-bc, r=jdmbors-servo2016-02-191-4/+7
|\
| * Store a pointer to the browsing context in the Document.Ms2ger2016-02-111-4/+7
* | Implement planned navigationKeith Yeung2016-02-181-1/+3
* | 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
|/