aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace time with std::time in components/devtools (#30927)Taym Haddadi2024-01-031-3/+3
* These changes fix #30843 (#30888)Lucas Montenegro2023-12-201-1/+1
* constellation: notify embedder when events are hit-tested to browsers (#30841)Delan Azabani2023-12-122-1/+32
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-062-2/+2
* Add initial support for sticky positioning for non-legacy layout (#30686)Martin Robinson2023-11-291-7/+7
* constellation: clean up logging of pipelines and browsing contexts (#30657)Delan Azabani2023-11-141-110/+38
* Further changes required by ServoOriol Brufau2023-11-041-0/+1
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-0364-0/+12766