|
|
Adding the page and DPI scale adjustment for Autofill Popups.
Switching from using Rect to RectF in Autofill. This is to ensure that no
round of values are lost when DPI scale is applied. These changes were required
after the coordinate system change that came with Impl-side painting.
BUG= 172409
TEST=Get an Autofill popup to show up on Chrome Android
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180913
Total comments: 5
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+86 lines, -52 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java
|
View
|
1
2
3
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/test_autofill_external_delegate.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/test_autofill_external_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_popup_controller.h
|
View
|
2
3
4
5
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
View
|
1
2
3
4
5
|
6 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+17 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/common/autofill_messages.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/autofill_agent.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/autofill_agent.cc
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/password_autofill_manager.h
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/password_autofill_manager.cc
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|