New issue
Advanced search Search tips

Issue 711519 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Chrome is requesting WebAPK updates with color rgba(0,0,0,.5019607843137255) for tests.peter.sh/notification-generator/

Project Member Reported by pkotw...@chromium.org, Apr 14 2017

Issue description

Chrome is requesting WebAPK updates with color rgba(0,0,0,.5019607843137255)for tests.peter.sh/notification-generator/

The WebAPK server team noticed that they were getting a lot of OneOffWebApk requests with colors which differ from what they had cached.

More details are available at http://b/37152775


 
Labels: -Pri-3 M-59 Pri-1
We should fix for m59
Project Member

Comment 3 by bugdroid1@chromium.org, Apr 19 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c751fcc699b1d5e905870e62f453b326195e55e9

commit c751fcc699b1d5e905870e62f453b326195e55e9
Author: pkotwicz <pkotwicz@chromium.org>
Date: Wed Apr 19 21:04:48 2017

[WebAPKs] Fix WebAPK updates when Web Manifest does not specify color

content::Manifest::kInvalidOrMissingColor has a value which takes up more than
32 bits. This CL fixes truncation to 32 bits which was occurring in
webapk_update_manager.cc sizeof(long) = 4 sizeof(int64_t) = 8

BUG= 711519 

Review-Url: https://codereview.chromium.org/2822623002
Cr-Commit-Position: refs/heads/master@{#465745}

[modify] https://crrev.com/c751fcc699b1d5e905870e62f453b326195e55e9/chrome/browser/android/webapk/webapk_update_manager.cc

Status: Fixed (was: Started)
We will be able to tell if this is fixed by looking at the server logs. Unfortunately not much that can be done in the way of manual testing
Labels: Merge-Request-59
We should pull this onto m59
Project Member

Comment 6 by sheriffbot@chromium.org, Apr 20 2017

Labels: -Merge-Request-59 Hotlist-Merge-Approved Merge-Approved-59
Your change meets the bar and is auto-approved for M59. Please go ahead and merge the CL to branch 3071 manually. Please contact milestone owner if you have questions.
Owners: amineer@(Android), cmasso@(iOS), gkihumba@(ChromeOS), Abdul Syed@(Desktop)

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Project Member

Comment 7 by bugdroid1@chromium.org, Apr 20 2017

Labels: -merge-approved-59 merge-merged-3071
The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e5b9695a7dc917cb2ee3405d03503ec24be381d3

commit e5b9695a7dc917cb2ee3405d03503ec24be381d3
Author: Peter Kotwicz <pkotwicz@google.com>
Date: Thu Apr 20 17:58:49 2017

Merge M59 [WebAPKs] Fix WebAPK updates when Web Manifest does not specify color

content::Manifest::kInvalidOrMissingColor has a value which takes up more than
32 bits. This CL fixes truncation to 32 bits which was occurring in
webapk_update_manager.cc sizeof(long) = 4 sizeof(int64_t) = 8

BUG= 711519 

Review-Url: https://codereview.chromium.org/2822623002
Cr-Commit-Position: refs/heads/master@{#465745}
(cherry picked from commit c751fcc699b1d5e905870e62f453b326195e55e9)

Review-Url: https://codereview.chromium.org/2834683002 .
Cr-Commit-Position: refs/branch-heads/3071@{#88}
Cr-Branched-From: a106f0abbf69dad349d4aaf4bcc4f5d376dd2377-refs/heads/master@{#464641}

[modify] https://crrev.com/e5b9695a7dc917cb2ee3405d03503ec24be381d3/chrome/browser/android/webapk/webapk_update_manager.cc

Sign in to add a comment