This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import urllib2 | |
| import json | |
| import pprint | |
| from poster.encode import multipart_encode | |
| from poster.streaminghttp import register_openers | |
| register_openers() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/WebCore/loader/appcache/ManifestParser.cpp b/WebCore/loader/appcach | |
| index a2df825..b001bff 100644 | |
| --- a/WebCore/loader/appcache/ManifestParser.cpp | |
| +++ b/WebCore/loader/appcache/ManifestParser.cpp | |
| @@ -43,7 +43,8 @@ bool parseManifest(const KURL& manifestURL, const char* data, | |
| ASSERT(manifest.explicitURLs.isEmpty()); | |
| ASSERT(manifest.onlineWhitelistedURLs.isEmpty()); | |
| ASSERT(manifest.fallbackURLs.isEmpty()); | |
| - | |
| + manifest.allowAllNetworkRequests = false; |
NewerOlder