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_provider.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...
jam@chromium.org
2012-01-20
1
-1
/
+0
*
Rename TabContentsView to WebContentsView and move to content/public.
joi@chromium.org
2012-01-18
1
-2
/
+2
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-2
/
+2
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-14
/
+13
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-12
/
+14
*
Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...
jam@chromium.org
2012-01-03
1
-1
/
+1
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-15
/
+15
*
Add more per-tab preferences.
mnaganov@chromium.org
2011-12-29
1
-1
/
+2
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-4
/
+5
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-1
/
+0
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-2
/
+2
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-2
/
+2
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-2
/
+3
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
1
-1
/
+0
*
Reverting this revert, since it does not seem to have caused the breakage.
finnur@chromium.org
2011-12-14
1
-2
/
+6
*
Reverting half the checkins that are suspected of breaking the world.
finnur@chromium.org
2011-12-14
1
-6
/
+2
*
Extra logging for unhandled automation messages.
nkostylev@chromium.org
2011-12-14
1
-2
/
+6
*
Define DevTools content API
yurys@chromium.org
2011-12-01
1
-1
/
+0
*
base::Bind: Convert automation_provider.cc.
jhawkins@chromium.org
2011-11-23
1
-85
/
+63
*
This split will facilitate testing DownloadQuery and other users of DownloadI...
benjhayden@chromium.org
2011-11-21
1
-8
/
+8
*
Remove some unnecessary includes of view_messages.h.
jam@chromium.org
2011-11-17
1
-1
/
+0
*
[cros] Remove Views implementation for login/OOBE.
nkostylev@chromium.org
2011-11-09
1
-1
/
+1
*
Don't return error from EndTracing when there are no events.
jbates@chromium.org
2011-11-07
1
-7
/
+8
*
Remove needless include of the content/browser/render_process_host.h header f...
ananta@chromium.org
2011-11-04
1
-1
/
+0
*
Refactor loading out of ExtensionService.
yoz@chromium.org
2011-11-02
1
-2
/
+7
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
add Begin/EndTracing to AutomationProxy. This adds the necessary wiring and I...
jbates@chromium.org
2011-10-25
1
-0
/
+51
*
Remove unnecessary dependencies on Autofill.
isherman@chromium.org
2011-10-25
1
-1
/
+0
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
*
Refactor ExtensionTabUtil-namespaced functions into their own file.
miket@chromium.org
2011-09-27
1
-1
/
+1
*
Removed the sending of the following content IPC messages out of chrome and r...
ananta@chromium.org
2011-09-19
1
-4
/
+3
*
Cleanup AutomationProviderList to fix shutdown crashes on ChromeOS auto tests
stevenjb@google.com
2011-09-16
1
-4
/
+1
*
[chromeos] Add log messages to track problems with automation connection
nirnimesh@chromium.org
2011-09-15
1
-0
/
+3
*
Preliminary work to allow Chrome to build with USE_AURA.
ben@chromium.org
2011-09-06
1
-2
/
+2
*
[chromeos] Automation should wait for webui login only in login manager mode
nirnimesh@chromium.org
2011-09-03
1
-1
/
+7
*
Automation support for webui login on chromeos
nirnimesh@chromium.org
2011-09-02
1
-4
/
+19
*
Remove extensions code from download code. The delegate and other users in Ch...
jam@chromium.org
2011-08-23
1
-2
/
+0
*
Add the functionality to inject JavaScript into ExtensionHosts.
frankf@google.com
2011-08-23
1
-0
/
+2
*
This patch caused Chrome to be unable to load any web pages on Chrome OS.
satorux@chromium.org
2011-08-23
1
-2
/
+1
*
Reland 97557; Original review at: http://codereview.chromium.org/7648053
kkania@chromium.org
2011-08-22
1
-1
/
+4
*
Revert 97557 - [chromedriver] Add chrome.detach option for configuring Chrome...
nirnimesh@chromium.org
2011-08-22
1
-4
/
+1
*
Revert 97569 - Add the functionality to inject JavaScript into ExtensionHosts.
nirnimesh@chromium.org
2011-08-22
1
-2
/
+0
*
Add the functionality to inject JavaScript into ExtensionHosts.
frankf@chromium.org
2011-08-20
1
-0
/
+2
*
[chromedriver] Add chrome.detach option for configuring Chrome not to quit
kkania@chromium.org
2011-08-20
1
-1
/
+4
*
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...
ananta@chromium.org
2011-08-19
1
-1
/
+1
*
Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS
jamescook@chromium.org
2011-08-19
1
-1
/
+2
*
Move the core download files to content.
jam@chromium.org
2011-08-15
1
-1
/
+1
*
Profiles: Clear all BROWSER_OPENED usage
erg@google.com
2011-08-12
1
-1
/
+1
[next]