<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[170574] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/170574">170574</a></dd>
<dt>Author</dt> <dd>psolanki@apple.com</dd>
<dt>Date</dt> <dd>2014-06-29 13:59:03 -0700 (Sun, 29 Jun 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Refactor ResourceRequest into Cocoa and iOS specific files
https://bugs.webkit.org/show_bug.cgi?id=134430

Reviewed by Andreas Kling.

No new tests because no functional changes.

* WebCore.xcodeproj/project.pbxproj:
* platform/network/cf/ResourceRequestCFNet.cpp:
(WebCore::ResourceRequest::applyWebArchiveHackForMail): Deleted.
* platform/network/cocoa/ResourceRequestCocoa.mm: Copied from Source/WebCore/platform/network/mac/ResourceRequestMac.mm.
(WebCore::ResourceRequest::nsURLRequest):
(WebCore::ResourceRequest::cfURLRequest):
(WebCore::ResourceRequest::doUpdateResourceRequest):
(WebCore::ResourceRequest::doUpdateResourceHTTPBody):
(WebCore::ResourceRequest::doUpdatePlatformRequest):
(WebCore::ResourceRequest::doUpdatePlatformHTTPBody):
(WebCore::ResourceRequest::updateFromDelegatePreservingOldProperties):
(WebCore::ResourceRequest::applyWebArchiveHackForMail):
(WebCore::ResourceRequest::setStorageSession):
* platform/network/ios/ResourceRequestIOS.mm: Added.
(WebCore::ResourceRequest::useQuickLookResourceCachingQuirks):
(WebCore::ResourceRequest::ResourceRequest):
(WebCore::ResourceRequest::updateNSURLRequest):
* platform/network/mac/ResourceRequestMac.mm:
(WebCore::initQuickLookResourceCachingQuirks):
(WebCore::ResourceRequest::useQuickLookResourceCachingQuirks):
(WebCore::ResourceRequest::ResourceRequest):
(WebCore::ResourceRequest::updateNSURLRequest):
(WebCore::ResourceRequest::applyWebArchiveHackForMail):
(WebCore::ResourceRequest::nsURLRequest): Deleted.
(WebCore::ResourceRequest::cfURLRequest): Deleted.
(WebCore::ResourceRequest::doUpdateResourceRequest): Deleted.
(WebCore::ResourceRequest::doUpdateResourceHTTPBody): Deleted.
(WebCore::ResourceRequest::doUpdatePlatformRequest): Deleted.
(WebCore::ResourceRequest::doUpdatePlatformHTTPBody): Deleted.
(WebCore::ResourceRequest::updateFromDelegatePreservingOldProperties): Deleted.
(WebCore::ResourceRequest::setStorageSession): Deleted.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkcfResourceRequestCFNetcpp">trunk/Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkmacResourceRequestMacmm">trunk/Source/WebCore/platform/network/mac/ResourceRequestMac.mm</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/Source/WebCore/platform/network/cocoa/</li>
<li><a href="#trunkSourceWebCoreplatformnetworkcocoaResourceRequestCocoamm">trunk/Source/WebCore/platform/network/cocoa/ResourceRequestCocoa.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkiosResourceRequestIOSmm">trunk/Source/WebCore/platform/network/ios/ResourceRequestIOS.mm</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (170573 => 170574)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-06-29 17:10:27 UTC (rev 170573)
+++ trunk/Source/WebCore/ChangeLog        2014-06-29 20:59:03 UTC (rev 170574)
</span><span class="lines">@@ -1,3 +1,44 @@
</span><ins>+2014-06-29  Pratik Solanki  &lt;pratik.solanki@gmail.com&gt;
+
+        Refactor ResourceRequest into Cocoa and iOS specific files
+        https://bugs.webkit.org/show_bug.cgi?id=134430
+
+        Reviewed by Andreas Kling.
+
+        No new tests because no functional changes.
+
+        * WebCore.xcodeproj/project.pbxproj:
+        * platform/network/cf/ResourceRequestCFNet.cpp:
+        (WebCore::ResourceRequest::applyWebArchiveHackForMail): Deleted.
+        * platform/network/cocoa/ResourceRequestCocoa.mm: Copied from Source/WebCore/platform/network/mac/ResourceRequestMac.mm.
+        (WebCore::ResourceRequest::nsURLRequest):
+        (WebCore::ResourceRequest::cfURLRequest):
+        (WebCore::ResourceRequest::doUpdateResourceRequest):
+        (WebCore::ResourceRequest::doUpdateResourceHTTPBody):
+        (WebCore::ResourceRequest::doUpdatePlatformRequest):
+        (WebCore::ResourceRequest::doUpdatePlatformHTTPBody):
+        (WebCore::ResourceRequest::updateFromDelegatePreservingOldProperties):
+        (WebCore::ResourceRequest::applyWebArchiveHackForMail):
+        (WebCore::ResourceRequest::setStorageSession):
+        * platform/network/ios/ResourceRequestIOS.mm: Added.
+        (WebCore::ResourceRequest::useQuickLookResourceCachingQuirks):
+        (WebCore::ResourceRequest::ResourceRequest):
+        (WebCore::ResourceRequest::updateNSURLRequest):
+        * platform/network/mac/ResourceRequestMac.mm:
+        (WebCore::initQuickLookResourceCachingQuirks):
+        (WebCore::ResourceRequest::useQuickLookResourceCachingQuirks):
+        (WebCore::ResourceRequest::ResourceRequest):
+        (WebCore::ResourceRequest::updateNSURLRequest):
+        (WebCore::ResourceRequest::applyWebArchiveHackForMail):
+        (WebCore::ResourceRequest::nsURLRequest): Deleted.
+        (WebCore::ResourceRequest::cfURLRequest): Deleted.
+        (WebCore::ResourceRequest::doUpdateResourceRequest): Deleted.
+        (WebCore::ResourceRequest::doUpdateResourceHTTPBody): Deleted.
+        (WebCore::ResourceRequest::doUpdatePlatformRequest): Deleted.
+        (WebCore::ResourceRequest::doUpdatePlatformHTTPBody): Deleted.
+        (WebCore::ResourceRequest::updateFromDelegatePreservingOldProperties): Deleted.
+        (WebCore::ResourceRequest::setStorageSession): Deleted.
+
</ins><span class="cx"> 2014-06-29  Youenn Fablet  &lt;youenn.fablet@crf.canon.fr&gt;
</span><span class="cx"> 
</span><span class="cx">         TextCodecICU::encode turns the whole string as yen signs if there is any backslash in it
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (170573 => 170574)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-06-29 17:10:27 UTC (rev 170573)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-06-29 20:59:03 UTC (rev 170574)
</span><span class="lines">@@ -2442,6 +2442,8 @@
</span><span class="cx">                 7E66E23317E6EB6C00F7E7FF /* WebGLCompressedTexturePVRTC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E66E23117E6EB6C00F7E7FF /* WebGLCompressedTexturePVRTC.cpp */; };
</span><span class="cx">                 7E66E23416D6EB6C00F7E7FF /* WebGLCompressedTextureATC.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E66E23216D6EB6C00F7E7FF /* WebGLCompressedTextureATC.h */; };
</span><span class="cx">                 7E66E23417E6EB6C00F7E7FF /* WebGLCompressedTexturePVRTC.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E66E23217E6EB6C00F7E7FF /* WebGLCompressedTexturePVRTC.h */; };
</span><ins>+                7E7DE1FD195CEF260035363B /* ResourceRequestCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E7DE1FC195CEF260035363B /* ResourceRequestCocoa.mm */; };
+                7E7DE202195CEFCD0035363B /* ResourceRequestIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E7DE201195CEFCD0035363B /* ResourceRequestIOS.mm */; };
</ins><span class="cx">                 7E99AF510B13846468FB01A5 /* WindowFocusAllowedIndicator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E99AF520B13846468FB01A5 /* WindowFocusAllowedIndicator.cpp */; };
</span><span class="cx">                 7E99AF530B13846468FB01A5 /* WindowFocusAllowedIndicator.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E99AF540B13846468FB01A5 /* WindowFocusAllowedIndicator.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 7EA30F6916DFFE7500257D0B /* JSWebGLCompressedTextureATC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7EA30F6716DFFE7500257D0B /* JSWebGLCompressedTextureATC.cpp */; };
</span><span class="lines">@@ -9592,6 +9594,8 @@
</span><span class="cx">                 7E66E23117E6EB6C00F7E7FF /* WebGLCompressedTexturePVRTC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WebGLCompressedTexturePVRTC.cpp; path = canvas/WebGLCompressedTexturePVRTC.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 7E66E23216D6EB6C00F7E7FF /* WebGLCompressedTextureATC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebGLCompressedTextureATC.h; path = canvas/WebGLCompressedTextureATC.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 7E66E23217E6EB6C00F7E7FF /* WebGLCompressedTexturePVRTC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebGLCompressedTexturePVRTC.h; path = canvas/WebGLCompressedTexturePVRTC.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                7E7DE1FC195CEF260035363B /* ResourceRequestCocoa.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ResourceRequestCocoa.mm; path = cocoa/ResourceRequestCocoa.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
+                7E7DE201195CEFCD0035363B /* ResourceRequestIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ResourceRequestIOS.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 7E99AF520B13846468FB01A5 /* WindowFocusAllowedIndicator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WindowFocusAllowedIndicator.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 7E99AF540B13846468FB01A5 /* WindowFocusAllowedIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowFocusAllowedIndicator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 7EA30F6216DFD62700257D0B /* WebGLCompressedTextureATC.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = WebGLCompressedTextureATC.idl; path = canvas/WebGLCompressedTextureATC.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -15706,6 +15710,7 @@
</span><span class="cx">                                 442AF7A8102CDDEA008FD4D3 /* QuickLook.mm */,
</span><span class="cx">                                 A10DBF4618F92317000D70C6 /* QuickLookHandleClient.h */,
</span><span class="cx">                                 7E428CE413E3407F003B661C /* ResourceHandleIOS.mm */,
</span><ins>+                                7E7DE201195CEFCD0035363B /* ResourceRequestIOS.mm */,
</ins><span class="cx">                                 44A20DB80F84166C00B3E1FE /* WebCoreURLResponseIOS.h */,
</span><span class="cx">                                 444D4E210F708B2E003158E0 /* WebCoreURLResponseIOS.mm */,
</span><span class="cx">                         );
</span><span class="lines">@@ -16278,6 +16283,7 @@
</span><span class="cx">                 656B84D70AEA1CE900A095B4 /* network */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><ins>+                                7E7DE1FE195CEF2D0035363B /* cocoa */,
</ins><span class="cx">                                 B2F34FE70E82F81700F627CD /* cf */,
</span><span class="cx">                                 4497D58C0EBA854F00A10552 /* ios */,
</span><span class="cx">                                 656B84E70AEA1DAE00A095B4 /* mac */,
</span><span class="lines">@@ -16725,6 +16731,14 @@
</span><span class="cx">                         path = icu;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><ins>+                7E7DE1FE195CEF2D0035363B /* cocoa */ = {
+                        isa = PBXGroup;
+                        children = (
+                                7E7DE1FC195CEF260035363B /* ResourceRequestCocoa.mm */,
+                        );
+                        name = cocoa;
+                        sourceTree = &quot;&lt;group&gt;&quot;;
+                };
</ins><span class="cx">                 7EE6847312D26E5500E79415 /* cf */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -28265,6 +28279,7 @@
</span><span class="cx">                                 BC4918C80BFEA050009D6316 /* JSHTMLIFrameElement.cpp in Sources */,
</span><span class="cx">                                 1AE2AA970A1CDD2D00B42B25 /* JSHTMLImageElement.cpp in Sources */,
</span><span class="cx">                                 A80E7E980A1A83E3007FB8C5 /* JSHTMLInputElement.cpp in Sources */,
</span><ins>+                                7E7DE202195CEFCD0035363B /* ResourceRequestIOS.mm in Sources */,
</ins><span class="cx">                                 BCC438780E886CC700533DD5 /* JSHTMLInputElementCustom.cpp in Sources */,
</span><span class="cx">                                 A6148A7812E41E3B0044A784 /* JSHTMLKeygenElement.cpp in Sources */,
</span><span class="cx">                                 1AE2AB210A1CE63B00B42B25 /* JSHTMLLabelElement.cpp in Sources */,
</span><span class="lines">@@ -28824,6 +28839,7 @@
</span><span class="cx">                                 7CC69940191EC5F500AF2270 /* JSWebKitNamespace.cpp in Sources */,
</span><span class="cx">                                 E44613E30CD6819F00FADA75 /* MediaPlayer.cpp in Sources */,
</span><span class="cx">                                 072C8B11131C518600A4FCE9 /* MediaPlayerPrivateAVFoundation.cpp in Sources */,
</span><ins>+                                7E7DE1FD195CEF260035363B /* ResourceRequestCocoa.mm in Sources */,
</ins><span class="cx">                                 DF9AFD7313FC31D80015FEB7 /* MediaPlayerPrivateAVFoundationObjC.mm in Sources */,
</span><span class="cx">                                 CDC8B5A2180463470016E685 /* MediaPlayerPrivateMediaSourceAVFObjC.mm in Sources */,
</span><span class="cx">                                 E44613E50CD681A600FADA75 /* MediaPlayerPrivateQTKit.mm in Sources */,
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkcfResourceRequestCFNetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp (170573 => 170574)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp        2014-06-29 17:10:27 UTC (rev 170573)
+++ trunk/Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp        2014-06-29 20:59:03 UTC (rev 170574)
</span><span class="lines">@@ -347,14 +347,6 @@
</span><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-#if PLATFORM(MAC)
-void ResourceRequest::applyWebArchiveHackForMail()
-{
-    // Hack because Mail checks for this property to detect data / archive loads
-    _CFURLRequestSetProtocolProperty(cfURLRequest(DoNotUpdateHTTPBody), CFSTR(&quot;WebDataRequest&quot;), CFSTR(&quot;&quot;));
-}
-#endif
-
</del><span class="cx"> #endif // USE(CFNETWORK)
</span><span class="cx"> 
</span><span class="cx"> bool ResourceRequest::httpPipeliningEnabled()
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkcocoaResourceRequestCocoammfromrev170573trunkSourceWebCoreplatformnetworkmacResourceRequestMacmm"></a>
<div class="copfile"><h4>Copied: trunk/Source/WebCore/platform/network/cocoa/ResourceRequestCocoa.mm (from rev 170573, trunk/Source/WebCore/platform/network/mac/ResourceRequestMac.mm) (0 => 170574)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/cocoa/ResourceRequestCocoa.mm                                (rev 0)
+++ trunk/Source/WebCore/platform/network/cocoa/ResourceRequestCocoa.mm        2014-06-29 20:59:03 UTC (rev 170574)
</span><span class="lines">@@ -0,0 +1,247 @@
</span><ins>+/*
+ * Copyright (C) 2014 Apple, Inc.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import &quot;config.h&quot;
+#import &quot;ResourceRequest.h&quot;
+
+#if PLATFORM(COCOA)
+
+#import &quot;FormDataStreamMac.h&quot;
+#import &quot;HTTPHeaderNames.h&quot;
+#import &quot;ResourceRequestCFNet.h&quot;
+#import &quot;RuntimeApplicationChecks.h&quot;
+#import &quot;WebCoreSystemInterface.h&quot;
+
+#import &lt;Foundation/Foundation.h&gt;
+#import &lt;wtf/text/CString.h&gt;
+
+@interface NSURLRequest (WebNSURLRequestDetails)
+- (NSArray *)contentDispositionEncodingFallbackArray;
++ (void)setDefaultTimeoutInterval:(NSTimeInterval)seconds;
+- (CFURLRequestRef)_CFURLRequest;
+- (id)_initWithCFURLRequest:(CFURLRequestRef)request;
+@end
+
+@interface NSMutableURLRequest (WebMutableNSURLRequestDetails)
+- (void)setContentDispositionEncodingFallbackArray:(NSArray *)theEncodingFallbackArray;
+@end
+
+namespace WebCore {
+
+NSURLRequest *ResourceRequest::nsURLRequest(HTTPBodyUpdatePolicy bodyPolicy) const
+{
+    updatePlatformRequest(bodyPolicy);
+    return [[m_nsRequest.get() retain] autorelease];
+}
+
+#if !USE(CFNETWORK)
+
+CFURLRequestRef ResourceRequest::cfURLRequest(HTTPBodyUpdatePolicy bodyPolicy) const
+{
+    return [nsURLRequest(bodyPolicy) _CFURLRequest];
+}
+
+void ResourceRequest::doUpdateResourceRequest()
+{
+    m_url = [m_nsRequest.get() URL];
+    m_cachePolicy = (ResourceRequestCachePolicy)[m_nsRequest.get() cachePolicy];
+    m_timeoutInterval = [m_nsRequest.get() timeoutInterval];
+    m_firstPartyForCookies = [m_nsRequest.get() mainDocumentURL];
+
+    if (NSString* method = [m_nsRequest.get() HTTPMethod])
+        m_httpMethod = method;
+    m_allowCookies = [m_nsRequest.get() HTTPShouldHandleCookies];
+
+    if (ResourceRequest::resourcePrioritiesEnabled())
+        m_priority = toResourceLoadPriority(wkGetHTTPRequestPriority([m_nsRequest.get() _CFURLRequest]));
+
+    NSDictionary *headers = [m_nsRequest.get() allHTTPHeaderFields];
+    NSEnumerator *e = [headers keyEnumerator];
+    NSString *name;
+    m_httpHeaderFields.clear();
+    while ((name = [e nextObject]))
+        m_httpHeaderFields.set(String(name), [headers objectForKey:name]);
+
+    m_responseContentDispositionEncodingFallbackArray.clear();
+    NSArray *encodingFallbacks = [m_nsRequest.get() contentDispositionEncodingFallbackArray];
+    NSUInteger count = [encodingFallbacks count];
+    for (NSUInteger i = 0; i &lt; count; ++i) {
+        CFStringEncoding encoding = CFStringConvertNSStringEncodingToEncoding([(NSNumber *)[encodingFallbacks objectAtIndex:i] unsignedLongValue]);
+        if (encoding != kCFStringEncodingInvalidId)
+            m_responseContentDispositionEncodingFallbackArray.append(CFStringConvertEncodingToIANACharSetName(encoding));
+    }
+
+#if ENABLE(CACHE_PARTITIONING)
+    if (m_nsRequest) {
+        NSString* cachePartition = [NSURLProtocol propertyForKey:(NSString *)wkCachePartitionKey() inRequest:m_nsRequest.get()];
+        if (cachePartition)
+            m_cachePartition = cachePartition;
+    }
+#endif
+}
+
+void ResourceRequest::doUpdateResourceHTTPBody()
+{
+    if (NSData* bodyData = [m_nsRequest.get() HTTPBody])
+        m_httpBody = FormData::create([bodyData bytes], [bodyData length]);
+    else if (NSInputStream* bodyStream = [m_nsRequest.get() HTTPBodyStream]) {
+        FormData* formData = httpBodyFromStream(bodyStream);
+        // There is no FormData object if a client provided a custom data stream.
+        // We shouldn't be looking at http body after client callbacks.
+        ASSERT(formData);
+        if (formData)
+            m_httpBody = formData;
+    }
+}
+
+void ResourceRequest::doUpdatePlatformRequest()
+{
+    if (isNull()) {
+        m_nsRequest = nil;
+        return;
+    }
+
+    NSMutableURLRequest *nsRequest = [m_nsRequest.get() mutableCopy];
+
+    if (nsRequest)
+        [nsRequest setURL:url()];
+    else
+        nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
+
+    if (ResourceRequest::httpPipeliningEnabled())
+        wkHTTPRequestEnablePipelining([nsRequest _CFURLRequest]);
+
+    if (ResourceRequest::resourcePrioritiesEnabled())
+        wkSetHTTPRequestPriority([nsRequest _CFURLRequest], toPlatformRequestPriority(m_priority));
+
+    [nsRequest setCachePolicy:(NSURLRequestCachePolicy)cachePolicy()];
+    wkCFURLRequestAllowAllPostCaching([nsRequest _CFURLRequest]);
+
+    double timeoutInterval = ResourceRequestBase::timeoutInterval();
+    if (timeoutInterval)
+        [nsRequest setTimeoutInterval:timeoutInterval];
+    // Otherwise, respect NSURLRequest default timeout.
+
+    [nsRequest setMainDocumentURL:firstPartyForCookies()];
+    if (!httpMethod().isEmpty())
+        [nsRequest setHTTPMethod:httpMethod()];
+    [nsRequest setHTTPShouldHandleCookies:allowCookies()];
+
+    // Cannot just use setAllHTTPHeaderFields here, because it does not remove headers.
+    NSArray *oldHeaderFieldNames = [[nsRequest allHTTPHeaderFields] allKeys];
+    for (unsigned i = [oldHeaderFieldNames count]; i != 0; --i)
+        [nsRequest setValue:nil forHTTPHeaderField:[oldHeaderFieldNames objectAtIndex:i - 1]];
+    for (const auto&amp; header : httpHeaderFields())
+        [nsRequest setValue:header.value forHTTPHeaderField:header.key];
+
+    NSMutableArray *encodingFallbacks = [NSMutableArray array];
+    unsigned count = m_responseContentDispositionEncodingFallbackArray.size();
+    for (unsigned i = 0; i != count; ++i) {
+        RetainPtr&lt;CFStringRef&gt; encodingName = m_responseContentDispositionEncodingFallbackArray[i].createCFString();
+        unsigned long nsEncoding = CFStringConvertEncodingToNSStringEncoding(CFStringConvertIANACharSetNameToEncoding(encodingName.get()));
+
+        if (nsEncoding != kCFStringEncodingInvalidId)
+            [encodingFallbacks addObject:[NSNumber numberWithUnsignedLong:nsEncoding]];
+    }
+    [nsRequest setContentDispositionEncodingFallbackArray:encodingFallbacks];
+
+#if ENABLE(CACHE_PARTITIONING)
+    String partition = cachePartition();
+    if (!partition.isNull() &amp;&amp; !partition.isEmpty()) {
+        NSString *partitionValue = [NSString stringWithUTF8String:partition.utf8().data()];
+        [NSURLProtocol setProperty:partitionValue forKey:(NSString *)wkCachePartitionKey() inRequest:nsRequest];
+    }
+#endif
+
+    m_nsRequest = adoptNS(nsRequest);
+}
+
+void ResourceRequest::doUpdatePlatformHTTPBody()
+{
+    if (isNull()) {
+        ASSERT(!m_nsRequest);
+        return;
+    }
+
+    NSMutableURLRequest *nsRequest = [m_nsRequest.get() mutableCopy];
+
+    if (nsRequest)
+        [nsRequest setURL:url()];
+    else
+        nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
+
+    RefPtr&lt;FormData&gt; formData = httpBody();
+    if (formData &amp;&amp; !formData-&gt;isEmpty())
+        WebCore::setHTTPBody(nsRequest, formData);
+
+    if (NSInputStream *bodyStream = [nsRequest HTTPBodyStream]) {
+        // For streams, provide a Content-Length to avoid using chunked encoding, and to get accurate total length in callbacks.
+        NSString *lengthString = [bodyStream propertyForKey:(NSString *)formDataStreamLengthPropertyName()];
+        if (lengthString) {
+            [nsRequest setValue:lengthString forHTTPHeaderField:@&quot;Content-Length&quot;];
+            // Since resource request is already marked updated, we need to keep it up to date too.
+            ASSERT(m_resourceRequestUpdated);
+            m_httpHeaderFields.set(HTTPHeaderName::ContentLength, lengthString);
+        }
+    }
+
+    m_nsRequest = adoptNS(nsRequest);
+}
+
+void ResourceRequest::updateFromDelegatePreservingOldProperties(const ResourceRequest&amp; delegateProvidedRequest)
+{
+    RefPtr&lt;FormData&gt; oldHTTPBody = httpBody();
+#if ENABLE(INSPECTOR)
+    bool isHiddenFromInspector = hiddenFromInspector();
+#endif
+
+    *this = delegateProvidedRequest;
+
+    setHTTPBody(oldHTTPBody.release());
+#if ENABLE(INSPECTOR)
+    setHiddenFromInspector(isHiddenFromInspector);
+#endif
+}
+
+#if !PLATFORM(IOS)
+void ResourceRequest::applyWebArchiveHackForMail()
+{
+    // Hack because Mail checks for this property to detect data / archive loads
+    [NSURLProtocol setProperty:@&quot;&quot; forKey:@&quot;WebDataRequest&quot; inRequest:(NSMutableURLRequest *)nsURLRequest(DoNotUpdateHTTPBody)];
+}
+#endif
+
+void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession)
+{
+    updatePlatformRequest();
+    m_nsRequest = adoptNS(wkCopyRequestWithStorageSession(storageSession, m_nsRequest.get()));
+}
+
+#endif // USE(CFNETWORK)
+
+} // namespace WebCore
+
+#endif // PLATFORM(COCOA)
+
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkiosResourceRequestIOSmm"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/platform/network/ios/ResourceRequestIOS.mm (0 => 170574)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/ios/ResourceRequestIOS.mm                                (rev 0)
+++ trunk/Source/WebCore/platform/network/ios/ResourceRequestIOS.mm        2014-06-29 20:59:03 UTC (rev 170574)
</span><span class="lines">@@ -0,0 +1,75 @@
</span><ins>+/*
+ * Copyright (C) 2014 Apple, Inc.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#import &quot;config.h&quot;
+#import &quot;ResourceRequest.h&quot;
+
+#if PLATFORM(IOS)
+
+@interface NSURLRequest (WebNSURLRequestDetails)
+- (CFURLRequestRef)_CFURLRequest;
+- (id)_initWithCFURLRequest:(CFURLRequestRef)request;
+@end
+
+namespace WebCore {
+
+bool ResourceRequest::useQuickLookResourceCachingQuirks()
+{
+    return false;
+}
+
+#if USE(CFNETWORK)
+
+ResourceRequest::ResourceRequest(NSURLRequest *nsRequest)
+    : ResourceRequestBase()
+    , m_mainResourceRequest(false)
+    , m_cfRequest([nsRequest _CFURLRequest])
+    , m_nsRequest(nsRequest)
+{
+}
+
+void ResourceRequest::updateNSURLRequest()
+{
+    // There is client code that extends NSURLRequest and expects to get back, in the delegate
+    // callbacks, an object of the same type that they passed into WebKit. To keep then running, we
+    // create an object of the same type and return that. See &lt;rdar://9843582&gt;.
+    // Also, developers really really want an NSMutableURLRequest so try to create an
+    // NSMutableURLRequest instead of NSURLRequest.
+    static Class nsURLRequestClass = [NSURLRequest class];
+    static Class nsMutableURLRequestClass = [NSMutableURLRequest class];
+    Class requestClass = [m_nsRequest.get() class];
+
+    if (!requestClass || requestClass == nsURLRequestClass)
+        requestClass = nsMutableURLRequestClass;
+
+    if (m_cfRequest)
+        m_nsRequest = adoptNS([[requestClass alloc] _initWithCFURLRequest:m_cfRequest.get()]);
+}
+
+#endif // USE(CFNETWORK)
+
+} // namespace WebCore
+
+#endif // PLATFORM(IOS)
</ins></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkmacResourceRequestMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/mac/ResourceRequestMac.mm (170573 => 170574)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/mac/ResourceRequestMac.mm        2014-06-29 17:10:27 UTC (rev 170573)
+++ trunk/Source/WebCore/platform/network/mac/ResourceRequestMac.mm        2014-06-29 20:59:03 UTC (rev 170574)
</span><span class="lines">@@ -26,257 +26,19 @@
</span><span class="cx"> #import &quot;config.h&quot;
</span><span class="cx"> #import &quot;ResourceRequest.h&quot;
</span><span class="cx"> 
</span><del>-#import &quot;FormDataStreamMac.h&quot;
-#import &quot;HTTPHeaderNames.h&quot;
-#import &quot;ResourceRequestCFNet.h&quot;
</del><ins>+#if PLATFORM(MAC)
+
</ins><span class="cx"> #import &quot;RuntimeApplicationChecks.h&quot;
</span><del>-#import &quot;WebCoreSystemInterface.h&quot;
-#import &lt;wtf/text/CString.h&gt;
</del><span class="cx"> 
</span><span class="cx"> #import &lt;Foundation/Foundation.h&gt;
</span><span class="cx"> 
</span><del>-
</del><span class="cx"> @interface NSURLRequest (WebNSURLRequestDetails)
</span><del>-- (NSArray *)contentDispositionEncodingFallbackArray;
-+ (void)setDefaultTimeoutInterval:(NSTimeInterval)seconds;
</del><span class="cx"> - (CFURLRequestRef)_CFURLRequest;
</span><span class="cx"> - (id)_initWithCFURLRequest:(CFURLRequestRef)request;
</span><span class="cx"> @end
</span><span class="cx"> 
</span><del>-@interface NSMutableURLRequest (WebMutableNSURLRequestDetails)
-- (void)setContentDispositionEncodingFallbackArray:(NSArray *)theEncodingFallbackArray;
-@end
-
</del><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><del>-NSURLRequest *ResourceRequest::nsURLRequest(HTTPBodyUpdatePolicy bodyPolicy) const
-{
-    updatePlatformRequest(bodyPolicy);
-
-    return [[m_nsRequest.get() retain] autorelease];
-}
-
-#if USE(CFNETWORK)
-
-ResourceRequest::ResourceRequest(NSURLRequest *nsRequest)
-    : ResourceRequestBase()
-#if PLATFORM(IOS)
-    , m_mainResourceRequest(false)
-#endif
-    , m_cfRequest([nsRequest _CFURLRequest])
-    , m_nsRequest(nsRequest)
-{
-}
-
-void ResourceRequest::updateNSURLRequest()
-{
-#if PLATFORM(IOS)
-    // There is client code that extends NSURLRequest and expects to get back, in the delegate
-    // callbacks, an object of the same type that they passed into WebKit. To keep then running, we
-    // create an object of the same type and return that. See &lt;rdar://9843582&gt;.
-    // Also, developers really really want an NSMutableURLRequest so try to create an
-    // NSMutableURLRequest instead of NSURLRequest.
-    static Class nsURLRequestClass = [NSURLRequest class];
-    static Class nsMutableURLRequestClass = [NSMutableURLRequest class];
-    Class requestClass = [m_nsRequest.get() class];
-
-    if (!requestClass || requestClass == nsURLRequestClass)
-        requestClass = nsMutableURLRequestClass;
-
-    if (m_cfRequest)
-        m_nsRequest = adoptNS([[requestClass alloc] _initWithCFURLRequest:m_cfRequest.get()]);
-#else
-    if (m_cfRequest)
-        m_nsRequest = adoptNS([[NSURLRequest alloc] _initWithCFURLRequest:m_cfRequest.get()]);
-#endif
-}
-
-#else
-
-CFURLRequestRef ResourceRequest::cfURLRequest(HTTPBodyUpdatePolicy bodyPolicy) const
-{
-    return [nsURLRequest(bodyPolicy) _CFURLRequest];
-}
-
-void ResourceRequest::doUpdateResourceRequest()
-{
-    m_url = [m_nsRequest.get() URL];
-    m_cachePolicy = (ResourceRequestCachePolicy)[m_nsRequest.get() cachePolicy];
-    m_timeoutInterval = [m_nsRequest.get() timeoutInterval];
-    m_firstPartyForCookies = [m_nsRequest.get() mainDocumentURL];
-    
-    if (NSString* method = [m_nsRequest.get() HTTPMethod])
-        m_httpMethod = method;
-    m_allowCookies = [m_nsRequest.get() HTTPShouldHandleCookies];
-
-    if (ResourceRequest::resourcePrioritiesEnabled())
-        m_priority = toResourceLoadPriority(wkGetHTTPRequestPriority([m_nsRequest.get() _CFURLRequest]));
-
-    NSDictionary *headers = [m_nsRequest.get() allHTTPHeaderFields];
-    NSEnumerator *e = [headers keyEnumerator];
-    NSString *name;
-    m_httpHeaderFields.clear();
-    while ((name = [e nextObject]))
-        m_httpHeaderFields.set(String(name), [headers objectForKey:name]);
-
-    m_responseContentDispositionEncodingFallbackArray.clear();
-    NSArray *encodingFallbacks = [m_nsRequest.get() contentDispositionEncodingFallbackArray];
-    NSUInteger count = [encodingFallbacks count];
-    for (NSUInteger i = 0; i &lt; count; ++i) {
-        CFStringEncoding encoding = CFStringConvertNSStringEncodingToEncoding([(NSNumber *)[encodingFallbacks objectAtIndex:i] unsignedLongValue]);
-        if (encoding != kCFStringEncodingInvalidId)
-            m_responseContentDispositionEncodingFallbackArray.append(CFStringConvertEncodingToIANACharSetName(encoding));
-    }
-
-#if ENABLE(CACHE_PARTITIONING)
-    if (m_nsRequest) {
-        NSString* cachePartition = [NSURLProtocol propertyForKey:(NSString *)wkCachePartitionKey() inRequest:m_nsRequest.get()];
-        if (cachePartition)
-            m_cachePartition = cachePartition;
-    }
-#endif
-}
-
-void ResourceRequest::doUpdateResourceHTTPBody()
-{
-    if (NSData* bodyData = [m_nsRequest.get() HTTPBody])
-        m_httpBody = FormData::create([bodyData bytes], [bodyData length]);
-    else if (NSInputStream* bodyStream = [m_nsRequest.get() HTTPBodyStream]) {
-        FormData* formData = httpBodyFromStream(bodyStream);
-        // There is no FormData object if a client provided a custom data stream.
-        // We shouldn't be looking at http body after client callbacks.
-        ASSERT(formData);
-        if (formData)
-            m_httpBody = formData;
-    }
-}
-
-void ResourceRequest::doUpdatePlatformRequest()
-{
-    if (isNull()) {
-        m_nsRequest = nil;
-        return;
-    }
-    
-    NSMutableURLRequest *nsRequest = [m_nsRequest.get() mutableCopy];
-
-    if (nsRequest)
-        [nsRequest setURL:url()];
-    else
-        nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
-
-    if (ResourceRequest::httpPipeliningEnabled())
-        wkHTTPRequestEnablePipelining([nsRequest _CFURLRequest]);
-
-    if (ResourceRequest::resourcePrioritiesEnabled())
-        wkSetHTTPRequestPriority([nsRequest _CFURLRequest], toPlatformRequestPriority(m_priority));
-
-    [nsRequest setCachePolicy:(NSURLRequestCachePolicy)cachePolicy()];
-    wkCFURLRequestAllowAllPostCaching([nsRequest _CFURLRequest]);
-
-    double timeoutInterval = ResourceRequestBase::timeoutInterval();
-    if (timeoutInterval)
-        [nsRequest setTimeoutInterval:timeoutInterval];
-    // Otherwise, respect NSURLRequest default timeout.
-
-    [nsRequest setMainDocumentURL:firstPartyForCookies()];
-    if (!httpMethod().isEmpty())
-        [nsRequest setHTTPMethod:httpMethod()];
-    [nsRequest setHTTPShouldHandleCookies:allowCookies()];
-
-    // Cannot just use setAllHTTPHeaderFields here, because it does not remove headers.
-    NSArray *oldHeaderFieldNames = [[nsRequest allHTTPHeaderFields] allKeys];
-    for (unsigned i = [oldHeaderFieldNames count]; i != 0; --i)
-        [nsRequest setValue:nil forHTTPHeaderField:[oldHeaderFieldNames objectAtIndex:i - 1]];
-    for (const auto&amp; header : httpHeaderFields())
-        [nsRequest setValue:header.value forHTTPHeaderField:header.key];
-
-    NSMutableArray *encodingFallbacks = [NSMutableArray array];
-    unsigned count = m_responseContentDispositionEncodingFallbackArray.size();
-    for (unsigned i = 0; i != count; ++i) {
-        RetainPtr&lt;CFStringRef&gt; encodingName = m_responseContentDispositionEncodingFallbackArray[i].createCFString();
-        unsigned long nsEncoding = CFStringConvertEncodingToNSStringEncoding(CFStringConvertIANACharSetNameToEncoding(encodingName.get()));
-
-        if (nsEncoding != kCFStringEncodingInvalidId)
-            [encodingFallbacks addObject:[NSNumber numberWithUnsignedLong:nsEncoding]];
-    }
-    [nsRequest setContentDispositionEncodingFallbackArray:encodingFallbacks];
-
-#if ENABLE(CACHE_PARTITIONING)
-    String partition = cachePartition();
-    if (!partition.isNull() &amp;&amp; !partition.isEmpty()) {
-        NSString *partitionValue = [NSString stringWithUTF8String:partition.utf8().data()];
-        [NSURLProtocol setProperty:partitionValue forKey:(NSString *)wkCachePartitionKey() inRequest:nsRequest];
-    }
-#endif
-
-    m_nsRequest = adoptNS(nsRequest);
-}
-
-void ResourceRequest::doUpdatePlatformHTTPBody()
-{
-    if (isNull()) {
-        ASSERT(!m_nsRequest);
-        return;
-    }
-
-    NSMutableURLRequest *nsRequest = [m_nsRequest.get() mutableCopy];
-
-    if (nsRequest)
-        [nsRequest setURL:url()];
-    else
-        nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
-
-    RefPtr&lt;FormData&gt; formData = httpBody();
-    if (formData &amp;&amp; !formData-&gt;isEmpty())
-        WebCore::setHTTPBody(nsRequest, formData);
-
-    if (NSInputStream *bodyStream = [nsRequest HTTPBodyStream]) {
-        // For streams, provide a Content-Length to avoid using chunked encoding, and to get accurate total length in callbacks.
-        NSString *lengthString = [bodyStream propertyForKey:(NSString *)formDataStreamLengthPropertyName()];
-        if (lengthString) {
-            [nsRequest setValue:lengthString forHTTPHeaderField:@&quot;Content-Length&quot;];
-            // Since resource request is already marked updated, we need to keep it up to date too.
-            ASSERT(m_resourceRequestUpdated);
-            m_httpHeaderFields.set(HTTPHeaderName::ContentLength, lengthString);
-        }
-    }
-
-    m_nsRequest = adoptNS(nsRequest);
-}
-
-void ResourceRequest::updateFromDelegatePreservingOldProperties(const ResourceRequest&amp; delegateProvidedRequest)
-{
-    RefPtr&lt;FormData&gt; oldHTTPBody = httpBody();
-#if ENABLE(INSPECTOR)
-    bool isHiddenFromInspector = hiddenFromInspector();
-#endif
-
-    *this = delegateProvidedRequest;
-
-    setHTTPBody(oldHTTPBody.release());
-#if ENABLE(INSPECTOR)
-    setHiddenFromInspector(isHiddenFromInspector);
-#endif
-}
-
-#if !PLATFORM(IOS)
-void ResourceRequest::applyWebArchiveHackForMail()
-{
-    // Hack because Mail checks for this property to detect data / archive loads
-    [NSURLProtocol setProperty:@&quot;&quot; forKey:@&quot;WebDataRequest&quot; inRequest:(NSMutableURLRequest *)nsURLRequest(DoNotUpdateHTTPBody)];
-}
-#endif
-
-void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession)
-{
-    updatePlatformRequest();
-    m_nsRequest = adoptNS(wkCopyRequestWithStorageSession(storageSession, m_nsRequest.get()));
-}
-    
-#endif // USE(CFNETWORK)
-
-#if !PLATFORM(IOS)
</del><span class="cx"> static bool initQuickLookResourceCachingQuirks()
</span><span class="cx"> {
</span><span class="cx">     if (applicationIsSafari())
</span><span class="lines">@@ -295,17 +57,36 @@
</span><span class="cx">     }
</span><span class="cx">     return false;
</span><span class="cx"> }
</span><del>-#endif // !PLATFORM(IOS)
</del><span class="cx"> 
</span><span class="cx"> bool ResourceRequest::useQuickLookResourceCachingQuirks()
</span><span class="cx"> {
</span><del>-#if !PLATFORM(IOS)
</del><span class="cx">     static bool flag = initQuickLookResourceCachingQuirks();
</span><span class="cx">     return flag;
</span><del>-#else
-    return false;
-#endif // !PLATFORM(IOS)
</del><span class="cx"> }
</span><span class="cx"> 
</span><ins>+#if USE(CFNETWORK)
+
+ResourceRequest::ResourceRequest(NSURLRequest *nsRequest)
+    : ResourceRequestBase()
+    , m_cfRequest([nsRequest _CFURLRequest])
+    , m_nsRequest(nsRequest)
+{
+}
+
+void ResourceRequest::updateNSURLRequest()
+{
+    if (m_cfRequest)
+        m_nsRequest = adoptNS([[NSURLRequest alloc] _initWithCFURLRequest:m_cfRequest.get()]);
+}
+
+void ResourceRequest::applyWebArchiveHackForMail()
+{
+    // Hack because Mail checks for this property to detect data / archive loads
+    _CFURLRequestSetProtocolProperty(cfURLRequest(DoNotUpdateHTTPBody), CFSTR(&quot;WebDataRequest&quot;), CFSTR(&quot;&quot;));
+}
+
+#endif
+
</ins><span class="cx"> } // namespace WebCore
</span><span class="cx"> 
</span><ins>+#endif
</ins></span></pre>
</div>
</div>

</body>
</html>