| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | Implement synchronous about:blank loading. | Ms2ger | 2016-11-30 | 1 | -4/+39 |
* | Store the layout-to-constellation sender in the script thread. | Ms2ger | 2016-11-30 | 1 | -3/+7 |
* | When a script thread looks for a current layout thread, it should look in the... | Alan Jeffrey | 2016-11-23 | 1 | -2/+6 |
* | Share script threads per-tab and per-eTLD+1. | Alan Jeffrey | 2016-11-22 | 1 | -13/+12 |
* | Auto merge of #14173 - asajeffrey:script-thread-stores-top-level-frame-id, r=... | bors-servo | 2016-11-21 | 1 | -1/+1 |
|\ |
|
| * | Report errors using the top-level frame id rather than the pipeline id. | Alan Jeffrey | 2016-11-17 | 1 | -1/+1 |
* | | Initial work on job queues for service workers | Rahul Sharma | 2016-11-22 | 1 | -8/+64 |
* | | Auto merge of #14274 - stshine:servo-url-index, r=emilio | bors-servo | 2016-11-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Implement range index with the Position enum on ServoUrl | Pu Xingyu | 2016-11-18 | 1 | -1/+1 |
| |/ |
|
* | | Remove redundant url clones | Pu Xingyu | 2016-11-18 | 1 | -3/+3 |
* | | Move fragment navigation into Document object | Pu Xingyu | 2016-11-18 | 1 | -64/+2 |
|/ |
|
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -15/+18 |
* | Storage notifications routed via the constellation. | Alan Jeffrey | 2016-11-15 | 1 | -7/+18 |
* | Reorganise ServoParser | Anthony Ramine | 2016-11-14 | 1 | -10/+10 |
* | Properly implement TaskSource for NetworkingTaskSource | Keith Yeung | 2016-11-11 | 1 | -4/+3 |
* | Script thread lifetime is now managed by the constellation. | Alan Jeffrey | 2016-11-09 | 1 | -15/+24 |
* | Auto merge of #14013 - asajeffrey:script-thread-no-root-document, r=jdm | bors-servo | 2016-11-08 | 1 | -407/+298 |
|\ |
|
| * | Replace script thread root browsing context by a collection of documents. | Alan Jeffrey | 2016-11-08 | 1 | -407/+298 |
* | | Webbluetooth Async behaviour | Attila Dusnoki | 2016-11-08 | 1 | -2/+2 |
* | | Code review comments and upstream merge conflicts | Raghav | 2016-11-04 | 1 | -42/+52 |
|\| |
|
| * | Move ReferrerPolicy to net_traits. | Ms2ger | 2016-11-04 | 1 | -2/+2 |
| * | Auto merge of #13646 - asajeffrey:script-lookup-iframes-by-frameid, r=ConnorG... | bors-servo | 2016-11-03 | 1 | -40/+50 |
| |\ |
|
| | * | Lookup frames by frame_id, not pipeline_id. | Alan Jeffrey | 2016-11-03 | 1 | -40/+50 |