WebKit Bugzilla
Attachment 356659 Details for
Bug 192428
: Move ENABLE_SEC_ITEM_SHIM out of WebKit's config.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
VersionMacro9.txt (text/plain), 2.09 KB, created by
Alexey Proskuryakov
on 2018-12-05 14:30:55 PST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Alexey Proskuryakov
Created:
2018-12-05 14:30:55 PST
Size:
2.09 KB
patch
obsolete
>Index: Source/WTF/ChangeLog >=================================================================== >--- Source/WTF/ChangeLog (revision 238908) >+++ Source/WTF/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2018-12-05 Alexey Proskuryakov <ap@apple.com> >+ >+ Move ENABLE_SEC_ITEM_SHIM out of WebKit's config.h >+ https://bugs.webkit.org/show_bug.cgi?id=192428 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wtf/Platform.h: >+ > 2018-12-04 Carlos Garcia Campos <cgarcia@igalia.com> > > [SOUP] Move URLSoup back to WebCore after r238771 >Index: Source/WTF/wtf/Platform.h >=================================================================== >--- Source/WTF/wtf/Platform.h (revision 238800) >+++ Source/WTF/wtf/Platform.h (working copy) >@@ -1418,3 +1418,8 @@ > #define USE_CFNETWORK_AUTO_ADDED_HTTP_HEADER_SUPPRESSION 1 > #endif > #endif >+ >+#if PLATFORM(MAC) || PLATFORM(IOS_FAMILY) >+/* FIXME: This is a USE style macro, as it triggers the use of CFURLConnection framework stubs. */ >+#define ENABLE_SEC_ITEM_SHIM 1 >+#endif >Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 238908) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2018-12-05 Alexey Proskuryakov <ap@apple.com> >+ >+ Move ENABLE_SEC_ITEM_SHIM out of WebKit's config.h >+ https://bugs.webkit.org/show_bug.cgi?id=192428 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * config.h: >+ > 2018-12-05 Alex Christensen <achristensen@webkit.org> > > Make WebsiteDataStoreConfiguration a proper API object >Index: Source/WebKit/config.h >=================================================================== >--- Source/WebKit/config.h (revision 238800) >+++ Source/WebKit/config.h (working copy) >@@ -60,12 +60,6 @@ > > #define PLUGIN_ARCHITECTURE(ARCH) (defined PLUGIN_ARCHITECTURE_##ARCH && PLUGIN_ARCHITECTURE_##ARCH) > >-#ifndef ENABLE_SEC_ITEM_SHIM >-#if PLATFORM(MAC) || PLATFORM(IOS_FAMILY) >-#define ENABLE_SEC_ITEM_SHIM 1 >-#endif >-#endif >- > #if PLATFORM(MAC) > #ifndef HAVE_WINDOW_SERVER_OCCLUSION_NOTIFICATIONS > #define HAVE_WINDOW_SERVER_OCCLUSION_NOTIFICATIONS 1
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
Flags:
thorton
:
review+
commit-queue
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192428
: 356659