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
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
7
-0
/
+9
*
Move some Autofill processing logic on form submit to a background thread.
isherman@chromium.org
2011-11-01
4
-168
/
+294
*
Roll libjingle 88:92
sergeyu@chromium.org
2011-11-01
1
-1
/
+1
*
External autofill delegates.
jrg@chromium.org
2011-10-29
5
-2
/
+205
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
8
-17
/
+18
*
Reduce visibility of methods in AutofillManager and AutofillDownload.
isherman@chromium.org
2011-10-28
5
-138
/
+76
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
1
-1
/
+1
*
Make test URLFetcher implementations not derive from the URLFetcher implement...
jam@chromium.org
2011-10-26
1
-2
/
+2
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-5
/
+4
*
Remove unnecessary dependencies on Autofill.
isherman@chromium.org
2011-10-25
1
-1
/
+0
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
4
-19
/
+20
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
3
-9
/
+12
*
Fix an Autofill crash caused by accessing the g_browser_process on the DB thr...
isherman@chromium.org
2011-10-22
8
-17
/
+66
*
Don't pass around ScopedVectors(), prefer passing std::vector instead.
isherman@chromium.org
2011-10-21
9
-34
/
+36
*
Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...
maruel@chromium.org
2011-10-21
9
-36
/
+34
*
Don't pass around ScopedVectors(), prefer passing std::vector instead.
isherman@chromium.org
2011-10-21
9
-34
/
+36
*
Clean up phone_number_i18n code.
isherman@chromium.org
2011-10-19
3
-181
/
+57
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
2
-8
/
+9
*
Autofill: Add "U.S.A." as a variant spelling for the United States.
isherman@chromium.org
2011-10-19
1
-0
/
+1
*
Eschew Autofill crash if requested variant is unavailable for filling.
isherman@chromium.org
2011-10-19
2
-4
/
+30
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
2
-11
/
+13
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
3
-22
/
+22
*
base/win: small improvement to RegKey API.
tfarina@chromium.org
2011-10-18
1
-2
/
+2
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Fix for 97741: AutofillDownloadManager should not use deprecated GetDefaultRe...
georgey@chromium.org
2011-10-17
2
-70
/
+42
*
Suppress flaky auto-fill test: AutofillTest.AutofillFormWithNonAutofillableF...
twiz@chromium.org
2011-10-13
1
-1
/
+11
*
Pass some params by const-reference, not const-pointer
isherman@chromium.org
2011-10-12
1
-9
/
+9
*
Fix up Autofill GUID computation to support multiple AddressBook addresses in...
isherman@chromium.org
2011-10-10
2
-37
/
+61
*
Remove FieldTypeSubGroups from the AutofillType class.
isherman@chromium.org
2011-10-07
9
-203
/
+74
*
When Autofilling a non-default variant for a multi-valued profile field, use ...
isherman@chromium.org
2011-10-07
3
-100
/
+118
*
Revert 104383 - Remove FieldTypeSubGroups from the AutofillType class.
tim@chromium.org
2011-10-06
9
-74
/
+203
*
Remove FieldTypeSubGroups from the AutofillType class.
isherman@chromium.org
2011-10-06
9
-203
/
+74
*
[Mac] Autofill: Avoid aggregating duplicates of AddressBook profiles
isherman@chromium.org
2011-10-05
3
-2
/
+78
*
Move a bunch of non-shared methods out of the FormGroup class.
isherman@chromium.org
2011-10-05
8
-193
/
+46
*
Don't show the "Save credit card for Autofill?" infobar unnecessarily.
isherman@chromium.org
2011-10-04
6
-49
/
+116
*
autofill: Include iosfwd in some header files.
tfarina@chromium.org
2011-10-02
4
-2
/
+6
*
more content exports needed for unit_tests and browser_tests.
dpranke@chromium.org
2011-09-30
1
-2
/
+2
*
Move infobar handling to a tab helper.
avi@chromium.org
2011-09-30
6
-17
/
+23
*
Autofill: Support 'full names' that are lacking a first or a middle name.
isherman@chromium.org
2011-09-29
4
-38
/
+95
*
Autofill: Ignore gift cards when filling credit card info
isherman@chromium.org
2011-09-28
4
-3
/
+17
*
Autofill: Recognize <select> fields as viable options for combined credit car...
isherman@chromium.org
2011-09-27
1
-2
/
+5
*
Autofill: Expand the "name on card" regex a little further.
isherman@chromium.org
2011-09-27
1
-1
/
+1
*
GTTF: Remove super-flaky ui_test_utils functions and fix callers.
phajdan.jr@chromium.org
2011-09-27
1
-1
/
+5
*
Update Autofill renderer code to ignore non-Autofillable fields in some addit...
isherman@chromium.org
2011-09-27
1
-28
/
+72
*
Autofill should prompt to save credit card info even when no name is present ...
isherman@chromium.org
2011-09-27
2
-6
/
+5
*
Expand Autofill's "name on card" regex to cover walmart.com's checkout form.
isherman@chromium.org
2011-09-27
1
-1
/
+1
*
Coverity: Fix uninitialized member variables.
kmadhusu@chromium.org
2011-09-27
1
-1
/
+3
*
AutofillMergeTest doesn't need scoped_ptr for PersonalDataManager mock
dhollowa@chromium.org
2011-09-26
1
-7
/
+5
*
Profile shouldn't own PersonalDataManager
dhollowa@chromium.org
2011-09-23
10
-69
/
+213
*
Update OnURLFetchComplete() to use new params in AutofillDownloadManager.
skerner@chromium.org
2011-09-23
3
-56
/
+36
[next]