Closed
Bug 731134
Opened 13 years ago
Closed 12 years ago
Navigator mozapps implementation for mozilla-central
Categories
(Core Graveyard :: DOM: Apps, defect)
Core Graveyard
DOM: Apps
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: onecyrenus, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/zip
|
Details |
The navigator mozApps implementation for mozilla-central is not currently the same as the extension, soup.
Attached is my test run data from the mochitests i ported.
A few things I noticed
navigator.mozApps.mgmt is undefined
Error: navigator.mozApps.getInstalled is not a function
navigator.mozApps.setMockResponse(,,); <-- this function is used under test
I am fixing up some of the other issues with the tests, but this seems reasonable to start submitting data now.
Reporter | ||
Updated•13 years ago
|
Severity: normal → major
Comment 1•13 years ago
|
||
There is nothing surprising here, since the implementation of the new API has not landed yet on m-c
Severity: major → normal
OS: Mac OS X → All
Hardware: x86 → All
Comment 2•13 years ago
|
||
What I do think we should have for testing support is two hidden preferences: one that disables user confirmation of application installation, and another to set what sites have mozApps.mgmt privileges. These will make it much easier to automate testing (and would serve the same purpose as setMockResponse).
Updated•13 years ago
|
Component: General → DOM: Mozilla Extensions
Product: Web Apps → Core
QA Contact: general → general
Updated•13 years ago
|
Whiteboard: [mozappsapi]
Updated•13 years ago
|
Whiteboard: [mozappsapi] → [mozappsapi] [marketplace-beta?]
Updated•13 years ago
|
Whiteboard: [mozappsapi] [marketplace-beta?] → [marketplace-beta?]
Updated•13 years ago
|
Whiteboard: [marketplace-beta?]
Comment 3•12 years ago
|
||
The implementation has landed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM: Apps
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•