aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo
Commit message (Expand)AuthorAgeFilesLines
...
* Add initial support for offscreen rendering (#30767)Delan Azabani2023-12-132-3/+16
* 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
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-13/+13
* 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-112-59/+29
* 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-302-3/+2
* Disable WebRender debugger and upgrade webxr / media / rand (#30190)Martin Robinson2023-08-241-1/+0
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-182-10/+11
* 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-063-37/+39
* Remove UWP / Hololens supportMartin Robinson2023-07-052-45/+5
* Vendor the current version of WebRenderMartin Robinson2023-07-031-2/+2
* Update mozangleMartin Robinson2023-07-011-2/+2
* Remove the DOMToTexture featureMartin Robinson2023-06-271-7/+0
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-9/+9
* Consume official GStreamer binaries on MacOSMukilan Thiyagarajan2023-05-121-0/+5
* Make sender and receiver name more coherentatbrakhi2023-05-081-8/+8
* Auto merge of #29693 - mrobinson:cleanup-options, r=mukilanbors-servo2023-05-031-8/+12
|\
| * Clean up debug optionsMartin Robinson2023-05-011-8/+12
* | Bump mozangle to 0.3.3.Philip Lamb2023-05-011-1/+1
|/
* Update user agent stringsAlex Touchet2023-03-301-7/+7
* Bump surfman to 0.6Thomas Gardner2023-02-241-1/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+2
* Update keyboard-types.Josh Matthews2022-04-011-1/+1
* 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
* Update to winit 0.24.Josh Matthews2021-03-051-1/+1
* Port some code to Python3Vincent Ricard2021-02-181-4/+4
* Bump env_logger from 0.7.1 to 0.8.2dependabot-preview[bot]2020-11-241-1/+1
* Update webrender.Josh Matthews2020-08-101-1/+1
* Remove stub debugger server.Josh Matthews2020-08-102-7/+0
* Pipe GST_DEBUG output to its own log file on UWP.Josh Matthews2020-08-071-2/+1
* Revert "Update webrender."Josh Matthews2020-08-041-1/+1
* Update webrender.Josh Matthews2020-07-311-1/+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