aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/query.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rustfmt layout cratePyfisch2018-09-011-164/+249
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-1/+1
* fix logic in overflow_direction, also add a FIXMEtigercosmos2018-05-261-1/+3
* Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* Rebase and fix innerTextPyfisch2018-02-241-22/+6
* Introduce a dedicated data structure for text queriesPyfisch2018-02-241-0/+3
* Auto merge of #20082 - emilio:ignore-existing-styles, r=bholleybors-servo2018-02-211-1/+1
|\
| * style: Cleanup always-false argument to Servo_ResolveStyleLazily.Emilio Cobos Álvarez2018-02-201-1/+1
* | Minor cleanup of element.innerTextFernando Jiménez Moreno2018-02-201-16/+9
|/
* Implement element.innerText getterFernando Jiménez Moreno2018-02-131-1/+178
* Update WebRenderMartin Robinson2018-02-061-12/+13
* Add layout RPC query for getting an element's styleJon Leighton2018-01-281-33/+12
* Fix some "unnecessary parentheses" warningsSimon Sapin2018-01-221-1/+1
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-2/+2
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-19/+17
* style: Move property allowance tests to PropertyId::parse_into.Emilio Cobos Álvarez2017-11-211-2/+4