aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/query.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson3 days1-0/+1200
* Remove legacy layout (layout 2013) (#35943)Oriol Brufau2025-03-131-1108/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* Layout: Implement innerText/outerText (#33312)Ben2024-09-241-2/+2
* Let legacy layout serialize shorthands in getComputedStyle (#32149)Oriol Brufau2024-04-261-14/+25
* Upgrade Stylo to 2024-01-16 (#32066)Oriol Brufau2024-04-131-9/+17
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-091-10/+0
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-4/+4
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-174/+16
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-111-4/+4
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-2/+2
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-301-37/+32
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Further changes required by ServoOriol Brufau2023-11-241-13/+10
* Further changes required by ServoOriol Brufau2023-11-241-1/+1
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-5/+16
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-18/+19
* Further changes required by ServoOriol Brufau2023-08-161-2/+8
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-8/+2
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-2/+8
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-2/+1
* Simplify our setup for font metric queries from styleOriol Brufau2023-05-111-2/+2
* Detect body elements during layoutMartin Robinson2023-05-041-6/+4
* Bump euclid to 0.22Martin Robinson2023-01-261-2/+30
* Update nightly rustc.Josh Matthews2021-11-011-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-0/+3
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-9/+12
* Add todos for missing steps while processing parse font queryUtsav Oza2020-06-101-37/+79
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-2/+79
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-17/+1
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-061-17/+4
* Rename a bunch of style/layout data itemsAnthony Ramine2020-04-061-7/+10
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-1/+1
* Don't expose any AtomicRefCell directly from style traitsAnthony Ramine2020-04-041-1/+1
* Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-3/+8
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-261-22/+19
* Improve the name the NodeGeometryQueryMartin Robinson2020-02-051-7/+7
* dom: Calculate the viewport size of iframes when they are first added to the ...Josh Matthews2019-11-061-1/+11
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Stop storing display lists in an `Arc`Patrick Walton2019-07-091-1/+1
* Add is_connected flag to node and use it to replace most uses of is_in_docFernando Jiménez Moreno2019-04-261-1/+1
* Make a bunch of layout queries morally saferAnthony Ramine2019-01-091-15/+15
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-8/+8
* Reorder importsPyfisch2018-11-061-9/+11
* Format remaining filesPyfisch2018-11-061-7/+6
* Sort `use` statementsSimon Sapin2018-11-061-4/+4
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10