| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Remove intrinsic Root::r() | Anthony Ramine | 2016-10-11 | 1 | -15/+14 |
|/ |
|
* | Merge script::parse and script::dom::servoparser | Anthony Ramine | 2016-10-11 | 1 | -4/+3 |
* | Unify ServoHTMLParser and ServoXMLParser in ServoParser | Anthony Ramine | 2016-10-11 | 1 | -4/+5 |
* | Move ParserContext to script::parse | Anthony Ramine | 2016-10-11 | 1 | -2/+1 |
* | Send touch events to root pipeline, and allow forwarding to iframes. | Glenn Watson | 2016-10-08 | 1 | -6/+9 |
* | Make the closure in flush_promise_jobs return a Root<GlobalScope> | Anthony Ramine | 2016-10-06 | 1 | -2/+3 |
* | Introduce GlobalScope::enqueue_promise_job | Anthony Ramine | 2016-10-06 | 1 | -3/+3 |
* | Make PromiseJobQueue::enqueue take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
* | Introduce GlobalScope::flush_promise_jobs | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
* | Make TaskSource::queue take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+3 |
* | Make RunnableWrapper store an Option<Arc<AtomicBool>> | Anthony Ramine | 2016-10-06 | 1 | -3/+5 |