Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: third_party/iaccessible2/README.chromium

Issue 1521443002: Remove IAccessible2Proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: IAccessible2 COM interfaces for accessibility 1 Name: IAccessible2 COM interfaces for accessibility
2 Short Name: IAccessible2 2 Short Name: IAccessible2
3 URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccess ible2 3 URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccess ible2
4 Version: 1.3 4 Version: 1.3
5 License: BSD 5 License: BSD
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 This directory contains the IAccessible2 API, a set of COM interfaces 9 This directory contains the IAccessible2 API, a set of COM interfaces
10 that extend MSAA's IAccessible interface for improved Windows accessibility. 10 that extend MSAA's IAccessible interface for improved Windows accessibility.
11 It consists of a single file:
11 12
12 In addition, for clients using the IAccessible2 interfaces out of process, 13 ia2_api_all.idl
13 a module definition file is included for linking the COM proxy stub DLL.
14 This proxy DLL is needed to provide a description of the IAccessible2
15 interfaces to the default marshaller. This DLL is only registered and
16 used in testing.
17
18 Contents:
19 ia2_api_all.idl
20 Contains the IAccessible2 COM interfaces
21
22 IAccessible2Proxy.def
23 Module definition file for linking the proxy stub DLL
24 14
25 Local modifications: 15 Local modifications:
26 None. 16 None.
OLDNEW
« no previous file with comments | « third_party/iaccessible2/IAccessible2Proxy.def ('k') | third_party/iaccessible2/iaccessible2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698