aboutsummaryrefslogtreecommitdiffstats
path: root/components/embedder_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-347/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+2
* remove `extern crate` (#30311)Samson2023-09-081-9/+3
* winit: initial minibrowser (#29976)Delan Azabani2023-08-151-0/+3
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-1/+1
* Improve IME messaging to embedder with insertion point index and multiline flag.Philip Lamb2021-03-291-1/+4
* UWP: support virtual keyboardPaul Rouget2020-07-021-2/+2
* Allow embedder to bypass devtools promptPaul Rouget2020-06-221-2/+2
* Make it possible to add a title to context menuPaul Rouget2020-03-311-1/+1
* Context Menu: APIPaul Rouget2020-03-301-0/+10
* Add support for launching devtools server on random portKunal Mohan2020-03-161-0/+3
* Delegate permission prompt dialog formatting to embeddersIulian Gabriel Radu2020-02-281-4/+26
* Move tinyfiledialog out of script into embedder.gatowololo2020-02-271-0/+11
* Implement dirname for form submit and directionality for elementDmitry Kolupaev2020-02-251-1/+1
* Embedder Prompt APIPaul Rouget2020-02-101-3/+34
* extended HostTrait with on_media_session_set_position_stateShinichi Morimoto2019-12-031-3/+3
* extended MediaSessionEvent with SetPositionStateShinichi Morimoto2019-12-031-0/+20
* Fix metadata updateFernando Jiménez Moreno2019-11-201-2/+12
* MediaSession show media controls on AndroidFernando Jiménez Moreno2019-11-201-2/+2
* MediaSession: refactor embedder API. Fix Android buildFernando Jiménez Moreno2019-11-201-1/+2
* Introduce embedder MediaSessionEvent and move active session to ServoFernando Jiménez Moreno2019-11-201-4/+35
* Add embedder message to (de)activate media sessionFernando Jiménez Moreno2019-11-201-0/+4
* Pass the event loop waker into WebXRAlan Jeffrey2019-07-251-6/+2
* WebRender units are no longer reexported.Patrick Walton2019-07-091-1/+1
* Auto merge of #23564 - mmiecz:clipboard-refactoring, r=jdmbors-servo2019-07-031-0/+6
|\
| * Add Embbedder messages for setting/getting clipboard contentsMichal Mieczkowski2019-06-131-0/+6
* | Fix some new warningsSimon Sapin2019-06-221-2/+2
|/
* Add a sampling profiler and a script to generate profiles for use with Gecko ...Josh Matthews2019-03-261-0/+3
* style: Make tidy happy.Emilio Cobos Álvarez2019-01-201-1/+1
* Fix servo build and rustfmt recent changes.Emilio Cobos Álvarez2019-01-201-2/+45
* constellation: restructure navigation, remove sync commGregory Terzian2018-12-231-4/+4
* Update webrenderManish Goregaokar2018-11-271-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-2/+2
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-7/+0
* Use keyboard-types cratePyfisch2018-10-071-3/+5
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-3/+4
* Format components dom_struct, domobject_derive and embedder_traits #21373kingdido9992018-09-031-5/+6
* implement window.open, create auxiliary browsing contextGregory Terzian2018-08-111-0/+6
* improve spec compliance of window.closeGregory Terzian2018-06-041-0/+3
* send message to embedder in prompt_to_unloadGregory Terzian2018-05-231-0/+3
* move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-25/+25
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+141
* delegate resource reading to embedderPaul Rouget2018-04-271-0/+7