aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #21881 - pyfisch:keyboard-types, r=paulrougetbors-servo2018-10-171-61/+39
|\
| * Minor keyboard updatesPyfisch2018-10-131-37/+20
| * Use keyboard-types cratePyfisch2018-10-071-55/+50
* | Update document.open to latest specDerek Guenther2018-10-151-98/+54
|/
* Format script componentchansuke2018-09-191-608/+895
* Auto merge of #21280 - paavininanda:Update_the_image_data, r=jdmbors-servo2018-09-121-1/+21
|\
| * Reacting to environment changespaavininanda2018-09-121-1/+21
* | Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-2/+16
|/
* close eventsources as part of document unloadingGregory Terzian2018-07-291-1/+4
* spec compliant active parser conceptGregory Terzian2018-07-291-1/+1
* Introduce DOMTracker, cancel eventsource fetch when aborting document loadGregory Terzian2018-07-291-1/+4
* implement window.stop, improve aborting document loadGregory Terzian2018-07-291-5/+12
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-0/+7
* Auto merge of #20837 - gterzian:tests_for_has_event_listener, r=cbrewsterbors-servo2018-05-281-5/+11
|\
| * prevent overwriting of salvageable state in later prompt/unload stepsGregory Terzian2018-05-221-5/+11
* | send message to embedder in prompt_to_unloadGregory Terzian2018-05-231-4/+14
* | move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-12/+6
* | move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-21/+31
|/
* Auto merge of #20615 - KiChjang:window-indexed-getter, r=emiliobors-servo2018-05-171-2/+5
|\
| * Do not unwrap in element{,s}FromPointKeith Yeung2018-05-071-2/+5
* | implement "has event listener", plug into (before)unloadGregory Terzian2018-05-051-9/+10
* | beforeunload and unload infrastructureGregory Terzian2018-05-051-4/+141
* | fire pageshow for new entry after history traversalGregory Terzian2018-05-011-0/+30
|/
* Notify the embedder when it should display or hide an IMEFabrice Desré2018-04-211-0/+10
* style: Fix build bustage after afe484e46b631689357de183020419ab1a49dcdf.Emilio Cobos Álvarez2018-04-171-5/+13
* Auto merge of #20307 - csmoe:measure_query_time, r=jdmbors-servo2018-03-261-3/+2
|\
| * introduce layout query timestampcsmoe2018-03-181-2/+1
| * extract querymsg from ReflowGoalmoe2018-03-171-2/+2
* | Implements profiler for blocked recvNakul Jindal2018-03-221-2/+3
* | Update steps with new specCYBAI2018-03-201-17/+21
* | Make `type` argument as optional and ignore it in open methodCYBAI2018-03-201-16/+4
|/
* Fire the pageshow event at the end of the page load r=jdmFabrice Desré2018-03-061-1/+34
* Auto merge of #20101 - servo:rm-rootedvec, r=asajeffreybors-servo2018-02-221-22/+22
|\
| * Remove a use of rooted_vec in Document::handle_touch_eventAnthony Ramine2018-02-211-22/+22
* | Avoid dropping arbitrary animation callbacks without running themAnthony Ramine2018-02-211-4/+12
|/
* Remove a single use of rooted_vecAnthony Ramine2018-02-161-3/+2
* remove mozbrowser codePaul Rouget2018-02-131-33/+2
* remove forcetouch supportPaul Rouget2018-02-111-64/+1
* style: Rename StylesheetSet to DocumentStylesheetSet.Emilio Cobos Álvarez2018-02-091-5/+5
* Auto merge of #19972 - paavininanda:Issue16483, r=jdmbors-servo2018-02-091-9/+12
|\
| * Updated content_type of Document and XMLDocument from DOCString to MimeNupur Baghel2018-02-091-9/+12
* | Update WebRenderMartin Robinson2018-02-061-3/+1
|/
* Use specific negative assertion for DOM documentCYBAI2018-01-261-2/+2
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-5/+5
* Take throw-on-dynamic-markup-insertion-counter into account when check script...Josh Matthews2018-01-111-1/+6
* Implement `throw-on-dynamic-markup-insertion-counter`Connor Brewster2018-01-111-3/+23
* Add a topLevelDomComplete metric.Alan Jeffrey2017-12-141-0/+12
* Print url of recorded PWMFernando Jiménez Moreno2017-12-071-1/+1
* queue event instead of immediately fireddh2017-11-301-0/+7
* Use FetchCanceller for document loadsManish Goregaokar2017-11-221-5/+14