aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/sharing/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-910/+0
* style: Container units should prevent us from sharing style by rule nodeEmilio Cobos Álvarez2023-11-241-2/+13
* style: Move `ANCHORS_RELATIVE_SELECTOR` out of nsINode flagsDavid Shin2023-11-241-1/+5
* style: Don't allow to share style by rule node for linksEmilio Cobos Álvarez2023-11-241-13/+7
* style: Rustfmt servo/. r=zrhoffmanEmilio Cobos Álvarez2023-11-241-1/+1
* style: Correct style sharing handling for any element that considered `:has()...David Shin2023-11-241-2/+35
* style: Simplify NAC setupEmilio Cobos Álvarez2023-11-211-7/+7
* style: Restyle pseudo-elements as well on part attribute changesEmilio Cobos Álvarez2023-11-211-5/+0
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-14/+3
* style: Simplify selector flags setup even moreEmilio Cobos Álvarez2023-08-161-11/+8
* style: Move transitions and animations to nsStyleUIResetEmilio Cobos Álvarez2023-08-161-3/+3
* style: Simplify selector flag setting now that flag setting is atomicEmilio Cobos Álvarez2023-08-161-11/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-12/+24
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-24/+12
* style: Add attributes to the rule hashEmilio Cobos Álvarez2023-05-261-4/+1
* Upgrade to uluru 2Leonardo Razovic2021-07-151-4/+4
* style: Avoid some allocations in selector serialization.Emilio Cobos Álvarez2021-02-261-11/+11
* Include animations and transitions in the cascadeMartin Robinson2020-06-091-2/+5
* style: Rustfmt recent changes.Emilio Cobos Álvarez2020-02-121-1/+1
* style: Do not incorrectly share style across elements with different part names.Emilio Cobos Álvarez2020-02-121-7/+46
* Remove obsolete logic for LRUCache sizeMatt Brubeck2019-10-011-6/+3
* style: Shutdown Servo's thread-pool in leak-checking builds, leak the atom ta...Emilio Cobos Álvarez2019-09-121-6/+5
* Auto merge of #23532 - est31:unused_code_removal_4, r=emiliobors-servo2019-06-071-9/+0
|\
| * Remove unused code from selector and style cratesest312019-06-071-9/+0
* | style: Add refcount logging to servo_arc.Emilio Cobos Álvarez2019-06-041-2/+6
|/
* style: Remove support for XBL resources.Emilio Cobos Álvarez2019-05-071-21/+0
* style: Don't share styles when an element has animations applied to it.Brian Birtles2019-02-231-0/+5
* 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-101-10/+10
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-4/+4
* servo_arc cleanups for publishing.Manish Goregaokar2018-09-181-3/+10
* Format style component.chansuke2018-09-091-2/+1
* style: Fix the broken invariants of the rule node cache.Emilio Cobos Álvarez2018-06-231-2/+15
* style: Make element-backed pseudos inherit from NAC subtree roots and other N...Emilio Cobos Álvarez2018-06-021-3/+3
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-49/+84
* style: Implement the non-functional :host selector.Emilio Cobos Álvarez2018-04-091-0/+15
* style: Rename StyleContext to ComputedStyle.Emilio Cobos Álvarez2018-03-221-2/+1
* style: Don't share style with an element that has a different proto binding t...Emilio Cobos Álvarez2018-03-121-4/+18
* style: Allow to share style across elements with similar XBL bindings.Emilio Cobos Álvarez2018-03-121-7/+11
* style: Reorder style sharing checks so that cheaper and broader ones are earl...Emilio Cobos Álvarez2018-03-081-23/+23
* style: Remove get_ prefix from get_state and get_id.Emilio Cobos Álvarez2018-02-241-1/+1
* style: Remove some useless explicit dereferencing.Emilio Cobos Álvarez2018-02-241-2/+2
* selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-241-2/+2
* style: Use Option::get_or_insert_with.Emilio Cobos Álvarez2018-01-101-27/+24
* style: Add a necessary check for style sharing between ::slotted() nodes.Emilio Cobos Álvarez2018-01-091-0/+11
* Update to uluru 0.2 and arrayvec 0.4Matt Brubeck2017-12-071-1/+1
* style: Remove redundant style sharing check.Emilio Cobos Álvarez2017-11-301-7/+2
* style: Move lru_cache to its own crate.Emilio Cobos Álvarez2017-11-151-1/+1