WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
143470
[Content Filtering] Add logging
https://bugs.webkit.org/show_bug.cgi?id=143470
Summary
[Content Filtering] Add logging
Andy Estes
Reported
2015-04-07 02:16:31 PDT
[Content Filtering] Add logging
Attachments
Patch
(15.09 KB, patch)
2015-04-07 02:18 PDT
,
Andy Estes
dbates
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2015-04-07 02:18:01 PDT
Created
attachment 250261
[details]
Patch
Daniel Bates
Comment 2
2015-04-07 13:39:21 PDT
Comment on
attachment 250261
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=250261&action=review
> Source/WebCore/testing/MockContentFilter.cpp:136 > + LOG(ContentFiltering, "MockContentFilter stopped buffering with status %du at decision point %du.\n", m_status, decisionPoint);
Is %du a valid format specifier?
Andy Estes
Comment 3
2015-04-07 13:41:35 PDT
(In reply to
comment #2
)
> Comment on
attachment 250261
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=250261&action=review
> > > Source/WebCore/testing/MockContentFilter.cpp:136 > > + LOG(ContentFiltering, "MockContentFilter stopped buffering with status %du at decision point %du.\n", m_status, decisionPoint); > > Is %du a valid format specifier?
Eh, I probably just want %u.
Andy Estes
Comment 4
2015-04-07 13:49:28 PDT
Committed
r182489
: <
http://trac.webkit.org/changeset/182489
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug