Bug 182375 - We no longer need to queue service worker jobs until the connection to the service worker process has been established
Summary: We no longer need to queue service worker jobs until the connection to the se...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Service Workers (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on: 182070
Blocks: 182301
  Show dependency treegraph
 
Reported: 2018-01-31 21:16 PST by Chris Dumez
Modified: 2018-02-01 09:10 PST (History)
5 users (show)

See Also:


Attachments
Patch (4.17 KB, patch)
2018-01-31 21:19 PST, 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 2018-01-31 21:16:20 PST
We no longer need to queue service worker jobs until the connection to the service worker process has been established. We initially did this to work around the fact that registrations restored from disk would not have an active worker until the service worker process had been established. However, this issue has been fixed in r227696.
Comment 1 Chris Dumez 2018-01-31 21:19:19 PST
Created attachment 332847 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2018-01-31 21:30:11 PST
<rdar://problem/37102439>
Comment 3 Chris Dumez 2018-02-01 09:10:23 PST
Comment on attachment 332847 [details]
Patch

Clearing flags on attachment: 332847

Committed r227967: <https://trac.webkit.org/changeset/227967>
Comment 4 Chris Dumez 2018-02-01 09:10:24 PST
All reviewed patches have been landed.  Closing bug.