|
[Autofill] Add UMA timing metrics for requestAutocomplete dialog.
Records the duration for which the requestAutocomplete dialog was open.
Also, move a handful of classes into the autofill namespace.
BUG= 165570
TEST=unit_tests --gtest_filter=AutofillMetricsTest.RequestAutocompleteDialogClosed
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182528
Total comments: 13
Total comments: 3
Total comments: 8
Total comments: 12
Total comments: 3
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+376 lines, -51 lines) |
Patch |
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autocheckout_infobar_delegate.h
|
View
|
1
2
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autocheckout_infobar_delegate.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autocheckout_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autocheckout_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autocheckout_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_metrics.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_metrics.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+48 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_metrics_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+174 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_view.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_tab_contents.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 33 (0 generated)
|