Firefox/Feature Brainstorming:Add-ons, Platform Development: Difference between revisions

→‎Add-ons/Platform development: javascript multithreading
(Removed two of the three {{FeatureBrainstorming}}s)
(→‎Add-ons/Platform development: javascript multithreading)
Line 95: Line 95:
** Include a step-through javascript debugger (or possibly include this in the Javascript Console).
** Include a step-through javascript debugger (or possibly include this in the Javascript Console).
**Create a JavaScript Compiler (for developers) and decompiler (for the Interpreter), basically to allow small sizes for .js files (creating ''javascript compiled .jsc'' files), and maybe it could  be a good method to speed up javascript code.
**Create a JavaScript Compiler (for developers) and decompiler (for the Interpreter), basically to allow small sizes for .js files (creating ''javascript compiled .jsc'' files), and maybe it could  be a good method to speed up javascript code.
** Real Multi-threading


* Javascript Immediate Window
* Javascript Immediate Window
Line 128: Line 129:
<tr><td>
<tr><td>
;Add an Element to HTML Forms<nowiki>:</nowiki> grid
;Add an Element to HTML Forms<nowiki>:</nowiki> grid
*Add a grid element to HTML forms to allow for the placement of little spreadsheets in web pages.  This would be another element to go along with texts, passwords, textareas, checkboxes, radio buttons, and select lists.  To send the grid as a CGI variable, the lines can be separated by "\n" and cells by "\t".  The same characters can be used to set values for the grid when building web pages.  When copying and pasting, the same "\n" and "\t" can be used as well.
*Add a grid element to HTML forms to allow for the placement of spreadsheet-like grids in web pages.  This would be another HTML form element to go along with texts, passwords, textareas, checkboxes, radio buttons, and select lists.  To send the grid as a CGI variable, the lines can be separated by "\n" and cells by "\t".  The same characters can be used to set values for the grid when building web pages.  The same characters can also be used when copying and pasting as text.
</td></tr>
</td></tr>
<tr><td>
<tr><td>
5

edits