Bug 201881 - WebProcess class methods should not need to take a sessionID
Summary: WebProcess class methods should not need to take a sessionID
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-17 13:03 PDT by Chris Dumez
Modified: 2019-09-17 18:29 PDT (History)
7 users (show)

See Also:


Attachments
Patch (41.28 KB, patch)
2019-09-17 13:28 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-17 13:03:06 PDT
WebProcess class methods should not need to take a sessionID given that we have a single session per WebProcess now.
Comment 1 Chris Dumez 2019-09-17 13:28:31 PDT
Created attachment 378983 [details]
Patch
Comment 2 Geoffrey Garen 2019-09-17 14:11:56 PDT
Comment on attachment 378983 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2019-09-17 14:57:14 PDT
Comment on attachment 378983 [details]
Patch

Clearing flags on attachment: 378983

Committed r249985: <https://trac.webkit.org/changeset/249985>
Comment 4 WebKit Commit Bot 2019-09-17 14:57:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-09-17 14:58:18 PDT
<rdar://problem/55455033>
Comment 6 Radar WebKit Bug Importer 2019-09-17 14:58:20 PDT
<rdar://problem/55455035>
Comment 7 Ross Kirsling 2019-09-17 18:29:17 PDT
This broke WinCairo; fixed in r250016.