Bug 183068 - Caches::m_storage should be set to null in case of error at initialization time
Summary: Caches::m_storage should be set to null in case of error at initialization time
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: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-22 16:39 PST by youenn fablet
Modified: 2018-02-26 16:04 PST (History)
7 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2018-02-22 16:47 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2018-02-22 16:39:16 PST
Not doing so will make next initialize requests be appended to the queue and never called.
Comment 1 youenn fablet 2018-02-22 16:47:49 PST
Created attachment 334484 [details]
Patch
Comment 2 youenn fablet 2018-02-22 16:48:11 PST
This complements https://bugs.webkit.org/show_bug.cgi?id=183062.
Tested locally by hammering the WPT service worker tests, I no longer see Cache Storage related time outs.
Comment 3 youenn fablet 2018-02-22 16:49:05 PST
<rdar://problem/37803485>
Comment 4 WebKit Commit Bot 2018-02-26 16:04:11 PST
Comment on attachment 334484 [details]
Patch

Clearing flags on attachment: 334484

Committed r229045: <https://trac.webkit.org/changeset/229045>
Comment 5 WebKit Commit Bot 2018-02-26 16:04:12 PST
All reviewed patches have been landed.  Closing bug.