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)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jsantell, Unassigned)

References

Details

See how this tool works on Firefox for Android and Firefox OS
Blocks: 1022248
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
Blocks: 1023525
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
No longer blocks: 1022248
Blocks: 1040352
This works when b2g is running gecko 32+ on external devices, simulator. \m/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: Firefox → DevTools
Product: DevTools → DevTools Graveyard
You need to log in before you can comment on or make changes to this bug.