Title: [213086] trunk/Source/WebKit2
- Revision
- 213086
- Author
- [email protected]
- Date
- 2017-02-27 12:46:49 -0800 (Mon, 27 Feb 2017)
Log Message
Remove some deprecated WKPage plug-in information functions
https://bugs.webkit.org/show_bug.cgi?id=168897
Reviewed by Tim Horton.
* UIProcess/API/C/WKPage.cpp:
(WKPageGetProcessIdentifier):
(WKPageGetPluginInformationBundleIdentifierKey): Deleted.
(WKPageGetPluginInformationBundleVersionKey): Deleted.
(WKPageGetPluginInformationDisplayNameKey): Deleted.
(WKPageGetPluginInformationFrameURLKey): Deleted.
(WKPageGetPluginInformationMIMETypeKey): Deleted.
(WKPageGetPluginInformationPageURLKey): Deleted.
(WKPageGetPluginInformationPluginspageAttributeURLKey): Deleted.
(WKPageGetPluginInformationPluginURLKey): Deleted.
* UIProcess/API/C/WKPage.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (213085 => 213086)
--- trunk/Source/WebKit2/ChangeLog 2017-02-27 20:01:09 UTC (rev 213085)
+++ trunk/Source/WebKit2/ChangeLog 2017-02-27 20:46:49 UTC (rev 213086)
@@ -1,5 +1,24 @@
2017-02-27 Alexey Proskuryakov <[email protected]>
+ Remove some deprecated WKPage plug-in information functions
+ https://bugs.webkit.org/show_bug.cgi?id=168897
+
+ Reviewed by Tim Horton.
+
+ * UIProcess/API/C/WKPage.cpp:
+ (WKPageGetProcessIdentifier):
+ (WKPageGetPluginInformationBundleIdentifierKey): Deleted.
+ (WKPageGetPluginInformationBundleVersionKey): Deleted.
+ (WKPageGetPluginInformationDisplayNameKey): Deleted.
+ (WKPageGetPluginInformationFrameURLKey): Deleted.
+ (WKPageGetPluginInformationMIMETypeKey): Deleted.
+ (WKPageGetPluginInformationPageURLKey): Deleted.
+ (WKPageGetPluginInformationPluginspageAttributeURLKey): Deleted.
+ (WKPageGetPluginInformationPluginURLKey): Deleted.
+ * UIProcess/API/C/WKPage.h:
+
+2017-02-27 Alexey Proskuryakov <[email protected]>
+
Stop exporting C++ member variables from class extensions in WKDOMInternals.h
https://bugs.webkit.org/show_bug.cgi?id=168886
Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp (213085 => 213086)
--- trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp 2017-02-27 20:01:09 UTC (rev 213085)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp 2017-02-27 20:46:49 UTC (rev 213086)
@@ -2847,51 +2847,3 @@
{
return toImpl(page)->processIdentifier();
}
-
-#if ENABLE(NETSCAPE_PLUGIN_API)
-
-// -- DEPRECATED --
-
-WKStringRef WKPageGetPluginInformationBundleIdentifierKey()
-{
- return WKPluginInformationBundleIdentifierKey();
-}
-
-WKStringRef WKPageGetPluginInformationBundleVersionKey()
-{
- return WKPluginInformationBundleVersionKey();
-}
-
-WKStringRef WKPageGetPluginInformationDisplayNameKey()
-{
- return WKPluginInformationDisplayNameKey();
-}
-
-WKStringRef WKPageGetPluginInformationFrameURLKey()
-{
- return WKPluginInformationFrameURLKey();
-}
-
-WKStringRef WKPageGetPluginInformationMIMETypeKey()
-{
- return WKPluginInformationMIMETypeKey();
-}
-
-WKStringRef WKPageGetPluginInformationPageURLKey()
-{
- return WKPluginInformationPageURLKey();
-}
-
-WKStringRef WKPageGetPluginInformationPluginspageAttributeURLKey()
-{
- return WKPluginInformationPluginspageAttributeURLKey();
-}
-
-WKStringRef WKPageGetPluginInformationPluginURLKey()
-{
- return WKPluginInformationPluginURLKey();
-}
-
-// -- DEPRECATED --
-
-#endif // ENABLE(NETSCAPE_PLUGIN_API)
Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPage.h (213085 => 213086)
--- trunk/Source/WebKit2/UIProcess/API/C/WKPage.h 2017-02-27 20:01:09 UTC (rev 213085)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPage.h 2017-02-27 20:46:49 UTC (rev 213086)
@@ -271,34 +271,6 @@
WK_EXPORT void WKPageSelectContextMenuItem(WKPageRef page, WKContextMenuItemRef item);
-
-
-/* DEPRECATED - Please use constants from WKPluginInformation instead. */
-
-/* Value type: WKStringRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationBundleIdentifierKey();
-
-/* Value type: WKStringRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationBundleVersionKey();
-
-/* Value type: WKStringRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationDisplayNameKey();
-
-/* Value type: WKURLRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationFrameURLKey();
-
-/* Value type: WKStringRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationMIMETypeKey();
-
-/* Value type: WKURLRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationPageURLKey();
-
-/* Value type: WKURLRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationPluginspageAttributeURLKey();
-
-/* Value type: WKURLRef */
-WK_EXPORT WKStringRef WKPageGetPluginInformationPluginURLKey();
-
#ifdef __cplusplus
}
#endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes