summaryrefslogtreecommitdiffstats
path: root/chrome/browser/accessibility/dump_accessibility_tree_browsertest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Convert the remaining trivial tab_contents.h includes in chrome to use ↵jam@chromium.org2012-01-051-1/+1
| | | | | | | | | web_contents.h BUG=98716 Review URL: http://codereview.chromium.org/9113020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116548 0039d316-1c4b-4281-b951-d872f2087c98
* Replace most of Browser::GetSelectedTabContents calls into ↵jam@chromium.org2012-01-031-1/+1
| | | | | | | | | | | | Browser::GetSelectedWebContents. I've converted the easy ones, I'll do the ones with more dependencies in a separate change to keep things trivial to review. I considered taking out GetSelectedTabContents altogether and having people just use GetSelectedTabContentsWrapper()->web_contents() per the existing comment in browser.h, but there are a lot of callers and it seemed too long to type. BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/9015022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116122 0039d316-1c4b-4281-b951-d872f2087c98
* Move the PageNavigator interface and GlobalRequestID struct to ↵jam@chromium.org2011-12-281-2/+5
| | | | | | | | | | content\public and put them in the content namespace. Make PageNavigator use WebContents instead of TabContents. While I'm touching all the callers, I've removed the deprecated PageNavigator function and converted users to the new one. BUG=98716 TBR=joi Review URL: http://codereview.chromium.org/8991012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115858 0039d316-1c4b-4281-b951-d872f2087c98
* Initial addition of a11y test dump infrastructure.dtseng@chromium.org2011-12-211-0/+138
This patch adds some basic infrastructure to dump the contents of the platform specific BrowserAccessibility* trees. A subset of platform specific properties has not yet been added; the BrowserAccessibility::toString() will hold such a representation. For now, every node has it's contents dumped; we can possibly use the "id" html attribute to identify "test" nodes in the future. The BrowserTreeDumpTest class generates a baseline when one is found and compares it to the live tree resulting from loading html from chrome/test/data/accessibility. BUG=none TEST=none Review URL: http://codereview.chromium.org/8971006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115418 0039d316-1c4b-4281-b951-d872f2087c98