| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #11538 - Ms2ger:warnings, r=emilio | bors-servo | 2016-06-01 | 1 | -1/+0 |
|\ |
|
| * | Fix some build warnings. | Ms2ger | 2016-06-01 | 1 | -1/+0 |
* | | Auto merge of #11221 - izgzhen:blob-file-backend, r=Manishearth | bors-servo | 2016-06-01 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -3/+3 |
* | | Auto merge of #11480 - rafaqtro:local_b, r=emilio | bors-servo | 2016-06-01 | 1 | -5/+5 |
|\ \ |
|
| * | | rename of page_fetch_complete and handle_page_fetch_complete | Rafael Quintero | 2016-05-31 | 1 | -5/+5 |
* | | | script: Keep the DOM-side viewport up to date when scrolling happens in | Patrick Walton | 2016-05-31 | 1 | -0/+23 |
| |/
|/| |
|
* | | Bump rust-mozjs for the safe Runtime::new (fixes #11512) | Anthony Ramine | 2016-05-31 | 1 | -1/+1 |
* | | Add a missing JSAutoCompartment to javascript url handling. | Ms2ger | 2016-05-30 | 1 | -1/+4 |
* | | Auto merge of #11472 - jdm:wip, r=mbrubeck | bors-servo | 2016-05-27 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -2/+0 |
* | | Remove the LayoutChan type. | Ms2ger | 2016-05-27 | 1 | -11/+10 |
|/ |
|
* | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
* | Auto merge of #11372 - tschneidereit:parent-js-runtime-for-workers, r=nox | bors-servo | 2016-05-26 | 1 | -3/+4 |
|\ |
|
| * | Pass a parent JS runtime when creating DOM Worker runtimes | Till Schneidereit | 2016-05-24 | 1 | -3/+4 |
* | | Auto merge of #11370 - Ms2ger:IterableContext, r=jdm | bors-servo | 2016-05-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove the IterableContext trait. | Ms2ger | 2016-05-24 | 1 | -1/+1 |
| |/ |
|
* | | Remove ScriptThread::layout_to_constellation_chan. | Ms2ger | 2016-05-25 | 1 | -7/+4 |
* | | Remove the script listener thread (fixes #11345). | Ms2ger | 2016-05-25 | 1 | -20/+15 |
* | | Auto merge of #11373 - servo:threadfactory, r=larsbergstrom | bors-servo | 2016-05-25 | 1 | -18/+12 |
|\ \ |
|
| * | | Use associated types to improve LayoutThreadFactory and ScriptThreadFactory. | Ms2ger | 2016-05-24 | 1 | -18/+12 |
| |/ |
|
* / | Stop storing CSS errors on the Document. | Ms2ger | 2016-05-24 | 1 | -15/+13 |
|/ |
|
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
* | Auto merge of #11338 - Ms2ger:compositor-refcell, r=nox | bors-servo | 2016-05-23 | 1 | -10/+9 |
|\ |
|
| * | Take ScriptThread::compositor out of its RefCell. | Ms2ger | 2016-05-23 | 1 | -10/+9 |
* | | Auto merge of #11179 - asajeffrey:webdriver-resize-window, r=jgraham | bors-servo | 2016-05-23 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Made SetWindowSize synchronous. | Alan Jeffrey | 2016-05-20 | 1 | -4/+0 |
| * | Implemented webdriver SetWindowSize. | Alan Jeffrey | 2016-05-20 | 1 | -0/+2 |
* | | Auto merge of #10961 - creativcoder:custom_response_iface, r=jdm | bors-servo | 2016-05-21 | 1 | -4/+35 |
|\ \
| |/
|/| |
|
| * | adding interface for custom responses | Rahul Sharma | 2016-05-20 | 1 | -4/+35 |
* | | Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFac... | Ms2ger | 2016-05-20 | 1 | -6/+4 |
|/ |
|
* | Implement trait-based ResourceThreads and clean up related naming issues | Zhen Zhang | 2016-05-20 | 1 | -11/+7 |
* | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -18/+17 |
* | Auto merge of #11239 - jdm:time-profile, r=nox | bors-servo | 2016-05-18 | 1 | -0/+1 |
|\ |
|
| * | Add timeline markers for HTTP requests, JS evaluation, and HTML parsing. | Josh Matthews | 2016-05-18 | 1 | -0/+1 |
* | | Report panics in web worker threads. | Ms2ger | 2016-05-18 | 1 | -1/+5 |
|/ |
|
* | Stop using JSAutoRequest. | Ms2ger | 2016-05-13 | 1 | -2/+1 |
* | Auto merge of #10714 - KiChjang:user-interaction-task, r=Ms2ger | bors-servo | 2016-05-12 | 1 | -3/+7 |
|\ |
|
| * | Implement user interaction task source | Keith Yeung | 2016-05-11 | 1 | -1/+5 |
| * | Rename DOM manipulation messages to tasks | Keith Yeung | 2016-05-04 | 1 | -2/+2 |
* | | Addressed comment | Connor Brewster | 2016-05-11 | 1 | -12/+10 |
* | | removed instances of &Root<BrowsingContext> | Connor Brewster | 2016-05-11 | 1 | -3/+3 |
* | | remove page and move functionality to browing context | Connor Brewster | 2016-05-11 | 1 | -244/+248 |
* | | Add logging for shutting down non-root pipelines in the script thread. | Josh Matthews | 2016-05-11 | 1 | -0/+1 |
* | | Make debug logging for tracing JS objects more informative. | Josh Matthews | 2016-05-11 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #10632 - szeged:bluetooth-ipc, r=jdm | bors-servo | 2016-05-04 | 1 | -0/+5 |
|\ |
|
| * | Add Bluetooth IPC support | fokinv | 2016-05-03 | 1 | -0/+5 |
* | | Auto merge of #8454 - jdm:media, r=KiChjang | bors-servo | 2016-05-03 | 1 | -0/+13 |
|\ \ |
|
| * | | Implement basic media resource selection and fetching. | Josh Matthews | 2016-05-03 | 1 | -0/+13 |
* | | | Update SpiderMonkey | Anthony Ramine | 2016-05-03 | 1 | -2/+3 |
| |/
|/| |
|