Closed
Bug 1019141
Opened 11 years ago
Closed 11 years ago
Investigate how Web Audio Editor works with RDP
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsantell, Unassigned)
References
Details
See how this tool works on Firefox for Android and Firefox OS
Reporter | ||
Comment 1•11 years ago
|
||
When debugging a webpage on Firefox OS:
WebAudioEditorPanel open failed. undefined: this.conn.allocID is not a function panel.js:48
TypeError: gFront is undefined webaudioeditor.xul:1
Reporter | ||
Comment 2•11 years ago
|
||
Similar to other tools with the same issue in bug 1023525, since we do not set an actorID on the WebAudioFront from the tabForm passed into `initialize`, we need to get the actorID from the tabForm:
https://gist.github.com/jsantell/285f64e190230d4d096a
Other tools have browser actors, and the webgl/canvas/webaudio tools are only tab actors, so if we assign the ID manually from the tab actor, that fixes the `allocID` problem (when using the browser toolbox), but other errors on Firefox OS
Reporter | ||
Comment 3•11 years ago
|
||
This works when b2g is running gecko 32+ on external devices, simulator. \m/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•