WebKit Bugzilla
Attachment 342485 Details for
Bug 186548
: Experimental Features "CSS Spring Animations" and "Link Preload" should not be active for production builds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186548-20180611164635.patch (text/plain), 1.62 KB, created by
Brent Fulgham
on 2018-06-11 16:46:36 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2018-06-11 16:46:36 PDT
Size:
1.62 KB
patch
obsolete
>Subversion Revision: 232735 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 34f417a4c366112acf94d11500c093be4ec899f8..1603bacede7f83725cec1ad83b1e7fbfe046ded9 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,14 @@ >+2018-06-11 Brent Fulgham <bfulgham@apple.com> >+ >+ Turn CSS Spring Animations and Link Preload off by default for production builds. >+ https://bugs.webkit.org/show_bug.cgi?id=186548 >+ <rdar://problem/41023774> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: Switch these features from 'on' to >+ DEFAULT_EXPERIMENTAL_FEATURES_ENABLED. >+ > 2018-06-11 Keith Rollin <krollin@apple.com> > > Add logging around internalError(const URL&) >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index 1c2995062cc430a342099e3f8d9b97dd2acc29b2..db8d8241e48e996e3949d87b4030451d9e1bd642 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1099,7 +1099,7 @@ CrossOriginWindowPolicySupportEnabled: > > SpringTimingFunctionEnabled: > type: bool >- defaultValue: true >+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED > humanReadableName: "CSS Spring Animations" > humanReadableDescription: "CSS Spring Animation prototype" > category: experimental >@@ -1114,7 +1114,7 @@ ImageBitmapOffscreenCanvasEnabled: > > LinkPreloadEnabled: > type: bool >- defaultValue: true >+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED > humanReadableName: "Link Preload" > humanReadableDescription: "Link preload support" > 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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186548
: 342485 |
342498
|
342520