| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | Auto merge of #14044 - servo:bluetooth, r=emilio | bors-servo | 2016-11-03 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Split the bluetooth code out from the net crates. | Ms2ger | 2016-11-03 | 1 | -1/+1 |
* | | | Network Security : Implement StrictOrigin and StrictOriginWhenCrossOrigin | Raghav | 2016-11-04 | 1 | -0/+4 |
|/ / |
|
* / | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #13453 - metajack:media-query-list, r=jdm | bors-servo | 2016-11-02 | 1 | -0/+5 |
|\ |
|
| * | Implement matchMedia and MediaQueryList | Jack Moffitt | 2016-11-02 | 1 | -0/+5 |
* | | Use fetch in ScriptThread. | Ms2ger | 2016-11-02 | 1 | -17/+16 |
* | | Move WindowSizeType to script_traits. | Ms2ger | 2016-10-22 | 1 | -3/+2 |
* | | Move LoadData to script_traits. | Ms2ger | 2016-10-21 | 1 | -2/+2 |
* | | Auto merge of #13848 - mrobinson:remove-layers, r=glennw | bors-servo | 2016-10-21 | 1 | -5/+1 |
|\ \ |
|
| * | | Remove concept of Layers from Servo | Martin Robinson | 2016-10-21 | 1 | -5/+1 |
| |/ |
|
* / | Stop ticking animations on non-dirty nodes during traversal. | Bobby Holley | 2016-10-20 | 1 | -0/+3 |
|/ |
|
* | Remove old rendering backend. | Glenn Watson | 2016-10-18 | 1 | -2/+0 |
* | Auto merge of #13741 - servo:fetch-doc-unused, r=Manishearth | bors-servo | 2016-10-13 | 1 | -1/+0 |
|\ |
|
| * | Remove DocumentLoader::pipeline. | Ms2ger | 2016-10-13 | 1 | -1/+0 |
* | | Setting a devtools timeline marker may fail, due to pipeline lookup failure. | Alan Jeffrey | 2016-10-12 | 1 | -10/+10 |
|/ |
|
* | Auto merge of #13056 - KiChjang:transition-event, r=mbrubeck | bors-servo | 2016-10-12 | 1 | -0/+38 |
|\ |
|
| * | Emit TransitionEnd events in the layout thread and process it in the script t... | Keith Yeung | 2016-10-11 | 1 | -0/+38 |