aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* When a script thread looks for a current layout thread, it should look in the...Alan Jeffrey2016-11-231-2/+6
* Share script threads per-tab and per-eTLD+1.Alan Jeffrey2016-11-221-13/+12
* Auto merge of #14173 - asajeffrey:script-thread-stores-top-level-frame-id, r=...bors-servo2016-11-211-1/+1
|\
| * Report errors using the top-level frame id rather than the pipeline id.Alan Jeffrey2016-11-171-1/+1
* | Initial work on job queues for service workersRahul Sharma2016-11-221-8/+64
* | Auto merge of #14274 - stshine:servo-url-index, r=emiliobors-servo2016-11-201-1/+1
|\ \
| * | Implement range index with the Position enum on ServoUrlPu Xingyu2016-11-181-1/+1
| |/
* | Remove redundant url clonesPu Xingyu2016-11-181-3/+3
* | Move fragment navigation into Document objectPu Xingyu2016-11-181-64/+2
|/
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-15/+18
* Storage notifications routed via the constellation.Alan Jeffrey2016-11-151-7/+18
* Reorganise ServoParserAnthony Ramine2016-11-141-10/+10
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-4/+3
* Script thread lifetime is now managed by the constellation.Alan Jeffrey2016-11-091-15/+24
* Auto merge of #14013 - asajeffrey:script-thread-no-root-document, r=jdmbors-servo2016-11-081-407/+298
|\
| * Replace script thread root browsing context by a collection of documents.Alan Jeffrey2016-11-081-407/+298
* | Webbluetooth Async behaviourAttila Dusnoki2016-11-081-2/+2
* | Code review comments and upstream merge conflictsRaghav2016-11-041-42/+52
|\|
| * Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-2/+2
| * Auto merge of #13646 - asajeffrey:script-lookup-iframes-by-frameid, r=ConnorG...bors-servo2016-11-031-40/+50
| |\
| | * Lookup frames by frame_id, not pipeline_id.Alan Jeffrey2016-11-031-40/+50
| * | Auto merge of #14044 - servo:bluetooth, r=emiliobors-servo2016-11-031-1/+1
| |\ \ | | |/ | |/|
| | * Split the bluetooth code out from the net crates.Ms2ger2016-11-031-1/+1
* | | Network Security : Implement StrictOrigin and StrictOriginWhenCrossOriginRaghav2016-11-041-0/+4
|/ /
* / Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
|/
* Auto merge of #13453 - metajack:media-query-list, r=jdmbors-servo2016-11-021-0/+5
|\
| * Implement matchMedia and MediaQueryListJack Moffitt2016-11-021-0/+5
* | Use fetch in ScriptThread.Ms2ger2016-11-021-17/+16
* | 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