WebKit Bugzilla
Attachment 349300 Details for
Bug 189472
: Adjust default value of CSSOMViewScrollingAPI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-189472-20180910103243.patch (text/plain), 1.52 KB, created by
Frédéric Wang (:fredw)
on 2018-09-10 01:32:44 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Frédéric Wang (:fredw)
Created:
2018-09-10 01:32:44 PDT
Size:
1.52 KB
patch
obsolete
>Subversion Revision: 235842 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index f7a38495cddbcd2885f83fb840616b09e714f044..383c09876a0b7da8d283d5d72a3b348a11857f32 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,15 @@ >+2018-09-10 Frederic Wang <fwang@igalia.com> >+ >+ Set CSSOMViewScrollingAPI to DEFAULT_EXPERIMENTAL_FEATURES_ENABLED >+ https://bugs.webkit.org/show_bug.cgi?id=189472 >+ >+ After bug 182230, the option is enabled when running tests. In this patch, we change the >+ default value to DEFAULT_EXPERIMENTAL_FEATURES_ENABLED to allow more people to test it. >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Shared/WebPreferences.yaml: Default to DEFAULT_EXPERIMENTAL_FEATURES_ENABLED >+ > 2018-09-09 Fujii Hironori <Hironori.Fujii@sony.com> > > Unreviewed, rolling out r235839. >diff --git a/Source/WebKit/Shared/WebPreferences.yaml b/Source/WebKit/Shared/WebPreferences.yaml >index 4bee637908e8404f77f15a2c24228f8c370fcaaf..e2beea1292fa69b99f9907a1b14e8758c9dad8b3 100644 >--- a/Source/WebKit/Shared/WebPreferences.yaml >+++ b/Source/WebKit/Shared/WebPreferences.yaml >@@ -1209,7 +1209,7 @@ VisualViewportAPIEnabled: > > CSSOMViewScrollingAPIEnabled: > type: bool >- defaultValue: false >+ defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED > humanReadableName: "CSSOM View Scrolling API" > humanReadableDescription: "Implement standard behavior for scrollLeft, scrollTop, scrollWidth, scrollHeight, scrollTo, scrollBy and scrollingElement." > 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 189472
:
349300
|
350628
|
353163
|
359722