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
/
autofill_browsertest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Put autofill code into namepspace autofill Step 2
kaiwang@chromium.org
2013-04-12
1
-2
/
+2
*
Move all code in c/b/autofill and autofill related code in c/b/ui into namesp...
kaiwang@chromium.org
2013-04-11
1
-0
/
+4
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-12
/
+12
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-12
/
+12
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-12
/
+12
*
Make autofill's Address store country using the country code so that app loca...
jam@chromium.org
2013-04-05
1
-1
/
+1
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
1
-2
/
+2
*
Fix OS_MACOS typos. Should be OS_MACOSX.
dalecurtis@google.com
2013-03-19
1
-1
/
+1
*
Remove Autofill notification types
kaiwang@chromium.org
2013-03-16
1
-42
/
+65
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
1
-8
/
+8
*
[Autofill] Update tests to support native UI
isherman@chromium.org
2013-03-08
1
-21
/
+105
*
chrome: Update include paths of string_split.h to its new location.
tfarina@chromium.org
2013-02-28
1
-1
/
+1
*
Revert 184285
isherman@chromium.org
2013-02-27
1
-79
/
+21
*
Move the UI related code from AutofillExternalDelegate to AutofillManagerDele...
kaiwang@chromium.org
2013-02-27
1
-9
/
+0
*
Revert 184352
brettw@chromium.org
2013-02-24
1
-1
/
+0
*
Add utf_string_conversions to base namespace.
brettw@chromium.org
2013-02-24
1
-0
/
+1
*
[Autofill] Flip the native Autofill popup UI to be enabled by default, rather...
isherman@chromium.org
2013-02-23
1
-21
/
+88
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-2
/
+3
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Allow multiple observers of autofill::PersonalDataManager.
estade@chromium.org
2013-02-07
1
-1
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Remove TabStripModel wrapper use.
avi@chromium.org
2013-01-28
1
-17
/
+25
*
Implementing SaveToWallet in the Google Wallet client.
ahutter@chromium.org
2013-01-19
1
-3
/
+4
*
Translate infobar delegate: name the "type_" and "error_" fields "infobar_typ...
pkasting@chromium.org
2013-01-07
1
-1
/
+2
*
[Autofill] Update unit tests to use country codes when setting raw address info.
isherman@chromium.org
2013-01-05
1
-5
/
+6
*
Simplify ExecuteJavaScript* functions.
darin@chromium.org
2013-01-04
1
-34
/
+18
*
Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}
darin@chromium.org
2013-01-02
1
-85
/
+100
*
Real autofill crash fix.
estade@chromium.org
2012-11-29
1
-16
/
+16
*
Move the test functions that deal with focus to interactive_ui_tets_utils.h a...
jam@chromium.org
2012-11-29
1
-8
/
+0
*
[Autofill] Don't crash if autocomplete is disabled while the user is interact...
isherman@chromium.org
2012-11-27
1
-2
/
+50
*
[Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo
isherman@chromium.org
2012-11-10
1
-93
/
+151
*
Test suite that monitors the disposition of JS-created windows based on what
ericu@chromium.org
2012-10-24
1
-1
/
+2
*
Remove TabContents from autofill unittests.
avi@chromium.org
2012-10-23
1
-1
/
+0
*
Switch InfoBarTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-11
1
-6
/
+6
*
Disable much of AutofillTest.* browser_tests
dgrogan@chromium.org
2012-09-25
1
-39
/
+94
*
Switching from ForXyz naming to FromXyz naming, for consistency.
joi@chromium.org
2012-09-22
1
-6
/
+6
*
Mark AutofillTest.FormFillLatencyAfterSubmit as flaky.
marja@chromium.org
2012-09-18
1
-1
/
+2
*
Fixed borked comment.
groby@chromium.org
2012-09-06
1
-1
/
+1
*
Disable AutofillTest.MergeAggregatedDuplicatedProfiles on Linux
groby@chromium.org
2012-09-06
1
-1
/
+10
*
Rename InfoBarTabService -> InfoBarService.
joi@chromium.org
2012-08-30
1
-6
/
+6
*
Make sure keychain doesn't come up on Mac for autofill tests.
jam@chromium.org
2012-08-21
1
-2
/
+5
*
Convert the autofill pyauto tests to browser tests, and remove all the suppor...
jam@chromium.org
2012-08-21
1
-17
/
+745
*
Introduce InfoBarTabService API.
joi@chromium.org
2012-08-20
1
-2
/
+2
*
Rename renderer/autofill/autofill_browsertest.cc to be unique.
atwilson@chromium.org
2012-07-28
1
-1
/
+0
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-1
/
+1
*
Move WaitForLoadStop from ui_test_utils to browser_test_utils so that it can ...
jam@chromium.org
2012-07-26
1
-1
/
+1
*
Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...
jam@chromium.org
2012-07-24
1
-10
/
+10
*
Move input event simulation functions from ui_test_utils.h to browser_test_ut...
jam@chromium.org
2012-07-20
1
-2
/
+3
*
Create content\public\test\test_utils.h to hold common test classes that are ...
jam@chromium.org
2012-07-20
1
-2
/
+2
*
Always enable dom automation for browser_tests. This avoids developers having...
jam@chromium.org
2012-07-18
1
-3
/
+1
[prev]
[next]