Home | History | Annotate | only in /external/chromium_org/third_party/isimpledom
Up to higher level directory
NameDateSize
BUILD.gn05-Aug-2015465
isimpledom.gyp05-Aug-20151.1K
ISimpleDOMDocument.idl05-Aug-20156.8K
ISimpleDOMNode.idl05-Aug-201511.9K
ISimpleDOMText.idl05-Aug-20155.6K
LICENSE05-Aug-20151.7K
OWNERS05-Aug-201564
README.chromium05-Aug-2015553

README.chromium

      1 Name: ISimpleDOM COM interfaces for accessibility
      2 Short Name: ISimpleDOM
      3 URL: http://developer.mozilla.org/en-US/docs/Accessibility/AT-APIs
      4 Version: unknown
      5 License: MPL 1.1/GPL 2.0/LGPL 2.1
      6 Security Critical: yes
      7 
      8 Description:
      9   This directory contains the ISimpleDOM API, which is needed
     10   in order to fully support Windows screenreaders.  The definitions
     11   come directly from the Mozilla source repository, and consists of the
     12   following files:
     13 
     14     ISimpleDOMDocument.idl
     15     ISimpleDOMNode.idl
     16     ISimpleDOMText.idl
     17 
     18 Local modifications:
     19   None.
     20