..
counter_style
servo: Merge #18355 - Reduce usage of fmt in serialization and error reporting (from servo:no-fmt); r=emilio
2017-09-04 13:14:44 -05:00
gecko
servo: Merge #18430 - Shrink the storage needed by specified background images (from bzbarsky:shrink-background-storage); r=xidorn
2017-09-09 09:58:29 -05:00
gecko_bindings
servo: Merge #18275 - Mark the CoordData traits as unsafe (from Manishearth:coorddata-unsafe); r=nox
2017-08-29 03:57:16 -05:00
gecko_string_cache
servo: Merge #18302 - Harden assert for creating atom from raw pointer (from upsuper:atom-assert); r=bholley
2017-08-29 22:13:02 -05:00
invalidation
servo: Merge #18423 - More stale todos (from emilio:more-stale-todos); r=nox
2017-09-08 21:09:58 -05:00
properties
servo: Merge #18430 - Shrink the storage needed by specified background images (from bzbarsky:shrink-background-storage); r=xidorn
2017-09-09 09:58:29 -05:00
rule_tree
servo: Merge #18384 - style: Don't waste a whole selector map for each class / id in the document (from emilio:invalidation-map-bloat); r=bholley
2017-09-05 12:51:17 -05:00
servo
servo: Merge #18391 - style: Stop the cascade when only reset structs change (from emilio:cascade-stoph); r=heycam
2017-09-06 07:55:08 -05:00
sharing
servo: Merge #18195 - Don't cache style data if the element has running animations (from hiikezoe:disable-style-cache-for-animations); r=bholley,birtles
2017-08-22 23:43:25 -05:00
stylesheets
servo: Merge #18341 - stylo: Error reporting for unknown media features (from ferjm:bug1384225.media.errors); r=jdm
2017-09-08 11:14:51 -05:00
values
servo: Merge #18430 - Shrink the storage needed by specified background images (from bzbarsky:shrink-background-storage); r=xidorn
2017-09-09 09:58:29 -05:00
Cargo.toml
servo: Merge #18413 - Bump app_units; use from_f64_au (from Manishearth:bump-au); r=jdm
2017-09-08 14:06:26 -05:00
README.md
…
animation.rs
servo: Merge #18423 - More stale todos (from emilio:more-stale-todos); r=nox
2017-09-08 21:09:58 -05:00
applicable_declarations.rs
servo: Merge #18179 - Automatically verify that derive() lists are alphabetically ordered #… (from davidcl:master); r=jdm
2017-08-23 17:18:31 -05: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 #18423 - More stale todos (from emilio:more-stale-todos); r=nox
2017-09-08 21:09:58 -05:00
build.rs
servo: Merge #18363 - use cargo manifest path to find build.py (from paulrouget:fix_style_build); r=SimonSapin
2017-09-05 09:22:28 -05:00
build_gecko.rs
servo: Merge #18408 - stylo: Don't add boundary characters to the fixups specified in ServoBindings.toml (from emilio:stylo-fixup-fix); r=upsuper
2017-09-07 08:51:10 -05: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
context.rs
servo: Merge #18248 - stylo: Check stack depth in invalidation machinery and re-enable limits (from bholley:more_stack_limits); r=bholley
2017-08-25 23:29:46 -05:00
custom_properties.rs
servo: Merge #18334 - Add fallible hashmaps from HashGlobe for stylo (from Manishearth:hashglobe); r=emilio,Gankro
2017-09-01 16:09:53 -05:00
data.rs
servo: Merge #18271 - Propagate dirty bits after invalidation if needed (from legnaleurc:propagate_dirty_bits); r=emilio
2017-09-05 14:18:52 -05:00
dom.rs
servo: Merge #18334 - Add fallible hashmaps from HashGlobe for stylo (from Manishearth:hashglobe); r=emilio,Gankro
2017-09-01 16:09:53 -05:00
driver.rs
servo: Merge #18366 - style: Avoid dropping the other threads' TLS contexts too early (from emilio:fix-statistics-crash); r=bholley
2017-09-04 11:54:15 -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 #18276 - Use cssparser's new_with_line_number_offset (from tromey:cssparser-line-number-offset); r=SimonSapin
2017-08-28 22:57:13 -05:00
error_reporting.rs
servo: Merge #18341 - stylo: Error reporting for unknown media features (from ferjm:bug1384225.media.errors); r=jdm
2017-09-08 11:14:51 -05:00
font_face.rs
servo: Merge #18336 - Parse at-rule without block in two stages (from upsuper:two-stage-at-rule); r=SimonSapin
2017-09-01 17:56:57 -05:00
font_metrics.rs
servo: Merge #18179 - Automatically verify that derive() lists are alphabetically ordered #… (from davidcl:master); r=jdm
2017-08-23 17:18:31 -05:00
hash.rs
servo: Merge #18334 - Add fallible hashmaps from HashGlobe for stylo (from Manishearth:hashglobe); r=emilio,Gankro
2017-09-01 16:09:53 -05:00
lib.rs
servo: Merge #18334 - Add fallible hashmaps from HashGlobe for stylo (from Manishearth:hashglobe); r=emilio,Gankro
2017-09-01 16:09:53 -05:00
logical_geometry.rs
servo: Merge #18179 - Automatically verify that derive() lists are alphabetically ordered #… (from davidcl:master); r=jdm
2017-08-23 17:18:31 -05:00
macros.rs
servo: Merge #18355 - Reduce usage of fmt in serialization and error reporting (from servo:no-fmt); r=emilio
2017-09-04 13:14:44 -05:00
matching.rs
servo: Merge #18391 - style: Stop the cascade when only reset structs change (from emilio:cascade-stoph); r=heycam
2017-09-06 07:55:08 -05:00
media_queries.rs
servo: Merge #18341 - stylo: Error reporting for unknown media features (from ferjm:bug1384225.media.errors); r=jdm
2017-09-08 11:14:51 -05:00
parallel.rs
servo: Merge #18412 - Increase stack safety margin for stylo (from bholley:bump_style_stacks); r=bholley
2017-09-07 13:52:48 -05:00
parser.rs
servo: Merge #18276 - Use cssparser's new_with_line_number_offset (from tromey:cssparser-line-number-offset); r=SimonSapin
2017-08-28 22:57:13 -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 #18428 - style: remove selector_map::find_push (from emilio:find-push); r=nox
2017-09-09 07:56:35 -05:00
selector_parser.rs
servo: Merge #18384 - style: Don't waste a whole selector map for each class / id in the document (from emilio:invalidation-map-bloat); r=bholley
2017-09-05 12:51:17 -05:00
shared_lock.rs
servo: Merge #18386 - Bypass the lock in get_property_value (from bholley:unchecked_cssom_get); r=upsuper
2017-09-05 23:20:55 -05: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 #18391 - style: Stop the cascade when only reset structs change (from emilio:cascade-stoph); r=heycam
2017-09-06 07:55:08 -05:00
style_resolver.rs
servo: Merge #18268 - style: Recascade the document instead of using the dirty_on_viewport_size_change bit (from emilio:dirty-viewport-followup); r=SimonSapin
2017-08-29 14:18:58 -05:00
stylesheet_set.rs
servo: Merge #18191 - style: Implement finer-grained stylist rebuilds (from emilio:incremental-rebuilds); r=SimonSapin,heycam
2017-08-23 07:40:03 -05:00
stylist.rs
servo: Merge #18398 - stylo: Pass the @page values to precomputed pseudo element declarations (from canaltinova:at-page-rule); r=emilio
2017-09-06 16:40:33 -05:00
thread_state.rs
…
timer.rs
servo: Merge #18179 - Automatically verify that derive() lists are alphabetically ordered #… (from davidcl:master); r=jdm
2017-08-23 17:18:31 -05:00
traversal.rs
servo: Merge #18391 - style: Stop the cascade when only reset structs change (from emilio:cascade-stoph); r=heycam
2017-09-06 07:55:08 -05:00
traversal_flags.rs
servo: Merge #18342 - style: Remove the for reconstruction traversals (from emilio:die-forreconstruct-die); r=bholley
2017-09-01 08:56:58 -05:00