Bug 129288

Summary: Make it possible to set the visited link provider on a per page basis
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 kling: review+

Description Anders Carlsson 2014-02-24 20:20:09 PST
Make it possible to set the visited link provider on a per page basis
Comment 1 Anders Carlsson 2014-02-24 20:21:57 PST
Created attachment 225118 [details]
Patch
Comment 2 Andreas Kling 2014-02-24 22:12:47 PST
Comment on attachment 225118 [details]
Patch

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

r=me

> Source/WebKit2/WebProcess/WebPage/WebVisitedLinkProvider.h:33
> +class WebVisitedLinkProvider : public WebCore::VisitedLinkProvider {

This class should be final.
Comment 3 Anders Carlsson 2014-02-25 09:42:37 PST
Committed r164652: <http://trac.webkit.org/changeset/164652>