Bug 50878

Summary: WebKit2 logging channels are on by default
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
WIP (Do not review) none

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.