Bug 193886

Summary: Formalize WebKitAdditions mechanism of LoadOptimizer
Product: WebKit Reporter: Jiewen Tan <jiewen_tan>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, bfulgham, commit-queue, jiewen_tan, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Jiewen Tan 2019-01-27 11:58:56 PST
Modernize AppLinks code in tryInterceptNavigation to use BlockPtr.
Comment 1 Radar WebKit Bug Importer 2019-01-31 01:41:27 PST
<rdar://problem/47696809>
Comment 2 Jiewen Tan 2019-01-31 01:51:55 PST
Created attachment 360709 [details]
Patch
Comment 3 Jiewen Tan 2019-01-31 01:54:15 PST
Comment on attachment 360709 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=360709&action=review

> Source/WebKit/UIProcess/Cocoa/NavigationState.mm:496
>  #if HAVE(LOAD_OPTIMIZER)

Should remove this marco.
Comment 4 Jiewen Tan 2019-01-31 10:19:08 PST
Created attachment 360739 [details]
Patch
Comment 5 Brent Fulgham 2019-01-31 11:15:40 PST
Comment on attachment 360739 [details]
Patch

r=me
Comment 6 Jiewen Tan 2019-01-31 11:29:40 PST
Comment on attachment 360739 [details]
Patch

Thanks Brent for r+ the patch.
Comment 7 WebKit Commit Bot 2019-01-31 12:01:13 PST
Comment on attachment 360739 [details]
Patch

Clearing flags on attachment: 360739

Committed r240805: <https://trac.webkit.org/changeset/240805>
Comment 8 WebKit Commit Bot 2019-01-31 12:01:14 PST
All reviewed patches have been landed.  Closing bug.
Comment 9 Jiewen Tan 2019-01-31 16:35:51 PST
A build fix is committed:
Committed r240828: <https://trac.webkit.org/changeset/240828>