mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
024f384522
When the progress is 100%, the result from the original formula of calculating `left_weight` may not be 0 exactly (i.e. approximate zero, e.g. -2.22e-16), and so this imprecision makes the recomposed Matrix3D have some approximate zeros. Those approximate zeros (e.g. `_m13` is 2e-16, and `_m23` is 8e-17 in WPT) make us failed to treat this Matrix3D as a 2D matrix when we serializing it (because we use `!= 0.0f` to check if the matrix components are not equal to zero in `Matrix4x4::Is2D()`, and other places). Differential Revision: https://phabricator.services.mozilla.com/D187814 |
||
---|---|---|
.. | ||
color | ||
counter_style | ||
gecko | ||
gecko_bindings | ||
gecko_string_cache | ||
invalidation | ||
media_queries | ||
properties | ||
properties_and_values | ||
queries | ||
rule_tree | ||
servo | ||
sharing | ||
stylesheets | ||
use_counters | ||
values | ||
animation.rs | ||
applicable_declarations.rs | ||
attr.rs | ||
author_styles.rs | ||
bezier.rs | ||
bloom.rs | ||
build_gecko.rs | ||
build.rs | ||
Cargo.toml | ||
context.rs | ||
custom_properties.rs | ||
data.rs | ||
dom_apis.rs | ||
dom.rs | ||
driver.rs | ||
encoding_support.rs | ||
error_reporting.rs | ||
font_face.rs | ||
font_metrics.rs | ||
global_style_data.rs | ||
lib.rs | ||
logical_geometry.rs | ||
macros.rs | ||
matching.rs | ||
parallel.rs | ||
parser.rs | ||
piecewise_linear.rs | ||
README.md | ||
rule_cache.rs | ||
rule_collector.rs | ||
scoped_tls.rs | ||
selector_map.rs | ||
selector_parser.rs | ||
shared_lock.rs | ||
str.rs | ||
style_adjuster.rs | ||
style_resolver.rs | ||
stylesheet_set.rs | ||
stylist.rs | ||
thread_state.rs | ||
traversal_flags.rs | ||
traversal.rs |