| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement dissimilar-origin window.parent and window.top. | Alan Jeffrey | 2017-03-17 | 1 | -24/+74 |
* | Implement dissimilar-origin postMessage. | Alan Jeffrey | 2017-03-15 | 1 | -2/+12 |
* | Implement setter for document.domain | Alan Jeffrey | 2017-03-15 | 1 | -1/+1 |
* | Added some same-origin-domain checks. | Alan Jeffrey | 2017-03-14 | 1 | -2/+9 |
* | Move checks for document completion to the end of the event loop. | Josh Matthews | 2017-03-07 | 1 | -1/+25 |
* | Make script thread initiate requests for images needed by layout. | Josh Matthews | 2017-02-22 | 1 | -12/+14 |
* | Add ImmutableOrigin to allow for serializing origins | Connor Brewster | 2017-02-22 | 1 | -8/+8 |
* | Allow browsing contexts to resolve to cross-origin windows. | Alan Jeffrey | 2017-02-16 | 1 | -2/+4 |
* | Remove usage of unwrap in handle_exit_pipeline_msg() | karan sharma | 2017-02-13 | 1 | -1/+1 |
* | Remove incorrect uses of asynchronous tasks from ServiceWorker job queue. | Josh Matthews | 2017-02-01 | 1 | -44/+4 |
* | Perform a microtask checkpoint after executing classic scripts and callbacks. | Josh Matthews | 2017-02-01 | 1 | -0/+7 |
* | Generalize promise job queue into solitary microtask queue. | Josh Matthews | 2017-02-01 | 1 | -23/+18 |
* | Auto merge of #15264 - servo:content-type, r=nox | bors-servo | 2017-01-30 | 1 | -9/+3 |
|\ |
|
| * | Always set the Document::contentType attribute in ScriptThread::load(). | Ms2ger | 2017-01-30 | 1 | -9/+3 |
* | | Allow windows to share browsing contexts. | Alan Jeffrey | 2017-01-28 | 1 | -48/+35 |
* | | Fix document.write check for activity. | Alan Jeffrey | 2017-01-27 | 1 | -0/+1 |
* | | The constellation notifies the script thread about documents becoming inactiv... | Alan Jeffrey | 2017-01-27 | 1 | -37/+15 |
* | | Auto merge of #15220 - nox:kill-parser-pipeline, r=SimonSapin,jdm | bors-servo | 2017-01-27 | 1 | -10/+2 |
|\ \
| |/
|/| |
|
| * | Kill ServoParser::pipeline | Anthony Ramine | 2017-01-27 | 1 | -10/+2 |
* | | Auto merge of #15242 - servo:refpol, r=nox | bors-servo | 2017-01-27 | 1 | -23/+7 |
|\ \ |
|
| * | | Simplify handling of the referrer policy header in ScriptThread::load(). | Ms2ger | 2017-01-26 | 1 | -23/+7 |
| |/ |
|
* | | Auto merge of #15238 - servo:clip_rect, r=emilio | bors-servo | 2017-01-27 | 1 | -6/+2 |
|\ \ |
|
| * | | Remove unused InProgressLoad::clip_rect. | Ms2ger | 2017-01-26 | 1 | -6/+2 |
| |/ |
|
* | | Auto merge of #15179 - servo:alter_resource_utilization, r=nox | bors-servo | 2017-01-26 | 1 | -24/+12 |
|\ \
| |/
|/| |
|
| * | Refactor away ScriptThread::alter_resource_utilization(). | Ms2ger | 2017-01-26 | 1 | -24/+12 |
* | | Revert "Auto merge of #15136 - nox:mitochondria-finally-makes-it-into-the-tre... | Anthony Ramine | 2017-01-24 | 1 | -30/+42 |
|/ |
|
* | Auto merge of #15136 - nox:mitochondria-finally-makes-it-into-the-tree, r=jdm | bors-servo | 2017-01-23 | 1 | -42/+30 |
|\ |
|
| * | Use mitochondria::OnceCell to store ScriptThread in TLS | Anthony Ramine | 2017-01-23 | 1 | -42/+30 |
* | | Make TransitionEvent::new take a &Window | Anthony Ramine | 2017-01-21 | 1 | -1/+1 |
|/ |
|
* | Mark the page source as loaded only after parsing is done | Anthony Ramine | 2017-01-19 | 1 | -29/+2 |
* | Remove ScriptThread::parsing_complete | Anthony Ramine | 2017-01-17 | 1 | -31/+0 |
* | Auto merge of #15016 - prampey:doc-deactivate, r=cbrewster | bors-servo | 2017-01-13 | 1 | -3/+4 |
|\ |
|
| * | Documents now fully deactivate when a freeze message is sent | Prudhvi Rampey | 2017-01-14 | 1 | -3/+4 |
* | | Remove reflow status from browsing context. | Alan Jeffrey | 2017-01-12 | 1 | -10/+1 |
|/ |
|
* | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 1 | -1/+20 |
* | Implement browsing context discarding. | Alan Jeffrey | 2017-01-05 | 1 | -8/+18 |
* | Implement discarding Document objects to reclaim space. | Alan Jeffrey | 2017-01-04 | 1 | -1/+1 |
* | Auto merge of #14647 - servo:current-global, r=jdm | bors-servo | 2016-12-29 | 1 | -7/+14 |
|\ |
|
| * | Pass the Document's origin to its constructor. | Ms2ger | 2016-12-23 | 1 | -7/+14 |
* | | script: Simplify ScriptMemoryFailsafe::drop. | Emilio Cobos Álvarez | 2016-12-25 | 1 | -6/+3 |
* | | script: Use more idiomatic code for resize handling. | Emilio Cobos Álvarez | 2016-12-25 | 1 | -4/+2 |
|/ |
|
* | Warn when a timer event is processed for a discarded document. | Josh Matthews | 2016-12-22 | 1 | -2/+5 |
* | Auto merge of #14589 - servo:harden-script, r=jdm+Ms2ger | bors-servo | 2016-12-16 | 1 | -52/+70 |
|\ |
|
| * | Add a tidy check for problematic match cases in script_thread.rs | Josh Matthews | 2016-12-16 | 1 | -14/+14 |
| * | Reduce calls into arbitrary code with the ScriptThread::documents borrow held. | Ms2ger | 2016-12-14 | 1 | -45/+63 |
* | | Removed util. | Alan Jeffrey | 2016-12-14 | 1 | -5/+4 |
|/ |
|
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -3/+3 |
* | Add support for fullscreen #10102 | Jansen Jan | 2016-12-09 | 1 | -1/+3 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
* | Properly mark application/xhtml+xml documents as XML | Anthony Ramine | 2016-12-01 | 1 | -13/+6 |