Bug 127744 - Add stubbed out VisitedLinkProvider class
Summary: Add stubbed out VisitedLinkProvider class
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-01-27 17:44 PST by Anders Carlsson
Modified: 2014-01-28 09:24 PST (History)
4 users (show)

See Also:


Attachments
Patch (15.70 KB, patch)
2014-01-27 17:46 PST, Anders Carlsson
no flags 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-01-27 17:44:08 PST
Add stubbed out VisitedLinkProvider class
Comment 1 Anders Carlsson 2014-01-27 17:46:09 PST
Created attachment 222389 [details]
Patch
Comment 2 Andreas Kling 2014-01-27 20:28:52 PST
Comment on attachment 222389 [details]
Patch

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

otay, r=me

> Source/WebCore/WebCore.xcodeproj/project.pbxproj:-19741
> -				F4EAF4AB10C74268009100D3 /* opentype */,

Oh that's my bad.

> Source/WebCore/page/PageGroup.h:117
> +        RefPtr<VisitedLinkProvider> m_visitedLinkProvider;

Ref

> Source/WebCore/page/VisitedLinkProvider.h:41
> +    static PassRefPtr<VisitedLinkProvider> create()

PassRef
Comment 3 WebKit Commit Bot 2014-01-28 09:24:09 PST
Comment on attachment 222389 [details]
Patch

Clearing flags on attachment: 222389

Committed r162937: <http://trac.webkit.org/changeset/162937>
Comment 4 WebKit Commit Bot 2014-01-28 09:24:12 PST
All reviewed patches have been landed.  Closing bug.