..
counter_style
servo: Merge #18025 - Update to cssparser 0.19, count line numbers during tokenization (from servo:line-counting); r=jdm
2017-08-09 16:16:33 -05:00
gecko
servo: Merge #18159 - Replace write! with to_css and write_str in some ToCss impls (from upsuper:write-to-css); r=nox
2017-08-21 04:14:08 -05:00
gecko_bindings
servo: Merge #18136 - Use Option<RGBA> for color in shadow (from upsuper:shadow-color); r=emilio
2017-08-19 05:45:53 -05:00
gecko_string_cache
servo: Merge #18019 - stylo: Devirtualize nsIAtom refcounting (from emilio:devirt-nsiatom); r=froydnj
2017-08-09 06:08:14 -05:00
invalidation
servo: Merge #18158 - style: Skip state pseudo-classes when finding a pseudo-element (from emilio:pseudo-crash); r=heycam
2017-08-20 02:14:08 -05:00
properties
servo: Merge #18159 - Replace write! with to_css and write_str in some ToCss impls (from upsuper:write-to-css); r=nox
2017-08-21 04:14:08 -05:00
rule_tree
servo: Merge #18099 - Make emtpy rule can be inserted into rule tree (from KuoE0:make-empty-rule-can-be-inserted-into-rule-tree); r=emilio
2017-08-15 23:11:04 -05:00
servo
servo: Merge #18153 - stylo: Remove a lot of the restyle damage related complexity (from emilio:restyle-damage-cleanup); r=heycam
2017-08-20 07:00:25 -05:00
sharing
servo: Merge #17980 - Introduce a new flag and use it to be more permissive about cousin sharing (from bholley:fix_initial_sharing); r=emilio
2017-08-05 03:23:55 -05:00
stylesheets
servo: Merge #18139 - Update parser state only after rule is successfully parsed (from upsuper:parser-state); r=SimonSapin
2017-08-21 06:46:11 -05:00
values
servo: Merge #18169 - Add whitespace before line number in grid line (from upsuper:write-css-fix); r=nox
2017-08-21 07:49:11 -05:00
Cargo.toml
servo: Merge #18056 - End TreeBuilder's reliance on DOM (from cynicaldevil:remove-treesink-dep-on-dom); r=nox
2017-08-18 16:27:05 -05:00
README.md
…
animation.rs
servo: Merge #18143 - style: Remove Stylist::is_device_dirty (from emilio:stylist-stylesheets); r=<try>
2017-08-21 10:59:10 -05:00
applicable_declarations.rs
servo: Merge #17775 - Replace all uses of the style::stylearc alias with servo_arc (from michael-p:rename-stylearc-to-servo-arc); r=emilio
2017-07-19 06:03:17 -07:00
attr.rs
servo: Merge #17775 - Replace all uses of the style::stylearc alias with servo_arc (from michael-p:rename-stylearc-to-servo-arc); r=emilio
2017-07-19 06:03:17 -07:00
bezier.rs
servo: Merge #17774 - Prepare some code for future derivation 🌊 (from servo:derive-all-the-things); r=emilio
2017-07-19 01:56:05 -07:00
bloom.rs
servo: Merge #17775 - Replace all uses of the style::stylearc alias with servo_arc (from michael-p:rename-stylearc-to-servo-arc); r=emilio
2017-07-19 06:03:17 -07:00
build.rs
servo: Merge #17984 - Remove style/testing feature (from Manishearth:rm-testing); r=SimonSapin
2017-08-08 07:35:29 -05:00
build_gecko.rs
servo: Merge #17638 - Fix build_gecko.rs for cross-macOS builds (from rillian:mac-bindgen); r=emilio,gps
2017-07-08 09:24:08 -07:00
cache.rs
servo: Merge #17142 - Move LRUCache to ArrayDeque crate (from kenan-rhoton:LRUCacheArrayVecDeque); r=emilio
2017-06-04 13:29:24 -07:00
cascade_info.rs
servo: Merge #16973 - Derive ToComputedValue (from servo:derive-all-the-things); r=emilio
2017-05-21 08:48:10 -05:00
context.rs
servo: Merge #18017 - style: Move all origin-specific cascade data to PerOriginCascadeData (from heycam:split-cascade); r=emilio
2017-08-09 19:28:07 -05:00
custom_properties.rs
servo: Merge #18025 - Update to cssparser 0.19, count line numbers during tokenization (from servo:line-counting); r=jdm
2017-08-09 16:16:33 -05:00
data.rs
servo: Merge #18094 - Avoid leaving stale ANCESTOR_WAS_RECONSTRUCTED bits in the tree (from bholley:ancestor_reconstruct); r=emilio
2017-08-15 17:07:20 -05:00
dom.rs
servo: Merge #18153 - stylo: Remove a lot of the restyle damage related complexity (from emilio:restyle-damage-cleanup); r=heycam
2017-08-20 07:00:25 -05:00
element_state.rs
servo: Merge #17577 - Bug 1348489 - stylo: Implement :-moz-window-inactive (from mbrubeck:inactive); r=emilio
2017-06-30 10:13:01 -07:00
encoding_support.rs
servo: Merge #17775 - Replace all uses of the style::stylearc alias with servo_arc (from michael-p:rename-stylearc-to-servo-arc); r=emilio
2017-07-19 06:03:17 -07:00
error_reporting.rs
servo: Merge #18025 - Update to cssparser 0.19, count line numbers during tokenization (from servo:line-counting); r=jdm
2017-08-09 16:16:33 -05:00
font_face.rs
servo: Merge #18025 - Update to cssparser 0.19, count line numbers during tokenization (from servo:line-counting); r=jdm
2017-08-09 16:16:33 -05:00
font_metrics.rs
servo: Merge #16333 - stylo: support font metrics (from Manishearth:stylo-metrics); r=heycam
2017-04-10 01:35:18 -05:00
lib.rs
servo: Merge #18159 - Replace write! with to_css and write_str in some ToCss impls (from upsuper:write-to-css); r=nox
2017-08-21 04:14:08 -05:00
logical_geometry.rs
servo: Merge #17390 - Untry (from servo:untry); r=nox
2017-06-18 05:55:11 -07:00
macros.rs
servo: Merge #18058 - Introduce and derive ComputeSquaredDistance (from servo:compute-squared-distance); r=emilio
2017-08-13 16:23:58 -05:00
matching.rs
servo: Merge #18153 - stylo: Remove a lot of the restyle damage related complexity (from emilio:restyle-damage-cleanup); r=heycam
2017-08-20 07:00:25 -05:00
media_queries.rs
servo: Merge #18024 - Rework MediaType to be an atom-based struct instead of an enum (from bradwerth:mediatypeAtom); r=emilio
2017-08-09 18:24:48 -05:00
parallel.rs
servo: Merge #18048 - More refactoring of the traversal in preparation for restyle roots (from bholley:more_traversal_refactoring_for_restyle_roots); r=emilio
2017-08-11 16:47:12 -05:00
parser.rs
servo: Merge #18142 - style: Less messy namespace handling (from emilio:less-mess-ns); r=SimonSapin
2017-08-18 12:58:46 -05:00
scoped_tls.rs
servo: Merge #17235 - Increase the size of the style sharing cache to 31 (from bzbarsky:bigger-sharing-cache); r=bholley
2017-06-08 12:22:38 -07:00
selector_map.rs
servo: Merge #18087 - style: Cleanup a bit Stylist and SelectorMap (from emilio:stylist-clear-cleanup); r=heycam
2017-08-16 02:56:13 -05:00
selector_parser.rs
servo: Merge #18153 - stylo: Remove a lot of the restyle damage related complexity (from emilio:restyle-damage-cleanup); r=heycam
2017-08-20 07:00:25 -05:00
sequential.rs
servo: Merge #18048 - More refactoring of the traversal in preparation for restyle roots (from bholley:more_traversal_refactoring_for_restyle_roots); r=emilio
2017-08-11 16:47:12 -05:00
shared_lock.rs
servo: Merge #17775 - Replace all uses of the style::stylearc alias with servo_arc (from michael-p:rename-stylearc-to-servo-arc); r=emilio
2017-07-19 06:03:17 -07:00
str.rs
servo: Merge #18024 - Rework MediaType to be an atom-based struct instead of an enum (from bradwerth:mediatypeAtom); r=emilio
2017-08-09 18:24:48 -05:00
style_adjuster.rs
servo: Merge #18126 - geckolib: Fix some warnings (treated as error) new in Rust Nigthly (from servo:glow-fox); r=emilio
2017-08-17 11:05:32 -05:00
style_resolver.rs
servo: Merge #18046 - Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) (from servo:rustup); r=emilio
2017-08-15 07:31:04 -05:00
stylesheet_set.rs
servo: Merge #18124 - style: Replicate the list of stylesheets on the layout thread (from emilio:stylist-stylesheets); r=SimonSapin
2017-08-18 08:33:35 -05:00
stylist.rs
servo: Merge #18143 - style: Remove Stylist::is_device_dirty (from emilio:stylist-stylesheets); r=<try>
2017-08-21 10:59:10 -05:00
thread_state.rs
servo: Merge #14896 - Tidy assignments (from g1smo:tidy-assignments); r=jdm
2017-01-07 09:40:46 -08:00
timer.rs
servo: Merge #14801 - style: Document and force documentation in a big chunk of the style crate (from emilio:no-missing-docs); r=mbrubeck,Manishearth,Wafflespeanut
2016-12-31 03:19:02 -08:00
traversal.rs
servo: Merge #18097 - Avoid recursion in clear_descendant_data (from bholley:avoid_recursion_clear_descendant_data); r=emilio
2017-08-16 04:22:23 -05:00
traversal_flags.rs
servo: Merge #18054 - Simplify throttled animation flushes (from bholley:simplify_throttled_animation_flushes); r=bholley
2017-08-11 21:15:12 -05:00