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
/
components
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move //tools/metrics into //components/ directory.
isherman@chromium.org
2013-04-05
6
-0
/
+204
*
Rules for Autofill profile import relaxed where appropriate for most countrie...
jimblackler@chromium.org
2013-04-04
4
-248
/
+640
*
Let autocheckout use AutofillField's server_type() instead of type()
ramankk@chromium.org
2013-04-04
2
-3
/
+14
*
4th try of 12984015: Build autofill_browser and autofill_renderer as standalo...
kaiwang@chromium.org
2013-04-04
2
-0
/
+181
*
[Autofill] Update WalletClient tests to verify metric logging.
isherman@chromium.org
2013-04-04
1
-5
/
+170
*
Move c/b/webdata/code which does not depend on chrome/ to components/webdata/
caitkp@chromium.org
2013-04-03
32
-13
/
+4892
*
Cleanup: IWYU in a bunch of tests.
thestig@chromium.org
2013-04-03
1
-0
/
+1
*
Rename autofill::PasswordAutofillManager to PasswordAutofillAgent
kaiwang@chromium.org
2013-04-03
4
-63
/
+60
*
Fixing an issue with proxy card decryption.
ahutter@chromium.org
2013-04-03
3
-32
/
+53
*
Cancel wallet requests when changing accounts.
dbeam@chromium.org
2013-04-03
6
-14
/
+53
*
Revert 191869 "3nd try of 12984015: Build autofill_browser and a..."
dbeam@chromium.org
2013-04-02
2
-181
/
+0
*
3nd try of 12984015: Build autofill_browser and autofill_renderer as standalo...
kaiwang@chromium.org
2013-04-02
2
-0
/
+181
*
Adds a static Create function to AutofillDialogControllerImpl that returns a ...
ahutter@chromium.org
2013-04-02
4
-12
/
+0
*
Implementing VERIFY_CVV required action.
dbeam@chromium.org
2013-04-02
5
-24
/
+75
*
Logging more UMA metrics for Autocheckout.
ahutter@chromium.org
2013-04-02
5
-13
/
+200
*
Revert 191664 "2nd try of 12984015: Build autofill_browser and a..."
dbeam@chromium.org
2013-04-02
2
-178
/
+0
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
1
-1
/
+1
*
2nd try of 12984015: Build autofill_browser and autofill_renderer as standalo...
kaiwang@chromium.org
2013-04-01
2
-0
/
+178
*
Revert 191584 "Build autofill_browser and autofill_renderer as s..."
thakis@chromium.org
2013-04-01
4
-179
/
+5
*
Build autofill_browser and autofill_renderer as standalone libs.
kaiwang@chromium.org
2013-04-01
4
-5
/
+179
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
1
-1
/
+1
*
Implements SendAutocheckoutStatus API calls for stats tracking.
ahutter@chromium.org
2013-03-29
14
-49
/
+326
*
Refactor notifications from webdata
kaiwang@chromium.org
2013-03-29
4
-48
/
+41
*
Enable updating card holder names and expiration dates.
ahutter@chromium.org
2013-03-28
3
-51
/
+305
*
log autofill form data in FieldAssignments format, help to create experimenti...
benquan@chromium.org
2013-03-28
3
-43
/
+120
*
Online Wallet latency metric collection
ahutter@chromium.org
2013-03-28
5
-7
/
+231
*
sync: Implementation of Priority Preferences.
albertb@chromium.org
2013-03-27
2
-10
/
+19
*
Depends on https://codereview.chromium.org/12987023/
caitkp@chromium.org
2013-03-27
5
-7
/
+8
*
Change WalletItems::LegalDocument a little.
estade@chromium.org
2013-03-27
6
-91
/
+184
*
Setting up Finch trial for using production Wallet service.
ahutter@chromium.org
2013-03-27
1
-4
/
+11
*
Sign-in helper for the account chooser.
aruslan@chromium.org
2013-03-27
5
-0
/
+743
*
Added personal_data_manager android implementation for auto-populating auto-f...
apiccion@chromium.org
2013-03-27
18
-12
/
+1150
*
Fixing TODO in autofill_agent.cc.
ahutter@chromium.org
2013-03-27
4
-8
/
+26
*
[Autofill] Use NiceMock<> for metrics unit test.
isherman@chromium.org
2013-03-26
1
-18
/
+4
*
[Autofill:Risk] Add browser feature to the Risk protobuf.
isherman@chromium.org
2013-03-26
3
-2
/
+35
*
Split Autofill webdata
caitkp@chromium.org
2013-03-25
3
-8
/
+9
*
Move Encryptor to //components/webdata/encryptor.
joi@chromium.org
2013-03-24
16
-5
/
+802
*
[Autofill:Risk] Combine username and device name into a single hashed field.
isherman@chromium.org
2013-03-24
2
-26
/
+23
*
[Autofill] Factor out shared code in WalletClient tests
isherman@chromium.org
2013-03-24
1
-548
/
+300
*
New MaskedInstrument status
ahutter@chromium.org
2013-03-24
2
-1
/
+4
*
[Autofill] Get Risk params from delegate
isherman@chromium.org
2013-03-23
4
-11
/
+15
*
Changing LegalDocument Url
ahutter@chromium.org
2013-03-23
2
-3
/
+2
*
[Autofill] Remove debug logging from Risk fingerprint browsertest.
isherman@chromium.org
2013-03-23
1
-32
/
+1
*
Avoid the possibility of future conflict with another address-of-static due t...
joi@chromium.org
2013-03-23
1
-2
/
+4
*
Address TODO: Use formdata to carry around ssl_status for rAc
ramankk@chromium.org
2013-03-21
10
-24
/
+14
*
Tests Wallet submission/edit flow for AutofillDialogController*.
dbeam@chromium.org
2013-03-21
5
-49
/
+85
*
base/prefs: Remove the public/ directory and move the files to //base/prefs.
tfarina@chromium.org
2013-03-21
2
-2
/
+2
*
Fix leaks introduced by WDS change
caitkp@chromium.org
2013-03-20
1
-1
/
+8
*
[Autofill] Add metrics for the Autofill popup in the requestAutocomplete dialog.
isherman@chromium.org
2013-03-20
2
-0
/
+20
*
Create a common base class for all the webdatas
joi@chromium.org
2013-03-20
4
-28
/
+25
[next]