New issue
Advanced search Search tips

Issue 797306 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 798466
Owner: ----
Closed: Jan 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Web notification vibration pattern should be a vector of *unsigned* ints

Project Member Reported by awdf@chromium.org, Dec 22 2017

Issue description

This came up while mojoifying the notification code ( Issue 595685 ) because mojo forces us to explicitly use either signed or unsigned ints.

The vibration ints should be unsigned but right now the code just uses  'ints' everywhere. We should fix this up to use unsigned ones instead, in WebNotificationData, PlatformNotificationData etc, and then the mojo struct property can become a 'uint32' as expected.
 

Comment 1 by awdf@chromium.org, Jan 3 2018

Mergedinto: 798466
Status: Duplicate (was: Available)
Superseded by  Issue 798466 

Sign in to add a comment