[Webkit-unassigned] [Bug 25795] New: Refactor V8 setters to eliminate common setter code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 10:45:16 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25795

           Summary: Refactor V8 setters to eliminate common setter code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: atwilson at google.com


There's quite a bit of common code in the V8 bindings - functions like
ACCESSOR_SETTER(WorkerOnmessage) and ACCESSOR_SETTER(MessagePortClose) are
nearly identical (the getters are very similar as well).

We should refactor the common code into static utility functions that the
various classes can share.


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