| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|