Bug 184936 - CachedRawResource is not handling incremental data computation correctly
Summary: CachedRawResource is not handling incremental data computation correctly
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-04-24 14:16 PDT by youenn fablet
Modified: 2018-04-27 12:35 PDT (History)
9 users (show)

See Also:


Attachments
Patch (6.85 KB, patch)
2018-04-24 16:29 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (1.40 KB, patch)
2018-04-27 11:56 PDT, 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-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.