Bug 157049
Summary: | JSContext Inspector: __WebInspectorConsoleEvaluation__ and __WebInspectorInternal__ show up in Resources | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | bburg, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
* SUMMARY
JSContext Inspector __WebInspectorConsoleEvaluation__ and __WebInspectorInternal__ show up in Resources when typing in Quick Console.
* STEPS TO REPRODUCE
1. Inspect a JSContext
2. Type and execute a few statements in the quick console
=> Resources start showing up
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/25943411>
Timothy Hatcher
Did you have the debug UI enabled? I think I made this start happening if the debug UI is enabled when before it had an early return. Toggling the debug UI should hide them again.
Joseph Pecoraro
(In reply to comment #2)
> Did you have the debug UI enabled? I think I made this start happening if
> the debug UI is enabled when before it had an early return. Toggling the
> debug UI should hide them again.
Hmm, in my particular case I didn't have debug UI enabled.
Joseph Pecoraro
Well, this seems to have gone away. Its possible I just had some residual configuration stuff, like the debug UI, that were not apparent.