RESOLVED FIXED 188821
Transition ResizeReversePaginatedWebView API test from WKPageLoaderClient to WKPageNavigationClient
https://bugs.webkit.org/show_bug.cgi?id=188821
Summary Transition ResizeReversePaginatedWebView API test from WKPageLoaderClient to ...
Alex Christensen
Reported 2018-08-21 15:09:54 PDT
Transition ResizeReversePaginatedWebView API test from WKPageLoaderClient to WKPageNavigationClient
Attachments
Patch (4.98 KB, patch)
2018-08-21 15:14 PDT, Alex Christensen
simon.fraser: review+
Alex Christensen
Comment 1 2018-08-21 15:14:53 PDT
Simon Fraser (smfr)
Comment 2 2018-08-21 15:17:57 PDT
Comment on attachment 347708 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=347708&action=review > Source/WebKit/UIProcess/API/C/WKPageRenderingProgressEvents.h:41 > + WKPageRenderingProgressEventFirstLayoutAfterSuppressedIncrementalRendering = 1 << 4, > + WKPageRenderingProgressEventFirstPaintAfterSuppressedIncrementalRendering = 1 << 5, These names are confusing (probably part of why we didn't want to expose them) because they fire after rendering has been unsuppressed.
Alex Christensen
Comment 3 2018-08-21 16:59:19 PDT
Radar WebKit Bug Importer
Comment 4 2018-08-21 17:00:45 PDT
Note You need to log in before you can comment on or make changes to this bug.