aboutsummaryrefslogtreecommitdiffstats
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Embedder Prompt APIPaul Rouget2020-02-105-35/+198
* Try to avoid panicking during I/O in the signal and panic handlers.Josh Matthews2020-01-312-9/+16
* Add profilemozjs feature to C API crate.Josh Matthews2020-01-281-0/+1
* Add profilemozjs feature to simpleservo/api.Josh Matthews2020-01-281-0/+1
* tinyfiledialogs mitigationPatrick Shaughnessy2020-01-142-3/+28
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-083-0/+3
* Use gstreamer_gl metadataAlan Jeffrey2019-12-201-10/+4
* Removed outdated commentAlan Jeffrey2019-12-201-1/+0
* Updated READMEAlan Jeffrey2019-12-181-2/+5
* Make wayland happier by sharing a Connection between servo and gstreamerAlan Jeffrey2019-12-181-25/+73
* Miscellaneous gstreamer plugin fixesAlan Jeffrey2019-12-183-116/+210
* Run GL commands on the GStreamer GL threadAlan Jeffrey2019-12-121-6/+45
* Block the gstreamer plugin waiting for the next frameAlan Jeffrey2019-12-112-4/+51
* Rename servosrc to servowebsrcAlan Jeffrey2019-12-113-47/+47
* Rename the ServoSrc type to ServoGstSrc to avoid a name clashAlan Jeffrey2019-12-092-8/+8
* Get the servosrc gstreamer plugin to use a GL buffer poolAlan Jeffrey2019-12-064-21/+79
* GStreamer plugin should use GLMemoryAlan Jeffrey2019-12-053-252/+296
* Fix libsimpleservo build after MediaSession C enums changeFernando Jiménez Moreno2019-12-053-5/+8
* Introduce CMediaSessionPlaybackState and CMediaSessionActionTypeFernando Jimenez Moreno2019-12-052-11/+62
* Hololens - Trigger MediaSessionActions for play and pause buttonsFernando Jimenez Moreno2019-12-051-0/+8
* Auto merge of #24885 - shnmorimoto:implement_mediasession_set_positon_state, ...bors-servo2019-12-033-2/+51
|\
| * extended HostTrait with on_media_session_set_position_stateShinichi Morimoto2019-12-033-1/+50
| * fix typoShinichi Morimoto2019-12-031-1/+1
* | Avoid locking in the signal handlerSimon Sapin2019-11-271-37/+42
* | Only print a backtrace the first time the signal handler is called.Simon Sapin2019-11-271-6/+9
* | Avoid allocation in the signal handler to fix a deadlockSimon Sapin2019-11-272-8/+107
|/
* Auto merge of #24861 - asajeffrey:gstplugin-url, r=ferjmbors-servo2019-11-261-6/+58
|\
| * Add url parameter to the servosrc gstreamer pluginAlan Jeffrey2019-11-251-6/+58
* | The gstreamer plugin should resize when it's presented with frames to fill, n...Alan Jeffrey2019-11-251-5/+8
|/
* Add a gstreamer servosrc pluginAlan Jeffrey2019-11-258-0/+985
* Make gstreamer(-sys) optionalTuncer Ayaz2019-11-212-4/+4
* simpleservo: add media-{dummy,gstreamer} featuresTuncer Ayaz2019-11-213-0/+6
* Allow mach build to explicitly set the media stackAlan Jeffrey2019-11-211-0/+2
* Mach fmt, this time including C++ filesFernando Jimenez Moreno2019-11-201-8/+2
* Fix simpleservo buildFernando Jiménez Moreno2019-11-201-5/+5
* Fix metadata updateFernando Jiménez Moreno2019-11-201-2/+2
* Fix media session action handlingFernando Jiménez Moreno2019-11-201-2/+1
* Format code and fix rebase errorsFernando Jiménez Moreno2019-11-201-1/+2
* Send MediaSessionAction from AndroidFernando Jiménez Moreno2019-11-202-6/+13
* MediaSession show media controls on AndroidFernando Jiménez Moreno2019-11-202-15/+42
* MediaSession Android bitsFernando Jiménez Moreno2019-11-201-3/+1
* MediaSession: refactor embedder API. Fix Android buildFernando Jiménez Moreno2019-11-204-16/+63
* Introduce embedder MediaSessionEvent and move active session to ServoFernando Jiménez Moreno2019-11-202-9/+11
* Register media instance with session and prepare communication with embedderFernando Jiménez Moreno2019-11-201-0/+4
* Add embedder message to (de)activate media sessionFernando Jiménez Moreno2019-11-201-1/+4
* Extend libsimpleservo API with a callback for media session activationFernando Jiménez Moreno2019-11-202-0/+8
* Extend libsimpleservo API with a method to request a media session actionFernando Jiménez Moreno2019-11-201-1/+10
* glutin: Support WASD for translating positing in webxr content.Josh Matthews2019-11-192-2/+43
* glutin: Use existing routines for rounding physical/logical sizes.Josh Matthews2019-11-191-2/+4
* Avoid recompiling script every time surfman changesAlan Jeffrey2019-11-183-7/+7