Closed
Bug 859614
Opened 12 years ago
Closed 7 years ago
mozMobileMessage API - return undefined if the API is unsupported on the platform, not null
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jsmith, Unassigned)
References
Details
See the discussion on bug 859554 for context. Any WebAPI that is not supported on a platform should return undefined, not null. null is only returned if the API is supported on the platform, but the web content does not have access to that API.
Reporter | ||
Comment 1•12 years ago
|
||
Andrew - Who owns mozMobileMessage? What b2g release is it a part of?
Blocks: 859554
Flags: needinfo?(overholt)
Comment 2•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #1)
> Andrew - Who owns mozMobileMessage? What b2g release is it a part of?
Vicamo, 1.1.
I'll let Vicamo correct me if that's incorrect, though :)
Flags: needinfo?(overholt) → needinfo?(vyang)
Comment 3•12 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #2)
> (In reply to Jason Smith [:jsmith] from comment #1)
> > Andrew - Who owns mozMobileMessage? What b2g release is it a part of?
>
> Vicamo, 1.1.
>
> I'll let Vicamo correct me if that's incorrect, though :)
Yes, thank you. We'll take care of it.
Flags: needinfo?(vyang)
Updated•12 years ago
|
Blocks: b2g-mms-dom-api
Updated•11 years ago
|
Keywords: dev-doc-needed
Comment 4•11 years ago
|
||
Did work get done here?
Updated•11 years ago
|
Flags: needinfo?(vyang)
Comment 5•11 years ago
|
||
I'm working on bug 915604, which covers all RIL related WebAPIs.
Flags: needinfo?(vyang)
Comment 6•11 years ago
|
||
Need bug 859764, moving MobileMessage to WebIDL, because we're not going to hide MobileMessage with compile-time options, so xpidl-based MobileMessageManager has to be included in DOMClassInfo all the time.
Depends on: 859764
Comment 7•7 years ago
|
||
FxOS/Gonk has been removed from the codebase. Mass-invalidating FxOS related Device Interface bugs to clean up the component.
If I incorrectly invalidated something, please let me know.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Comment 8•7 years ago
|
||
Bulk correction of resolution of B2G bugs to INCOMPLETE.
Resolution: INVALID → INCOMPLETE
Updated•7 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•