Bug 129285

Summary: Add a DefaultVisitedLinkProvider and route visited link actions through it
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, commit-queue, esprehn+autocc, gyuyoung.kim, japhet, kangil.han, rakuco, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-02-24 19:10:32 PST
Add a DefaultVisitedLinkProvider and route visited link actions through it
Comment 1 Anders Carlsson 2014-02-24 19:12:44 PST
Created attachment 225113 [details]
Patch
Comment 2 mitz 2014-02-24 19:20:55 PST
Comment on attachment 225113 [details]
Patch

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

> Source/WebCore/page/PageGroup.cpp:342
> +

Too much whitespace.

> Source/WebCore/page/VisitedLinkProvider.h:44
> +    // FIXME: These two members should only take the link hash, there'

What?
Comment 3 Anders Carlsson 2014-02-24 19:28:03 PST
Committed r164624: <http://trac.webkit.org/changeset/164624>