[Webkit-unassigned] [Bug 24300] Add CSSKeepVisitedLinksPrivate option to WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 22 23:42:56 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24300


abarth at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31664|review?                     |review-
               Flag|                            |




------- Comment #4 from abarth at webkit.org  2009-06-22 23:42 PDT -------
(From update of attachment 31664)
> +    Settings* settings = m_document->settings();
> +    if (!settings || settings->cssIgnoreVisitedLinks())
> +        m_IgnoreVisitedLinks = true;

This should default to false if we can't find settings.

> +++ b/WebCore/manual-tests/css-ignore-visited-links.html

This should be a LayoutTest instead of a manual test.  See something like
xssAuditor to see how to test non-default settings in LayoutTests.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list