Re: [whatwg] Proposal: JavaScript stack traces

2009-07-10 Thread Ian Hickson
On Fri, 12 Jun 2009, Jordan Osete wrote: > > I've wondered for some time if it weren't possible to harmonize stack > traces across browsers. As Patrick Mueller mentioned, this is probably better handled by the JavaScript working group. I encourage you to bring this up with them; I think it's a

Re: [whatwg] Proposal: JavaScript stack traces

2009-06-12 Thread Patrick Mueller
Patrick Mueller wrote: I posted a message to the es-discuss list this week regarding debugging capabilities: http://www.mail-archive.com/es-disc...@mozilla.org/msg02595.html Allen Wirfs-Brock posted a positive reply: http://www.mail-archive.com/es-disc...@mozilla.org/msg02596.html G

Re: [whatwg] Proposal: JavaScript stack traces

2009-06-12 Thread Patrick Mueller
Jordan Osete wrote: Hi. I've wondered for some time if it weren't possible to harmonize stack traces across browsers. ... Personally, I don't feel like this sort of functionality belongs in an HTML spec, but more in a JavaScript spec. I posted a message to the es-discuss list this week reg

Re: [whatwg] Proposal: JavaScript stack traces

2009-06-12 Thread Kristof Zelechovski
The ability to extract stack trace information from an exception is a script language feature; it has nothing to do with HTML. Chris

[whatwg] Proposal: JavaScript stack traces

2009-06-12 Thread Jordan Osete
Hi. I've wondered for some time if it weren't possible to harmonize stack traces across browsers. * What is the problem you are trying to solve? * If you want a traceback, you need to cater for multiple browsers behaviours, and different and incomplete information. * What is the feature you are