aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/script_msg.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-10/+3
* devtools: Treat session history traversal like a navigation.Josh Matthews2020-08-101-0/+3
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-1/+4
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-5/+108
* Move most animation processing to scriptMartin Robinson2020-05-121-3/+0
* allow for a service worker manager per originGregory Terzian2020-04-051-4/+11
* implement broadcastchannelGregory Terzian2020-02-251-1/+23
* Only start WebGPU thread if an adapter is requestedZakor Gyula2020-01-131-0/+9
* Fix media session action handlingFernando Jiménez Moreno2019-11-201-1/+1
* Default media session actionsFernando Jiménez Moreno2019-11-201-1/+1
* Format code and fix rebase errorsFernando Jiménez Moreno2019-11-201-1/+3
* Move active media session logic to constellationFernando Jiménez Moreno2019-11-201-1/+2
* Introduce embedder MediaSessionEvent and move active session to ServoFernando Jiménez Moreno2019-11-201-4/+0
* Register media instance with session and prepare communication with embedderFernando Jiménez Moreno2019-11-201-0/+5
* Auto merge of #24664 - gterzian:fix_port_transfer, r=jdmbors-servo2019-11-181-0/+14
|\
| * fix complete messageport transferGregory Terzian2019-11-151-0/+14
* | Fix some warnings new in Rust NightlySimon Sapin2019-11-081-2/+2
|/
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-5/+34
* begin messageport, transferable objects, implKeith Yeung2019-10-191-1/+6
* Update euclid.Emilio Cobos Álvarez2019-07-231-3/+7
* Auto merge of #23368 - gterzian:clean_up_navigation, r=asajeffreybors-servo2019-07-181-4/+12
|\
| * clean-up navigationGregory Terzian2019-07-181-4/+12
* | WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+1
* | Remove clipboard handling from constellation, and remove ScriptMessage for ge...Michal Mieczkowski2019-06-131-6/+0
|/
* Auto merge of #23135 - maharsh312:master, r=jdmbors-servo2019-05-131-1/+1
|\
| * Changes for sender recieverMaharsh2019-05-091-1/+1
* | Update SetCursor behaviorPaul Rouget2019-04-251-4/+1
* | Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-2/+2
|/
* Remove SetVisible message from iframeAron Zwaan2019-03-121-3/+0
* Fix servo build and rustfmt recent changes.Emilio Cobos Álvarez2019-01-201-3/+2
* Suppress iframe size messages from layout that include unchanged sizes.Josh Matthews2019-01-141-1/+20
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-2/+11
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update webrenderManish Goregaokar2018-11-271-4/+4
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-4/+4
* Make HTMLCanvasElement::get_size return a Size2D<u32>Anthony Ramine2018-10-021-1/+1
* Create ScriptMsg::GetBrowsingContextInfomandreyel2018-09-141-6/+7
* Format components/script_traitschansuke2018-09-131-4/+20
* implement opener, disowningGregory Terzian2018-08-111-1/+5
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-0/+4
* Track hash changes in session historyConnor Brewster2018-07-211-0/+3
* improve spec compliance of window.closeGregory Terzian2018-06-041-3/+3
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-35/+4
* Cleanup constellation debug messagesConnor Brewster2018-05-181-0/+71
* Auto merge of #20615 - KiChjang:window-indexed-getter, r=emiliobors-servo2018-05-171-0/+2
|\
| * Add a new RPC call for getting a child browsing context IDKeith Yeung2018-04-301-0/+2