Bug 129285 - Add a DefaultVisitedLinkProvider and route visited link actions through it
Summary: Add a DefaultVisitedLinkProvider and route visited link actions through it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-24 19:10 PST by Anders Carlsson
Modified: 2014-02-24 19:28 PST (History)
8 users (show)

See Also:


Attachments
Patch (30.65 KB, patch)
2014-02-24 19:12 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>