Closed
Bug 1092382
Opened 11 years ago
Closed 10 years ago
[Downloads API] Calling DOMDownload.pause triggers JavaScript Warning because of __exposedProps__ usage
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WORKSFORME
| tracking-b2g | backlog |
People
(Reporter: aus, Assigned: aus)
References
Details
(Whiteboard: [systemsfe])
Calling pause() on a download triggers this warning:
W/Settings(13157): [JavaScript Warning: "Security wrapper denied access to property then on privileged Javascript object. Support for exposing privileged objects to untrusted content via __exposedProps__ is being gradually removed - use WebIDL bindings or Components.utils.cloneInto instead. Note that only the first denied property access from a given global object will be reported." {file: "resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js" line: 865}]
Not awesome.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → aus
Updated•10 years ago
|
blocking-b2g: 2.2? → backlog
| Assignee | ||
Updated•10 years ago
|
Assignee: aus → nobody
| Assignee | ||
Comment 1•10 years ago
|
||
The underlying issue has been resolved. This is no longer happening. Tested on device Flame-KK 180D moz-central 20150312 + gaia master (10dcd335d588997fc12845e9197de89228664f95).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•