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
*
Allow PyAuto to install unpacked extensions.
dtu@chromium.org
2011-08-02
1
-7
/
+11
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
1
-3
/
+4
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Move save stuff from download helper back to TabContents. This is a revert of...
jam@chromium.org
2011-07-18
1
-6
/
+2
*
Move the save file code from chrome to content. This is just a file move so t...
jam@chromium.org
2011-07-14
1
-1
/
+1
*
Wholesale move of debugger sources to content.
joi@chromium.org
2011-06-29
1
-1
/
+1
*
Move GetVersionStringModifier() and GetChannel() from platform_util_* to chro...
haraken@google.com
2011-06-24
1
-1
/
+0
*
Start refractoring extension permissions into ExtensionPermissionSet.
jstritar@chromium.org
2011-06-23
1
-0
/
+2
*
Revert 88809 - Make AutomationProvider use IPC::SyncChannel. It appears that...
jam@chromium.org
2011-06-13
1
-7
/
+3
*
Make AutomationProvider use IPC::SyncChannel. It appears that sync messages ...
jam@chromium.org
2011-06-13
1
-3
/
+7
*
Remove g_browser_process dependency from content. Also make all the SyncChan...
jam@chromium.org
2011-06-13
1
-3
/
+2
*
Get URLRequestContext from the profile attached to the automation provider, n...
mirandac@chromium.org
2011-06-10
1
-10
/
+1
*
Move most of the core SSL code from chrome to content. The UI code that's sp...
jam@chromium.org
2011-06-03
1
-1
/
+1
*
Automation: fix chrome/browser dependency on chrome/test headers.
phajdan.jr@chromium.org
2011-06-02
1
-3
/
+0
*
Part 2 of downloads data flow refactor.
ahendrickson@chromium.org
2011-05-23
1
-1
/
+1
*
Cleanup: Remove unneeded includes of download_shelf.h
tfarina@chromium.org
2011-05-20
1
-1
/
+0
*
Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...
jam@chromium.org
2011-05-19
1
-7
/
+12
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
1
-4
/
+4
*
Add histograms to understand why so many CRX installs fail in the field.
skerner@chromium.org
2011-05-09
1
-0
/
+2
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
1
-4
/
+4
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
1
-4
/
+4
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
1
-4
/
+4
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
1
-4
/
+4
*
automation: Rename AutomationAutocompleteEditTracker to AutomationOmniboxTrac...
tfarina@chromium.org
2011-05-04
1
-3
/
+2
*
Allow tests to connect to Chrome over the named testing interface as any user...
dtu@chromium.org
2011-05-03
1
-2
/
+9
*
Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...
battre@chromium.org
2011-05-03
1
-0
/
+4
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
1
-2
/
+1
*
Move a few Chrome messages out of RenderViewHost. I added ChromeRenderViewHo...
jam@chromium.org
2011-04-28
1
-1
/
+3
*
Move blocked content from TabContents to TabContentsWrapper.
avi@chromium.org
2011-04-22
1
-1
/
+0
*
[Extensions] Make ExtensionService not be ref-counted
akalin@chromium.org
2011-04-20
1
-3
/
+3
*
More TabStripModel renaming:
sky@chromium.org
2011-04-18
1
-1
/
+1
*
Move json_value_serializer to content\common since it's used by code in conte...
jam@chromium.org
2011-04-16
1
-1
/
+1
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
1
-2
/
+2
*
Move save package to TCW from TC.
avi@chromium.org
2011-04-08
1
-2
/
+6
*
New notification sent when extension uninstall is not allowed.
dennisjeffrey@google.com
2011-04-07
1
-1
/
+1
*
Detect download errors.
ahendrickson@chromium.org
2011-04-07
1
-0
/
+1
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-06
1
-1
/
+1
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-1
/
+1
*
Remove extension automation support that was used only by CEEE.
joi@chromium.org
2011-04-06
1
-79
/
+0
*
Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...
cmp@chromium.org
2011-04-06
1
-1
/
+1
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-05
1
-1
/
+1
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
1
-4
/
+5
*
GTTF: Make automation provider recognize more IPC error conditions
phajdan.jr@chromium.org
2011-03-31
1
-3
/
+12
*
ConnectToWifiNetwork() is now blocking.
dtu@chromium.org
2011-03-26
1
-1
/
+3
*
importer: Remove unneeded includes of importer_host.h
tfarina@chromium.org
2011-03-21
1
-2
/
+0
*
Fix AutomationProvider from logging false errors by replacing the persistent
kkania@chromium.org
2011-03-10
1
-1
/
+0
*
Add network testing automation hooks GetNetworkInfo() and ConnectToWifiNetwor...
dtu@chromium.org
2011-03-10
1
-6
/
+20
*
importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h].
tfarina@chromium.org
2011-03-09
1
-9
/
+9
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
1
-1
/
+1
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-6
/
+6
[next]