WebKit Bugzilla
Attachment 362225 Details for
Bug 194753
: Tell Networking Process to not optimize load
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194753-20190216221239.patch (text/plain), 1.86 KB, created by
Jiewen Tan
on 2019-02-16 22:12:40 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jiewen Tan
Created:
2019-02-16 22:12:40 PST
Size:
1.86 KB
patch
obsolete
>Subversion Revision: 241563 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 800fff5eda98313641093a01d38bb4f99a485962..14b946b7fd05cd72a424cc3e200382e3e95e534a 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,14 @@ >+2019-02-16 Jiewen Tan <jiewen_tan@apple.com> >+ >+ Tell Networking Process to not optimize load >+ https://bugs.webkit.org/show_bug.cgi?id=194753 >+ <rdar://problem/48143603> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * NetworkProcess/cocoa/NetworkSessionCocoa.mm: >+ (WebKit::NetworkSessionCocoa::NetworkSessionCocoa): >+ > 2019-02-14 Michael Catanzaro <mcatanzaro@igalia.com> > > [GTK] WebKitGTK+ -> WebKitGTK >diff --git a/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm b/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm >index 2a95d9de19c3daca7701c7534d7b2ad0e0e9d964..bcc8aa29d56b12e9bd8baa084d16d307129d0fba 100644 >--- a/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm >+++ b/Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm >@@ -53,6 +53,10 @@ > #import <wtf/URL.h> > #import <wtf/text/WTFString.h> > >+#if USE(APPLE_INTERNAL_SDK) >+#include <WebKitAdditions/NetworkSessionCocoaAdditions.h> >+#endif >+ > using namespace WebKit; > > CFStringRef const WebKit2HTTPProxyDefaultsKey = static_cast<CFStringRef>(@"WebKit2HTTPProxy"); >@@ -857,6 +861,10 @@ NetworkSessionCocoa::NetworkSessionCocoa(NetworkProcess& networkProcess, Network > > NSURLSessionConfiguration *configuration = configurationForSessionID(m_sessionID); > >+#if HAVE(LOAD_OPTIMIZER) >+ NETWORKSESSIONCOCOA_LOADOPTIMIZER_ADDITIONS >+#endif >+ > #if USE(CFNETWORK_AUTO_ADDED_HTTP_HEADER_SUPPRESSION) > // Without this, CFNetwork would sometimes add a Content-Type header to our requests (rdar://problem/34748470). > configuration._suppressedAutoAddedHTTPHeaders = [NSSet setWithObject:@"Content-Type"];
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194753
: 362225