aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix other parts of the Servo build.Emilio Cobos Álvarez2018-09-031-0/+1
|/
* Fix the build for NLLSimon Sapin2018-08-241-1/+1
* Auto merge of #21430 - Eijebong:ws-origin, r=jdmbors-servo2018-08-221-0/+1
|\
| * Properly set the origin on websocket messagesBastien Orivel2018-08-161-0/+1
* | Upgraded to SM 60Alan Jeffrey2018-08-201-7/+8
|/
* make auxiliary browsing-context script-closeableGregory Terzian2018-08-111-3/+3
* implement opener, disowningGregory Terzian2018-08-111-2/+28
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-0/+9
* Revert "Fix the build for NLL"Josh Matthews2018-08-071-1/+1
* Fix the build for NLLSimon Sapin2018-08-081-1/+1
* Auto merge of #21111 - gterzian:implement_document_load_cancellation, r=jdmbors-servo2018-07-291-5/+42
|\
| * use DOMTracker instead of WeakMediaQueryListVecGregory Terzian2018-07-291-5/+27
| * implement window.stop, improve aborting document loadGregory Terzian2018-07-291-0/+17
* | Track hash changes in session historyConnor Brewster2018-07-211-1/+24
|/
* use remote-event task source in EventSourceGregory Terzian2018-07-131-0/+9
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-9/+25
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-8/+10
* Fix Servo build.Emilio Cobos Álvarez2018-06-181-2/+5
* Implement window.length DOM attribute.Jonathan Kingston2018-06-141-0/+6
* improve spec compliance of window.closeGregory Terzian2018-06-041-3/+22
* Auto merge of #20707 - gterzian:embedder_handling_of_prompts_and_alerts_2, r=...bors-servo2018-05-241-24/+12
|\
| * move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-14/+4
| * move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-25/+23
* | update "navigation within beforeunload" test to match the specGregory Terzian2018-05-201-1/+1
|/
* Auto merge of #20615 - KiChjang:window-indexed-getter, r=emiliobors-servo2018-05-171-5/+0
|\
| * Return window proxy properly for indexed window getterKeith Yeung2018-04-301-5/+0
* | beforeunload and unload infrastructureGregory Terzian2018-05-051-4/+19
|/
* Implement WindowOrWorkerGlobalScope.originAnthony Ramine2018-04-271-1/+6
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* Auto merge of #20307 - csmoe:measure_query_time, r=jdmbors-servo2018-03-261-25/+27
|\
| * fix time measurecsmoe2018-03-251-1/+1
| * introduce layout query timestampcsmoe2018-03-181-2/+2
| * extract querymsg from ReflowGoalmoe2018-03-171-25/+27
* | Implements profiler for blocked recvNakul Jindal2018-03-221-4/+8
* | alias some euclid typesPaul Rouget2018-03-161-2/+2
* | Use typed coordinates.Paul Rouget2018-03-161-12/+19
|/
* constellation: Make setting up the WebGL state fallible.Emilio Cobos Álvarez2018-03-091-4/+4
* Auto merge of #20036 - paavininanda:BrowsingNames, r=jdmbors-servo2018-02-251-0/+10
|\
| * Adding Name and SetName functions for windowpaavininanda2018-02-261-0/+10
* | Move paintWorklet from "Window" to "CSS" according to new specificationyurket2018-02-221-5/+5
* | Added extra bool in Window object to know about its Mutation ObserversNupur Baghel2018-02-161-0/+12
|/
* Auto merge of #19975 - paulrouget:killbhtml, r=mbrubeck,emiliobors-servo2018-02-131-47/+8
|\
| * remove mozbrowser codePaul Rouget2018-02-131-47/+8
* | Implement element.innerText getterFernando Jiménez Moreno2018-02-131-0/+1
|/
* Update WebRenderMartin Robinson2018-02-061-15/+19
* Add layout RPC query for getting an element's styleJon Leighton2018-01-281-20/+8
* Introduce MaxRect traitPyfisch2018-01-171-4/+4
* queue event instead of immediately fireddh2017-11-301-0/+4
* fix annotation URLtigercosmos2017-11-161-1/+1
* Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-091-1/+0