aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing
Commit message (Expand)AuthorAgeFilesLines
* Fix flip_rect calculation (#32174)Ngo Iok Ui (Wu Yu Wei)2024-04-291-1/+4
* Update WebView variants of ConstellationMsg (#32163)Ngo Iok Ui (Wu Yu Wei)2024-04-291-0/+8
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-221-10/+24
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-091-25/+7
* clippy: fix warnings in components/compositing (#31987)Azhar Ismagulova2024-04-032-4/+4
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-035-134/+665
* compositing: Send entire scene's scroll offsets when sending WebRender displa...Martin Robinson2024-04-031-13/+29
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-10/+10
* Rework “visible” to “throttled” in embedder-to-constellation + jniapi...Delan Azabani2024-03-211-3/+3
* compositor: Handle synchronous messages while shutting down (#31733)Martin Robinson2024-03-191-46/+96
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-142-166/+205
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-134-37/+27
* compositor: Remove the `is_running_problem_test` setting (#31589)Martin Robinson2024-03-091-34/+7
* clippy: fix some warnings in components/canvas (#31563)eri2024-03-082-3/+4
* compositor: Limit animation tick interval when in WPT mode (#31561)Martin Robinson2024-03-071-5/+21
* compositor: Improve the way we wait for frames (#31523)Martin Robinson2024-03-071-43/+64
* Update gstreamer crates to 0.22 (#31465)Samson2024-03-011-1/+1
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-17/+20
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-1/+6
* libservo: Handle GL video decoding setup internally (#31209)Martin Robinson2024-02-031-8/+1
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-274-17/+17
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-2/+0
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-241-9/+9
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-222-0/+38
* Add initial support for offscreen rendering (#30767)Delan Azabani2023-12-134-217/+282
* Add multiview feature flag in compositing and constellation (#30840)Delan Azabani2023-12-121-0/+1
* constellation: clean up logging of pipelines and browsing contexts (#30657)Delan Azabani2023-11-141-1/+1
* Fix servoshell can't respond when there's no minibrowser (#30598)Ngo Iok Ui (Wu Yu Wei)2023-11-111-27/+8
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-8/+8
* Replace the time crate with std::time in components/compositing (#30613)Reid Swan2023-10-261-4/+15
* 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-042-2/+10
* 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-114-22/+24
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-102-52/+52
* remove `extern crate` (#30311)Samson2023-09-083-4/+2
* [NFC] compositing: extract types into new compositing_traits crate (#30125)Delan Azabani2023-08-184-377/+60
* winit: initial minibrowser (#29976)Delan Azabani2023-08-152-6/+44
* Fix viewport origin of webrender frame (#30088)Ngo Iok Ui (Wu Yu Wei)2023-08-102-1/+8
* [NFC] winit: document event handling and improve naming (#30016)Delan Azabani2023-07-241-32/+32
* Stop using webrender_api::get_scroll_node_state (#30000)Martin Robinson2023-07-171-27/+23
* Try to `use` WebRender types moreMartin Robinson2023-07-103-46/+37
* Vendor the current version of WebRenderMartin Robinson2023-07-031-2/+2
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-302-23/+0
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-18/+19
* Add a compositor-side scroll treeMartin Robinson2023-05-192-4/+86