|
|
Pass in extra parameters to WebApkBuilder#buildWebApkAsync()
This CL:
- Passes in the same parameters to WebApkBuilder#buildWebApkAsync() as those
passed to ShortcutHelper#createWebappShortcutIntent(). This is necessary
because WebAPKs and Web apps use the same splash screen rendering logic.
- Passes in the Web Manifest URL and the icon URL to
WebApkBuilder#buildWebApkAsync(). If the Chrome server has previously
generated a WebAPK for a (manifestUrl, iconURL) pair, it is possible to
download a WebAPK for the (manifestUrl, iconURL) pair from the Chrome server
without uploading the icon bitmap to the server.
BUG= 619739
Committed: https://crrev.com/b8c25a180344260005e9ecd261dd594b84d9c903
Cr-Commit-Position: refs/heads/master@{#403523}
Total comments: 10
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+156 lines, -95 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java
|
View
|
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java
|
View
|
1
2
3
4
|
1 chunk |
+18 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_data_fetcher_android.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_data_fetcher_android.cc
|
View
|
1
2
3
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_infobar_delegate_android.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
|
View
|
1
2
3
4
|
4 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_helper.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_info.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/shortcut_info.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/webapps/add_to_homescreen_data_fetcher.cc
|
View
|
1
2
3
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_data_fetcher.h
|
View
|
1
2
3
|
4 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_data_fetcher.cc
|
View
|
1
2
3
|
6 chunks |
+12 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_data_fetcher_desktop.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/banners/app_banner_data_fetcher_desktop.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/bookmark_app_helper.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/bookmark_app_helper.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/bookmark_app_helper_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/manifest/manifest_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/manifest/manifest_manager_host.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/manifest/manifest_manager_host.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/manifest_manager_messages.h
|
View
|
1
2
3
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/web_contents.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/devtools/devtools_agent.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/devtools/devtools_agent.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/manifest/manifest_manager.h
|
View
|
1
2
3
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/manifest/manifest_manager.cc
|
View
|
1
2
3
|
4 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/push_messaging/push_messaging_dispatcher.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/push_messaging/push_messaging_dispatcher.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 61 (23 generated)
|