summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_tab_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Delete Automation[Tab/Renderer]Helper and fix users.kkania@chromium.org2013-05-241-139/+0
* Remove straggling TabContents references.avi@chromium.org2012-12-141-2/+2
* Move WebContentsUserData to content/public/browser.joi@chromium.org2012-10-091-4/+4
* Revert "Revert 159158 - Make using WebContentsUserData simpler."avi@chromium.org2012-09-281-2/+1
* Revert 159158 - Make using WebContentsUserData simpler.dharani@google.com2012-09-281-1/+2
* Make using WebContentsUserData simpler.avi@chromium.org2012-09-271-2/+1
* Switch AutomationTabHelper to use WebContentsUserData.avi@chromium.org2012-09-261-2/+7
* Add RenderViewHost* to DidStartLoading and DidStopLoading intburkard@chromium.org2012-07-231-2/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add renderer process support in PyAuto HeapProfilerDump API.dmikurube@chromium.org2012-04-271-1/+6
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-1/+1
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-9/+5
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-3/+3
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-151-5/+5
* Re-land 107645 with static initializer removed.kkania@chromium.org2011-10-281-0/+14
* Revert 107645 (To see if it was responsible for increase in static initialize...eroman@chromium.org2011-10-271-14/+0
* Fix test snapshotting on linux by creating a separate automation path forkkania@chromium.org2011-10-271-0/+14
* Use TabContentsObserver to monitor web navigation events instead of notificat...jochen@chromium.org2011-04-141-1/+1
* Add argument to match overridden method. Fixes clang.kkania@chromium.org2011-04-071-2/+2
* Adds TabContents/RenderView observers for automation/testing messages.kkania@chromium.org2011-04-071-0/+119