Step 3 of https://fetch.spec.whatwg.org/#fetching
Created attachment 289336 [details] Patch
Comment on attachment 289336 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=289336&action=review > Source/WebCore/loader/cache/CachedResourceLoader.cpp:602 > + return ASCIILiteral("text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"); This string is also present in FrameLoader. A follow-up refactoring should help coordinate this value and FrameLoader's value.
Created attachment 289438 [details] Patch for landing
Comment on attachment 289438 [details] Patch for landing Clearing flags on attachment: 289438 Committed r206206: <http://trac.webkit.org/changeset/206206>
All reviewed patches have been landed. Closing bug.