Bug 184936

Summary: CachedRawResource is not handling incremental data computation correctly
Product: WebKit Reporter: youenn fablet <youennf>
Component: Service WorkersAssignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, cdumez, commit-queue, darin, dbates, ews-watchlist, japhet, krollin, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description youenn fablet 2018-04-24 14:16:18 PDT
Navigation loads do not always fully load when served from service worker
Comment 1 youenn fablet 2018-04-24 16:29:54 PDT
Created attachment 338684 [details]
Patch
Comment 2 youenn fablet 2018-04-24 16:30:24 PDT
<rdar://problem/38798141>
Comment 3 Radar WebKit Bug Importer 2018-04-24 16:31:12 PDT
<rdar://problem/39702989>
Comment 4 WebKit Commit Bot 2018-04-25 11:54:53 PDT
Comment on attachment 338684 [details]
Patch

Clearing flags on attachment: 338684

Committed r231006: <https://trac.webkit.org/changeset/231006>
Comment 5 WebKit Commit Bot 2018-04-25 11:54:55 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Darin Adler 2018-04-26 21:03:02 PDT
Comment on attachment 338684 [details]
Patch

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

> Source/WebCore/loader/cache/CachedRawResource.cpp:74
> +    };

Stray semicolon here is not needed.
Comment 7 youenn fablet 2018-04-27 11:56:02 PDT
Reopening to attach new patch.
Comment 8 youenn fablet 2018-04-27 11:56:03 PDT
Created attachment 339012 [details]
Patch
Comment 9 WebKit Commit Bot 2018-04-27 12:34:59 PDT
Comment on attachment 339012 [details]
Patch

Clearing flags on attachment: 339012

Committed r231109: <https://trac.webkit.org/changeset/231109>
Comment 10 WebKit Commit Bot 2018-04-27 12:35:01 PDT
All reviewed patches have been landed.  Closing bug.