aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Script: removed a few opts::get()oneturkmen2019-06-261-8/+48
* Fix some new warningsSimon Sapin2019-06-221-2/+2
* Add Servo3D immersive demo for magicleapAlan Jeffrey2019-06-131-1/+1
* Add an inCompartments config for bindingsBastien Orivel2019-05-241-1/+3
* window.name deals with lack of browsing contexttigercosmos2019-05-191-2/+7
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-4/+4
* Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzianbors-servo2019-04-251-1/+3
|\
| * set referrer in window.load_urlRussell Cousineau2019-04-191-1/+3
* | Measure layout queries blocked by ongoing layoutPhilipp Albrecht2019-04-131-2/+14
|/
* Update base64 to 0.10.1Anthony Ramine2019-01-251-6/+3
* Report the stylesheet URL when reporting CSS errorsAnthony Ramine2019-01-141-1/+1
* Make Window::scroll_offsets store keys as OpaqueNode valuesAnthony Ramine2019-01-141-12/+8
* Move CSSReporter from script_layout_interface to scriptAnthony Ramine2019-01-141-3/+40
* Make a bunch of layout queries morally saferAnthony Ramine2019-01-091-19/+14
* Use incumbent global for postmessage origin check.Josh Matthews2019-01-071-5/+1
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-2/+9
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-14/+14
* Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-2/+10
|\
| * implement windowproxy "delay-load-event-mode", and partially document "comple...Gregory Terzian2018-12-231-2/+10
* | Auto merge of #22451 - kingdido999:send-idle-message-once, r=jdmbors-servo2018-12-221-3/+11
|\ \ | |/ |/|
| * Clean upkingdido9992018-12-131-1/+2
| * Avoid sending idle message more than once after a reflow is completekingdido9992018-12-131-3/+10
* | Prevent JS execution and layout operations while DOM in inconsistent state.Josh Matthews2018-12-141-0/+2
* | Initial window sizes are mandatory.Josh Matthews2018-12-141-23/+14
|/
* Cancel animations that affect nodes that do not participate in layout.Josh Matthews2018-12-101-1/+7
* Remove unused recycle argument from Document::unloadGeorge Roman2018-11-301-1/+1
* Update webrenderManish Goregaokar2018-11-271-5/+3
* refactored performance timing to align with updated specddh2018-11-201-5/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-12/+11
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-99/+17
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-6/+3
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-3/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-7/+7
* Reorder importsPyfisch2018-11-061-18/+28
* Format remaining filesPyfisch2018-11-061-2/+4
* Sort `use` statementsSimon Sapin2018-11-061-21/+21
* `cargo fix --edition`Simon Sapin2018-11-061-65/+65
* Add task source for media elementchansuke2018-10-101-0/+9
* Move unsafe_no_jsmanaged_fields to traceFernando Jiménez Moreno2018-10-081-11/+1
* Provide webrender_api::RenderApiSender to ScriptThread and DOM WindowVíctor Manuel Jáquez Leal2018-10-081-1/+20
* Format script componentchansuke2018-09-191-200/+355
* Auto merge of #21325 - gterzian:crossbeam_integration, r=SimonSapin,jdmbors-servo2018-09-121-8/+8
|\
| * Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-8/+8
* | Auto merge of #21280 - paavininanda:Update_the_image_data, r=jdmbors-servo2018-09-121-0/+1
|\ \ | |/ |/|
| * Reacting to environment changespaavininanda2018-09-121-0/+1
* | Add Websocket task sourceAgustin Chiappe Berrini2018-09-081-0/+9
* | Auto merge of #21583 - AgustinCB:add-task-source-name, r=jdmbors-servo2018-09-041-2/+4
|\ \ | |/ |/|
| * Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-2/+4