WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
154079
Fix assertions when loading from WebProcess
https://bugs.webkit.org/show_bug.cgi?id=154079
Summary
Fix assertions when loading from WebProcess
Alex Christensen
Reported
2016-02-10 11:11:46 PST
Fix assertions when loading from WebProcess
Attachments
Patch
(8.28 KB, patch)
2016-02-10 11:21 PST
,
Alex Christensen
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2016-02-10 11:21:34 PST
Created
attachment 271008
[details]
Patch
Alex Christensen
Comment 2
2016-02-10 12:40:55 PST
Comment on
attachment 271008
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=271008&action=review
> Source/WebKit2/UIProcess/WebPageProxy.cpp:486 > + m_process->processPool().sendToAllProcesses(Messages::WebProcess::EnsurePrivateBrowsingSession(m_sessionID));
My one concern with this approach is that it will use more memory in each WebProcess for the private browsing sessions they probably won't use, but I can't think of another good solution other than ensuring the private browsing session for each load in a private browsing session.
Alex Christensen
Comment 3
2016-02-10 12:56:21 PST
http://trac.webkit.org/changeset/196384
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