|
|
Make minimum PWA icon size the same accross all device densities
This CL:
- Makes the minimum Web Manifest icon size for a web page to be considered a
PWA 144px regardless of the device screen density. This makes Chrome's decision
for whether a page is PWAable the same accross all devices.
- Simplifies the logic in InstallableManager by removing the "minimum size"
parameter of the InstallabeManager::IconParams tuple.
BUG= 697205
Total comments: 6
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+35 lines, -182 lines) |
Patch |
 |
M |
chrome/android/java/res/values/dimens.xml
|
View
|
|
1 chunk |
+2 lines, -1 line |
1 comment
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java
|
View
|
|
4 chunks |
+2 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_manager_android.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_manager_android.cc
|
View
|
|
4 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_helper.h
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_helper.cc
|
View
|
|
6 chunks |
+9 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_info.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_info.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapk/webapk_update_data_fetcher.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
|
View
|
|
5 chunks |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_data_fetcher_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_manager.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_manager.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_manager.cc
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/installable/installable_manager.h
|
View
|
|
3 chunks |
+1 line, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/installable/installable_manager.cc
|
View
|
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/installable/installable_manager_browsertest.cc
|
View
|
|
8 chunks |
+8 lines, -58 lines |
0 comments
|
Download
|
Total messages: 25 (16 generated)
|