Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove WebKit prefix from uses of MutationObserver | adamk@chromium.org | 2013-06-27 | 1 | -4/+4 |
* | Fix a bug in AddDomMutationObserver and WaitForDomNode automation hooks. | craigdh@chromium.org | 2012-06-13 | 1 | -7/+23 |
* | Fixed bug where DomMutationObserver failed to notice changes to only characte... | craigdh@google.com | 2012-05-01 | 1 | -0/+2 |
* | Fixed the DomMutationEvent PyAuto methods so that MutationObservers are only ... | craigdh@chromium.org | 2012-04-20 | 1 | -17/+22 |
* | Added an option to AddDomMutationObserver() to allow waiting until an arbitra... | craigdh@google.com | 2012-04-19 | 1 | -13/+18 |
* | Reduced complexity of AddDomEventObserver() hook by only accepting xpaths and... | craigdh@chromium.org | 2012-04-18 | 1 | -91/+35 |
* | Added a new PyAuto method WaitForDomNode() which allows tests to block until ... | craigdh@chromium.org | 2012-04-17 | 1 | -2/+43 |
* | Implement a DomMutationObserver hook to allow PyAuto to watch for changes to ... | craigdh@chromium.org | 2012-04-10 | 1 | -0/+263 |