aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/stylesheet_set.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-705/+0
* style: Share CascadeData instances across ShadowRootsOriol Brufau2023-05-161-15/+7
* style: Make the cascade data cache genericOriol Brufau2023-05-161-18/+30
* Rustfmt.Emilio Cobos Álvarez2021-02-261-8/+10
* style: Use document quirks mode rather than sheet quirks mode for stylesheet ...Emilio Cobos Álvarez2021-02-261-1/+1
* style: Invalidate for CSSOM changes in a more fine-grained way.Emilio Cobos Álvarez2021-02-261-2/+53
* style: Minor cleanup of ServoStyleSet.Emilio Cobos Álvarez2020-04-161-1/+3
* Upgrade to rustc 1.43.0-nightly (5d04ce67f 2020-02-13)Simon Sapin2020-02-141-2/+3
* style: Remove support for XBL resources.Emilio Cobos Álvarez2019-05-071-1/+1
* style: Don't keep two list of stylesheets in ServoStyleSet.Emilio Cobos Álvarez2019-05-071-0/+7
* Move StylesheetSetRef to scriptFernando Jiménez Moreno2019-04-261-62/+0
* Rename StylesheetSet to StylesheetSetRefFernando Jiménez Moreno2019-04-261-8/+8
* Revert unnecessary format changesFernando Jiménez Moreno2019-04-261-3/+2
* Make Node and Element rare_data an OptionFernando Jiménez Moreno2019-04-261-51/+51
* Revert changes in sheet_set_methods macroFernando Jiménez Moreno2019-04-261-11/+6
* Make StylesheetSet an enum instead of a trait objectFernando Jiménez Moreno2019-04-261-15/+39
* Remove stylesheets ownership from DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-55/+109
* style: Remove some redundant use statements.Emilio Cobos Álvarez2019-04-121-2/+0
* style: Remove ServoStyleSet::PrependStyleSheet.Cameron McCormack2019-01-131-22/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-6/+6
* Format style component.chansuke2018-09-091-1/+2
* style: Allow placeholder import sheets.Bobby Holley2018-04-171-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-18/+25
* style: Better Shadow DOM assertions.Emilio Cobos Álvarez2018-03-191-1/+1
* style: Separate the XBL and shadow dom styling bits.Emilio Cobos Álvarez2018-03-071-1/+6
* Add sizeof for AuthorStyles.Xidorn Quan2018-02-191-4/+4
* style: Make XBL / Shadow DOM use something more light-weight than a Stylist.Emilio Cobos Álvarez2018-02-161-0/+25
* style: Move more stuff to the place it belongs to.Emilio Cobos Álvarez2018-02-091-90/+89
* style: Introduce AuthorStyleSheetSet.Emilio Cobos Álvarez2018-02-091-0/+26
* style: Move the stylesheet set methods under a macro to reuse it soon.Emilio Cobos Álvarez2018-02-091-70/+89
* style: Move author-style-disabled handling to push_applicable_declarations.Emilio Cobos Álvarez2018-02-091-36/+0
* style: Make AuthorStylesEnabled an enum.Emilio Cobos Álvarez2018-02-091-16/+22
* style: Rename OriginValidity to DataValidity.Emilio Cobos Álvarez2018-02-091-24/+24
* style: Assert we don't try to do dumb stuff.Emilio Cobos Álvarez2018-02-091-0/+3
* style: Move the dirty bit to SheetCollection.Emilio Cobos Álvarez2018-02-091-18/+39
* style: Rename StylesheetSet to DocumentStylesheetSet.Emilio Cobos Álvarez2018-02-091-9/+9
* Avoid stylist flushes when sheets are appended and then removed again before ...Bobby Holley2018-02-011-14/+21
* style: Look at the snapshots when invalidating due to stylesheet changes.Emilio Cobos Álvarez2018-01-271-1/+5
* style: Make invalidation state also be with the ::slotted rules.Emilio Cobos Álvarez2018-01-091-0/+1
* style: Use the ? operator for OptionMatt Brubeck2017-12-091-8/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+4
* style: Share user agent cascade data across documents.Emilio Cobos Álvarez2017-09-151-60/+75
* style: Unify how servo and Gecko handle UA sheets.Emilio Cobos Álvarez2017-09-141-25/+28
* Auto merge of #18494 - frewsxcv:frewsxcv-size-hint, r=jdmbors-servo2017-09-131-0/+4
|\
| * Implement `size_hint` for more iterators.Corey Farwell2017-09-131-0/+4
* | style: Add a comment about why the raw pointer is ok.Emilio Cobos Álvarez2017-09-131-0/+2
* | style: Disable "removed" assertion in Gecko.Emilio Cobos Álvarez2017-09-131-1/+7
* | style: Store stylesheets per origin.Emilio Cobos Álvarez2017-09-131-82/+202
|/
* style: Remove outdated comment.Emilio Cobos Álvarez2017-08-231-2/+1