|
Use correct favicon scale factor on Android.
- Splits and moves Android's display DeviceInfo from content to gfx;
- Uses DeviceInfo for Android's Screen implementation;
- Uses PrimaryDisplay's scale to figure out favicon scale factor.
BUG= 168319
BUG= 117839
TEST=manual as in 168319; AwSettingsTest#testUseWideViewportLayoutWidth
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178472
Total comments: 2
Total comments: 6
Total comments: 4
Total comments: 11
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+387 lines, -326 lines) |
Patch |
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/chrome_test_suite.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/app/android/library_loader_hooks.cc
|
View
|
1
2
3
4
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/android/common_jni_registrar.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
D |
content/common/android/device_info.h
|
View
|
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
D |
content/common/android/device_info.cc
|
View
|
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
A |
content/common/android/device_telephony_info.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/common/android/device_telephony_info.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_jni.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
content/public/android/java/src/org/chromium/content/common/DeviceInfo.java
|
View
|
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
 |
A |
content/public/android/java/src/org/chromium/content/common/DeviceTelephonyInfo.java
|
View
|
1
2
3
4
5
6
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/ViewportTest.java
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/run_all_unittests.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java
|
View
|
1
2
3
4
5
6
|
6 chunks |
+35 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ui/android/ui_jni_registrar.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/android/ui_jni_registrar.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/layout.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/layout.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+30 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/base/layout_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/android/device_display_info.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/android/device_display_info.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ui/gfx/android/gfx_jni_registrar.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/android/gfx_jni_registrar.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/android/java_bitmap.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/android/java_bitmap.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/screen_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/test/test_suite.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 30 (0 generated)
|