Bug 50878 - WebKit2 logging channels are on by default
Summary: WebKit2 logging channels are on by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-11 18:00 PST by mitz
Modified: 2010-12-12 16:27 PST (History)
1 user (show)

See Also:


Attachments
WIP (Do not review) (64.15 KB, patch)
2010-12-12 16:23 PST, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-12-11 18:00:39 PST
WebKit2 logging channels are on by default:

WTFLogChannel LogSessionState = { 0x00000001, "WebKit2LogLevel", WTFLogChannelOn };
WTFLogChannel LogContextMenu  = { 0x00000002, "WebKit2LogLevel", WTFLogChannelOn };
WTFLogChannel LogTextInput    = { 0x00000003, "WebKit2LogLevel", WTFLogChannelOn };

They should be off.
Comment 1 Sam Weinig 2010-12-12 16:23:41 PST
Created attachment 76338 [details]
WIP (Do not review)
Comment 2 Sam Weinig 2010-12-12 16:24:11 PST
Comment on attachment 76338 [details]
WIP (Do not review)

Oops, wrong bug.
Comment 3 Sam Weinig 2010-12-12 16:27:15 PST
Fixed in http://trac.webkit.org/changeset/73878. Add bug URL in http://trac.webkit.org/changeset/73881.