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
*
Autofill: Get rid of 3 field limit for autocheckout
ramankk@chromium.org
2013-03-17
12
-45
/
+143
*
Add unit test for month combobox filling fix.
dbeam@chromium.org
2013-03-16
3
-13
/
+39
*
requestAutocomplete dialog wasn't filling out shipping name
ahutter@chromium.org
2013-03-16
1
-2
/
+3
*
Make sandbox the default Wallet service url for now.
ahutter@chromium.org
2013-03-16
4
-22
/
+60
*
Remove Autofill notification types
kaiwang@chromium.org
2013-03-16
3
-17
/
+48
*
Using error returns from Online Wallet
ahutter@chromium.org
2013-03-16
5
-36
/
+164
*
Fill form inputs for masked instruments and fix month combobox filling issues.
dbeam@chromium.org
2013-03-15
2
-0
/
+30
*
Add 2-lines summary to CC/Address for Wallet items.
aruslan@chromium.org
2013-03-15
4
-1
/
+42
*
requestAutocomplete: Fill |form_structure_| from Online Wallet data (including
dbeam@chromium.org
2013-03-15
2
-19
/
+49
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-03-15
1
-1
/
+1
*
[Autofill] Add user type metrics.
isherman@chromium.org
2013-03-14
2
-0
/
+36
*
[Autofill] Add metrics for Wallet errors and required actions.
isherman@chromium.org
2013-03-14
9
-179
/
+360
*
[Autofill] Add security metrics for requestAutocomplete dialog.
isherman@chromium.org
2013-03-14
2
-0
/
+24
*
Revert r186824
caitkp@chromium.org
2013-03-14
2
-3
/
+1
*
Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactory
caitkp@chromium.org
2013-03-13
1
-3
/
+2
*
Autocheckout doesn't support one page flows correctly
ahutter@chromium.org
2013-03-13
2
-13
/
+37
*
[Autofill] Factor out shared code in encryption_escrow_client_unittest.cc
isherman@chromium.org
2013-03-13
1
-94
/
+59
*
[Autofill] Clean up requestAutocomplete metrics code a bit.
isherman@chromium.org
2013-03-13
2
-17
/
+22
*
[Autofill] Use DCHECK_LT in autofill_metrics.cc
isherman@chromium.org
2013-03-13
1
-9
/
+11
*
Show Autocheckout bubble on focus
ahutter@chromium.org
2013-03-12
12
-70
/
+162
*
Autofill:Autocheckout: Enable clicking on last page of the flow as well
ramankk@chromium.org
2013-03-12
3
-9
/
+12
*
Move password_generation_util.h|cc into //components/autofill.
joi@chromium.org
2013-03-12
5
-4
/
+118
*
Makes [Submit] functional when using Online Wallet as a data source.
dbeam@chromium.org
2013-03-12
9
-13
/
+83
*
Adding risk capabilites to GetFullWallet and GetWalletItems
ahutter@chromium.org
2013-03-12
3
-90
/
+275
*
Add a flag to bypass autocheckout whitelist check for testing.
benquan@chromium.org
2013-03-11
5
-2
/
+36
*
Hiding bubble on navigation, zoom change, and scrolling.
ahutter@chromium.org
2013-03-11
9
-20
/
+29
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
168
-1
/
+43906
*
Get rid of remaining Autofill dependencies on chrome/common, except notificat...
joi@chromium.org
2013-03-08
3
-0
/
+41
*
Move Autofill-specific switches and pref names into files within the component.
joi@chromium.org
2013-03-08
5
-0
/
+97
*
user_prefs: Fix trivial issues found in UserPrefs API.
tfarina@chromium.org
2013-03-08
2
-9
/
+8
*
components: Rename components_tracing.gyp to follow the same pattern of the o...
tfarina@chromium.org
2013-03-08
3
-2
/
+6
*
[Android] Change jni_gen_dir to jni_gen_package for jni_generator.
yfriedman@chromium.org
2013-03-07
2
-2
/
+2
*
Establish components/autofill and move some files
kaiwang@chromium.org
2013-03-07
18
-0
/
+780
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
1
-1
/
+1
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
11
-0
/
+515
*
Add security team members as owners of IPC message files. This ownership
tsepez@chromium.org
2013-02-28
1
-0
/
+9
*
Remove WebContents methods that duplicate WebContentsView methods.
jam@chromium.org
2013-02-26
1
-1
/
+3
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
2
-2
/
+2
*
Add a mode flag to the tracing framework.
dsinclair@chromium.org
2013-02-23
3
-6
/
+11
*
Use _target_name instead of package_name for java*.gypi
cjhopman@chromium.org
2013-02-20
2
-2
/
+0
*
Renamed Tip log level to Debug.
zvorygin@google.com
2013-02-18
2
-4
/
+4
*
More FilePath -> base::FilePath replacement.
brettw@chromium.org
2013-02-10
4
-12
/
+12
*
Make component_unittests build on Win64
jschuh@chromium.org
2013-02-09
1
-0
/
+2
*
Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition.
rsleevi@chromium.org
2013-02-07
4
-12
/
+12
*
Move navigation_interception Java code to match package.
yfriedman@chromium.org
2013-02-05
4
-2
/
+6
*
Use a struct to pass parameters in the navigation interception callback.
mkosiba@chromium.org
2013-01-31
12
-90
/
+228
*
[android] Add param struct to navigation interception Java code.
mkosiba@chromium.org
2013-01-30
1
-0
/
+36
*
Fix components_unittests build on TSAN(win)
kaiwang@chromium.org
2013-01-30
1
-0
/
+5
*
Add SERVER_REDIRECT bit in ShouldIgnoreNavigation's transition_type parameter.
michaelbai@chromium.org
2013-01-25
2
-5
/
+10
*
Move visitedlink and auto_login_parser to component test target
boliu@chromium.org
2013-01-25
3
-44
/
+47
[next]