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
/
autofill
/
content
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...
avi@chromium.org
2013-12-23
8
-31
/
+32
*
Address a TODO to change some VLOGs to DVLOG after dogfood.
scr@chromium.org
2013-12-17
1
-5
/
+4
*
Fix DCHECK() when updating instruments with no phone number.
dbeam@chromium.org
2013-12-16
7
-193
/
+233
*
rAc: Clear pending wallet requests when the user index changes
estade@chromium.org
2013-12-13
2
-3
/
+7
*
Remove some mentions of Autocheckout.
dbeam@chromium.org
2013-12-13
2
-5
/
+1
*
Rename GetTestWalletItems(<1 param>) to avoid polymorphism in wallet_test_uti...
dbeam@chromium.org
2013-12-12
2
-20
/
+22
*
Moved ipc-specific files from autofill/core to autofill/content.
jeanfrancoisg@chromium.org
2013-12-12
4
-4
/
+4
*
rAc: Make links in sign-in webview to different domains open in a new tab.
dbeam@chromium.org
2013-12-11
3
-0
/
+13
*
Removes usage of RenderViewHost from AutofillManager.
jeanfrancoisg@chromium.org
2013-12-10
3
-5
/
+6
*
rAc: Pay attention to more of gaia account struct in WalletItems response
estade@chromium.org
2013-12-08
7
-129
/
+269
*
Use base namespace for string16 in components and cloud_print.
brettw@chromium.org
2013-12-06
1
-28
/
+28
*
Moves the OnRequestAutocomplete() flow from AutofillManager to AutofillDriver...
jeanfrancoisg@chromium.org
2013-12-06
6
-4
/
+315
*
Don't DCHECK() on unknown types being asked from Wallet addresses.
dbeam@chromium.org
2013-12-05
1
-0
/
+7
*
[rAC, OSX] Default to prod wallet.
groby@chromium.org
2013-12-03
2
-8
/
+0
*
fix multilogin issue with passive auth
estade@chromium.org
2013-11-26
6
-23
/
+27
*
Abstracted AcceptPasswordAutofillSuggestion IPC out of core Autofill code.
jeanfrancoisg@chromium.org
2013-11-22
3
-1
/
+28
*
rAc: support multiple accounts
estade@chromium.org
2013-11-21
8
-19
/
+99
*
Abstracted AutofillMsg_SetNodeText IPC out of core autofill code.
jeanfrancoisg@chromium.org
2013-11-18
3
-25
/
+51
*
Abstract usage of BrowserContext::GetRequestContext in Autofill core code.
blundell@chromium.org
2013-11-13
3
-0
/
+14
*
rAc: Switch to using getWalletItems for logged in accounts.
estade@chromium.org
2013-11-12
9
-308
/
+115
*
[Autofill] Rename autofill_common_test -> autofill_test_utils
isherman@chromium.org
2013-11-09
2
-2
/
+2
*
Abstracted AutofillMsg_AcceptDataListSuggestion IPC out of core autofill code.
jeanfrancoisg@chromium.org
2013-11-08
3
-1
/
+40
*
Abstract the notion of being off-the-record in Autofill core code.
blundell@chromium.org
2013-11-08
2
-0
/
+6
*
Rename WebKit namespace to blink (part 4)
abarth@chromium.org
2013-11-07
2
-4
/
+4
*
rAc: don't make any calls to Wallet when not using Wallet.
estade@chromium.org
2013-11-01
3
-8
/
+34
*
Eliminate need for AutofillInteractiveTest to know about AutofillPopupDelegate.
blundell@chromium.org
2013-11-01
2
-21
/
+9
*
rAc: show AmEx-specific error message for merchants where Wallet doesn't
estade@chromium.org
2013-10-29
3
-2
/
+34
*
rAc: Fix missing name in card generation animation
estade@chromium.org
2013-10-18
3
-2
/
+12
*
Remove debug log statement from WalletClient.
dbeam@chromium.org
2013-10-12
1
-1
/
+0
*
Have AutofillManager obtain the blocking pool that it uses from AutofillDriver
blundell@chromium.org
2013-10-11
2
-0
/
+7
*
rAc multi-login support
estade@chromium.org
2013-10-10
12
-247
/
+268
*
Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from autofill.
avi@chromium.org
2013-10-09
2
-35
/
+11
*
retry r226004: rAc: phone number cleanup
estade@chromium.org
2013-10-02
5
-38
/
+64
*
Use production Wallet service URL by default.
dbeam@chromium.org
2013-10-01
2
-12
/
+57
*
Revert 226004 "rAc: phone number cleanup"
estade@chromium.org
2013-09-30
5
-50
/
+33
*
rAc: phone number cleanup
estade@chromium.org
2013-09-30
5
-33
/
+50
*
Clean up remaining unused globals (on mac).
thakis@chromium.org
2013-09-26
1
-8
/
+0
*
Handle amex_disallowed field in Wallet response.
paisa@chromium.org
2013-09-21
5
-20
/
+58
*
[rac] Show amex-specific cvc hint for saved autofill card
rouslan@chromium.org
2013-09-19
1
-23
/
+11
*
[rac] Show amex specific cvc hint
rouslan@chromium.org
2013-09-18
1
-0
/
+18
*
[rAc] Add a timeout for fingerprinter data loading.
isherman@chromium.org
2013-09-14
1
-50
/
+116
*
wallet: remove unused request keys
estade@chromium.org
2013-09-14
1
-5
/
+0
*
rAc: suppress promos in sign in page
estade@chromium.org
2013-09-13
1
-0
/
+2
*
rAc: Remove unused Edit functionality.
estade@chromium.org
2013-09-12
1
-0
/
+5
*
rAc: Wallet: Add metrics for malformed responses.
ramankk@chromium.org
2013-09-12
3
-7
/
+32
*
rAc: Wallet: UMA for wallet response codes.
ramankk@chromium.org
2013-09-11
1
-0
/
+2
*
Revert 221713 "rAc: Wallet: UMA for wallet response codes."
fgorski@chromium.org
2013-09-06
1
-2
/
+0
*
rAc: Wallet: UMA for wallet response codes.
ramankk@chromium.org
2013-09-06
1
-0
/
+2
*
[rAc] Reset the user's selection to the new default when the default Wallet i...
isherman@chromium.org
2013-09-06
3
-3
/
+16
*
rAc: Get rid of dialog type in rAc, there is only one type left now.
ramankk@chromium.org
2013-09-04
5
-63
/
+12
[next]