RESOLVED FIXED Bug 95869
[WK2] Make visited link tracking work in multi-process mode
https://bugs.webkit.org/show_bug.cgi?id=95869
Summary [WK2] Make visited link tracking work in multi-process mode
Alexey Proskuryakov
Reported 2012-09-05 10:38:08 PDT
Patch forthcoming.
Attachments
proposed fix (8.60 KB, patch)
2012-09-05 10:44 PDT, Alexey Proskuryakov
mitz: review+
Alexey Proskuryakov
Comment 1 2012-09-05 10:44:53 PDT
Created attachment 162281 [details] proposed fix
mitz
Comment 2 2012-09-05 10:47:00 PDT
Comment on attachment 162281 [details] proposed fix View in context: https://bugs.webkit.org/attachment.cgi?id=162281&action=review > Source/WebKit2/UIProcess/VisitedLinkProvider.cpp:35 > +using namespace std; The guidelines now say that you shouldn’t do this: <http://www.webkit.org/coding/coding-style.html#using-in-cpp>.
mitz
Comment 3 2012-09-05 10:48:53 PDT
Comment on attachment 162281 [details] proposed fix View in context: https://bugs.webkit.org/attachment.cgi?id=162281&action=review > Source/WebKit2/ChangeLog:11 > + was making no sense in mult0process world, so it was let go. Typo: mult0process.
Alexey Proskuryakov
Comment 4 2012-09-05 11:22:08 PDT
Committed <http://trac.webkit.org/changeset/127614> with comments addressed, and an additional bug fix in WebContext::disconnectProcess - we were neglecting to call m_visitedLinkProvider.processDidClose().
Note You need to log in before you can comment on or make changes to this bug.