WebKit Bugzilla
Attachment 341119 Details for
Bug 185919
: [Web Animations] Use DEFAULT_EXPERIMENTAL_FEATURES_ENABLED for Web Animations experimental features
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185919-20180523221439.patch (text/plain), 1.57 KB, created by
Antoine Quint
on 2018-05-23 13:14:40 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Antoine Quint
Created:
2018-05-23 13:14:40 PDT
Size:
1.57 KB
patch
obsolete
>Subversion Revision: 232048 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index b77324b6e7608d6eb47844d3c4df81bc4a0ed3ef..0b839c1b0938643453d276fadbe5112b0e87c1e8 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,12 @@ >+2018-05-23 Antoine Quint <graouts@apple.com> >+ >+ [Web Animations] Use DEFAULT_EXPERIMENTAL_FEATURES_ENABLED for Web Animations experimental features >+ https://bugs.webkit.org/show_bug.cgi?id=185919 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: >+ > 2018-05-21 Ryosuke Niwa <rniwa@webkit.org> > > Remove unused and no-op WKContextSetCookieStorageDirectory >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index 0ebda9c4b6e5f453316faaa5e5e19d4d49d583e3..5d33ad1ffa3a3c3cf18a7b29203ab31e1ac17422 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1188,7 +1188,7 @@ VisualViewportAPIEnabled: > > WebAnimationsEnabled: > type: bool >- defaultValue: true >+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED > humanReadableName: "Web Animations" > humanReadableDescription: "Web Animations prototype" > category: experimental >@@ -1196,7 +1196,7 @@ WebAnimationsEnabled: > > WebAnimationsCSSIntegrationEnabled: > type: bool >- defaultValue: false >+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED > humanReadableName: "Web Animations and CSS Integration" > humanReadableDescription: "Expose CSS Animations and CSS Transitions through getAnimations()" > category: experimental
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dino
:
review+
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185919
: 341119 |
341149