[Webkit-unassigned] [Bug 54464] New: Rename Color::name() to Color::drtName()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 15 08:24:42 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54464
Summary: Rename Color::name() to Color::drtName()
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kling at webkit.org
Color::name() returns the color as either #RRGGBB or #RRGGBBAA.
Since the latter is not a valid CSS color, it can't be re-parsed by WebKit, and should only be used in DRT dumps.
Existing call sites that wrongly use drtName() will be updated separately with accompanying layout tests.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list