Firefox/Projects/Console: Difference between revisions

Line 121: Line 121:
* We should steal every delicious piece of Jesse's js shell - utility functions (print(obj), blink(domEl), load(scriptURL)), tab completion - all of it.
* We should steal every delicious piece of Jesse's js shell - utility functions (print(obj), blink(domEl), load(scriptURL)), tab completion - all of it.
* We should also steal convenience things like "$ = document.querySelector" and "$$ = document.getElementByID", but post-beta.
* We should also steal convenience things like "$ = document.querySelector" and "$$ = document.getElementByID", but post-beta.
== Delivery Requirements ==
* Talked to jst about using an observer to instantiate our console object inside of the nsIDOMWindow's constructor to really make our implementation not have to deal with wrappers (or the details of) so much. This may be a mute point thanks to sicking's patch on {{bug|549539}}


== Constraints ==
== Constraints ==
564

edits