[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 10:51:08 PST 2009


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


Charles Reis <creis at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44544|0                           |1
        is obsolete|                            |
  Attachment #44696|                            |review?
               Flag|                            |




--- Comment #8 from Charles Reis <creis at chromium.org>  2009-12-11 10:51:08 PST ---
Created an attachment (id=44696)
 --> (https://bugs.webkit.org/attachment.cgi?id=44696)
Update BindingSecurity class to use templates

This updated patch makes BindingSecurity a template class so that each binding
will be able to implement things it depends on, like execution state, without
needing virtual methods.  I threw in a few typedefs to make the code easier to
use at the call sites.

I also made the error reporting function visible outside V8Proxy.cpp so that we
can call it.

Thoughts?

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