Bug 188821

Summary: Transition ResizeReversePaginatedWebView API test from WKPageLoaderClient to WKPageNavigationClient
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Alex Christensen 2018-08-21 15:09:54 PDT
Transition ResizeReversePaginatedWebView API test from WKPageLoaderClient to WKPageNavigationClient
Comment 1 Alex Christensen 2018-08-21 15:14:53 PDT
Created attachment 347708 [details]
Patch
Comment 2 Simon Fraser (smfr) 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.
Comment 3 Alex Christensen 2018-08-21 16:59:19 PDT
http://trac.webkit.org/r235148
Comment 4 Radar WebKit Bug Importer 2018-08-21 17:00:45 PDT
<rdar://problem/43583947>