RESOLVED FIXED 195780
Make it possible to test scrolling tree layer manipulation more easily
https://bugs.webkit.org/show_bug.cgi?id=195780
Summary Make it possible to test scrolling tree layer manipulation more easily
Simon Fraser (smfr)
Reported 2019-03-14 16:13:19 PDT
Make it possible to test scrolling tree layer manipulation more easily
Attachments
Patch (19.43 KB, patch)
2019-03-14 16:16 PDT, Simon Fraser (smfr)
thorton: review+
Patch (20.23 KB, patch)
2019-03-14 16:33 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2019-03-14 16:16:57 PDT
Tim Horton
Comment 2 2019-03-14 16:25:28 PDT
Comment on attachment 364711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364711&action=review > Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.h:64 > +@property (nonatomic, setter=_setScrollingUpdatesDisabledForTesting:) BOOL _scrollingUpdatesDisabledForTesting; Shouldn't need this? > Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.mm:51 > + BOOL m_scrollingUpdatesDisabled; No m_ for ObjC ivars
Tim Horton
Comment 3 2019-03-14 16:25:52 PDT
Comment on attachment 364711 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=364711&action=review >> Tools/WebKitTestRunner/cocoa/TestRunnerWKWebView.mm:51 >> + BOOL m_scrollingUpdatesDisabled; > > No m_ for ObjC ivars to be clear, you keep the _
Simon Fraser (smfr)
Comment 4 2019-03-14 16:33:27 PDT
WebKit Commit Bot
Comment 5 2019-03-14 18:10:15 PDT
Comment on attachment 364716 [details] Patch Clearing flags on attachment: 364716 Committed r242979: <https://trac.webkit.org/changeset/242979>
Radar WebKit Bug Importer
Comment 6 2019-03-14 18:52:19 PDT
Note You need to log in before you can comment on or make changes to this bug.