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 filling billing address and company name from profile.
dhollowa@chromium.org
2010-05-14
7
-66
/
+220
*
Form AutoFill Phone number should be displayed as xxx-xxx-xxxx
dhollowa@chromium.org
2010-05-14
11
-165
/
+477
*
AutoFill heuristics extended to include multiple separator characters.
dhollowa@chromium.org
2010-05-13
2
-4
/
+39
*
gtk: Don't set the GDK_WINDOW_TYPE_HINT_NORMAL hint on the AutoFill dialog
jhawkins@chromium.org
2010-05-11
1
-2
/
+0
*
gtk: Delay load the AutoFill profiles and credit cards.
jhawkins@chromium.org
2010-05-08
2
-126
/
+184
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
2
-2
/
+2
*
AutoFill: Parse the ignored fields at the end of ParseAddress, so we don't
jhawkins@chromium.org
2010-05-07
2
-9
/
+42
*
AutoFill: Credit card filling fixes.
jhawkins@chromium.org
2010-05-07
4
-32
/
+212
*
gtk: Use the new ShowAutoFillDialog interface to load imported profiles/CCs in
jhawkins@chromium.org
2010-05-06
1
-7
/
+18
*
AutoFill: Clean up the server response handling code.
jhawkins@chromium.org
2010-05-06
7
-68
/
+88
*
AutoFill: Use PrefService::FindPreference instead of PrefService::HasPrefPath.
jhawkins@chromium.org
2010-05-05
1
-1
/
+1
*
AutoFill profile shouldn't be saved when cancelled during initial setup.
dhollowa@chromium.org
2010-05-05
10
-163
/
+448
*
Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...
dhollowa@chromium.org
2010-05-05
10
-448
/
+163
*
AutoFill profile shouldn't be saved when cancelled during initial setup.
dhollowa@chromium.org
2010-05-05
10
-163
/
+448
*
autofill: Implement a TODO.
jhawkins@chromium.org
2010-05-04
2
-6
/
+5
*
Host native gtk dialog in a Chrome window.
xiyuan@chromium.org
2010-05-04
1
-9
/
+5
*
AutoFill: Fix IsAutoFillable to only count fields that are heuristically
jhawkins@chromium.org
2010-05-04
5
-201
/
+106
*
Delete map items before overwriting in AutoFillProfile::Clone().
skrul@chromium.org
2010-05-03
1
-0
/
+2
*
Don't trigger auto fill setup when submitting empty forms.
bulach@chromium.org
2010-04-30
4
-7
/
+72
*
AutoFill: Notify the renderer when the page has finished translating. Extract
jhawkins@chromium.org
2010-04-27
2
-11
/
+61
*
AutoFill crash in CreditCard::SetInfo().
dhollowa@chromium.org
2010-04-27
3
-101
/
+214
*
AutoFill: Try to parse a third address line and discard it if it exists.
jhawkins@chromium.org
2010-04-23
3
-0
/
+100
*
AutoFill crash in FormStructure::GetHeuristicAutoFillTypes().
dhollowa@chromium.org
2010-04-22
7
-2
/
+23
*
AutoFill: Add a simple heuristic to match fax fields.
jhawkins@chromium.org
2010-04-21
7
-7
/
+123
*
AutoFill: Don't match empty profile values with empty field values.
jhawkins@chromium.org
2010-04-20
2
-2
/
+12
*
AutoFill: Segregate profile and credit card filling.
jhawkins@chromium.org
2010-04-20
7
-94
/
+468
*
AutoFill: Don't send suggestions for empty field values.
jhawkins@chromium.org
2010-04-19
1
-6
/
+8
*
AutoFill Mac UI telephone/fax fields now one.
dhollowa@chromium.org
2010-04-19
7
-117
/
+235
*
gtk: Store the original credit card number and save that if the user has not
jhawkins@chromium.org
2010-04-19
1
-5
/
+15
*
AutoFill: Handle non-unique profile labels by appending an increasing number to
jhawkins@chromium.org
2010-04-15
3
-11
/
+144
*
AutoFill: Don't send suggestions or fill forms that are not auto-fillable.
jhawkins@chromium.org
2010-04-14
1
-1
/
+11
*
AutoFill: Remove one incorrect comment and one useless comment.
jhawkins@chromium.org
2010-04-13
1
-2
/
+1
*
AutoFill unit test cleanup for AutoFillProfileTest.
dhollowa@chromium.org
2010-04-12
1
-9
/
+9
*
AutoFill: Add another variation of a middle name field for heuristics.
jhawkins@chromium.org
2010-04-12
2
-1
/
+37
*
Add "Use as default" checkboxes to the autofill dialogs on the Mac.
avi@chromium.org
2010-04-09
7
-38
/
+364
*
AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...
jhawkins@chromium.org
2010-04-09
5
-31
/
+201
*
Hierarchy. Hierarchy. Hierarchy!!!
avi@chromium.org
2010-04-09
1
-2
/
+2
*
Fixes for several crashing bugs ##40674,40720,40744
georgey@chromium.org
2010-04-09
2
-17
/
+3
*
Fix for autofill profile setup through infobar where the "imported" profile w...
tim@chromium.org
2010-04-09
2
-2
/
+23
*
AutoFill: Initiate AutoFill for all fields, not just the name field.
jhawkins@chromium.org
2010-04-09
3
-78
/
+56
*
Possible fix for 40234 + changed one of the DCHECK to CHECK
georgey@chromium.org
2010-04-08
1
-2
/
+6
*
AutoFill: Only match the exact string 'mi' when matching a middle initial field.
jhawkins@chromium.org
2010-04-08
3
-2
/
+64
*
AutoFill: A few fixes.
jhawkins@chromium.org
2010-04-08
1
-3
/
+3
*
Added "Learn More" link to autofill on Windows.
georgey@chromium.org
2010-04-07
4
-7
/
+12
*
AutoFill: Handle NAME_MIDDLE_INITIAL when setting field info.
jhawkins@chromium.org
2010-04-07
1
-1
/
+1
*
AutoFill credit card filling when initiated from an address fill.
dhollowa@chromium.org
2010-04-07
4
-3
/
+264
*
gtk: Add the 'Learn more' link to the AutoFill dialog.
jhawkins@chromium.org
2010-04-07
2
-2
/
+32
*
AutoFill: Add a 'Learn more' link to the AutoFill InfoBar that contains a link
jhawkins@chromium.org
2010-04-07
2
-0
/
+21
*
Fix for bug #38260 AutoFill needs to obfuscate the saved credit card info in ...
georgey@chromium.org
2010-04-06
2
-3
/
+12
*
AutoFill address filling when labels are missing.
dhollowa@chromium.org
2010-04-06
4
-16
/
+88
[next]