[Webkit-unassigned] [Bug 17108] New: CSS parser should NOT return raw CSSValue* from creation functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 18:13:46 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17108

           Summary: CSS parser should NOT return raw CSSValue* from creation
                    functions
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org


CSS parser should NOT return raw CSSValue* from creation functions

Instead it should use PassRefPtr<CSSValue> for single returns, and use
RefPtr<CSSValue>& for multiple return values.

I expect we have leaks in this code and just don't know it yet.


-- 
Configure bugmail: http://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