Title: [152789] trunk/Source/WebKit2
Revision
152789
Author
[email protected]
Date
2013-07-17 10:38:24 -0700 (Wed, 17 Jul 2013)

Log Message

AX: VoiceOver not working with data detection page overlays
https://bugs.webkit.org/show_bug.cgi?id=118680

Reviewed by Anders Carlsson.

Bump the API version after r152786.

* WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (152788 => 152789)


--- trunk/Source/WebKit2/ChangeLog	2013-07-17 17:21:51 UTC (rev 152788)
+++ trunk/Source/WebKit2/ChangeLog	2013-07-17 17:38:24 UTC (rev 152789)
@@ -1,3 +1,14 @@
+2013-07-17  Tim Horton  <[email protected]>
+
+        AX: VoiceOver not working with data detection page overlays
+        https://bugs.webkit.org/show_bug.cgi?id=118680
+
+        Reviewed by Anders Carlsson.
+
+        Bump the API version after r152786.
+
+        * WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h:
+
 2013-07-17  Simon Cooper  <[email protected]>
 
         YouTube webcam capture (Flash Plug-in) in Safari can't see built-in camera

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h (152788 => 152789)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h	2013-07-17 17:21:51 UTC (rev 152788)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h	2013-07-17 17:38:24 UTC (rev 152789)
@@ -71,11 +71,13 @@
     WKBundlePageOverlayMouseUpCallback                                  mouseUp;
     WKBundlePageOverlayMouseMovedCallback                               mouseMoved;
     WKBundlePageOverlayMouseDraggedCallback                             mouseDragged;
+
+    // Version 1
     struct WKBundlePageOverlayDataDetectionCallbacks                    dataDetectionCallbacks;
 };
 typedef struct WKBundlePageOverlayClient WKBundlePageOverlayClient;
 
-enum { kWKBundlePageOverlayClientCurrentVersion = 0 };
+enum { kWKBundlePageOverlayClientCurrentVersion = 1 };
     
 WK_EXPORT WKTypeID WKBundlePageOverlayGetTypeID();
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to