summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib/dom_mutation_observer.js
Commit message (Expand)AuthorAgeFilesLines
* Remove WebKit prefix from uses of MutationObserveradamk@chromium.org2013-06-271-4/+4
* Fix a bug in AddDomMutationObserver and WaitForDomNode automation hooks.craigdh@chromium.org2012-06-131-7/+23
* Fixed bug where DomMutationObserver failed to notice changes to only characte...craigdh@google.com2012-05-011-0/+2
* Fixed the DomMutationEvent PyAuto methods so that MutationObservers are only ...craigdh@chromium.org2012-04-201-17/+22
* Added an option to AddDomMutationObserver() to allow waiting until an arbitra...craigdh@google.com2012-04-191-13/+18
* Reduced complexity of AddDomEventObserver() hook by only accepting xpaths and...craigdh@chromium.org2012-04-181-91/+35
* Added a new PyAuto method WaitForDomNode() which allows tests to block until ...craigdh@chromium.org2012-04-171-2/+43
* Implement a DomMutationObserver hook to allow PyAuto to watch for changes to ...craigdh@chromium.org2012-04-101-0/+263