Home | History | Annotate | only in /external/chromium_org/third_party/isimpledom
Up to higher level directory
NameDateSize
BUILD.gn04-Nov-2014465
isimpledom.gyp04-Nov-20141.1K
ISimpleDOMDocument.idl04-Nov-20146.8K
ISimpleDOMNode.idl04-Nov-201411.9K
ISimpleDOMText.idl04-Nov-20145.6K
LICENSE04-Nov-20141.7K
OWNERS04-Nov-201464
README.chromium04-Nov-2014553

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