WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
197104
Minor PSON release logging improvements
https://bugs.webkit.org/show_bug.cgi?id=197104
Summary
Minor PSON release logging improvements
Chris Dumez
Reported
2019-04-19 08:50:31 PDT
Minor PSON release logging improvements.
Attachments
Patch
(2.92 KB, patch)
2019-04-19 08:52 PDT
,
Chris Dumez
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2019-04-19 08:52:26 PDT
Created
attachment 367802
[details]
Patch
Darin Adler
Comment 2
2019-04-19 10:02:55 PDT
Comment on
attachment 367802
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=367802&action=review
> Source/WebKit/UIProcess/WebPageProxy.cpp:2874 > + RELEASE_LOG_IF_ALLOWED(Loading, "continueNavigationInNewProcess: webPID = %i, pageID = %" PRIu64 ", newProcessPID = %i, hasSuspendedPage = %d", m_process->processIdentifier(), m_pageID, newProcess->processIdentifier(), !!suspendedPageProxy);
Strange to use both %i and %d when they are synonyms.
Chris Dumez
Comment 3
2019-04-19 13:09:08 PDT
Committed
r244464
: <
https://trac.webkit.org/changeset/244464
>
Radar WebKit Bug Importer
Comment 4
2019-04-19 13:10:19 PDT
<
rdar://problem/50056848
>
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