| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |