Firefox/Feature Brainstorming: Difference between revisions

Jump to navigation Jump to search
Line 892: Line 892:
e.g.:
e.g.:


To any other URL with the *same* domain
* To any other URL with the same domain
AND/OR
* and/or, to change the querystring
To change the querystring


This could of course be configurable in the browser's Options, but one or both
This could of course be configurable in the browser's Options, but one or both
Line 3,280: Line 3,279:
* Interpreter improvements
* Interpreter improvements
** 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.
* Javascript Immediate Window
* Javascript Immediate Window
** Add an Immediate Window to the Javascript Console (similar to the immediate window in Microsoft Visual Studio), that will allow you to dynamically view and change all javascript variables currently dimensioned on the page.  Possibly a list of functions and/or methods that you can double-click to execute (and if it returns a value, it could present it in a messagebox or tab or something...) Also, if you could inject html and/or javascript method/functions into the page, it could be very useful for obvious debugging purposes.
** Add an Immediate Window to the Javascript Console (similar to the immediate window in Microsoft Visual Studio), that will allow you to dynamically view and change all javascript variables currently dimensioned on the page.  Possibly a list of functions and/or methods that you can double-click to execute (and if it returns a value, it could present it in a messagebox or tab or something...) Also, if you could inject html and/or javascript method/functions into the page, it could be very useful for obvious debugging purposes.
5

edits

Navigation menu