aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Warn when a timer event is processed for a discarded document.Josh Matthews2016-12-221-2/+5
* Auto merge of #14589 - servo:harden-script, r=jdm+Ms2gerbors-servo2016-12-161-52/+70
|\
| * Add a tidy check for problematic match cases in script_thread.rsJosh Matthews2016-12-161-14/+14
| * Reduce calls into arbitrary code with the ScriptThread::documents borrow held.Ms2ger2016-12-141-45/+63
* | Removed util.Alan Jeffrey2016-12-141-5/+4
|/
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Add support for fullscreen #10102Jansen Jan2016-12-091-1/+3
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Properly mark application/xhtml+xml documents as XMLAnthony Ramine2016-12-011-13/+6
* Implement synchronous about:blank loading.Ms2ger2016-11-301-4/+39
* Store the layout-to-constellation sender in the script thread.Ms2ger2016-11-301-3/+7
* 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