[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

weinig at apple.com weinig at apple.com
Fri Jan 21 14:53:41 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 335f12e685d7e9b1b6a11ccac9fa279fcc3a3f61
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 3 22:25:11 2011 +0000

    Reviewed, tweaked and landed by Sam Weinig.
    
    Patch by Chris Fleizach <cfleizach at apple.com> on 2011-01-03
    WebKit2: Accessibility support (42130)
    <rdar://problem/7660629>
    
    * WebKitSystemInterface.h:
    * libWebKitSystemInterfaceLeopard.a:
    * libWebKitSystemInterfaceSnowLeopard.a:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74940 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 2ef2d90..dba3cc1 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-03  Chris Fleizach  <cfleizach at apple.com>
+
+        Reviewed, tweaked and landed by Sam Weinig.
+
+        WebKit2: Accessibility support (42130)
+        <rdar://problem/7660629>
+
+        * WebKitSystemInterface.h:
+        * libWebKitSystemInterfaceLeopard.a:
+        * libWebKitSystemInterfaceSnowLeopard.a:
+
 2011-01-02  Dan Bernstein  <mitz at apple.com>
 
         Rubber-stamped by Simon Fraser.
diff --git a/WebKitLibraries/WebKitSystemInterface.h b/WebKitLibraries/WebKitSystemInterface.h
index b593f39..edbfd4e 100644
--- a/WebKitLibraries/WebKitSystemInterface.h
+++ b/WebKitLibraries/WebKitSystemInterface.h
@@ -81,6 +81,16 @@ void WKAccessibilityHandleFocusChanged(void);
 AXUIElementRef WKCreateAXUIElementRef(id element);
 void WKUnregisterUniqueIdForElement(id element);
 
+
+#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
+// Remote Accessibility API.
+void WKAXRegisterRemoteApp(void);
+void WKAXInitializeElementWithPresenterPid(id, pid_t);
+CFDataRef WKAXRemoteTokenForElement(id);
+id WKAXRemoteElementForToken(CFDataRef);
+void WKAXInitializeRemoteElementWithWindow(id remoteElement, id window);
+#endif
+
 void WKSetUpFontCache(void);
 
 void WKSignalCFReadStreamEnd(CFReadStreamRef stream);
diff --git a/WebKitLibraries/libWebKitSystemInterfaceLeopard.a b/WebKitLibraries/libWebKitSystemInterfaceLeopard.a
index 42afe98..c562459 100644
Binary files a/WebKitLibraries/libWebKitSystemInterfaceLeopard.a and b/WebKitLibraries/libWebKitSystemInterfaceLeopard.a differ
diff --git a/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a b/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a
index 1ac278c..e0b7445 100644
Binary files a/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a and b/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a differ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list