aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/compositor.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename messages forwarded from the constellation to the compositor (#30496)Martin Robinson2023-10-051-20/+41
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-041-1/+15
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-041-2/+9
* Fix pinch zoom and enable it for TouchpadMagnify events (#30459)Martin Robinson2023-10-031-109/+141
* Implement pinch zoom with a display list (#30446)Martin Robinson2023-10-021-15/+83
* Fix main frame scrolling in quirks mode after WebRender (#30375)Martin Robinson2023-09-181-1/+1
* servoshell: fix lockups while animating (#30322)Delan Azabani2023-09-121-0/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-13/+15
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-51/+51
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-181-55/+31
* winit: initial minibrowser (#29976)Delan Azabani2023-08-151-6/+41
* Fix viewport origin of webrender frame (#30088)Ngo Iok Ui (Wu Yu Wei)2023-08-101-1/+1
* Stop using webrender_api::get_scroll_node_state (#30000)Martin Robinson2023-07-171-27/+23
* Try to `use` WebRender types moreMartin Robinson2023-07-101-34/+30
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-19/+0
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-18/+19
* Add a compositor-side scroll treeMartin Robinson2023-05-191-4/+85
* Fix scrolling on root elementMartin Robinson2023-05-051-1/+5
* Fix flakiness in hit testingMartin Robinson2023-04-261-0/+12
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-66/+99
* Use IpcBytesReceiver to send Display list dataWu Yu Wei2022-03-101-18/+21
* Add SerializedImageData to use IpcBytesReceiverYu-Wei Wu2022-03-101-5/+18
* Create initial browser id for compositor on startup.Josh Matthews2021-10-181-17/+23
* Only request synchronous repaint when a resize will actually occur.Josh Matthews2021-03-051-2/+3
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-6/+0
* Fix mouse button handlingYUAN LYU2020-12-061-1/+1
* Fix ordering of mousemove eventUtsav Oza2020-07-301-1/+1
* Gstreamer plugin support for streaming from webxrAlan Jeffrey2020-07-161-0/+3
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-7/+5
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-8/+155
* Use a restyle for animation ticksMartin Robinson2020-05-051-11/+13
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-7/+59
* Remove WebVRAlan Jeffrey2020-04-081-18/+1
* Auto merge of #25914 - paulrouget:lessRAF, r=jdmbors-servo2020-03-091-3/+1
|\
| * Stop embedder calls and fake rAF when window not visiblePaul Rouget2020-03-061-3/+1
* | Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-1/+1
|/
* Track outstanding WR frames and delay reftest screenshot when necessary.Josh Matthews2020-02-211-1/+10
* move ConstellationMsg to compositingKunal Mohan2020-01-291-3/+2
* Avoid recompiling script every time surfman changesAlan Jeffrey2019-11-181-1/+1
* Properly set event.buttons value on mousemovePaul Rouget2019-11-111-5/+1
* Ensure layout/script always have a correct viewport size when a new pipeline ...Josh Matthews2019-11-061-5/+0
* Centralize definitions of window sizes and DPI in compositor/constellation du...Josh Matthews2019-11-061-13/+3
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-2/+2
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-0/+2
* Implement pointerMove webdriver actionGeorge Roman2019-08-221-9/+11
* Implement TakeElementScreenshot WebDriver commandGeorge Roman2019-08-201-8/+29
* Implement pointerDown and pointerUp webdriver actionsGeorge Roman2019-08-161-0/+17
* Update euclid.Emilio Cobos Álvarez2019-07-231-44/+35
* Auto merge of #23770 - matharumanpreet00:update_cursor_on_scroll, r=paulrougetbors-servo2019-07-151-10/+20
|\