summaryrefslogtreecommitdiffstats
path: root/third_party/isimpledom/README.chromium
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 13:39:20 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-07 13:39:20 +0000
commit55b9d8ef1021e031bc52cbc050a43b924223be64 (patch)
tree70112350527797292d59d87532b3ed88769c3c35 /third_party/isimpledom/README.chromium
parent699701fa348164f6506068842a322d3d9b479941 (diff)
downloadchromium_src-55b9d8ef1021e031bc52cbc050a43b924223be64.zip
chromium_src-55b9d8ef1021e031bc52cbc050a43b924223be64.tar.gz
chromium_src-55b9d8ef1021e031bc52cbc050a43b924223be64.tar.bz2
Add Mozilla's ISimpleDOM COM interfaces, which are needed
in order to fully support Windows screenreaders. Note: it makes sense to check these files into third_party directly (rather than pull from Mozilla's repository) because (1) they're very small (under 500 lines total), and (2) they're stable and unlikely to change frequently. BUG=48185 TEST=none Review URL: http://codereview.chromium.org/2802031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/isimpledom/README.chromium')
-rw-r--r--third_party/isimpledom/README.chromium16
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/isimpledom/README.chromium b/third_party/isimpledom/README.chromium
new file mode 100644
index 0000000..4f320e7
--- /dev/null
+++ b/third_party/isimpledom/README.chromium
@@ -0,0 +1,16 @@
+Name: ISimpleDOM COM interfaces for accessibility
+URL: http://www.mozilla.org/access/windows/at-apis
+License: MPL 1.1/GPL 2.0/LGPL 2.1
+
+Description:
+ This directory contains the ISimpleDOM API, which is needed
+ in order to fully support Windows screenreaders. The definitions
+ come directly from the Mozilla source repository, and consists of the
+ following files:
+
+ ISimpleDOMDocument.idl
+ ISimpleDOMNode.idl
+ ISimpleDOMText.idl
+
+Local modifications:
+ None.