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
*
Initial WebUI for DOM Distiller.
nyquist@chromium.org
2013-09-18
19
-0
/
+367
*
[rAc] Remove unused transaction id parameter from callback.
isherman@chromium.org
2013-09-18
6
-32
/
+22
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
3
-3
/
+3
*
Revert 223528 "Initial WebUI for DOM Distiller."
ikarienator@chromium.org
2013-09-17
19
-367
/
+0
*
Initial WebUI for DOM Distiller.
nyquist@chromium.org
2013-09-17
19
-0
/
+367
*
[rAc] Persist selection of newly added cards and addresses.
isherman@chromium.org
2013-09-17
11
-31
/
+82
*
base: Split logging functions and PerfTimeLogger out of perftimer.h
tfarina@chromium.org
2013-09-17
1
-8
/
+10
*
Remove default case from autofill_metrics.cc::GetFieldTypeGroupMetric
isherman@chromium.org
2013-09-16
1
-6
/
+20
*
Enable password saving for dynamic password forms
guohui@chromium.org
2013-09-16
3
-1
/
+17
*
Added new policy Schema classes.
joaodasilva@chromium.org
2013-09-16
6
-0
/
+813
*
[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
*
Always upload PASSWORD type for password fields.
zysxqn@google.com
2013-09-13
2
-10
/
+26
*
rAc: suppress promos in sign in page
estade@chromium.org
2013-09-13
1
-0
/
+2
*
add missing #include of <algorithm>, needed on VS2013 for std::min
scottmg@chromium.org
2013-09-13
1
-0
/
+1
*
Increase the maximum number of form fields we are willing to parse for Autofill.
isherman@chromium.org
2013-09-13
1
-1
/
+1
*
rAc: Remove unused Edit functionality.
estade@chromium.org
2013-09-12
2
-4
/
+9
*
rAc: Wallet: Add metrics for malformed responses.
ramankk@chromium.org
2013-09-12
5
-7
/
+44
*
rAc: Wallet: UMA for wallet response codes.
ramankk@chromium.org
2013-09-11
3
-0
/
+10
*
"Do you want Google Chrome to remember this password?" bar disappears quickly...
jdomingos@chromium.org
2013-09-10
3
-1
/
+74
*
[Cleanup] rename WebContentsModalDialogManager::IsShowingDialog() to IsDialog...
wittman@chromium.org
2013-09-10
3
-16
/
+14
*
Move PasswordForm from //content to //autofill.
blundell@chromium.org
2013-09-09
19
-53
/
+304
*
[rAc] Move email address into billing address section.
isherman@chromium.org
2013-09-07
2
-17
/
+14
*
Generate passwords only for the forms that autofill server classifies one of ...
zysxqn@google.com
2013-09-06
12
-28
/
+130
*
Thread-local trace-event buffers
wangxianzhu@chromium.org
2013-09-06
2
-12
/
+17
*
Revert 221713 "rAc: Wallet: UMA for wallet response codes."
fgorski@chromium.org
2013-09-06
3
-10
/
+0
*
rAc: Wallet: UMA for wallet response codes.
ramankk@chromium.org
2013-09-06
3
-0
/
+10
*
[rAc] Reset the user's selection to the new default when the default Wallet i...
isherman@chromium.org
2013-09-06
3
-3
/
+16
*
Provide configurable closing of web contents modal dialogs on interstitial we...
wittman@chromium.org
2013-09-06
3
-11
/
+87
*
Limit constrained windows to the size of the parent view.
rfevang@chromium.org
2013-09-06
1
-2
/
+8
*
Handle cache-control:no-store header in PNaCl translation cache
dschuff@chromium.org
2013-09-05
3
-1
/
+4
*
Add WebContentsModalDialogManager unit tests
wittman@chromium.org
2013-09-05
2
-38
/
+271
*
Convert most run_all_unittests.cc files to use new unit test launcher.
phajdan.jr@chromium.org
2013-09-05
1
-1
/
+5
*
Consolidate 'variations' and 'variations_seed_proto' targets.
asvitkine@chromium.org
2013-09-05
1
-13
/
+2
*
Revert 221275 "Handle cache-control:no-store header in PNaCl tra..."
vitalybuka@chromium.org
2013-09-04
3
-4
/
+1
*
Handle cache-control:no-store header in PNaCl translation cache
dschuff@chromium.org
2013-09-04
3
-1
/
+4
*
rAc: Get rid of dialog type in rAc, there is only one type left now.
ramankk@chromium.org
2013-09-04
13
-159
/
+54
*
Move password_form_conversion_utils out of //content into //autofill.
blundell@chromium.org
2013-09-04
7
-10
/
+190
*
Remove dangling defines for ParseAutofillFlow tests.
ramankk@chromium.org
2013-09-04
1
-7
/
+0
*
Mapped es-419 to es-MX for iOS.
jeanfrancoisg@chromium.org
2013-09-03
1
-1
/
+7
*
Rename TrialsSeed proto to VariationsSeed.
asvitkine@chromium.org
2013-09-03
5
-9
/
+9
*
Move startup_metric_utils.* to a new component
aberent@chromium.org
2013-09-03
6
-0
/
+265
*
Remove autocheckout code.
ramankk@chromium.org
2013-08-30
49
-4523
/
+163
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
2
-2
/
+2
*
[password autofill] Add serialization for FormData and FormFieldData
gcasto@chromium.org
2013-08-29
7
-1
/
+307
*
Fix checkdeps following variations target move.
asvitkine@chromium.org
2013-08-29
1
-0
/
+3
*
Create a variations component, so that it can be re-used.
asvitkine@chromium.org
2013-08-29
19
-0
/
+2577
*
[Autofill] Simplify GetRawInfo() and SetRawInfo().
isherman@chromium.org
2013-08-29
5
-15
/
+14
*
rAc: Use correct location to look for buyer error type.
ramankk@chromium.org
2013-08-29
2
-22
/
+26
*
Fix autofill popup stickiness.
dbeam@chromium.org
2013-08-28
3
-0
/
+14
[next]