aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared
Commit message (Expand)AuthorAgeFilesLines
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-131-1/+1
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-082-4/+4
* fonts: Use `FontInstanceFlags::EMBEDDED_BITMAPS` for color fonts on MacOS (#3...Martin Robinson2024-05-022-4/+13
* script: Include layout when collecting memory reports (#32204)Mukilan Thiyagarajan2024-05-011-2/+2
* Remove unused import (#32192)Taym Haddadi2024-04-301-1/+0
* Update WebView variants of ConstellationMsg (#32163)Ngo Iok Ui (Wu Yu Wei)2024-04-291-12/+3
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-223-215/+164
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-222-8/+6
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-161-4/+4
* Fixes for HTTP header compliance. (#32024)Philip Lamb2024-04-111-3/+3
* clippy: Fix needless_lifetimes warning (#32049)Oluwatobi Sofela2024-04-111-1/+1
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-095-27/+27
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-041-0/+5
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-042-47/+31
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-033-21/+55
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-5/+10
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-303-3/+1
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-294-133/+88
* fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)Martin Robinson2024-03-262-10/+18
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-223-13/+12
* Rework “visible” to “throttled” in embedder-to-constellation + jniapi...Delan Azabani2024-03-211-3/+3
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-212-15/+23
* compositor: Handle synchronous messages while shutting down (#31733)Martin Robinson2024-03-191-5/+0
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-4/+4
* Updated comment with 'layout_traits' to 'script_layout_interface' (#31707)Tumuhairwe2024-03-151-3/+3
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-144-25/+59
* rustdoc: Add some basic Safety sections to unsafe functions (#31639)Martin Robinson2024-03-131-0/+5
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-131-1/+2
* clippy: Fix warnings in `components/shared` (#31627)eri2024-03-129-48/+34
* Fix more clippy warnings in `components/shared/net` (#31548)Mucha Naibei2024-03-101-7/+11
* clippy: fix warnings in components/shared (#31565)eri2024-03-0814-138/+101
* Fix rustdoc errors in `components/shared` (#31582)Aarya Khandelwal2024-03-083-3/+3
* Fix clippy warnings in components/shared/net/request.rs (#31551)zawz2024-03-081-35/+32
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-1/+1
* compositor: Improve the way we wait for frames (#31523)Martin Robinson2024-03-071-40/+4
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-1/+1
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-277-15/+15
* layout: Add line height from preserved segment breaks in quirks mode (#31419)Martin Robinson2024-02-261-0/+4
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-239-174/+95
* Revert remaining Stylo changes (#31408)Delan Azabani2024-02-221-1/+1
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-3/+3
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-173-2/+49
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-1/+1
* deps: Stop vendoring WebRender (#31212)Martin Robinson2024-01-302-2/+2
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-271-1/+0
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-265-6/+0
* constellation: focusing and closing webviews (#30842)Delan Azabani2024-01-243-19/+34
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-226-25/+25
* Replace time with std::time in components/metrics & components/shared (#31020)Taym Haddadi2024-01-102-13/+19
* Fix failed request for adapter when not available (#31002)Taym Haddadi2024-01-091-1/+1