|
|
Use exact pixel sizes instead of dip in webapp/WebAPK installability code
This CL:
- Makes the members of InstallableManager::InstallableParams use pixel units
instead of device independent pixel units
- Removes unnecessary conversions between pixels and device independent pixel
units
Note: android.content.res.Resources#getDimension() multiplies the device
independent pixel measurement in resources by the current device scale factor
BUG= 675765
Total comments: 11
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+222 lines, -343 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java
|
View
|
1
|
6 chunks |
+14 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_manager_android.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_manager_android.cc
|
View
|
|
4 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_helper.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_helper.cc
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapk/webapk_update_data_fetcher.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
|
View
|
1
|
8 chunks |
+21 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
View
|
1
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_manager.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_manager.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/installable/installable_manager.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/installable/installable_manager.cc
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/installable/installable_manager_browsertest.cc
|
View
|
1
|
7 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/manifest/manifest_icon_downloader.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/manifest/manifest_icon_downloader.cc
|
View
|
1
|
2 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/manifest/manifest_icon_selector.h
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/manifest/manifest_icon_selector.cc
|
View
|
1
|
3 chunks |
+3 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/manifest/manifest_icon_selector_unittest.cc
|
View
|
1
|
14 chunks |
+89 lines, -167 lines |
0 comments
|
Download
|
Total messages: 26 (13 generated)
|