WebKit Bugzilla
Attachment 346747 Details for
Bug 188397
: REGRESSION(r234652): fast/scrolling/rtl-scrollbars-animation-property.html is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188397-20180807175206.patch (text/plain), 1.45 KB, created by
Per Arne Vollan
on 2018-08-07 17:52:07 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2018-08-07 17:52:07 PDT
Size:
1.45 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 234682) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,16 @@ >+2018-08-07 Per Arne Vollan <pvollan@apple.com> >+ >+ REGRESSION(r234652): fast/scrolling/rtl-scrollbars-animation-property.html is failing >+ https://bugs.webkit.org/show_bug.cgi?id=188397 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ After r234652, [NSScroller preferredScrollerStyle] is called in the UI process, and we need to set the same >+ user defaults related to scrollbars in the UI process as we do in the WebProcess. >+ >+ * WebKitTestRunner/mac/main.mm: >+ (setDefaultsToConsistentValuesForTesting): >+ > 2018-08-07 Alex Christensen <achristensen@webkit.org> > > Add a test for using SafeBrowsing >Index: Tools/WebKitTestRunner/mac/main.mm >=================================================================== >--- Tools/WebKitTestRunner/mac/main.mm (revision 234654) >+++ Tools/WebKitTestRunner/mac/main.mm (working copy) >@@ -42,6 +42,9 @@ static void setDefaultsToConsistentValue > @"com.apple.swipescrolldirection": @1, > @"com.apple.trackpad.forceClick": @1, > @"WebKitLinkedOnOrAfterEverything": @YES, >+ @"NSScrollAnimationEnabled": @NO, >+ @"NSOverlayScrollersEnabled": @NO, >+ @"AppleShowScrollBars": @"Always", > }; > > [[NSUserDefaults standardUserDefaults] setValuesForKeysWithDictionary:dict];
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 188397
: 346747 |
346754