QA/Developer Tools:Creating: Difference between revisions
< QA
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* [https://developer.mozilla.org/en-US/docs/Tools/Web_Audio_Editor Web Audio Editor] - Examine the graph of audio nodes in an audio context, and modify their parameters. | * [https://developer.mozilla.org/en-US/docs/Tools/Web_Audio_Editor Web Audio Editor] - Examine the graph of audio nodes in an audio context, and modify their parameters. | ||
**[https://bugzilla.mozilla.org/buglist.cgi?list_id=11144026&resolution=---&query_format=advanced&bug_status=UNCONFIRMED&component=Developer%20Tools%3A%20Web%20Audio%20Editor&product=Firefox Unconfirmed Bugs] | **[https://bugzilla.mozilla.org/buglist.cgi?list_id=11144026&resolution=---&query_format=advanced&bug_status=UNCONFIRMED&component=Developer%20Tools%3A%20Web%20Audio%20Editor&product=Firefox Unconfirmed Bugs] | ||
**[https://bugzilla.mozilla.org/buglist.cgi?list_id=11144028&resolution=FIXED&query_format=advanced&bug_status=RESOLVED&component=Developer%20Tools%3A%20Web%20Audio%20Editor&product=Firefox Resolved Fixed | **[https://bugzilla.mozilla.org/buglist.cgi?list_id=11144028&resolution=FIXED&query_format=advanced&bug_status=RESOLVED&component=Developer%20Tools%3A%20Web%20Audio%20Editor&product=Firefox Resolved Fixed Bugs] |
Latest revision as of 10:59, 10 September 2014
Developer Tools Creating
Authoring tools for websites and web apps.
- Scratchpad - A text editor built into Firefox that lets you write and execute JavaScript.
- Style Editor - View and edit CSS styles for the current page.
- Shader Editor - View and edit the vertex and fragment shaders used by WebGL.
- Web Audio Editor - Examine the graph of audio nodes in an audio context, and modify their parameters.