Bug 210664

Summary: [iOS] Refactor WebKit uploads process assertion logic to minimize chances of leaking them
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=210670
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2020-04-17 12:14:08 PDT
Refactor WebKit uploads process assertion logic to minimize chances of leaking them.
Comment 1 Chris Dumez 2020-04-17 12:14:48 PDT
<rdar://problem/61751982>
Comment 2 Chris Dumez 2020-04-17 12:37:35 PDT
Created attachment 396782 [details]
Patch
Comment 3 Geoffrey Garen 2020-04-17 13:37:21 PDT
Comment on attachment 396782 [details]
Patch

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

r=me

> Source/WebKit/ChangeLog:17
> +        3. No longer on the WebProcess to send IPC whenever its has pending uploaded or not. Instead,

uploaded => uploads
Comment 4 Chris Dumez 2020-04-17 13:46:49 PDT
Created attachment 396790 [details]
Patch
Comment 5 EWS 2020-04-17 14:20:30 PDT
Committed r260283: <https://trac.webkit.org/changeset/260283>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396790 [details].