| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move timers to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -4/+4 |
* | Make devtools::handle_evaluate_js take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+1 |
* | Move JS evaluation functions to GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |
* | Make create_scope_things take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -3/+2 |
* | Introduce GlobalScope::pipeline_id | Anthony Ramine | 2016-10-06 | 1 | -2/+2 |
* | Introduce GlobalScope::live_devtools_updates | Anthony Ramine | 2016-10-06 | 1 | -3/+3 |
* | Removed the session history from BrowsingContext. | Alan Jeffrey | 2016-10-05 | 1 | -9/+2 |
* | Replace ScriptHelpers by GlobalRef methods | Anthony Ramine | 2016-10-03 | 1 | -2/+3 |
* | Support promises in workers. | Josh Matthews | 2016-09-22 | 1 | -56/+23 |
* | Enqueue promise jobs from SpiderMonkey callbacks, and execute them in batches... | Mátyás Mustoha | 2016-09-22 | 1 | -3/+67 |
* | Replace current session entry for reloads | Connor Brewster | 2016-09-19 | 1 | -9/+13 |
* | Auto merge of #12910 - creativcoder:swsender, r=jdm | bors-servo | 2016-09-15 | 1 | -1/+1 |
|\ |
|
| * | store senders instead of buffering messages | Rahul Sharma | 2016-09-07 | 1 | -13/+2 |
| * | Make service workers talk to their serviceworkerglobalscopes | Rahul Sharma | 2016-09-07 | 1 | -3/+14 |
* | | Excise SubpageId and use only PipelineIds | Aneesh Agrawal | 2016-09-13 | 1 | -52/+45 |
* | | Consistently use parent_pipeline_id | Aneesh Agrawal | 2016-09-13 | 1 | -30/+30 |
* | | Use fn pipeline_id consistently, not fn pipeline | Aneesh Agrawal | 2016-09-13 | 1 | -5/+5 |
* | | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -14/+14 |
|/ |
|
* | Remove mutex from Trusted | Alan Jeffrey | 2016-08-29 | 1 | -3/+1 |
* | fixed calling unwrap on an Err value | Ashwin R | 2016-08-27 | 1 | -1/+1 |
* | Pass real values to the proxy handler setup. | Josh Matthews | 2016-08-25 | 1 | -7/+0 |
* | Auto merge of #12954 - GuillaumeGomez:dictionary_error, r=nox | bors-servo | 2016-08-24 | 1 | -2/+5 |
|\ |
|
| * | Update rust-mozjs dependency | Guillaume Gomez | 2016-08-24 | 1 | -2/+5 |
* | | Move thread_state to style. | Ms2ger | 2016-08-22 | 1 | -1/+1 |
|/ |
|
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -6/+7 |
* | Issue 7720: Add target selector and update when scrolling to fragment | Steve Melia | 2016-08-03 | 1 | -7/+18 |
* | Auto merge of #12563 - emilio:stylo, r=bholley,jdm,pcwalton | bors-servo | 2016-07-27 | 1 | -2/+0 |
|\ |
|
| * | script: Fix a few load related bugs. | Emilio Cobos Álvarez | 2016-07-25 | 1 | -2/+0 |