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
/
autofill
Commit message (
Expand
)
Author
Age
Files
Lines
*
autofill: Rename AutoFillField to AutofillField.
tfarina@chromium.org
2011-03-04
26
-310
/
+310
*
Rename "Zip Code" to "ZIP code" in Autofill preferences.
isherman@chromium.org
2011-03-03
1
-1
/
+1
*
Split infobar_delegate.[cc,h] into separate pieces for the different classes ...
tfarina@chromium.org
2011-03-03
1
-1
/
+1
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
Chrome crashes on migration of Autofill data with country "UK"
dhollowa@chromium.org
2011-03-02
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-3
/
+3
*
autofill: Rename AutoFillFieldType to AutofillFieldType.
tfarina@chromium.org
2011-03-01
31
-133
/
+133
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Layout changes for InfoBarView and subclasses:
pkasting@chromium.org
2011-03-01
4
-198
/
+0
*
Fix icu header paths in autofill_country.cc
isherman@chromium.org
2011-03-01
1
-4
/
+4
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
autofill: Rename AutoFillCountry to AutofillCountry.
tfarina@chromium.org
2011-03-01
5
-71
/
+74
*
Add UMA metric for number of autofill profiles
isherman@chromium.org
2011-03-01
5
-12
/
+108
*
autofill: Rename AutoFillMetrics to AutofillMetrics.
tfarina@chromium.org
2011-03-01
10
-143
/
+143
*
Cleanup:
pkasting@chromium.org
2011-02-28
1
-8
/
+14
*
autofill: Rename AutoFillDownloadManager to AutofillDownloadManager.
tfarina@chromium.org
2011-02-28
5
-82
/
+82
*
Fix a memory leak introduced by autofill country/ICU changes
isherman@chromium.org
2011-02-26
1
-2
/
+4
*
Autofill Coverity issue termination of loop
dhollowa@chromium.org
2011-02-26
1
-1
/
+2
*
Autofill i18n: Set postal code and state field labels based on the selected c...
isherman@chromium.org
2011-02-25
12
-320
/
+821
*
Fix changes from r75314 to preserve the prevailing pattern of "(expected, act...
pkasting@chromium.org
2011-02-25
4
-10
/
+10
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #2
phajdan.jr@chromium.org
2011-02-25
2
-4
/
+0
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
2
-4
/
+4
*
Cleanup:
pkasting@chromium.org
2011-02-24
1
-14
/
+7
*
Integrate gfx::Image into the ResourceBundle.
rsesek@chromium.org
2011-02-22
1
-0
/
+1
*
Changed parsing code for the phonenumbers fields to incorporate different com...
georgey@chromium.org
2011-02-18
6
-107
/
+271
*
Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...
rsesek@chromium.org
2011-02-17
5
-13
/
+13
*
Make TabContentsObserver handle registration automatically, as well as exposi...
jam@chromium.org
2011-02-17
2
-34
/
+17
*
Clean up Autofill address code.
isherman@chromium.org
2011-02-17
6
-193
/
+57
*
Autofill cleanup of labels
dhollowa@chromium.org
2011-02-15
15
-233
/
+156
*
Even more test cleanup. Some fixes to non-test code that's regressed.
erg@google.com
2011-02-15
2
-841
/
+0
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #1
phajdan.jr@chromium.org
2011-02-15
5
-2
/
+15
*
More test out-of-lining.
erg@google.com
2011-02-14
2
-0
/
+4
*
Pull in a named constant from WebKit
isherman@chromium.org
2011-02-14
1
-5
/
+2
*
Remove interactive test aspects from FormStructureBrowserTest.DataDrivenHeuri...
isherman@chromium.org
2011-02-11
2
-14
/
+2
*
Autofill doesn't fill months properly if they are not zero-padded
dhollowa@chromium.org
2011-02-11
4
-12
/
+188
*
Disable FormStructureBrowserTest.DataDrivenHeuristics
isherman@chromium.org
2011-02-11
1
-1
/
+2
*
Reenable FormStructureBrowserTest.DataDrivenHeuristics for debugging
isherman@chromium.org
2011-02-11
1
-2
/
+1
*
Disable FormStructureBrowserTest.DataDrivenHeuristics for now.
isherman@chromium.org
2011-02-10
1
-7
/
+8
*
Add logging to FormStructureBrowserTest.DataDrivenHeuristics
isherman@chromium.org
2011-02-10
1
-1
/
+7
*
Hopefully fix FormStructureBrowserTest.DataDrivenHeuristics on 'Win' full bui...
isherman@chromium.org
2011-02-10
1
-8
/
+2
*
Reorganized phone field parsing, fixing parsing for fax numbers in the proces...
georgey@chromium.org
2011-02-09
10
-208
/
+295
*
Disable FormStructureBrowserTest.DataDrivenHeuristics on Windows
isherman@chromium.org
2011-02-09
1
-1
/
+7
*
Fix key identifier conversion.
bryeung@chromium.org
2011-02-09
1
-1
/
+1
*
Use-after-free in PersonalDataManager destructor on Mac OS
dhollowa@chromium.org
2011-02-09
1
-0
/
+14
*
Misc. cleanup bits I missed in my last pass.
pkasting@chromium.org
2011-02-09
1
-4
/
+0
*
Add a data-driven unit test to validate autofill profile merging during aggre...
isherman@chromium.org
2011-02-09
9
-256
/
+676
*
Cleanup:
pkasting@chromium.org
2011-02-08
1
-3
/
+2
*
Enable AutoFill crowdsourcing for Chromium builds as well.
isherman@chromium.org
2011-02-05
3
-18
/
+1
[next]