summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename PrintPreviewTabController to PrintPreviewDialogController; Rename Brow...thestig@chromium.org2012-12-191-3/+3
* Remove TabContents from printing.avi@chromium.org2012-12-061-14/+12
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-301-1/+2
* Remove tabstrip wrappers in browser_tabstrip.avi@chromium.org2012-11-201-1/+3
* Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...mirandac@chromium.org2012-10-241-1/+2
* Enables us to setproxysettings through the chromeos options UI and have it pr...beeps@chromium.org2012-09-181-0/+53
* Switch SessionTabHelper to use WebContentsUserData.avi@chromium.org2012-09-121-6/+11
* RestoreTabHelper > SessionTabHelper, move more session stuff into it.avi@chromium.org2012-08-301-4/+4
* Added webdriver support for App v2.danhn@chromium.org2012-08-131-1/+6
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-4/+5
* Remove the force_session cookie option, as it's not used anymorejochen@chromium.org2012-07-111-2/+2
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-3/+4
* TabContentsWrapper -> TabContents, part 6.avi@chromium.org2012-06-081-11/+12
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-3/+3
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-4/+4
* Remove EPM:all_hosts_ and use all_extension_views_ instead.benwells@chromium.org2012-04-261-10/+12
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-2/+2
* Add print preview constrained windows to the list of views that WebDriver cankkania@chromium.org2012-03-081-0/+15
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+2
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-1/+1
* Cleanup extension permissions module.jstritar@chromium.org2012-01-061-1/+2
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-10/+10
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-4/+5
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-2/+2
* Have ChromeDriver return the correct error code for alerts.kkania@chromium.org2011-12-161-2/+2
* Remove unused view_type determination code from automation_util.cc.kkania@chromium.org2011-12-071-15/+0
* Allow AutomationProvider to work with other render view containers besideskkania@chromium.org2011-12-051-0/+173
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* CookieMonster: Store expiration time also for session cookies.marja@chromium.org2011-11-101-1/+1
* Remove needless include of the content/browser/render_process_host.h header f...ananta@chromium.org2011-11-041-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-171-19/+15
* Third try at committing this.erikwright@chromium.org2011-09-131-1/+1
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-1/+1
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-1/+1
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-1/+1
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-1/+1
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-1/+1
* In chromedriver, do not hang when an alert becomes active during an action.kkania@chromium.org2011-07-251-0/+11
* Apply the asynchronous CookieMonster API to AutomationUtil.ycxiao@chromium.org2011-07-181-14/+40
* Remove Value::GetAsInteger() calls.yusukes@google.com2011-05-051-4/+1
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-301-1/+9
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-0/+1
* Don't hold the installed app in BrowserProcessRenderHost, since that's in con...jam@chromium.org2011-04-231-19/+12
* Move BrowserRenderProcessHost to content. It should have been moved earlier.jam@chromium.org2011-04-191-1/+1
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-12/+12
* Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...eroman@chromium.org2011-03-301-6/+12