WebKit Bugzilla
Attachment 361073 Details for
Bug 194176
: Add back some optional includes that got removed.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194176-20190204105140.patch (text/plain), 1.97 KB, created by
Timothy Hatcher
on 2019-02-04 10:51:40 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Timothy Hatcher
Created:
2019-02-04 10:51:40 PST
Size:
1.97 KB
patch
obsolete
>Subversion Revision: 240798 >diff --git a/Source/WebKitLegacy/mac/ChangeLog b/Source/WebKitLegacy/mac/ChangeLog >index b5cbcd383b0fea7b814eab8174c2ab7621ba095c..2d0050d9b181faacb2b91eb4fd98a90b632d169d 100644 >--- a/Source/WebKitLegacy/mac/ChangeLog >+++ b/Source/WebKitLegacy/mac/ChangeLog >@@ -1,3 +1,13 @@ >+2019-02-01 Timothy Hatcher <timothy@apple.com> >+ >+ Add back some optional includes that got removed. >+ https://bugs.webkit.org/show_bug.cgi?id=194176 >+ >+ Reviewed by Tim Horton. >+ >+ * WebView/WebView.mm: >+ * WebView/WebViewPrivate.h: >+ > 2019-01-28 Devin Rousso <drousso@apple.com> > > Web Inspector: provide a way to edit page WebRTC settings on a remote target >diff --git a/Source/WebKitLegacy/mac/WebView/WebView.mm b/Source/WebKitLegacy/mac/WebView/WebView.mm >index 663093439161d2848e5d29e6fd9568918e8d852d..8231092dc63048e8d1838953a398afb54c874707 100644 >--- a/Source/WebKitLegacy/mac/WebView/WebView.mm >+++ b/Source/WebKitLegacy/mac/WebView/WebView.mm >@@ -1140,6 +1140,10 @@ @end > > @implementation WebView (WebPrivate) > >+#if USE(APPLE_INTERNAL_SDK) && __has_include(<WebKitAdditions/WebViewPrivateAdditions.mm>) >+#include <WebKitAdditions/WebViewPrivateAdditions.mm> >+#endif >+ > + (NSString *)_standardUserAgentWithApplicationName:(NSString *)applicationName > { > return standardUserAgentWithApplicationName(applicationName); >diff --git a/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h b/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h >index 299fe677f2a7a6bdb3632e3b55f8f46cccfac9c8..b6b7083a1b2f042264099a9c42b8a2c6096f6695 100644 >--- a/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h >+++ b/Source/WebKitLegacy/mac/WebView/WebViewPrivate.h >@@ -319,6 +319,10 @@ typedef enum { > > @interface WebView (WebPrivate) > >+#if defined(__has_include) && __has_include(<WebKitAdditions/WebViewPrivateAdditions.h>) >+#include <WebKitAdditions/WebViewPrivateAdditions.h> >+#endif >+ > + (void)_setIconLoadingEnabled:(BOOL)enabled; > + (BOOL)_isIconLoadingEnabled; >
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 194176
:
360898
|
361073