aboutsummaryrefslogtreecommitdiffstats
path: root/ports/libsimpleservo/api/src
Commit message (Expand)AuthorAgeFilesLines
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-36/+46
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-2/+28
* constellation: notify embedder when events are hit-tested to browsers (#30841)Delan Azabani2023-12-121-1/+2
* Fix libsimpleservo build on Linux and BSD (#30865)Delan Azabani2023-12-121-1/+2
* Fix libsimpleservo build (#30481)Martin Robinson2023-10-032-2/+6
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-21/+22
* remove `extern crate` (#30311)Samson2023-09-081-3/+0
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-0/+1
* Add missing EmbedderMsg::ReadyToPresent (#30109)Atbrakhi2023-08-161-0/+1
* Clean up some unused code after switching to rustls (#30081)Martin Robinson2023-08-091-1/+0
* Embed git hash using vergen instead of mach (#30030)Martin Robinson2023-07-281-6/+5
* [NFC] winit: document event handling and improve naming (#30016)Delan Azabani2023-07-241-36/+42
* Remove UWP / Hololens supportMartin Robinson2023-07-051-89/+3
* move servo_version from config crate to ports/libsimpleservo/api/src/lib.rs a...s-maurice2022-03-061-1/+6
* Create initial browser id for compositor on startup.Josh Matthews2021-10-181-3/+2
* Improve IME messaging to embedder with insertion point index and multiline flag.Philip Lamb2021-03-291-3/+9
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-3/+1
* Expose WebrenderSurfman interface to embedders.Josh Matthews2020-11-151-1/+9
* Expose non-widget rendering to embedders.Josh Matthews2020-11-151-7/+23
* Do not beautify title in libsimpleservoPaul Rouget2020-08-101-11/+1
* Catch more panics.Paul Rouget2020-08-031-1/+5
* Auto merge of #27417 - jdm:clear-reload, r=Manishearthbors-servo2020-07-281-0/+7
|\
| * Make reload button clear the network cache.Josh Matthews2020-07-271-0/+7
* | Move secondary view support into a prefManish Goregaokar2020-07-271-1/+1
|/
* Remove simpleservo antialiasing option, rely on prefPaul Rouget2020-07-211-8/+1
* Support package-prefs.json for libsimpleservoPaul Rouget2020-07-171-12/+10
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+5
* UWP: support virtual keyboardPaul Rouget2020-07-021-4/+10
* Support for webxr layer managementAlan Jeffrey2020-06-281-30/+2
* Allow embedder to bypass devtools promptPaul Rouget2020-06-221-3/+5
* Embedding API: prefs r/wPaul Rouget2020-06-101-8/+47
* Use an appropriate graphics adapter when openxr is present.Josh Matthews2020-05-121-3/+17
* Update webxrManish Goregaokar2020-05-051-1/+1
* Report openxr failure at app startup.Josh Matthews2020-04-241-7/+22
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-22/+24
* Remove WebVRAlan Jeffrey2020-04-081-28/+0
* Extract user_agent from global optsUtsav Oza2020-04-061-1/+1
* Pass context menu callbacks down to the openxr deviceManish Goregaokar2020-03-311-3/+48
* Make it possible to add a title to context menuPaul Rouget2020-03-311-3/+5
* Context Menu: APIPaul Rouget2020-03-301-1/+29
* Add support for launching devtools server on random portKunal Mohan2020-03-161-0/+5
* Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-4/+38
* Handle PromptPermission in libsimpleservoIulian Gabriel Radu2020-02-281-1/+26
* Stop animations when window is hidden (API + UWP)Paul Rouget2020-02-191-0/+11
* Embedder Prompt APIPaul Rouget2020-02-101-8/+31
* Fix libsimpleservo build after MediaSession C enums changeFernando Jiménez Moreno2019-12-051-1/+1
* Introduce CMediaSessionPlaybackState and CMediaSessionActionTypeFernando Jimenez Moreno2019-12-051-5/+9
* extended HostTrait with on_media_session_set_position_stateShinichi Morimoto2019-12-031-1/+11
* Fix metadata updateFernando Jiménez Moreno2019-11-201-2/+2
* Fix media session action handlingFernando Jiménez Moreno2019-11-201-2/+1