aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of auto media backend. And update servo-mediaFernando Jiménez Moreno2019-04-231-3/+22
* Move media backend initialization to process startup.Josh Matthews2019-04-151-0/+8
* Bug: #22853 - Make Window::set_fullscreen pass a non-None value when entering...Kamal Umudlu2019-04-011-0/+7
* bound sampler bufferGregory Terzian2019-03-311-2/+2
* Auto merge of #23080 - jdm:sampling-profiler, r=gterzianbors-servo2019-03-261-7/+17
|\
| * Support multiprocess in sampling profiler.Josh Matthews2019-03-261-8/+14
| * Add a sampling profiler and a script to generate profiles for use with Gecko ...Josh Matthews2019-03-261-0/+4
* | WR update: draw background before renderingPaul Rouget2019-03-221-0/+1
* | #8539 Config preferences backend restructurePeter Hall2019-03-201-3/+5
|/
* Auto merge of #22953 - asajeffrey:webvr-glwindow, r=paulrougetbors-servo2019-03-051-1/+3
|\
| * Use a test VRDisplay that renders to a GL windowAlan Jeffrey2019-03-051-1/+3
* | Auto merge of #22871 - jdm:simpleml, r=ajeffrey,paulbors-servo2019-03-041-0/+1
|\ \ | |/ |/|
| * Build MagicLeap port using libsimpleservo.Josh Matthews2019-03-041-0/+1
* | Move RenderNotifier from compositing to servoNiko Pen2019-02-281-2/+43
* | Allow the embedder to register their own VRServicesAlan Jeffrey2019-02-141-19/+25
|/
* Support for ExternalVR implementationPaul Rouget2019-02-071-2/+8
* Auto merge of #22121 - gterzian:remove_constellation_block_in_navigation, r=p...bors-servo2018-12-261-0/+10
|\
| * constellation: restructure navigation, remove sync commGregory Terzian2018-12-231-0/+10
* | Disable gaol on aarch64Bastien Orivel2018-12-221-4/+28
* | Disable gaol on arm targetsBastien Orivel2018-12-201-5/+5
* | Disable gaol on androidBastien Orivel2018-12-201-5/+5
|/
* introduce a background-hang-monitor:Gregory Terzian2018-11-261-1/+12
* Allow resetting optionsPaul Rouget2018-11-221-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-4/+3
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-44/+35
* Reorder importsPyfisch2018-11-061-7/+7
* Format remaining filesPyfisch2018-11-061-10/+8
* remove useless arguments from prepare_for_compositePaul Rouget2018-10-301-2/+1
* Auto merge of #21881 - pyfisch:keyboard-types, r=paulrougetbors-servo2018-10-171-6/+6
|\
| * Use keyboard-types cratePyfisch2018-10-071-6/+6
* | Update webrender to 923ee495bd9b0fda8a4a94c5a6cf42e2f0548731.Josh Matthews2018-10-091-3/+7
|/
* Auto merge of #21688 - paulrouget:rm-clipboard, r=jdmbors-servo2018-09-131-4/+0
|\
| * Let the clipboard crate handle the lack of clipboard supportPaul Rouget2018-09-121-4/+0
* | Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-10/+10
* | add servo_channel crateGregory Terzian2018-09-121-0/+1
|/
* Format component servochansuke2018-09-111-140/+191
* Refactor embedder NewBrowser flowGregory Terzian2018-08-111-2/+6
* Auto merge of #21250 - paulrouget:fixkeys, r=jdmbors-servo2018-07-301-4/+2
|\
| * Refactor winit key handlingPaul Rouget2018-07-261-4/+2
* | Fix copy paste typoFelix Rabe2018-07-301-1/+1
|/
* move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-8/+8
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-4/+11
* refactor(filemanager): uses embedderproxy directlyOJ Kwon2018-04-271-4/+3
* refactor(filemanager): use filemanagermsg to request embedderOJ Kwon2018-04-271-2/+2
* refactor(resourcethread): expose constellationmsg channelOJ Kwon2018-04-271-1/+3
* delegate resource reading to embedderPaul Rouget2018-04-271-5/+2
* refactor(bluetooth): uses embedderproxy directlyOJ Kwon2018-04-181-7/+4
* refactor(bluetooth): factory fn returns constellation channelOJ Kwon2018-04-181-3/+4
* feat(constellation): expose msg for bluetooth threadOJ Kwon2018-04-181-1/+3