aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/compositor.rs
Commit message (Expand)AuthorAgeFilesLines
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-3/+2
* Plumb selected tracing spans into hitrace (#33324)Delan Azabani2024-09-101-8/+20
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-4/+2
* Add tracing events (#33189)atbrakhi2024-09-051-0/+12
* compositor: Do not parse the Cargo.lock file while building (#33222)Martin Robinson2024-08-281-53/+23
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-131-2/+2
* Fix save to image on Windows (#32914)Cristian Brinza2024-08-031-2/+2
* compositor: propagate scroll events across pipelines (#32829)Mukilan Thiyagarajan2024-07-221-13/+25
* Set compositor's cursor_pos properly (#32718)Ngo Iok Ui (Wu Yu Wei)2024-07-081-0/+1
* fonts: Clean up WebRender web fonts when they are no longer used (#32545)Martin Robinson2024-06-181-0/+17
* Move `RenderingContext` to `webrender_traits` (#32386)Martin Robinson2024-05-281-2/+2
* Remove more IPC messages between script and layout (#32377)Martin Robinson2024-05-271-12/+11
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-54/+39
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+2
* Fix some clippy warnings in `components/gfx` and `components/script` (#32215)Pi-Cla2024-05-021-2/+4
* fonts: Use `FontInstanceFlags::EMBEDDED_BITMAPS` for color fonts on MacOS (#3...Martin Robinson2024-05-021-7/+19
* compositor: Do not handle embedder events during or after shutdown (#32207)Martin Robinson2024-05-021-0/+32
* 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-031-2/+2
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-031-116/+304
* 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
* compositor: Handle synchronous messages while shutting down (#31733)Martin Robinson2024-03-191-46/+96
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-165/+204
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-31/+24
* 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-081-0/+1
* 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
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-17/+20
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-271-11/+11
* Preliminary Android build support (#31086)Mukilan Thiyagarajan2024-01-221-0/+27
* Add initial support for offscreen rendering (#30767)Delan Azabani2023-12-131-104/+146
* 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
* 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-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