Bug 133007 - REGRESSION (NetworkProcess): Trying to use appcache fallback crashes in ApplicationCacheHost::scheduleLoadFallbackResourceFromApplicationCache
Summary: REGRESSION (NetworkProcess): Trying to use appcache fallback crashes in Appli...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-05-16 14:04 PDT by Alexey Proskuryakov
Modified: 2014-05-18 09:54 PDT (History)
5 users (show)

See Also:


Attachments
proposed fix (18.88 KB, patch)
2014-05-16 16:02 PDT, Alexey Proskuryakov
mjs: review+
Details | Formatted Diff | Diff
patch for landing (18.89 KB, patch)
2014-05-17 21:52 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-05-16 14:04:58 PDT
Steps to reproduce:

run-webkit-tests -2 http/tests/appcache/fallback.html

<rdar://problem/13702706>
Comment 1 Alexey Proskuryakov 2014-05-16 16:02:19 PDT
Created attachment 231601 [details]
proposed fix
Comment 2 WebKit Commit Bot 2014-05-16 16:03:52 PDT
Attachment 231601 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:14:  Need whitespace between colon and description  [changelog/filechangedescriptionwhitespace] [5]
Total errors found: 1 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Maciej Stachowiak 2014-05-17 20:42:57 PDT
Comment on attachment 231601 [details]
proposed fix

r=me
Please fix the style bot's whitespace complaint: WebCore.exp.in:Export
Comment 4 Alexey Proskuryakov 2014-05-17 21:52:22 PDT
Created attachment 231646 [details]
patch for landing
Comment 5 WebKit Commit Bot 2014-05-17 22:30:06 PDT
Comment on attachment 231646 [details]
patch for landing

Clearing flags on attachment: 231646

Committed r169006: <http://trac.webkit.org/changeset/169006>
Comment 6 WebKit Commit Bot 2014-05-17 22:30:09 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Jon Lee 2014-05-18 09:54:22 PDT
Committed build fix: http://trac.webkit.org/changeset/169013