Bug 157049 - JSContext Inspector: __WebInspectorConsoleEvaluation__ and __WebInspectorInternal__ show up in Resources
Summary: JSContext Inspector: __WebInspectorConsoleEvaluation__ and __WebInspectorInte...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-26 15:32 PDT by Joseph Pecoraro
Modified: 2016-05-02 14:19 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-04-26 15:32:21 PDT
* 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
Comment 1 Radar WebKit Bug Importer 2016-04-26 15:39:55 PDT
<rdar://problem/25943411>
Comment 2 Timothy Hatcher 2016-04-26 16:06:48 PDT
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.
Comment 3 Joseph Pecoraro 2016-04-26 16:22:19 PDT
(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.
Comment 4 Joseph Pecoraro 2016-05-02 14:19:04 PDT
Well, this seems to have gone away. Its possible I just had some residual configuration stuff, like the debug UI, that were not apparent.