Lines Matching full:visited
1120 https://bugs.webkit.org/show_bug.cgi?id=39420, :visited not working with background-color.
1126 Modified history/self-is-visited.html to also test background colors.
7005 More :visited link optimizations to reduce memory usage
7358 Improve :visited style resolution to reduce its memory footprint and to make some speed adjustments and
7368 (3) Limit the set of properties that can be applied to :visited links to only the colors it supports. This
7369 stops images from being loadable from :visited rules.
11362 further fixes towards REGRESSION (r57292): 1% PLT regression from visited link information leak fix
13478 REGRESSION (r58273): Visited links do not change color immediately when Cmd-clicked
13483 manual-tests/visited-link-new-window.html
13486 (WebCore::CSSStyleSelector::initElement): Only cache the visited link state
13488 to avoid caching the visited link state beyond the scope of a single style lookup.
13492 (WebCore::CSSStyleSelector::styleForElement): Change so "visited link helper mode"
13495 * manual-tests/visited-link-new-window.html: Added. I could not figure out any way
13496 to make an automated test that supports visited link coloring.
16613 REGRESSION (r57292): 1.5% page load speed regression from visited link information leak fix
16623 the visited link hash for the same element. This directly addresses much
21739 https://bugs.webkit.org/show_bug.cgi?id=37669, REGRESSION: visited styles don't work right when only the visited path specifies
21746 Reworked both styleForElement and pseudoStyleForElement to resolve visited styles first, since in the pseudoStyleForElement case
21959 https://bugs.webkit.org/show_bug.cgi?id=37567, :first-letter inside a :visited link is wrong color. Make sure
21960 that the pseudo style caching allows visited link styles to hang off other pseudo styles.
23442 https://bugs.webkit.org/show_bug.cgi?id=37455, :visited doesn't work with multiple classes/ids.
23444 Added fast/history/multiple-classes-visited.html.
24615 Followup optimization to bug 24300, don't leak history info via CSS :visited. If a Web
24617 specify any :link or :visited rules, then don't waste time resolving visited styles.
24619 There is a further optimization that could be done to detect when :link and :visited are
24621 visited link colors, but this fix doesn't address that. It just restores the optimization
24647 https://bugs.webkit.org/show_bug.cgi?id=24300, don't leak history info via CSS :visited.
24651 http://dbaron.org/mozilla/visited-privacy
24661 Make sure accessibility objects still return visited information.
24669 to still return :visited information. For normal Web pages, this will be false. It is set
24688 be unvisited, and the second forces the link to be visited. The real state of the link is
24689 cached on the principal (unvisited) style. The visited style hangs off the principal style
24694 Make sure to deal with the VISITED_LINK pseudo to know when only :visited style info changed.
24698 Let the Web Inspector see :visited computed styles by default.
24703 correctly reported as :visited.
24770 or not. The inherited flags now cache whether you're inside a visited or unvisited link (or no link at
24777 Patch SVG fill/stroke painting to honor :visited.
52673 So ports that want visited link tracking need to set that flag.
52685 we should initialize to true so they get the visited link behavior by default.