-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1823901 - Add view-transition-name longhand in style system. r=la…
…yout-reviewers,firefox-style-system-reviewers,emilio Add `view-transition-name` into style system, behind the preference, "dom.viewTransitions.enabled". We will use `view-transition-name` somewhere when we create the pseudo elements. This patch only add this atom into style system for future usage. Differential Revision: https://phabricator.services.mozilla.com/D218120
- Loading branch information
1 parent
10c604a
commit a208661
Showing
17 changed files
with
162 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20847,6 +20847,23 @@ use.counter.css.page: | |
send_in_pings: | ||
- use-counters | ||
|
||
css_view_transition_name: | ||
type: counter | ||
description: > | ||
Whether a page used the CSS property view-transition-name. | ||
Compare against `use.counter.top_level_content_documents_destroyed` | ||
to calculate the rate. | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1852098 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1852098 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- use-counters | ||
|
||
css_webkit_text_stroke_width: | ||
type: counter | ||
description: > | ||
|
@@ -32817,6 +32834,23 @@ use.counter.css.doc: | |
send_in_pings: | ||
- use-counters | ||
|
||
css_view_transition_name: | ||
type: counter | ||
description: > | ||
Whether a document used the CSS property view-transition-name. | ||
Compare against `use.counter.content_documents_destroyed` | ||
to calculate the rate. | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1852098 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1852098 | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- use-counters | ||
|
||
css_webkit_text_stroke_width: | ||
type: counter | ||
description: > | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
prefs: [dom.viewTransitions.enabled:true] |
27 changes: 0 additions & 27 deletions
27
...web-platform/meta/css/css-view-transitions/parsing/view-transition-name-computed.html.ini
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...ng/web-platform/meta/css/css-view-transitions/parsing/view-transition-name-valid.html.ini
This file was deleted.
Oops, something went wrong.