Lines Matching full:black
1757 -> both initial values were pointing to 'black' though, so it was no visible problem.
1759 -> Correct it's initial from black to white value fixes SVG lighting filters!
6598 the entire windowRect -- this fixes a bug where we pop up a tiny 2-pixel high black
10256 this function is only used to convert the color of an input manager's marked text underline, which is always black
18708 updated for white->black name changes
18712 updated for white->black name changes
18716 updated for white->black name changes
18720 updated for white->black name changes
18724 updated for white->black name changes, and actually use black instead of white. This was the goal
25733 Fix <rdar://problem/5006918> All selected text is black, even if it is
36889 Fix crash by testing for zero stops, and returning transparent black
40417 Initialise default fill with Color::black rather than parsing
40418 the string "black"
43536 Reviewed by Oliver (Black Sheep)
44222 Reviewed by Black Sheep
45373 * platform/graphics/Color.cpp: Moved optimization for lightening black and darkening white into the Color class.
45376 * rendering/RenderTextControl.cpp: (WebCore::disabledTextColor): Skip the difference calculation for black text, which will always be lightened.
45429 Hardcode disabled text colors for the most common cases- black and white.
48547 Implements a port blocking black list that matches Firefox's
55388 Fix textarea resizers to not fill with black by making sure the fill color starts off as
55389 transparent instead of black.