Closed
Bug 515841
Opened 16 years ago
Closed 3 years ago
Investigate new Win7 sensor APIs
Categories
(Core :: Hardware Abstraction Layer (HAL), defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jimm, Unassigned)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=c++])
The location apis could be very useful when exposed to content apps like Google Maps.
http://msdn.microsoft.com/en-us/library/dd464636(VS.85).aspx
The sensor apis may be useful in other cases, such as detecting screen orientation and light levels for platform apps.
http://msdn.microsoft.com/en-us/library/dd318953(VS.85).aspx
| Reporter | ||
Updated•16 years ago
|
Summary: Investigate new Win7 Location and sensor APIs → Investigate new Win7 location and sensor APIs
Comment 1•16 years ago
|
||
This looks very similar to bug 512407.
| Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> This looks very similar to bug 512407.
Yep, lets make this one specific to the sensor apis.
Summary: Investigate new Win7 location and sensor APIs → Investigate new Win7 sensor APIs
| Reporter | ||
Updated•11 years ago
|
Component: Widget: Win32 → Hardware Abstraction Layer (HAL)
Whiteboard: [good first bug][lang=c++]
Comment 3•11 years ago
|
||
jimm: is there still interested in pursuing this bug?
Flags: needinfo?(jmathies)
| Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Mike Hoye [:mhoye] from comment #3)
> jimm: is there still interested in pursuing this bug?
Well, we bailed on the tablet win os, but I suppose desktop might want to support some of these devices, or we might bring back the tablet browser. I'd say interest in this currently is low.
Flags: needinfo?(jmathies)
Comment 5•11 years ago
|
||
OK, thanks!
Comment 6•11 years ago
|
||
Hi, i'd like to investigate this bug.
Comment 7•11 years ago
|
||
Hi, Keith - Thanks for your interest; I don't know if this bug is still of interest, but let's find out.
Jim, what would a successful outcome here look like?
Flags: needinfo?(jmathies)
| Reporter | ||
Comment 8•11 years ago
|
||
This is an advanced bug, FYI. We have a HAL layer that we use mostly for mobile devices -
http://mxr.mozilla.org/mozilla-central/source/hal/
In which we have support for reading various device sensors -
http://mxr.mozilla.org/mozilla-central/source/hal/HalSensor.h#19
None of this is implemented for Windows afaict, but we might find this useful now that Windows is moving toward mobile.
What I'd suggest is that we pick out Windows api for senors that generally match up with what we currently support in HAL, and file individual bugs on hooking these sensors up on Windows. So initially some investigation is needed, then we need to file some bugs, and then people can pick from those which they would like to implement.
Flags: needinfo?(jmathies)
Updated•6 years ago
|
Keywords: good-first-bug
Whiteboard: [good first bug][lang=c++] → [lang=c++]
Updated•3 years ago
|
Severity: normal → S3
Comment 9•3 years ago
|
||
I think we use the Location API now (https://bugzilla.mozilla.org/show_bug.cgi?id=1704500) for others specific bugs can be filed.
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•