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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify GetNTPInfo automation hook to return additional info about apps.
dennisjeffrey@google.com
2011-04-06
2
-26
/
+67
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
3
-3
/
+3
*
Remove extension automation support that was used only by CEEE.
joi@chromium.org
2011-04-06
11
-890
/
+1
*
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
*
Adds two Python/PyAuto functions, GetProxySettings() and SetProxySetting(), t...
dtu@chromium.org
2011-04-05
3
-0
/
+69
*
GetDownloadsInfo() should return an empty list in case DownloadManger isn't i...
nirnimesh@chromium.org
2011-04-04
1
-16
/
+11
*
apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-02
1
-2
/
+1
*
The lists of networks that GetNetworkInfo() returns now use the service paths...
dtu@chromium.org
2011-04-01
1
-17
/
+25
*
importer: Convert GetSourceProfileNameAt to string16.
tfarina@chromium.org
2011-04-01
1
-1
/
+1
*
Revert 80128 - apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-01
1
-1
/
+2
*
apps: Notify the user if an app's background page crashes.
sadrul@chromium.org
2011-04-01
1
-2
/
+1
*
Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea...
jam@chromium.org
2011-03-31
1
-1
/
+2
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
2
-16
/
+17
*
Modify GetExtensionsInfo automation hook to return permission information.
dennisjeffrey@google.com
2011-03-31
1
-0
/
+30
*
Allow webdriver users to choose between sending the key events when
timothe@chromium.org
2011-03-31
2
-58
/
+142
*
GTTF: Make automation provider recognize more IPC error conditions
phajdan.jr@chromium.org
2011-03-31
3
-5
/
+23
*
Rename URLRequestContextGetter::GetCookieStore() --> DONTUSEME_GetCookieStore...
eroman@chromium.org
2011-03-30
1
-6
/
+12
*
GetBatteryInfo() battery automation hook.
dtu@chromium.org
2011-03-30
3
-0
/
+39
*
Two sets of Autofill tests.
dyu@chromium.org
2011-03-29
1
-1
/
+6
*
iwyu: Cleanup in the following files:
jhawkins@chromium.org
2011-03-29
1
-0
/
+2
*
Send screenshots back to the client for debigging
jmikhail@google.com
2011-03-29
3
-26
/
+49
*
Fix for hook UninstallExtensionById, and PyAuto function to uninstall an app.
dennisjeffrey@google.com
2011-03-29
3
-15
/
+82
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-1
/
+1
*
When looking at this bug, I found at least the following issues:
scr@chromium.org
2011-03-28
3
-5
/
+7
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-28
2
-2
/
+2
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-3
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
7
-10
/
+10
*
Part2 of Convert ChromeDriver to use only the JSON automation interface.
kkania@chromium.org
2011-03-26
4
-24
/
+44
*
Return the full cookie details in TestingAutomationProvider and pass around
kkania@chromium.org
2011-03-26
3
-54
/
+143
*
ConnectToWifiNetwork() is now blocking.
dtu@chromium.org
2011-03-26
7
-96
/
+252
*
Fix a memory leak in the AutomationResourceMessageFilter while processing a r...
ananta@chromium.org
2011-03-25
1
-0
/
+1
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-24
4
-4
/
+4
*
Theme system cleanup
erg@google.com
2011-03-23
1
-1
/
+1
*
Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...
erg@google.com
2011-03-22
1
-2
/
+4
*
importer: Remove unneeded includes of importer_host.h
tfarina@chromium.org
2011-03-21
1
-2
/
+0
*
bookmarks: Rename AddGroup to AddFolder.
tfarina@chromium.org
2011-03-18
1
-2
/
+2
*
Autofill rename GetFieldText to GetInfo
dhollowa@chromium.org
2011-03-17
1
-2
/
+2
*
Reduce boxing and unboxing of AutofillFieldType
isherman@chromium.org
2011-03-17
1
-4
/
+4
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
2
-2
/
+2
*
Removed 'off the record' references from ExternalTabSettings and ProfileIODat...
vipul.bhasin@gmail.com
2011-03-17
1
-1
/
+1
*
Get rid of native autofill dialogs.
estade@chromium.org
2011-03-16
1
-2
/
+4
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
3
-182
/
+333
*
fav icon -> favicon. Pass 10: bookmarks
avi@chromium.org
2011-03-15
1
-1
/
+1
*
Some minor sync cleanup and aftermath. Mostly just removing unused headers an...
andybons@chromium.org
2011-03-15
1
-0
/
+1
*
Use async connect and set primitives from libcros.
stevenjb@google.com
2011-03-14
1
-2
/
+13
*
Remove Gears from Chrome.
aa@chromium.org
2011-03-11
1
-6
/
+0
*
Coverity PASS_BY_VALUE bug fixes
dpapad@chromium.org
2011-03-11
4
-16
/
+19
*
Login and screen locker automation hooks. These are now all directly usable i...
dtu@chromium.org
2011-03-11
5
-23
/
+76
*
Add in DOMBrowser
sadrul@chromium.org
2011-03-11
1
-1
/
+1
[next]