aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-2/+4
* Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering...Kamal Umudlu2019-04-011-1/+1
* Defer update of dom_content_loaded_event_endhundredeir2019-03-261-9/+10
* #8539 Config preferences backend restructurePeter Hall2019-03-201-21/+6
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-0/+17
* Simplify RootedReference and make it specifically about slicesIt's now called...Anthony Ramine2019-03-111-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-15/+14
* Remove an unnecessary synchronous full reflow.Josh Matthews2019-03-071-1/+0
* Add reftests for fullscreen modeAlan Jeffrey2019-02-051-2/+14
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-3/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-90/+91
* check for a document being "fully-active" before reflowsGregory Terzian2018-12-231-1/+5
* implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-231-5/+42
* Delay iframe and script element processing until the DOM is stable.Josh Matthews2018-12-141-8/+36
* Prevent JS execution and layout operations while DOM in inconsistent state.Josh Matthews2018-12-141-0/+20
* Initial window sizes are mandatory.Josh Matthews2018-12-141-14/+5
* Make the parser decode input from document's encodingAnthony Ramine2018-12-121-10/+16
* Remove an argument to ServoParser::parse_html_script_inputAnthony Ramine2018-12-121-1/+1
* Remove unused recycle argument from Document::unloadGeorge Roman2018-11-301-2/+2
* refactored performance timing to align with updated specddh2018-11-201-0/+26
* Auto merge of #22224 - pyfisch:composition-webdriver, r=noxbors-servo2018-11-201-0/+32
|\
| * Forward WebDriver CompositionEventPyfisch2018-11-191-0/+32
* | Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|/
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-7/+13
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-7/+6
* Remove rustc-serialize from the dependenciesBastien Orivel2018-11-071-1/+1
* Reorder importsPyfisch2018-11-061-16/+27
* Format remaining filesPyfisch2018-11-061-21/+44
* Sort `use` statementsSimon Sapin2018-11-061-7/+8
* `cargo fix --edition`Simon Sapin2018-11-061-91/+91
* Update hyper to 0.12Bastien Orivel2018-11-011-19/+16
* 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
|/