Bug 131262

Summary: REGRESSION (NetworkProcess): Subresources fail to load from AppCache
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, beidson, commit-queue, japhet
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix
sam: review+
patch for landing none

Description Alexey Proskuryakov 2014-04-04 23:04:40 PDT
Main resource loads, but subresources don't.

<rdar://problem/15370653>
Comment 1 Alexey Proskuryakov 2014-04-04 23:09:26 PDT
Created attachment 228658 [details]
proposed fix
Comment 2 Sam Weinig 2014-04-05 16:19:47 PDT
Comment on attachment 228658 [details]
proposed fix

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

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:4615
> +		B2D3DA640D006CD600EF6F27 /* opentype/OpenTypeMathData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2D3DA530D006CD600EF6F27 /* opentype/OpenTypeMathData.cpp */; };
> +		B2D3DA650D006CD600EF6F27 /* opentype/OpenTypeMathData.h in Headers */ = {isa = PBXBuildFile; fileRef = B2D3DA540D006CD600EF6F27 /* opentype/OpenTypeMathData.h */; settings = {ATTRIBUTES = (Private, ); }; };
> +		B2D3EA650D006CD600EF6F28 /* opentype/OpenTypeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = B2D3EA540D006CD600EF6F28 /* opentype/OpenTypeTypes.h */; settings = {ATTRIBUTES = (Private, ); }; };

These Xcode project changes seem unrelated.
Comment 3 Alexey Proskuryakov 2014-04-05 17:22:05 PDT
Created attachment 228689 [details]
patch for landing
Comment 4 WebKit Commit Bot 2014-04-05 18:00:28 PDT
Comment on attachment 228689 [details]
patch for landing

Clearing flags on attachment: 228689

Committed r166847: <http://trac.webkit.org/changeset/166847>
Comment 5 WebKit Commit Bot 2014-04-05 18:00:32 PDT
All reviewed patches have been landed.  Closing bug.