Bug 188821 - Transition ResizeReversePaginatedWebView API test from WKPageLoaderClient to WKPageNavigationClient
Summary: Transition ResizeReversePaginatedWebView API test from WKPageLoaderClient to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-08-21 15:09 PDT by Alex Christensen
Modified: 2018-08-21 17:00 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.98 KB, patch)
2018-08-21 15:14 PDT, Alex Christensen
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>