[Webkit-unassigned] [Bug 98124] New: Remove anonymous namespace from StyleBuilder.cpp for better debugging experience
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 2 01:03:03 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98124
Summary: Remove anonymous namespace from StyleBuilder.cpp for
better debugging experience
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yurys at chromium.org
CC: darin at apple.com, ap at webkit.org, timothy at apple.com,
rik at webkit.org, keishi at webkit.org, pmuellr at yahoo.com,
joepeck at webkit.org, pfeldman at chromium.org,
yurys at chromium.org, bweinstein at apple.com,
apavlov at chromium.org, loislo at chromium.org
Depends on: 98028
As Alexey and Darin pointed out in wkbug.com/98028 we should avoid anonymous namespaces as they complicate debugging and break some IDE's code assistance. Original problem is already resolved by picking more specific name that doesn't collide with other type names and the code can continue to reside in the WebCore namespace.
--
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