aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/pseudo_element.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-237/+0
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-3/+3
* style: Basic implementation of Custom Highlight APIJan-Niklas Jaeschke2023-11-061-1/+19
* style: Remove ThinBoxedSliceEmilio Cobos Álvarez2023-06-091-1/+0
* style: Correctly report animation status of pseudo-elements that are not stor...Emilio Cobos Álvarez2023-06-091-2/+3
* style: Remove layout.css.file-selector-button.enabled pref.Emilio Cobos Álvarez2021-02-261-6/+1
* style: Remove the moz-focus-outer code.Emilio Cobos Álvarez2021-02-261-3/+0
* style: Rename ::file-chooser-button to ::file-selector-button, and enable it ...Emilio Cobos Álvarez2021-02-261-3/+3
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-06-041-5/+7
* style: Implement the ::file-chooser-button pseudo-element.Emilio Cobos Álvarez2020-06-041-5/+6
* style: Make ::-moz-focus-outer a no-op, and remove it on Nightly.Emilio Cobos Álvarez2020-06-041-1/+7
* style: Add ::marker when checking may_have_animations() during traversal.Boris Chiou2020-06-041-0/+6
* style: Fix number input so that it honors overflow-clip-box-block.Emilio Cobos Álvarez2020-04-161-6/+0
* style: Fix cascade order of shadow parts.Emilio Cobos Álvarez2019-11-301-0/+6
* style: Fix formatting of recent changes.Emilio Cobos Álvarez2019-08-151-2/+3
* style: Use `static_prefs::pref!`.Nicholas Nethercote2019-08-151-5/+2
* style: Restrict properties that apply to ::marker for now.Emilio Cobos Álvarez2019-07-081-7/+12
* style: restrict CSS properties for '::cue'.Alastor Wu2019-07-081-0/+1
* style: Invalidate style for ::selection.violet2019-06-251-0/+6
* style: Refactor the selector parser to make implementing ::part() easier.Emilio Cobos Álvarez2019-05-071-7/+5
* style: Fix Gecko and Servo builds, and appease tidy.Emilio Cobos Álvarez2019-03-271-1/+10
* style: Add support for the ::marker pseudo element on list items. Alias :-moz...Mats Palmgren2019-03-271-1/+3
* style: Include anon boxes in CSSPseudoElementType, to remove ComputedStyle::m...Emilio Cobos Álvarez2019-02-231-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Cargo fix + ./mach fmt.Emilio Cobos Álvarez2018-11-101-3/+1
* style: Allow ::slotted()::placeholder.Emilio Cobos Álvarez2018-11-101-5/+9
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-7/+7
* Reorder importsPyfisch2018-11-061-1/+1
* style: Support ::before / ::after on ::slotted pseudos.Emilio Cobos Álvarez2018-11-051-0/+8
* style: Remove PseudoElement::inherits_all.Emilio Cobos Álvarez2018-10-191-9/+0
* Format style component.chansuke2018-09-091-1/+3
* style: Accept unknown webkit pseudo-element.Xidorn Quan2018-09-031-1/+1
* style: Make tree pseudo-element prefix not case-sensitive.Xidorn Quan2018-09-031-0/+1
* style: Remove the concept of 'canonical' pseudos.Emilio Cobos Álvarez2018-08-081-9/+0
* style: Shrink selectors::Component to 24 bytes.Cameron McCormack2018-08-081-0/+1
* style: Push visited style computation a bit further down.Emilio Cobos Álvarez2018-07-241-7/+5
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-4/+9
* style: Optimize serialization of identifiers of length <= 16 🐉🐲Emilio Cobos Álvarez2018-02-071-1/+2
* style: Make input[type=number] pseudo-elements accessible to chrome.Emilio Cobos Álvarez2018-02-051-5/+15
* style: Use CascadeFlags for what they're for.Emilio Cobos Álvarez2018-01-231-2/+11
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-2/+2
* style: Tidy up PseudoElement::should_exist.Emilio Cobos Álvarez2017-11-081-4/+3
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-6/+4
* Make tree pseudos not precomputed since they are not really anonymous boxes.Xidorn Quan2017-10-201-2/+2
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+6
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-6/+4
* stylo: Remove a lot of the restyle damage related complexity.Emilio Cobos Álvarez2017-08-201-2/+14
* style: Don't perform parent display-based style fixups on most pseudos.Cameron McCormack2017-08-051-0/+7
* Make sure we don't recreate boxes just because we have a ::first-line.Boris Zbarsky2017-07-281-0/+6
* Don't reconstruct the layout object when going from no pseudo to pseudo with ...Boris Zbarsky2017-07-281-0/+17