- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 31 Jan 2017 17:00:13 +0000
- To: public-device-apis@w3.org
Issues
------
* w3c/sensors (+7/-14/💬50)
7 issues created:
- Reading attributes at different sensor states (by pozdnyakov)
https://github.com/w3c/sensors/issues/168
- Meta: figure out why travis fails for pull requests (by tobie)
https://github.com/w3c/sensors/issues/165
- latest reading should be declarted as internal slot (by
pozdnyakov)
https://github.com/w3c/sensors/issues/162
- Fix Sensor.start() operation description (by pozdnyakov)
https://github.com/w3c/sensors/issues/161
- Find a better name for 'unconnected' state (by pozdnyakov)
https://github.com/w3c/sensors/issues/160
- Sensor.timestamp must be nullable (by pozdnyakov)
https://github.com/w3c/sensors/issues/159
- DOMExceptions when calling stop/start on already stopped/started
sensor (by darktears)
https://github.com/w3c/sensors/issues/158
14 issues closed:
- Meta: figure out why travis fails for pull requests
https://github.com/w3c/sensors/issues/165
- DOMExceptions when calling stop/start on already stopped/started
sensor https://github.com/w3c/sensors/issues/158
- Fix Sensor.start() operation description
https://github.com/w3c/sensors/issues/161
- Sensor.timestamp must be nullable
https://github.com/w3c/sensors/issues/159
- Frequency readout allows fingerprinting sensors, privacy.
https://github.com/w3c/sensors/issues/99
- Malicious use of the phone's Gyroscope
https://github.com/w3c/sensors/issues/112
- Updating privacy considerations - accounting
https://github.com/w3c/sensors/issues/148
- Revoking user permission https://github.com/w3c/sensors/issues/146
- Updating security and privacy considerations
https://github.com/w3c/sensors/issues/117
- Clarify scope of generic sensor
https://github.com/w3c/sensors/issues/130
- Possibility of cross-domain communication using frequency in
periodic reporting mode https://github.com/w3c/sensors/issues/100
- Should the enum SensorState have nosensor ?
https://github.com/w3c/sensors/issues/104
- Should we request permission when sensor is not supported by the
platform? https://github.com/w3c/sensors/issues/145
- Don't allocate response objects to avoid triggering GC
https://github.com/w3c/sensors/issues/153
11 issues received 50 new comments:
- #160 Find a better name for 'unconnected' state (21 by tobie,
kenchris, pozdnyakov)
https://github.com/w3c/sensors/issues/160
- #158 DOMExceptions when calling stop/start on already
stopped/started sensor (7 by tobie, darktears, kenchris, pozdnyakov)
https://github.com/w3c/sensors/issues/158
- #162 latest reading should be declarted as an internal slot (6 by
tobie, pozdnyakov)
https://github.com/w3c/sensors/issues/162
- #98 Javascript 120Hz devicemotion events for high end inertial
applications (5 by tobie, lukes3315)
https://github.com/w3c/sensors/issues/98
- #168 Reading attributes at different sensor states (4 by tobie,
pozdnyakov)
https://github.com/w3c/sensors/issues/168
- #161 Fix Sensor.start() operation description (2 by tobie,
pozdnyakov)
https://github.com/w3c/sensors/issues/161
- #139 Split parameters between start() and constructor (1 by tobie)
https://github.com/w3c/sensors/issues/139
- #112 Malicious use of the phone's Gyroscope (1 by tobie)
https://github.com/w3c/sensors/issues/112
- #148 Updating privacy considerations - accounting (1 by tobie)
https://github.com/w3c/sensors/issues/148
- #152 Call 'onchange' only when data changes and considering
frequency hint (1 by tobie)
https://github.com/w3c/sensors/issues/152
- #130 Clarify scope of generic sensor (1 by tobie)
https://github.com/w3c/sensors/issues/130
* w3c/battery (+0/-1/💬1)
1 issues closed:
- Respec warns about missing <dfn>'s in contiguous webidl
https://github.com/w3c/battery/issues/7
1 issues received 1 new comments:
- #7 Respec warns about missing <dfn>'s in contiguous webidl (1 by
anssiko)
https://github.com/w3c/battery/issues/7
* w3c/wake-lock (+0/-2/💬4)
2 issues closed:
- "System" wake lock use cases
https://github.com/w3c/wake-lock/issues/86
- Fix respec warnings https://github.com/w3c/wake-lock/issues/91
3 issues received 4 new comments:
- #86 "System" wake lock use cases (2 by triblondon, dontcallmedom)
https://github.com/w3c/wake-lock/issues/86
- #92 The spec is unnecessarily strict in regard to promise handling
(1 by marcoscaceres)
https://github.com/w3c/wake-lock/issues/92
- #85 TAG feedback on wake-lock API (1 by dontcallmedom)
https://github.com/w3c/wake-lock/issues/85
* w3c/html-media-capture (+0/-0/💬1)
1 issues received 1 new comments:
- #4 VideoFacingModeEnum as the capture attribute's value (1 by
anssiko)
https://github.com/w3c/html-media-capture/issues/4
Pull requests
-------------
* w3c/sensors (+6/-5/💬5)
6 pull requests submitted:
- Fix broken deploy story. (by tobie)
https://github.com/w3c/sensors/pull/167
- Add script to easily publish to /TR/. (by tobie)
https://github.com/w3c/sensors/pull/166
- Make start()/stop() fail silently instead of throwing (by tobie)
https://github.com/w3c/sensors/pull/164
- Make timestamp nullable (by tobie)
https://github.com/w3c/sensors/pull/163
- Sync refs with the Permissions spec changes (by anssiko)
https://github.com/w3c/sensors/pull/157
- Large rewrite/refactoring of the spec (by tobie)
https://github.com/w3c/sensors/pull/156
5 pull requests merged:
- Fix broken deploy story.
https://github.com/w3c/sensors/pull/167
- Make start()/stop() fail silently instead of throwing
https://github.com/w3c/sensors/pull/164
- Make timestamp nullable
https://github.com/w3c/sensors/pull/163
- Sync refs with the Permissions spec changes
https://github.com/w3c/sensors/pull/157
- Large rewrite/refactoring of the spec
https://github.com/w3c/sensors/pull/156
2 pull requests received 5 new comments:
- #166 Add script to easily publish to /TR/. (4 by tobie,
dontcallmedom)
https://github.com/w3c/sensors/pull/166
- #163 Make timestamp nullable (1 by pozdnyakov)
https://github.com/w3c/sensors/pull/163
* w3c/gyroscope (+1/-0/💬4)
1 pull requests submitted:
- Adapt Gyroscope to the latest changes in the Generic Sensor API
(by pozdnyakov)
https://github.com/w3c/gyroscope/pull/10
1 pull requests received 4 new comments:
- #10 Adapt Gyroscope to the latest changes in the Generic Sensor
API (4 by anssiko, pozdnyakov)
https://github.com/w3c/gyroscope/pull/10
* w3c/wake-lock (+1/-1/💬2)
1 pull requests submitted:
- chore: fix ReSpec warnings (closes #91) (by marcoscaceres)
https://github.com/w3c/wake-lock/pull/93
1 pull requests merged:
- chore: fix ReSpec warnings (closes #91)
https://github.com/w3c/wake-lock/pull/93
1 pull requests received 2 new comments:
- #93 chore: fix ReSpec warnings (closes #91) (2 by marcoscaceres,
andrey-logvinov)
https://github.com/w3c/wake-lock/pull/93
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/sensors
* https://github.com/w3c/ambient-light
* https://github.com/w3c/accelerometer
* https://github.com/w3c/proximity
* https://github.com/w3c/gyroscope
* https://github.com/w3c/magnetometer
* https://github.com/w3c/battery
* https://github.com/w3c/wake-lock
* https://github.com/w3c/html-media-capture
* https://github.com/w3c/vibration
Received on Tuesday, 31 January 2017 17:00:20 UTC