[Webkit-unassigned] [Bug 150752] Web Inspector: Console: Variables defined with let/const aren't accessible outside of console's scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 11:56:49 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=150752

--- Comment #15 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to comment #13)
> 
> > LayoutTests/inspector/debugger/js-stacktrace-expected.txt:22
> > -        "functionName": "Eval Code",
> > +        "functionName": "Global Code",
> 
> Why is this one title case…?
> 
> > LayoutTests/inspector/debugger/js-stacktrace-expected.txt:43
> > -        "functionName": "eval code",
> > +        "functionName": "global code",
> 
> … and this one isn't?

The title case is our localized strings constructed from the stack trace (WebInspector.StackTrace / WebInspector.CallFrame). The lowercase is what JavaScriptCore actually produces in error callstacks. I'll take a look to see if we are missing a place where we can be providing the better strings.


(In reply to comment #14)
> Are the EWS sadness relevant?

Yes, but that is just a single http/inspector test that needs to be rebaselined.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160506/f04a9e5f/attachment.html>


More information about the webkit-unassigned mailing list