New issue
Advanced search Search tips

Issue 609094 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2016
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug

Blocking:
issue 520546



Sign in to add a comment

deviceorientationabsolute not according to spec on Mac

Project Member Reported by timvolod...@chromium.org, May 4 2016

Issue description

on MacOS deviceorientationabsolute is currently NOTIMPLEMENTED but should actually fire a null-event if no data can be provided as according to the spec (http://w3c.github.io/deviceorientation/spec-source-orientation.html)

 
Summary: deviceorientationabsolute not according to spec on Mac (was: deviceorientationabsolute not according to spec on MacOS)
Blocking: 520546
Project Member

Comment 3 by bugdroid1@chromium.org, May 18 2016

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

commit 7bf8fdb21b7aec50889a725ceea2ebf72d484994
Author: timvolodine <timvolodine@chromium.org>
Date: Wed May 18 22:12:42 2016

[Mac] Make deviceorientationabsolute implementation conform with the specification.

Absolute device orientation cannot be provided on Mac machines.
This patch makes sure that this is handled according to spec, i.e.
by propagating a one-off all-null event to let the web page know
no data can be provided for this event type.

spec:
http://w3c.github.io/deviceorientation/spec-source-orientation.html

TEST=http://timvolodine.github.io/deviceorientation-test/
BUG= 609094 

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

[modify] https://crrev.com/7bf8fdb21b7aec50889a725ceea2ebf72d484994/content/browser/device_sensors/data_fetcher_shared_memory_mac.cc

Status: Fixed (was: Assigned)

Sign in to add a comment