Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Memory cache should not reuse resources with different credential fet…
…ch option https://bugs.webkit.org/show_bug.cgi?id=181212 Patch by Youenn Fablet <youenn@apple.com> on 2018-01-02 Reviewed by Alex Christensen. LayoutTests/imported/w3c: * web-platform-tests/service-workers/service-worker/fetch-cors-xhr.https-expected.txt: Source/WebCore: Covered by rebased test. * loader/cache/CachedResourceLoader.cpp: (WebCore::CachedResourceLoader::determineRevalidationPolicy const): LayoutTests: * TestExpectations: Removing test flakiness expectation. Canonical link: https://commits.webkit.org/197057@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@226333 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
33 additions
and 4 deletions.
- +9 −0 LayoutTests/ChangeLog
- +1 −1 LayoutTests/TestExpectations
- +9 −0 LayoutTests/imported/w3c/ChangeLog
- +1 −2 .../imported/w3c/web-platform-tests/service-workers/service-worker/fetch-cors-xhr.https-expected.txt
- +12 −0 Source/WebCore/ChangeLog
- +1 −1 Source/WebCore/loader/cache/CachedResourceLoader.cpp
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
@@ -1,4 +1,3 @@ | ||
|
||
PASS Verify CORS XHR of fetch() in a Service Worker | ||
|
This file contains 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
This file contains 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