Title: [176796] branches/safari-600.3-branch/Source/WebKit/mac
Revision
176796
Author
[email protected]
Date
2014-12-04 08:35:54 -0800 (Thu, 04 Dec 2014)

Log Message

Merged r176775. rdar://problems/19115662

Modified Paths

Diff

Modified: branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog (176795 => 176796)


--- branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog	2014-12-04 16:35:44 UTC (rev 176795)
+++ branches/safari-600.3-branch/Source/WebKit/mac/ChangeLog	2014-12-04 16:35:54 UTC (rev 176796)
@@ -1,5 +1,22 @@
 2014-12-04  Dana Burkart  <[email protected]>
 
+        Merge r176775. <rdar://problem/19115662>
+
+    2014-12-03  Timothy Horton  <[email protected]>
+
+            Implement action menus for tel: URLs
+            https://bugs.webkit.org/show_bug.cgi?id=139240
+            <rdar://problem/19115662>
+
+            Reviewed by Anders Carlsson.
+
+            * WebView/WebActionMenuController.mm:
+            (-[WebActionMenuController _defaultMenuItemsForDataDetectableLink]):
+            Make sure to use the newly created currentActionContext.
+
+
+2014-12-04  Dana Burkart  <[email protected]>
+
         Merge r176766. <rdar://problem/19072083>
 
     2014-12-03  Beth Dakin  <[email protected]>

Modified: branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebActionMenuController.mm (176795 => 176796)


--- branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebActionMenuController.mm	2014-12-04 16:35:44 UTC (rev 176795)
+++ branches/safari-600.3-branch/Source/WebKit/mac/WebView/WebActionMenuController.mm	2014-12-04 16:35:54 UTC (rev 176796)
@@ -303,7 +303,7 @@
 
     [actionContext setHighlightFrame:elementBoundingBoxInWindowCoordinatesFromNode(node)];
 
-    return [[getDDActionsManagerClass() sharedManager] menuItemsForTargetURL:_hitTestResult.absoluteLinkURL() actionContext:actionContext.get()];
+    return [[getDDActionsManagerClass() sharedManager] menuItemsForTargetURL:_hitTestResult.absoluteLinkURL() actionContext:_currentActionContext.get()];
 }
 
 #pragma mark Image actions
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to