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
*
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
*
Fix GetBrowserInfo() automation call on Chromeos.
nirnimesh@chromium.org
2011-03-11
1
-0
/
+2
*
Revert 77711 - Patch for http://codereview.chromium.org/6628023/
brettw@chromium.org
2011-03-10
1
-12
/
+3
*
Patch for http://codereview.chromium.org/6628023/
stevenjb@google.com
2011-03-10
1
-3
/
+12
*
Fix AutomationProvider from logging false errors by replacing the persistent
kkania@chromium.org
2011-03-10
5
-57
/
+26
*
autofill: Rename AutoFillProfile to AutofillProfile.
tfarina@chromium.org
2011-03-10
3
-33
/
+33
*
Add network testing automation hooks GetNetworkInfo() and ConnectToWifiNetwor...
dtu@chromium.org
2011-03-10
7
-15
/
+207
*
importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h].
tfarina@chromium.org
2011-03-09
2
-10
/
+10
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
Removing references to off the record in comments and log messages.
akalin@chromium.org
2011-03-08
2
-4
/
+4
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
10
-23
/
+23
*
importer: Pull ImporterHost::Observer out into its own header.
tfarina@chromium.org
2011-03-08
1
-6
/
+9
*
Rename IndexOfChild to GetIndexOf. Part 1
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
Convert ChromeDriver to use only the JSON automation interface.
kkania@chromium.org
2011-03-08
6
-93
/
+719
*
Cleanup: Use more specific friend struct / make destructors non-public for cl...
thestig@chromium.org
2011-03-07
2
-2
/
+4
*
autofill: Rename AutoFillType to AutofillType.
tfarina@chromium.org
2011-03-07
1
-4
/
+4
*
Move socket stream messages to content, in preparation for moving its dispatc...
jam@chromium.org
2011-03-05
1
-0
/
+1
*
Fixes bad code in WaitForProcessLauncherThreadToGoIdleObserver.
sky@chromium.org
2011-03-04
2
-0
/
+23
*
ui_tests: use proper API for getting tab title
evan@chromium.org
2011-03-04
1
-1
/
+1
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
autofill: Rename AutoFillField to AutofillField.
tfarina@chromium.org
2011-03-04
2
-6
/
+5
*
Add a NavigateToURL automation method which uses the JSON interface. Use it i...
kkania@chromium.org
2011-03-03
4
-26
/
+143
*
New automation hooks to get/set the thumbnail/menu modes for NTP sections.
nirnimesh@chromium.org
2011-03-03
2
-0
/
+165
*
Convert a few more methods to new Widget methods.
ben@chromium.org
2011-03-03
1
-2
/
+5
*
Split infobar_delegate.[cc,h] into separate pieces for the different classes ...
tfarina@chromium.org
2011-03-03
1
-5
/
+6
*
importer: Factor out StartImportingWithUI() function in its own file.
tfarina@chromium.org
2011-03-02
1
-1
/
+1
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
2
-2
/
+2
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-5
/
+2
[next]