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-08-31 02:47:59 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-31 02:47:59 +0000
commit3ad594ae4c38b057303eeb90d7e601a99d38a7c0 (patch)
tree9764b742abc61b3dbe4d4fa1733077153d3c4576 /third_party/isimpledom/README.chromium
parent8107004fbfe9f7ea4be59f6620273c1206c12f42 (diff)
downloadchromium_src-3ad594ae4c38b057303eeb90d7e601a99d38a7c0.zip
chromium_src-3ad594ae4c38b057303eeb90d7e601a99d38a7c0.tar.gz
chromium_src-3ad594ae4c38b057303eeb90d7e601a99d38a7c0.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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51710 Review URL: http://codereview.chromium.org/2802031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/isimpledom/README.chromium')
-rw-r--r--third_party/isimpledom/README.chromium15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/isimpledom/README.chromium b/third_party/isimpledom/README.chromium
new file mode 100644
index 0000000..3fadd8b
--- /dev/null
+++ b/third_party/isimpledom/README.chromium
@@ -0,0 +1,15 @@
+Name: ISimpleDOM COM interfaces for accessibility
+URL: http://www.mozilla.org/access/windows/at-apis
+
+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.