aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/generated_content.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+11
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Make Layout 2013 style a superset of Layout 2020 styleMartin Robinson2023-06-281-5/+4
* Further changes required by ServoOriol Brufau2023-05-161-2/+2
* Fix Servo build and unify display representation.Emilio Cobos Álvarez2019-08-151-3/+2
* Update euclid.Emilio Cobos Álvarez2019-07-231-5/+25
* fmtSimon Sapin2019-07-221-66/+30
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Fix Servo build.Emilio Cobos Álvarez2018-11-081-4/+3
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-2/+4
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-8/+8
* Rustfmt layout cratePyfisch2018-09-011-167/+212
* Fix Servo build.Emilio Cobos Álvarez2018-05-191-1/+4
* style: Fix servo build.Emilio Cobos Álvarez2018-05-051-8/+8
* Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* Make ContentItem use a CustomIdent for counter namesAnthony Ramine2018-03-021-6/+6
* style: Move content property out of mako.Igor Gutorov2018-02-071-4/+4
* Simplify counter CSS propertiesAnthony Ramine2018-02-041-2/+2
* moved css longhand counter-reset out of makoJonas Reinwald2018-02-011-2/+2
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-2/+2
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-3/+3
* style: Use more Box<[]> and Box<str> for quotes.Emilio Cobos Álvarez2017-12-141-2/+2
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-49/+51
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-4/+4
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+4
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-4/+4
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-2/+3
* Make tidy aware of Rust multiline stringsMichael Droettboom2017-09-211-2/+2
* Code organization: Move all generic traversal code to layout::traversalMatt Brubeck2017-08-081-1/+1
* Add a generic inorder traversal methodMatt Brubeck2017-08-071-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-2/+2
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-4/+4
* Fix up script and layout.Bobby Holley2017-05-021-3/+2
* Use CustomIdent in counter-incrementSimon Sapin2017-04-261-2/+4
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-1/+1
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-5/+6
* Make Restyle tracking more granular.Bobby Holley2016-12-091-1/+0
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Stop using associated types for the concrete TRestyleDamage implementation.Bobby Holley2016-11-071-1/+2
* Reorder `use` statementsUK9922016-09-091-2/+2
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-1/+1
* Move LayoutNode and related traits to script_layout_interface.Ms2ger2016-06-201-1/+1
* Introduce a script_layout_interface crate and move RestyleDamage to it.Ms2ger2016-06-201-1/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Implement ::selection pseudo-elementEmilio Cobos Álvarez2016-03-301-0/+1
* Auto merge of #10277 - perlun:rename-tcomputedvalues-to-computedvalues, r=Sim...bors-servo2016-03-301-1/+1
|\
| * Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* | Auto merge of #10255 - mbrubeck:box-unscanned, r=pcwaltonbors-servo2016-03-301-1/+2
|\ \ | |/ |/|