[Webkit-unassigned] [Bug 32326] Refactor some security code out of V8 bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 13:32:20 PST 2009


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





--- Comment #12 from Adam Barth <abarth at webkit.org>  2009-12-11 13:32:20 PST ---
> I wasn't thrilled about this, but it seemed the best approach.

Another option to consider is a non-template base class.  That can implement
its methods in its own cpp file.  I'm not sure if that scales either.  I'm
inclined to try this.  As we do move of this work, the right answer will likely
reveal itself.

Another option, by the way, is to move this code into WebCore proper.  If it
doesn't need to call back into the bindings, the dependencies allow it escape
from the bindings directory.

-- 
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