aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/data.rs
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-011-2/+3
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-2/+6
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-061-14/+3
* Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-2/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt layout cratePyfisch2018-09-011-1/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-3/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+3
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-3/+3
* layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-9/+24
* Fix unsafe casting between PersistentLayoutData and PartialPersistentLayoutDataImanol Fernandez2017-05-111-0/+1
* Bug 1325734 - Remove Servo Layout's dependency on the initial-ness of the sty...Bobby Holley2017-01-091-1/+3
* Move children_to_process to layout.Bobby Holley2016-10-081-12/+5
* Rename PrivateStyleData to PersistentStyleData and use AtomicRefCell instead ...Bobby Holley2016-10-021-8/+8
* Remove some type aliases that are now just re-exports.Simon Sapin2016-07-201-1/+1
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-1/+1
* layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-4/+3
* style: Add infrastructure for non-eagerly-cascaded pseudo-elementsEmilio Cobos Álvarez2016-04-291-5/+7
* Get the fundamentals of the HTMLDetailsElement rendering stuff working.Michael Howell2016-03-191-0/+6
* Refactor style to be completely backend-independentEmilio Cobos Álvarez2016-02-131-1/+1
* Separate style+layout and layout-specific wrapper functionality.Bobby Holley2015-12-291-28/+7
* layout: Make the compositor rather than layout determine the position ofPatrick Walton2015-09-291-26/+1
* Fix match_refs and let_returns in layout, address review changesManish Goregaokar2015-09-041-4/+4
* make test-tidy check that = have space after themerneyja2015-09-011-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* Remove LayoutChan from LayoutDataWrapperMichael Wu2015-07-041-2/+0
* Replace the LayoutDataAccess trait by inherent methods.Ms2ger2015-06-221-38/+2
* Replace TLayoutNode by inherent methods.Ms2ger2015-06-221-1/+1
* Implement the LayoutData getters on LayoutJS<Node> rather than Node itself.Ms2ger2015-06-221-4/+4
* layout: Allow inline elements to be containing blocks forPatrick Walton2015-05-131-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Merge in servo/masterDan Fox2015-03-051-7/+25
* layout/layout_data.rs -> layout/data.rsDan Fox2015-03-031-0/+117