Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Issue 2223443002: Fix WebApkInstaller so that it can talk to the server (Closed)

Created:
4 years, 4 months ago by pkotwicz
Modified:
4 years, 4 months ago
Reviewers:
Xi Han, gone, hartmanng
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix WebApkInstaller so that it can talk to the server This CL: - Fixes webapk.proto to match what the server uses - Sends webapk::WebApk proto instead of a webapk::CreateWebApkRequest proto to the server in WebApkInstaller::SendCreateWebApkRequest() - Increases the timeout to get a response from the WebAPK server. Currently the WebAPK server takes > 10 seconds to respond BUG=619739 TEST=Manual Committed: https://crrev.com/780b514674d00c784a3fd690910c79cbe697b015 Cr-Commit-Position: refs/heads/master@{#410287}

Patch Set 1 : Merge branch 'webapk_builder_impl2' into webapk_builder_impl3 #

Total comments: 4

Patch Set 2 : Merge branch 'master' into webapk_builder_impl3 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -76 lines) Patch
M chrome/browser/android/webapk/webapk.proto View 1 2 chunks +13 lines, -16 lines 0 comments Download
M chrome/browser/android/webapk/webapk_installer.h View 1 5 chunks +14 lines, -4 lines 0 comments Download
M chrome/browser/android/webapk/webapk_installer.cc View 1 11 chunks +34 lines, -28 lines 2 comments Download
M chrome/browser/android/webapk/webapk_installer_unittest.cc View 1 10 chunks +24 lines, -28 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
pkotwicz
Xi and Glenn can you please take a look?
4 years, 4 months ago (2016-08-05 13:36:37 UTC) #5
hartmanng
lgtm https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto#newcode20 chrome/browser/android/webapk/webapk.proto:20: reserved 2, 4; I'm curious about these reserved ...
4 years, 4 months ago (2016-08-05 13:52:17 UTC) #6
pkotwicz
https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto#newcode20 chrome/browser/android/webapk/webapk.proto:20: reserved 2, 4; Yes, these are fields that exist ...
4 years, 4 months ago (2016-08-05 14:25:30 UTC) #7
Xi Han
https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto#newcode23 chrome/browser/android/webapk/webapk.proto:23: // Sent as part of request to create a ...
4 years, 4 months ago (2016-08-05 15:56:52 UTC) #8
hartmanng
https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2223443002/diff/20001/chrome/browser/android/webapk/webapk.proto#newcode23 chrome/browser/android/webapk/webapk.proto:23: // Sent as part of request to create a ...
4 years, 4 months ago (2016-08-05 16:01:02 UTC) #9
Xi Han
lgtm
4 years, 4 months ago (2016-08-05 17:22:13 UTC) #10
Xi Han
If this CL depends on CL (https://codereview.chromium.org/2138973002/), you need to update the webapk_installer_unittest.cc too.
4 years, 4 months ago (2016-08-05 18:28:32 UTC) #11
pkotwicz
dfalcantara@ for OWNERS
4 years, 4 months ago (2016-08-07 03:40:55 UTC) #13
gone
LGTM % question https://codereview.chromium.org/2223443002/diff/40001/chrome/browser/android/webapk/webapk_installer.cc File chrome/browser/android/webapk/webapk_installer.cc (right): https://codereview.chromium.org/2223443002/diff/40001/chrome/browser/android/webapk/webapk_installer.cc#newcode45 chrome/browser/android/webapk/webapk_installer.cc:45: // the WebAPK server. 60 seconds ...
4 years, 4 months ago (2016-08-07 15:47:44 UTC) #14
pkotwicz
https://codereview.chromium.org/2223443002/diff/40001/chrome/browser/android/webapk/webapk_installer.cc File chrome/browser/android/webapk/webapk_installer.cc (right): https://codereview.chromium.org/2223443002/diff/40001/chrome/browser/android/webapk/webapk_installer.cc#newcode45 chrome/browser/android/webapk/webapk_installer.cc:45: // the WebAPK server. In practice the server takes ...
4 years, 4 months ago (2016-08-07 21:00:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2223443002/40001
4 years, 4 months ago (2016-08-07 21:01:06 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 4 months ago (2016-08-07 21:31:17 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-07 21:33:10 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/780b514674d00c784a3fd690910c79cbe697b015
Cr-Commit-Position: refs/heads/master@{#410287}

Powered by Google App Engine
This is Rietveld 408576698