OSDN Git Service

MSHTML NVDAObject: make the HTMLNodeName and HTMLNodeUniqueNumber properties be...
authorMichael Curran <mick@kulgan.net>
Thu, 16 Jun 2011 04:24:42 +0000 (14:24 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 16 Jun 2011 04:24:42 +0000 (14:24 +1000)
commit15ab77a3ad72654ee80c8e729ca71804ab96277f
tree19565be7e70cf89fb86885fd8281c1294a3dbd23
parent8a3516b87c42d04a033b11cb7455edb0ebf9a8ff
MSHTML NVDAObject:  make the HTMLNodeName and HTMLNodeUniqueNumber properties be cached for the lifetime of the object, not just the current core cycle. also  replace one last missed use of self.HTMLNode.nodeName with self.HTMLNodeName. These changes do provide a small speed improvement for MSHTML.
source/NVDAObjects/IAccessible/MSHTML.py