Title: [191607] trunk/Source/WebKit2/ChangeLog
- Revision
- 191607
- Author
- [email protected]
- Date
- 2015-10-26 15:58:39 -0700 (Mon, 26 Oct 2015)
Log Message
Pipe custom context menu handling through to the UIDelegate object
https://bugs.webkit.org/show_bug.cgi?id=150572
Reviewed by Tim Horton.
* UIProcess/API/APIContextMenuClient.h:
(API::ContextMenuClient::menuFromProposedMenu):
* UIProcess/API/Cocoa/WKWebView.mm:
(-[WKWebView setUIDelegate:]):
* UIProcess/Cocoa/UIDelegate.h:
* UIProcess/Cocoa/UIDelegate.mm:
(WebKit::UIDelegate::createContextMenuClient):
(WebKit::UIDelegate::ContextMenuClient::ContextMenuClient):
(WebKit::UIDelegate::ContextMenuClient::~ContextMenuClient):
(WebKit::UIDelegate::ContextMenuClient::menuFromProposedMenu):
* UIProcess/mac/WebContextMenuProxyMac.mm:
(WebKit::WebContextMenuProxyMac::showContextMenu):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (191606 => 191607)
--- trunk/Source/WebKit2/ChangeLog 2015-10-26 22:51:57 UTC (rev 191606)
+++ trunk/Source/WebKit2/ChangeLog 2015-10-26 22:58:39 UTC (rev 191607)
@@ -1,3 +1,23 @@
+2015-10-26 Anders Carlsson <[email protected]>
+
+ Pipe custom context menu handling through to the UIDelegate object
+ https://bugs.webkit.org/show_bug.cgi?id=150572
+
+ Reviewed by Tim Horton.
+
+ * UIProcess/API/APIContextMenuClient.h:
+ (API::ContextMenuClient::menuFromProposedMenu):
+ * UIProcess/API/Cocoa/WKWebView.mm:
+ (-[WKWebView setUIDelegate:]):
+ * UIProcess/Cocoa/UIDelegate.h:
+ * UIProcess/Cocoa/UIDelegate.mm:
+ (WebKit::UIDelegate::createContextMenuClient):
+ (WebKit::UIDelegate::ContextMenuClient::ContextMenuClient):
+ (WebKit::UIDelegate::ContextMenuClient::~ContextMenuClient):
+ (WebKit::UIDelegate::ContextMenuClient::menuFromProposedMenu):
+ * UIProcess/mac/WebContextMenuProxyMac.mm:
+ (WebKit::WebContextMenuProxyMac::showContextMenu):
+
2015-10-26 Tim Horton <[email protected]>
WKView being inside WKWebView leads to weird API issues
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes