WebKit Bugzilla
Attachment 356655 Details for
Bug 192426
: Move USE_NEW_THEME out of WebCore's config.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
VersionMacro7.txt (text/plain), 2.36 KB, created by
Alexey Proskuryakov
on 2018-12-05 14:11:43 PST
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Alexey Proskuryakov
Created:
2018-12-05 14:11:43 PST
Size:
2.36 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 USE_NEW_THEME out of WebCore's config.h >+ https://bugs.webkit.org/show_bug.cgi?id=192426 >+ >+ 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,12 @@ > #define USE_CFNETWORK_AUTO_ADDED_HTTP_HEADER_SUPPRESSION 1 > #endif > #endif >+ >+#ifdef __APPLE__ >+#define HAVE_FUNC_USLEEP 1 >+#endif >+ >+#if PLATFORM(MAC) || PLATFORM(WPE) >+/* FIXME: This really needs a descriptive name, this "new theme" was added in 2008. */ >+#define USE_NEW_THEME 1 >+#endif >Index: Source/WebCore/ChangeLog >=================================================================== >--- Source/WebCore/ChangeLog (revision 238800) >+++ Source/WebCore/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2018-12-05 Alexey Proskuryakov <ap@apple.com> >+ >+ Move USE_NEW_THEME out of WebCore's config.h >+ https://bugs.webkit.org/show_bug.cgi?id=192426 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * config.h: >+ > 2018-12-03 Eric Carlson <eric.carlson@apple.com> > > [MediaStream] 'devicechange' event when more capture device information are revealed. >Index: Source/WebCore/config.h >=================================================================== >--- Source/WebCore/config.h (revision 238800) >+++ Source/WebCore/config.h (working copy) >@@ -33,10 +33,6 @@ > #include <JavaScriptCore/JSExportMacros.h> > #include <pal/ExportMacros.h> > >-#ifdef __APPLE__ >-#define HAVE_FUNC_USLEEP 1 >-#endif /* __APPLE__ */ >- > // Using CMake with Unix makefiles does not use prefix headers. > #if PLATFORM(MAC) && defined(BUILDING_WITH_CMAKE) > #include "WebCorePrefix.h" >@@ -56,10 +52,6 @@ > > #include <wtf/DisallowCType.h> > >-#if PLATFORM(MAC) || PLATFORM(WPE) >-#define USE_NEW_THEME 1 >-#endif >- > #if USE(CG) > #ifndef CGFLOAT_DEFINED > #if (defined(__LP64__) && __LP64__) || (defined(__x86_64__) && __x86_64__) || defined(_M_X64) || defined(__amd64__)
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 192426
: 356655 |
356702