aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Move WindowSizeType to script_traits.Ms2ger2016-10-221-3/+2
* Move LoadData to script_traits.Ms2ger2016-10-211-2/+2
* Auto merge of #13848 - mrobinson:remove-layers, r=glennwbors-servo2016-10-211-5/+1
|\
| * Remove concept of Layers from ServoMartin Robinson2016-10-211-5/+1
* | Stop ticking animations on non-dirty nodes during traversal.Bobby Holley2016-10-201-0/+3
|/
* Remove old rendering backend.Glenn Watson2016-10-181-2/+0
* Auto merge of #13741 - servo:fetch-doc-unused, r=Manishearthbors-servo2016-10-131-1/+0
|\
| * Remove DocumentLoader::pipeline.Ms2ger2016-10-131-1/+0
* | Setting a devtools timeline marker may fail, due to pipeline lookup failure.Alan Jeffrey2016-10-121-10/+10
|/
* Auto merge of #13056 - KiChjang:transition-event, r=mbrubeckbors-servo2016-10-121-0/+38
|\
| * Emit TransitionEnd events in the layout thread and process it in the script t...Keith Yeung2016-10-111-0/+38
* | Remove intrinsic Root::r()Anthony Ramine2016-10-111-15/+14
|/
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-4/+3
* Unify ServoHTMLParser and ServoXMLParser in ServoParserAnthony Ramine2016-10-111-4/+5
* Move ParserContext to script::parseAnthony Ramine2016-10-111-2/+1
* Send touch events to root pipeline, and allow forwarding to iframes.Glenn Watson2016-10-081-6/+9
* Make the closure in flush_promise_jobs return a Root<GlobalScope>Anthony Ramine2016-10-061-2/+3
* Introduce GlobalScope::enqueue_promise_jobAnthony Ramine2016-10-061-3/+3
* Make PromiseJobQueue::enqueue take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::flush_promise_jobsAnthony Ramine2016-10-061-2/+2
* Make TaskSource::queue take a &GlobalScopeAnthony Ramine2016-10-061-2/+3
* Make RunnableWrapper store an Option<Arc<AtomicBool>>Anthony Ramine2016-10-061-3/+5
* Move timers to GlobalScopeAnthony Ramine2016-10-061-4/+4
* Make devtools::handle_evaluate_js take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Move JS evaluation functions to GlobalScopeAnthony Ramine2016-10-061-1/+1
* Make create_scope_things take a &GlobalScopeAnthony Ramine2016-10-061-3/+2
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-2/+2
* Introduce GlobalScope::live_devtools_updatesAnthony Ramine2016-10-061-3/+3
* Removed the session history from BrowsingContext.Alan Jeffrey2016-10-051-9/+2
* Replace ScriptHelpers by GlobalRef methodsAnthony Ramine2016-10-031-2/+3
* Support promises in workers.Josh Matthews2016-09-221-56/+23
* Enqueue promise jobs from SpiderMonkey callbacks, and execute them in batches...Mátyás Mustoha2016-09-221-3/+67
* Replace current session entry for reloadsConnor Brewster2016-09-191-9/+13
* Auto merge of #12910 - creativcoder:swsender, r=jdmbors-servo2016-09-151-1/+1
|\
| * store senders instead of buffering messagesRahul Sharma2016-09-071-13/+2
| * Make service workers talk to their serviceworkerglobalscopesRahul Sharma2016-09-071-3/+14
* | Excise SubpageId and use only PipelineIdsAneesh Agrawal2016-09-131-52/+45
* | Consistently use parent_pipeline_idAneesh Agrawal2016-09-131-30/+30
* | Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-5/+5
* | Reorder `use` statementsUK9922016-09-091-14/+14
|/
* Remove mutex from TrustedAlan Jeffrey2016-08-291-3/+1
* fixed calling unwrap on an Err valueAshwin R2016-08-271-1/+1
* Pass real values to the proxy handler setup.Josh Matthews2016-08-251-7/+0
* Auto merge of #12954 - GuillaumeGomez:dictionary_error, r=noxbors-servo2016-08-241-2/+5
|\
| * Update rust-mozjs dependencyGuillaume Gomez2016-08-241-2/+5
* | Move thread_state to style.Ms2ger2016-08-221-1/+1
|/
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-6/+7
* Issue 7720: Add target selector and update when scrolling to fragmentSteve Melia2016-08-031-7/+18
* Auto merge of #12563 - emilio:stylo, r=bholley,jdm,pcwaltonbors-servo2016-07-271-2/+0
|\
| * script: Fix a few load related bugs.Emilio Cobos Álvarez2016-07-251-2/+0