aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* compositor: Improve the way we wait for frames (#31523)Martin Robinson2024-03-071-15/+6
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-31/+21
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-0/+7
* libservo: Handle GL video decoding setup internally (#31209)Martin Robinson2024-02-031-20/+117
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-271-9/+10
* Update Servo::get_events to return drain type (#31181)Ngo Iok Ui (Wu Yu Wei)2024-01-261-6/+7
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-13/+10
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-1/+11
* Add initial support for offscreen rendering (#30767)Delan Azabani2023-12-131-2/+15
* Update Servo::handle_events to take IntoIterator (#30762)Ngo Iok Ui (Wu Yu Wei)2023-11-221-1/+1
* Fix Servo taking a long time to start on MacOS after a recompile (#30726)atbrakhi2023-11-141-16/+17
* Fix servoshell can't respond when there's no minibrowser (#30598)Ngo Iok Ui (Wu Yu Wei)2023-11-111-4/+0
* Cleanup: rename to top_level_browsing_context_id for consistency (#30663)atbrakhi2023-11-011-11/+14
* Rename messages forwarded from the constellation to the compositor (#30496)Martin Robinson2023-10-051-14/+22
* Fix pinch zoom and enable it for TouchpadMagnify events (#30459)Martin Robinson2023-10-031-2/+2
* servoshell: fix lockups while animating (#30322)Delan Azabani2023-09-121-1/+6
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-57/+28
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-36/+26
* remove `extern crate` (#30311)Samson2023-09-081-4/+1
* Always dummy (#30240)Samson2023-08-301-1/+1
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-181-10/+10
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-151-7/+0
* winit: initial minibrowser (#29976)Delan Azabani2023-08-151-0/+8
* Fix viewport origin of webrender frame (#30088)Ngo Iok Ui (Wu Yu Wei)2023-08-101-0/+5
* Switch to rustls and webpki-roots (#30025)Martin Robinson2023-08-081-0/+1
* [NFC] winit: document event handling and improve naming (#30016)Delan Azabani2023-07-241-38/+40
* Try to `use` WebRender types moreMartin Robinson2023-07-101-10/+7
* Make the choice of layout runtime settingMartin Robinson2023-07-061-18/+37
* Remove UWP / Hololens supportMartin Robinson2023-07-051-44/+5
* Remove the DOMToTexture featureMartin Robinson2023-06-271-7/+0
* Consume official GStreamer binaries on MacOSMukilan Thiyagarajan2023-05-121-0/+5
* Make sender and receiver name more coherentatbrakhi2023-05-081-8/+8
* Clean up debug optionsMartin Robinson2023-05-011-8/+12
* Update user agent stringsAlex Touchet2023-03-301-7/+7
* Create initial browser id for compositor on startup.Josh Matthews2021-10-181-4/+12
* Only request synchronous repaint when a resize will actually occur.Josh Matthews2021-03-051-4/+7
* Remove stub debugger server.Josh Matthews2020-08-101-6/+0
* Pipe GST_DEBUG output to its own log file on UWP.Josh Matthews2020-08-071-2/+1
* Make reload button clear the network cache.Josh Matthews2020-07-271-0/+7
* Update user agent stringsAlex Touchet2020-07-261-6/+6
* Auto merge of #27304 - paulrouget:staticdevtoolsport, r=jdmbors-servo2020-07-211-3/+9
|\
| * Configure devtools server via preferencesPaul Rouget2020-07-171-3/+9
* | Auto merge of #27302 - jdm:gst-package-mac, r=Manishearthbors-servo2020-07-171-53/+16
|\ \ | |/ |/|
| * Load explicit set of gstreamer plugins on macos, and include them in the nigh...Josh Matthews2020-07-161-53/+16
* | Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+10
|/
* Auto merge of #27016 - gterzian:fix_closing_window, r=jdm,paulrougetbors-servo2020-06-301-5/+1
|\
| * ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-5/+1
* | Support for webxr layer managementAlan Jeffrey2020-06-281-72/+32
|/
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-1/+19
* Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdmbors-servo2020-06-121-4/+6
|\