This should make Firebug much more useful with OpenLaszlo. The OL debug mode already sets the displayName property of all the functions that it creates to a mnemonic name that should reflect the OL source; Mozilla has finally decided to support this, after a lot of back-and-forth about not wanting to hide the "real" name of a function.
Not sure when this change will appear in Firefox, perhaps it is in the 6.0 release. Begin forwarded message: > From: [email protected] > Subject: Re: Issue 1811 in fbug: Add prettyName/displayName support to > Profiler output and Stacks > Date: 24 August 2011 07:29:01.000 EDT > To: [email protected] > > Updates: > Status: Commit > Owner: [email protected] > Cc: [email protected] > > Comment #68 on issue 1811 by [email protected]: Add prettyName/displayName > support to Profiler output and Stacks > http://code.google.com/p/fbug/issues/detail?id=1811 > > We decided to implement the support for displayName. It's nice workaround for > cases where the current guess-function-name algorithm doesn't work properly > (the logic should be improved as soon as Salman's work is publicly > available/implemented). > > Patch committed at R11596. > > - The patch solves the problem for stack-frames (visible in the Stacks side > panel) > - Unfortunately JSD doesn't allow to get the 'displayName' property when > collecting profiler information (so Firebug profiler table-results are not > affected). > > Honza > > > -- > You received this message because you starred the issue. > You may adjust your notification preferences at: > https://code.google.com/hosting/settings > > Reply to this email to add a comment.
