Bug 141589 - JSContext Inspector: Do not stash console messages for non-debuggable JSContext
Summary: JSContext Inspector: Do not stash console messages for non-debuggable JSContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-13 20:08 PST by Joseph Pecoraro
Modified: 2015-02-13 21:00 PST (History)
10 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.94 KB, patch)
2015-02-13 20:11 PST, Joseph Pecoraro
timothy: review+
timothy: commit-queue+
Details | Formatted Diff | Diff
[PATCH] Proposed Fix (2.94 KB, patch)
2015-02-13 20:15 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-02-13 20:08:16 PST
* SUMMARY
Do not stash console messages for non-debuggable JSContext.

For a JSContext in an application not inspectable, or a JSContext where remote debugging has been explicitly disabled (it is enabled by default), do not stash any console messages.
Comment 1 Joseph Pecoraro 2015-02-13 20:08:34 PST
<rdar://problem/19752014>
Comment 2 Joseph Pecoraro 2015-02-13 20:11:42 PST
Created attachment 246571 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2015-02-13 20:13:05 PST
Attachment 246571 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp:52:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Joseph Pecoraro 2015-02-13 20:15:40 PST
Created attachment 246572 [details]
[PATCH] Proposed Fix
Comment 5 WebKit Commit Bot 2015-02-13 21:00:04 PST
Comment on attachment 246572 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 246572

Committed r180101: <http://trac.webkit.org/changeset/180101>
Comment 6 WebKit Commit Bot 2015-02-13 21:00:09 PST
All reviewed patches have been landed.  Closing bug.