aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Auto merge of #11372 - tschneidereit:parent-js-runtime-for-workers, r=noxbors-servo2016-05-261-3/+4
|\
| * Pass a parent JS runtime when creating DOM Worker runtimesTill Schneidereit2016-05-241-3/+4
* | Auto merge of #11370 - Ms2ger:IterableContext, r=jdmbors-servo2016-05-251-1/+1
|\ \
| * | Remove the IterableContext trait.Ms2ger2016-05-241-1/+1
| |/
* | Remove ScriptThread::layout_to_constellation_chan.Ms2ger2016-05-251-7/+4
* | Remove the script listener thread (fixes #11345).Ms2ger2016-05-251-20/+15
* | Auto merge of #11373 - servo:threadfactory, r=larsbergstrombors-servo2016-05-251-18/+12
|\ \
| * | Use associated types to improve LayoutThreadFactory and ScriptThreadFactory.Ms2ger2016-05-241-18/+12
| |/
* / Stop storing CSS errors on the Document.Ms2ger2016-05-241-15/+13
|/
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Auto merge of #11338 - Ms2ger:compositor-refcell, r=noxbors-servo2016-05-231-10/+9
|\
| * Take ScriptThread::compositor out of its RefCell.Ms2ger2016-05-231-10/+9
* | Auto merge of #11179 - asajeffrey:webdriver-resize-window, r=jgrahambors-servo2016-05-231-2/+0
|\ \ | |/ |/|
| * Made SetWindowSize synchronous.Alan Jeffrey2016-05-201-4/+0
| * Implemented webdriver SetWindowSize.Alan Jeffrey2016-05-201-0/+2
* | Auto merge of #10961 - creativcoder:custom_response_iface, r=jdmbors-servo2016-05-211-4/+35
|\ \ | |/ |/|
| * adding interface for custom responsesRahul Sharma2016-05-201-4/+35
* | Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFac...Ms2ger2016-05-201-6/+4
|/
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-11/+7
* Remove ConstellationChan.Ms2ger2016-05-191-18/+17
* Auto merge of #11239 - jdm:time-profile, r=noxbors-servo2016-05-181-0/+1
|\
| * Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.Josh Matthews2016-05-181-0/+1
* | Report panics in web worker threads.Ms2ger2016-05-181-1/+5
|/
* Stop using JSAutoRequest.Ms2ger2016-05-131-2/+1
* Auto merge of #10714 - KiChjang:user-interaction-task, r=Ms2gerbors-servo2016-05-121-3/+7
|\
| * Implement user interaction task sourceKeith Yeung2016-05-111-1/+5
| * Rename DOM manipulation messages to tasksKeith Yeung2016-05-041-2/+2
* | Addressed commentConnor Brewster2016-05-111-12/+10
* | removed instances of &Root<BrowsingContext>Connor Brewster2016-05-111-3/+3
* | remove page and move functionality to browing contextConnor Brewster2016-05-111-244/+248
* | Add logging for shutting down non-root pipelines in the script thread.Josh Matthews2016-05-111-0/+1
* | Make debug logging for tracing JS objects more informative.Josh Matthews2016-05-111-0/+1
|/
* 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