Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: Sync changes from mozilla-central. #25299

Merged
merged 28 commits into from Dec 17, 2019

style: convert NS_STYLE_ISOLATION_* to an enum class in nsStyleConsts.h.

e944962
Select commit
519a0e7
style: convert NS_STYLE_TOP_LAYER_* to an enum class in nsStyleConsts.h
jeffin143 Dec 1, 2019
5cc4394
style: convert NS_STYLE_RUBY_ALIGN_* to an enum class in nsStyleConsts.h
jeffin143 Dec 1, 2019
24f21f3
style: convert NS_STYLE_TEXT_SIZE_ADJUST_* to an enum class in nsStyl…
jeffin143 Dec 2, 2019
7e3e8e1
style: convert NS_STYLE_RUBY_POSITION_* to an enum class in nsStyleCo…
jeffin143 Dec 2, 2019
3bd62cf
style: Check for border-image-* initial specified values when seriali…
nordzilla Dec 3, 2019
51c1dfe
style: Add support for parsing of the CSS text-underline-position pro…
jfkthame Dec 4, 2019
5e7d429
style: Refactor InvalidationMap flags to use bitflags.
nordzilla Dec 5, 2019
f89c311
style: Remove layout.css.xul-box-display-values.survive-blockificatio…
emilio Dec 5, 2019
80ac4d2
style: Avoid writing into the empty array header.
emilio Dec 16, 2019
baa9ac1
style: Update derive_more.
emilio Dec 5, 2019
e944962
style: convert NS_STYLE_ISOLATION_* to an enum class in nsStyleConsts.h.
jeffin143 Dec 6, 2019
6973317
style: Correctly style dark scrollbars in tree components.
heycam Dec 9, 2019
7cd59da
style: Invalidate shadow part pseudo-class styles correctly.
emilio Dec 9, 2019
d954f51
style: Fix serialization of @namespace rule.
emilio Nov 25, 2019
e8a3a71
style: convert NS_STYLE_POINTER_EVENTS_* to an enum class in nsStyleC…
jeffin143 Dec 12, 2019
02c30bc
style: Preserve CSS input exactly during sanitization.
emilio Dec 12, 2019
4b62e9f
style: convert NS_STYLE_VISIBILITY_* to an enum class in nsStyleConsts.h
jeffin143 Dec 13, 2019
4cd8813
style: Remove full-screen-api.unprefix.enabled.
emilio Dec 13, 2019
a541046
style: Use less Au in font code.
emilio Dec 15, 2019
789ddd9
style: Make LengthPercentage not copy.
emilio Dec 15, 2019
ad61cae
style: Update smallvec to 1.0.
emilio Dec 15, 2019
c1c2b74
Update Cargo.lock.
emilio Dec 15, 2019
7d30a7d
Servo build fixes.
emilio Dec 15, 2019
e885ccb
layout-2020: build fixes.
emilio Dec 15, 2019
ef16c58
Rustfmt recent changes.
emilio Dec 15, 2019
75a05f0
Appease tidy.
emilio Dec 15, 2019
f7c5df5
Update WPT expectations.
emilio Dec 16, 2019
7513bc2
Cherry-pick some parts of the cssparser update.
emilio Dec 16, 2019
Merged

style: Sync changes from mozilla-central. #25299

style: convert NS_STYLE_ISOLATION_* to an enum class in nsStyleConsts.h.
e944962
Select commit
519a0e7
style: convert NS_STYLE_TOP_LAYER_* to an enum class in nsStyleConsts.h
jeffin143 Dec 1, 2019
5cc4394
style: convert NS_STYLE_RUBY_ALIGN_* to an enum class in nsStyleConsts.h
jeffin143 Dec 1, 2019
24f21f3
style: convert NS_STYLE_TEXT_SIZE_ADJUST_* to an enum class in nsStyl…
jeffin143 Dec 2, 2019
7e3e8e1
style: convert NS_STYLE_RUBY_POSITION_* to an enum class in nsStyleCo…
jeffin143 Dec 2, 2019
3bd62cf
style: Check for border-image-* initial specified values when seriali…
nordzilla Dec 3, 2019
51c1dfe
style: Add support for parsing of the CSS text-underline-position pro…
jfkthame Dec 4, 2019
5e7d429
style: Refactor InvalidationMap flags to use bitflags.
nordzilla Dec 5, 2019
f89c311
style: Remove layout.css.xul-box-display-values.survive-blockificatio…
emilio Dec 5, 2019
80ac4d2
style: Avoid writing into the empty array header.
emilio Dec 16, 2019
baa9ac1
style: Update derive_more.
emilio Dec 5, 2019
e944962
style: convert NS_STYLE_ISOLATION_* to an enum class in nsStyleConsts.h.
jeffin143 Dec 6, 2019
6973317
style: Correctly style dark scrollbars in tree components.
heycam Dec 9, 2019
7cd59da
style: Invalidate shadow part pseudo-class styles correctly.
emilio Dec 9, 2019
d954f51
style: Fix serialization of @namespace rule.
emilio Nov 25, 2019
e8a3a71
style: convert NS_STYLE_POINTER_EVENTS_* to an enum class in nsStyleC…
jeffin143 Dec 12, 2019
02c30bc
style: Preserve CSS input exactly during sanitization.
emilio Dec 12, 2019
4b62e9f
style: convert NS_STYLE_VISIBILITY_* to an enum class in nsStyleConsts.h
jeffin143 Dec 13, 2019
4cd8813
style: Remove full-screen-api.unprefix.enabled.
emilio Dec 13, 2019
a541046
style: Use less Au in font code.
emilio Dec 15, 2019
789ddd9
style: Make LengthPercentage not copy.
emilio Dec 15, 2019
ad61cae
style: Update smallvec to 1.0.
emilio Dec 15, 2019
c1c2b74
Update Cargo.lock.
emilio Dec 15, 2019
7d30a7d
Servo build fixes.
emilio Dec 15, 2019
e885ccb
layout-2020: build fixes.
emilio Dec 15, 2019
ef16c58
Rustfmt recent changes.
emilio Dec 15, 2019
75a05f0
Appease tidy.
emilio Dec 15, 2019
f7c5df5
Update WPT expectations.
emilio Dec 16, 2019
7513bc2
Cherry-pick some parts of the cssparser update.
emilio Dec 16, 2019

Workflow runs completed with no jobs

You can’t perform that action at this time.