Re: [devtools] Ready to replace the Error Console: the Browser Console landed

2013-04-11 Thread ISHIKAWA, Chiaki
(2013/04/11 4:24), Mihai Sucan wrote: Hello Joshua! Le 10/04/2013 20:41, Joshua Cranmer  a écrit : On 4/10/2013 12:05 PM, Mihai Sucan wrote: If anyone has any concerns about us replacing the Error Console, please shout loud and clear! We plan to do the aforementioned steps to replace the

Re: [devtools] Ready to replace the Error Console: the Browser Console landed

2013-04-11 Thread Mihai Sucan
Hello! Le 11/04/2013 15:05, ISHIKAWA, Chiaki a écrit : Hi, as TB user, I often find javascript errors in error console when something does not work right. For example, syntax error (rare, but happens during testing), or undefined property error in error console (these are actually rather

[devtools] Ready to replace the Error Console: the Browser Console landed

2013-04-10 Thread Mihai Sucan
Hello everyone! Yesterday we landed a couple of changes for the Web Console [1] and we also included the new Browser Console, bug 587757 https://bugzilla.mozilla.org/show_bug.cgi?id=587757. [2] To try it please set devtools.chrome.enabled to |true| in about:config. Then you can go to the

Re: [devtools] Ready to replace the Error Console: the Browser Console landed

2013-04-10 Thread Joshua Cranmer 
On 4/10/2013 12:05 PM, Mihai Sucan wrote: If anyone has any concerns about us replacing the Error Console, please shout loud and clear! We plan to do the aforementioned steps to replace the Error Console in the current release cycle, maybe in bug 602006

Re: [devtools] Ready to replace the Error Console: the Browser Console landed

2013-04-10 Thread Mihai Sucan
Hello Joshua! Le 10/04/2013 20:41, Joshua Cranmer  a écrit : On 4/10/2013 12:05 PM, Mihai Sucan wrote: If anyone has any concerns about us replacing the Error Console, please shout loud and clear! We plan to do the aforementioned steps to replace the Error Console in the current release

Re: [devtools] Ready to replace the Error Console: the Browser Console landed

2013-04-10 Thread Neil
Mihai Sucan wrote: let console = Cu.import(resource://gre/modules/devtools/Console.jsm, {}).console; Why not just import Console.jsm directly? -- Warning: May contain traces of nuts. ___ dev-platform mailing list dev-platform@lists.mozilla.org