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

Issue 2138973002: Initial CL for talking to the WebAPK server to generate WebAPK (Closed)

Created:
4 years, 5 months ago by pkotwicz
Modified:
4 years, 4 months ago
CC:
chromium-reviews, dominickn+watch_chromium.org, hartmanng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This CL changes the behavior of ShortcutHelper::InstallWebApkInBackgroundWithSkBitmap() - To talk to WebAPK server (https://webapk.googleapis.com/v1alpha/webApks?alt=proto) to generate WebAPK - To download WebAPK from URL returned by WebAPK server This CL also: - Adds stub for talking to Google Play client to install WebAPK - Introduces manifest_util.h with methods for converting blink::WebDisplayMode and blink::WebScreenOrientationLockType to and from string BUG=619739 TEST=WebApkInstallerTest.* R=dominickn,scottkirkwood,yfriedman,rsesek,hanxi,dfalcantara TBR=brettw (for third_party/smhasher/BUILD.gn) Committed: https://crrev.com/879b1ed437bd6e1d535d0dfa0c3c16f79e0b55d2 Cr-Commit-Position: refs/heads/master@{#410233}

Patch Set 1 #

Total comments: 45

Patch Set 2 : Merge branch 'webapk_builder_impl0' into webapk_builder_impl2 #

Patch Set 3 : Merge branch 'webapk_builder_impl0' into webapk_builder_impl2 #

Total comments: 19

Patch Set 4 : Merge branch 'webapk_builder_impl0' into webapk_builder_impl2 #

Total comments: 4

Patch Set 5 : Merge branch 'master' into webapk_builder_impl2 #

Patch Set 6 : Merge branch 'master' into webapk_builder_impl2 #

Patch Set 7 : Merge branch 'master' into webapk_builder_impl2 #

Total comments: 35

Patch Set 8 : Merge branch 'master' into webapk_builder_impl2 #

Patch Set 9 : Merge branch 'master' into webapk_builder_impl2 #

Total comments: 2

Patch Set 10 : Merge branch 'master' into webapk_builder_impl2 #

Patch Set 11 : Merge branch 'master' into webapk_builder_impl2 #

Total comments: 12

Patch Set 12 : Merge branch 'master' into webapk_builder_impl2 #

Total comments: 4

Patch Set 13 : Merge branch 'master' into webapk_builder_impl2 #

Patch Set 14 : Merge branch 'master' into webapk_builder_impl2 #

Total comments: 16

Patch Set 15 : Merge branch 'master' into webapk_builder_impl2 #

Total comments: 2

Patch Set 16 : Merge branch 'master' into webapk_builder_impl2 #

Total comments: 7

Patch Set 17 : Merge branch 'master' into webapk_builder_impl22_no_content #

Patch Set 18 : Merge branch 'master' into webapk_builder_impl22_no_content #

Patch Set 19 : Merge branch 'master' into webapk_builder_impl22_no_content #

Unified diffs Side-by-side diffs Delta from patch set Stats (+848 lines, -106 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/ChromeApplication.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java View 1 2 3 2 chunks +0 lines, -27 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java View 1 2 3 4 5 6 7 1 chunk +0 lines, -34 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkInstaller.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/android/banners/app_banner_infobar_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/android/shortcut_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/android/shortcut_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +18 lines, -35 lines 0 comments Download
A + chrome/browser/android/webapk/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/android/webapk/webapk.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/browser/android/webapk/webapk_installer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +143 lines, -0 lines 0 comments Download
A chrome/browser/android/webapk/webapk_installer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +280 lines, -0 lines 0 comments Download
A chrome/browser/android/webapk/webapk_installer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +255 lines, -0 lines 0 comments Download
M chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/smhasher/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 95 (31 generated)
pkotwicz
Scott, Yaron, and Xi can you please take a look? Scott I think I need ...
4 years, 5 months ago (2016-07-11 20:43:52 UTC) #2
pkotwicz
https://codereview.chromium.org/2138973002/diff/1/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2138973002/diff/1/chrome/browser/android/webapk/webapk.proto#newcode45 chrome/browser/android/webapk/webapk.proto:45: // the manifest. The default looks wrong but that's ...
4 years, 5 months ago (2016-07-11 20:47:33 UTC) #3
Yaron
first pass - looks like a great start https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java File chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java (right): https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java:14: * ...
4 years, 5 months ago (2016-07-13 00:24:01 UTC) #4
pkotwicz
https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java File chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java (right): https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java:14: * Java counterpart to webapk_builder.h Contains functionality to download ...
4 years, 5 months ago (2016-07-13 02:15:31 UTC) #6
scottkirkwood
Sorry for the delay, codereview.chromium.org is not part of my flow, currently. https://codereview.chromium.org/2138973002/diff/1/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto ...
4 years, 5 months ago (2016-07-13 14:41:46 UTC) #7
pkotwicz
https://codereview.chromium.org/2138973002/diff/1/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2138973002/diff/1/chrome/browser/android/webapk/webapk.proto#newcode18 chrome/browser/android/webapk/webapk.proto:18: message CreateWebApkResponse { Based on offline discussion, scottkirkwood@ will ...
4 years, 5 months ago (2016-07-13 19:49:35 UTC) #10
Xi Han
Looks good, just left some comments. Thank you for taking this task! https://codereview.chromium.org/2138973002/diff/100001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc ...
4 years, 5 months ago (2016-07-14 14:53:17 UTC) #11
Yaron
https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java File chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java (right): https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java:14: * Java counterpart to webapk_builder.h Contains functionality to download ...
4 years, 5 months ago (2016-07-19 17:31:13 UTC) #12
scottkirkwood
https://codereview.chromium.org/2138973002/diff/100001/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2138973002/diff/100001/chrome/browser/android/webapk/webapk.proto#newcode24 chrome/browser/android/webapk/webapk.proto:24: reserved 1, 3, 5, 7; I usually put the ...
4 years, 5 months ago (2016-07-19 17:59:14 UTC) #13
pkotwicz
Scott, can you please take another look? https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java File chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java (right): https://codereview.chromium.org/2138973002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkBuilder.java:14: * Java ...
4 years, 5 months ago (2016-07-20 05:13:41 UTC) #16
Yaron
lgtm once those two issues are addressed (you'll need a content owner for the dependency ...
4 years, 5 months ago (2016-07-20 13:13:50 UTC) #17
scottkirkwood
https://codereview.chromium.org/2138973002/diff/100001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/100001/chrome/browser/android/webapk/webapk_builder.cc#newcode124 chrome/browser/android/webapk/webapk_builder.cc:124: return base::StringPrintf("rgba(%d,%d,%d,%.2f)", r, g, b, a); On 2016/07/20 05:13:41, ...
4 years, 5 months ago (2016-07-20 13:16:05 UTC) #18
ScottK
lgtm https://codereview.chromium.org/2138973002/diff/1/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2138973002/diff/1/chrome/browser/android/webapk/webapk.proto#newcode18 chrome/browser/android/webapk/webapk.proto:18: message CreateWebApkResponse { On 2016/07/13 19:49:35, pkotwicz wrote: ...
4 years, 5 months ago (2016-07-21 19:46:20 UTC) #20
ScottK
lgtm
4 years, 5 months ago (2016-07-21 19:46:22 UTC) #21
ScottK
https://codereview.chromium.org/2138973002/diff/140001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/140001/chrome/browser/android/webapk/webapk_builder.cc#newcode30 chrome/browser/android/webapk/webapk_builder.cc:30: const char kDefaultWebApkServerUrl[] = "http://www.awesomeserver.appspot.com"; this is going to ...
4 years, 5 months ago (2016-07-22 15:24:28 UTC) #22
pkotwicz
Xi, Yaron, and Scott can you please take another look? I have changed this CL ...
4 years, 5 months ago (2016-07-23 00:11:04 UTC) #23
Yaron
lgtm
4 years, 5 months ago (2016-07-25 17:25:28 UTC) #24
Yaron
(pls update CL description with new changes)
4 years, 5 months ago (2016-07-25 17:25:47 UTC) #25
Xi Han
lgtm including the download part.
4 years, 5 months ago (2016-07-25 17:39:11 UTC) #26
pkotwicz
Robert, can you please take a look at this CL from a security standpoint Scott, ...
4 years, 5 months ago (2016-07-25 17:47:17 UTC) #29
Robert Sesek
https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode1 chrome/browser/android/webapk/webapk_builder.cc:1: // Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 4 months ago (2016-07-25 23:01:34 UTC) #30
pkotwicz
Robert, can you please take another look? https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode1 chrome/browser/android/webapk/webapk_builder.cc:1: // Copyright ...
4 years, 4 months ago (2016-07-26 17:54:46 UTC) #32
ScottK
https://codereview.chromium.org/2138973002/diff/260001/chrome/browser/android/webapk/webapk.proto File chrome/browser/android/webapk/webapk.proto (right): https://codereview.chromium.org/2138973002/diff/260001/chrome/browser/android/webapk/webapk.proto#newcode23 chrome/browser/android/webapk/webapk.proto:23: optional string webapk_package_name = 2; I think you mentioned ...
4 years, 4 months ago (2016-07-26 21:11:12 UTC) #33
Robert Sesek
https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode1 chrome/browser/android/webapk/webapk_builder.cc:1: // Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 4 months ago (2016-07-26 21:15:51 UTC) #34
Robert Sesek
Missed one, sorry. https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode56 chrome/browser/android/webapk/webapk_builder.cc:56: base::MD5Digest digest; On 2016/07/26 17:54:46, pkotwicz ...
4 years, 4 months ago (2016-07-26 22:33:26 UTC) #35
Robert Sesek
https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode56 chrome/browser/android/webapk/webapk_builder.cc:56: base::MD5Digest digest; On 2016/07/26 22:33:26, Robert Sesek wrote: > ...
4 years, 4 months ago (2016-07-26 22:37:30 UTC) #36
pkotwicz
Robert, can you please take another look? https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode1 chrome/browser/android/webapk/webapk_builder.cc:1: // Copyright ...
4 years, 4 months ago (2016-07-27 02:50:23 UTC) #37
Robert Sesek
https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode1 chrome/browser/android/webapk/webapk_builder.cc:1: // Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 4 months ago (2016-07-27 15:37:09 UTC) #38
pkotwicz
Robert, can you please take another look? https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode1 chrome/browser/android/webapk/webapk_builder.cc:1: // Copyright ...
4 years, 4 months ago (2016-07-28 18:29:51 UTC) #40
Robert Sesek
LGTM. We don't need to gate this CL on the color encoding discussion. https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File ...
4 years, 4 months ago (2016-07-29 17:38:05 UTC) #41
pkotwicz
dominickn@ and dfalcantara@ can you please take a look? https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc File chrome/browser/android/webapk/webapk_builder.cc (right): https://codereview.chromium.org/2138973002/diff/200001/chrome/browser/android/webapk/webapk_builder.cc#newcode67 chrome/browser/android/webapk/webapk_builder.cc:67: ...
4 years, 4 months ago (2016-07-29 17:51:39 UTC) #43
gone
Don't know what I'm supposed to be looking at, in particular. https://chromiumcodereview.appspot.com/2138973002/diff/320001/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkInstaller.java File chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkInstaller.java (right): ...
4 years, 4 months ago (2016-07-29 21:20:28 UTC) #44
pkotwicz
dfalcantara@ and dominickn@ can you please take another look? I am asking for a code ...
4 years, 4 months ago (2016-08-02 04:09:37 UTC) #45
pkotwicz
dfalcantara@ and dominickn@ can you please take another look? I am asking for a code ...
4 years, 4 months ago (2016-08-02 04:09:39 UTC) #46
pkotwicz
dfalcantara@ and dominickn@ can you please take another look? I am asking for a code ...
4 years, 4 months ago (2016-08-02 04:09:44 UTC) #47
dominickn
https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc File chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc (right): https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc#newcode48 chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc:48: browser_context_(web_contents->GetBrowserContext()) { Instead of adding this extra member, can ...
4 years, 4 months ago (2016-08-02 04:24:24 UTC) #49
pkotwicz
https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc File chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc (right): https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc#newcode48 chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc:48: browser_context_(web_contents->GetBrowserContext()) { It is possible for the tab that ...
4 years, 4 months ago (2016-08-02 20:49:29 UTC) #50
dominickn
https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc File chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc (right): https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc#newcode48 chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc:48: browser_context_(web_contents->GetBrowserContext()) { On 2016/08/02 20:49:29, pkotwicz wrote: > It ...
4 years, 4 months ago (2016-08-02 23:41:58 UTC) #51
pkotwicz
dominickn@ can you please take another look? https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc File chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc (right): https://codereview.chromium.org/2138973002/diff/360001/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc#newcode48 chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc:48: browser_context_(web_contents->GetBrowserContext()) { ...
4 years, 4 months ago (2016-08-03 01:25:32 UTC) #52
dominickn
lgtm thanks!
4 years, 4 months ago (2016-08-03 01:32:03 UTC) #53
pkotwicz
dfalcantara@ can you please take a look?
4 years, 4 months ago (2016-08-03 03:32:55 UTC) #54
gone
On 2016/08/03 03:32:55, pkotwicz wrote: > dfalcantara@ can you please take a look? I'm running ...
4 years, 4 months ago (2016-08-03 18:42:12 UTC) #55
gone
https://codereview.chromium.org/2138973002/diff/320001/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkInstallerBridge.java File chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkInstallerBridge.java (right): https://codereview.chromium.org/2138973002/diff/320001/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkInstallerBridge.java#newcode14 chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkInstallerBridge.java:14: * Java counterpart to webapk_installer.h On 2016/08/02 04:09:37, pkotwicz ...
4 years, 4 months ago (2016-08-03 19:03:21 UTC) #56
pkotwicz
dfalcantara@ can you please take another look? I have merged WebApkInstaller and WebApkInstallerBridge as you ...
4 years, 4 months ago (2016-08-03 19:54:54 UTC) #59
gone
lgtm
4 years, 4 months ago (2016-08-03 20:01:33 UTC) #60
pkotwicz
mlamouri@ can you please take a look at the changes in content/ ?
4 years, 4 months ago (2016-08-03 20:24:02 UTC) #62
mlamouri (slow - plz ping)
https://codereview.chromium.org/2138973002/diff/440001/content/common/manifest_util_unittest.cc File content/common/manifest_util_unittest.cc (right): https://codereview.chromium.org/2138973002/diff/440001/content/common/manifest_util_unittest.cc#newcode16 content/common/manifest_util_unittest.cc:16: WebDisplayModeFromString(display_string); I don't think this test is working. If ...
4 years, 4 months ago (2016-08-04 13:04:27 UTC) #63
pkotwicz
mlamouri: I will respond to your other comments but I wanted to reply to the ...
4 years, 4 months ago (2016-08-04 13:39:37 UTC) #64
pkotwicz
mlamouri@ can you please take another look? I felt uncomfortable removing the test so I ...
4 years, 4 months ago (2016-08-04 15:42:45 UTC) #65
mlamouri (slow - plz ping)
lgtm Looks great! Thanks :) https://codereview.chromium.org/2138973002/diff/460001/content/public/common/manifest_util.h File content/public/common/manifest_util.h (right): https://codereview.chromium.org/2138973002/diff/460001/content/public/common/manifest_util.h#newcode25 content/public/common/manifest_util.h:25: // |display| does not ...
4 years, 4 months ago (2016-08-05 12:49:12 UTC) #66
pkotwicz
sievers@ for content/ OWNERS
4 years, 4 months ago (2016-08-05 13:51:01 UTC) #68
no sievers
seems fine, just a few nit questions/comments https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h File content/public/common/manifest_util.h (right): https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h#newcode15 content/public/common/manifest_util.h:15: Feels every ...
4 years, 4 months ago (2016-08-05 17:53:09 UTC) #70
no sievers
https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h File content/public/common/manifest_util.h (right): https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h#newcode15 content/public/common/manifest_util.h:15: On 2016/08/05 17:53:08, sievers wrote: > Feels every so ...
4 years, 4 months ago (2016-08-05 17:55:49 UTC) #71
pkotwicz
https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h File content/public/common/manifest_util.h (right): https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h#newcode15 content/public/common/manifest_util.h:15: sievers: Do you think that I should move the ...
4 years, 4 months ago (2016-08-05 18:16:22 UTC) #72
no sievers
On 2016/08/05 18:16:22, pkotwicz wrote: > https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h > File content/public/common/manifest_util.h (right): > > https://codereview.chromium.org/2138973002/diff/480001/content/public/common/manifest_util.h#newcode15 > ...
4 years, 4 months ago (2016-08-05 18:19:18 UTC) #73
pkotwicz
It looks like mlamouri@ is the OWNER for third_party/WebKit/public/platform/modules/screen_orientation/ I will remove the content/ changes ...
4 years, 4 months ago (2016-08-05 18:29:40 UTC) #74
pkotwicz
4 years, 4 months ago (2016-08-05 20:56:00 UTC) #75
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/2138973002/520001
4 years, 4 months ago (2016-08-05 21:34:18 UTC) #81
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/107966)
4 years, 4 months ago (2016-08-05 22:00:58 UTC) #83
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/2138973002/540001
4 years, 4 months ago (2016-08-05 22:15:23 UTC) #86
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/107993)
4 years, 4 months ago (2016-08-05 22:44:47 UTC) #88
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/2138973002/560001
4 years, 4 months ago (2016-08-05 23:50:19 UTC) #91
commit-bot: I haz the power
Committed patchset #19 (id:560001)
4 years, 4 months ago (2016-08-06 00:48:39 UTC) #93
commit-bot: I haz the power
4 years, 4 months ago (2016-08-06 00:52:54 UTC) #95
Message was sent while issue was closed.
Patchset 19 (id:??) landed as
https://crrev.com/879b1ed437bd6e1d535d0dfa0c3c16f79e0b55d2
Cr-Commit-Position: refs/heads/master@{#410233}

Powered by Google App Engine
This is Rietveld 408576698