Issue metadata
Sign in to add a comment
|
Web notification vibration pattern should be a vector of *unsigned* ints |
||||||||||||||||||||||||
Issue descriptionThis 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. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by awdf@chromium.org
, Jan 3 2018Status: Duplicate (was: Available)