Bug 201431 - FrameLoader::FrameProgressTracker::progressCompleted() does not need a pageID
Summary: FrameLoader::FrameProgressTracker::progressCompleted() does not need a pageID
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-03 11:09 PDT by Chris Dumez
Modified: 2019-09-03 20:14 PDT (History)
8 users (show)

See Also:


Attachments
Patch (8.39 KB, patch)
2019-09-03 13:08 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2019-09-03 11:09:10 PDT
FrameLoader::FrameProgressTracker::progressCompleted() does not need to request a pageID from the client. It can merely pass the Page object and the upper layers can very easily get the identifier of that page.
Comment 1 Chris Dumez 2019-09-03 13:08:12 PDT
Created attachment 377916 [details]
Patch
Comment 2 WebKit Commit Bot 2019-09-03 20:13:51 PDT
Comment on attachment 377916 [details]
Patch

Clearing flags on attachment: 377916

Committed r249452: <https://trac.webkit.org/changeset/249452>
Comment 3 WebKit Commit Bot 2019-09-03 20:13:53 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-09-03 20:14:19 PDT
<rdar://problem/55003901>