Bug 129497

Summary: VisitedLinkProvider should keep track of processes, not pages
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-02-28 10:58:06 PST
VisitedLinkProvider should keep track of processes, not pages
Comment 1 Anders Carlsson 2014-02-28 11:06:05 PST
Created attachment 225477 [details]
Patch
Comment 2 mitz 2014-02-28 11:18:43 PST
Comment on attachment 225477 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=225477&action=review

> Tools/ChangeLog:12
> +2014-02-28  Anders Carlsson  <andersca@apple.com>
> +
> +        VisitedLinkProvider should keep track of processes, not pages
> +        https://bugs.webkit.org/show_bug.cgi?id=129497
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Remove logging.
> +
> +        * MiniBrowser/mac/WK2BrowserWindowController.m:
> +        (-[WK2BrowserWindowController browsingContextController:decidePolicyForNavigationAction:decisionHandler:]):
> +

This is unrelated. r=me but don’t use this bug’s title in the change log.
Comment 3 Anders Carlsson 2014-02-28 11:26:35 PST
Committed r164877: <http://trac.webkit.org/changeset/164877>