index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
automation
/
automation_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename PrintPreviewTabController to PrintPreviewDialogController; Rename Brow...
thestig@chromium.org
2012-12-19
1
-3
/
+3
*
Remove TabContents from printing.
avi@chromium.org
2012-12-06
1
-14
/
+12
*
Remove GetExtensionService calls and replace with PKSF calls through the Exte...
mirandac@chromium.org
2012-11-30
1
-1
/
+2
*
Remove tabstrip wrappers in browser_tabstrip.
avi@chromium.org
2012-11-20
1
-1
/
+3
*
Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...
mirandac@chromium.org
2012-10-24
1
-1
/
+2
*
Enables us to setproxysettings through the chromeos options UI and have it pr...
beeps@chromium.org
2012-09-18
1
-0
/
+53
*
Switch SessionTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-12
1
-6
/
+11
*
RestoreTabHelper > SessionTabHelper, move more session stuff into it.
avi@chromium.org
2012-08-30
1
-4
/
+4
*
Added webdriver support for App v2.
danhn@chromium.org
2012-08-13
1
-1
/
+6
*
Move CanonicalCookie into separate files
battre@chromium.org
2012-07-18
1
-4
/
+5
*
Remove the force_session cookie option, as it's not used anymore
jochen@chromium.org
2012-07-11
1
-2
/
+2
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-3
/
+4
*
TabContentsWrapper -> TabContents, part 6.
avi@chromium.org
2012-06-08
1
-11
/
+12
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-3
/
+3
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-4
/
+4
*
Remove EPM:all_hosts_ and use all_extension_views_ instead.
benwells@chromium.org
2012-04-26
1
-10
/
+12
*
Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .
erikwright@chromium.org
2012-03-15
1
-2
/
+2
*
Add print preview constrained windows to the list of views that WebDriver can
kkania@chromium.org
2012-03-08
1
-0
/
+15
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-0
/
+1
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
1
-2
/
+2
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-1
/
+1
*
Cleanup extension permissions module.
jstritar@chromium.org
2012-01-06
1
-1
/
+2
*
Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.
jam@chromium.org
2012-01-04
1
-10
/
+10
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-4
/
+5
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-2
/
+2
*
Have ChromeDriver return the correct error code for alerts.
kkania@chromium.org
2011-12-16
1
-2
/
+2
*
Remove unused view_type determination code from automation_util.cc.
kkania@chromium.org
2011-12-07
1
-15
/
+0
*
Allow AutomationProvider to work with other render view containers besides
kkania@chromium.org
2011-12-05
1
-0
/
+173
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-1
/
+1
*
CookieMonster: Store expiration time also for session cookies.
marja@chromium.org
2011-11-10
1
-1
/
+1
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
1
-1
/
+0
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
base::Bind: Cleanup in automation.
jhawkins@chromium.org
2011-10-17
1
-19
/
+15
*
Third try at committing this.
erikwright@chromium.org
2011-09-13
1
-1
/
+1
*
Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...
erikwright@chromium.org
2011-09-09
1
-1
/
+1
*
Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...
erikwright@chromium.org
2011-09-09
1
-1
/
+1
*
Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...
estade@chromium.org
2011-09-09
1
-1
/
+1
*
Finalize a CL originally by departed intern ycxiao@ that detaches the loading...
erikwright@chromium.org
2011-09-08
1
-1
/
+1
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
1
-1
/
+1
*
In chromedriver, do not hang when an alert becomes active during an action.
kkania@chromium.org
2011-07-25
1
-0
/
+11
*
Apply the asynchronous CookieMonster API to AutomationUtil.
ycxiao@chromium.org
2011-07-18
1
-14
/
+40
*
Remove Value::GetAsInteger() calls.
yusukes@google.com
2011-05-05
1
-4
/
+1
*
MAC Cookies (patch 1 of N)
abarth@chromium.org
2011-04-30
1
-1
/
+9
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
1
-0
/
+1
*
Don't hold the installed app in BrowserProcessRenderHost, since that's in con...
jam@chromium.org
2011-04-23
1
-19
/
+12
*
Move BrowserRenderProcessHost to content. It should have been moved earlier.
jam@chromium.org
2011-04-19
1
-1
/
+1
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
1
-12
/
+12
*
Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...
eroman@chromium.org
2011-03-30
1
-6
/
+12
[next]