[webkit-reviews] review granted: [Bug 10114] Exceptions thrown by WebKitPlugins are ignored : [Attachment 9864] Patch to fix WebKitPlugin exceptions

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue Aug 29 15:38:41 PDT 2006


Geoffrey Garen <ggaren at apple.com> has granted Geoffrey Garen
<ggaren at apple.com>'s request for review:
Bug 10114: Exceptions thrown by WebKitPlugins are ignored
http://bugzilla.opendarwin.org/show_bug.cgi?id=10114

Attachment 9864: Patch to fix WebKitPlugin exceptions
http://bugzilla.opendarwin.org/attachment.cgi?id=9864&action=edit

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
I spoke with Darin about this.

The Context won't outlast the ExecState because both are allocated in tandem on
the stack. Our current code relies on the same idiom to ensure that the
ExecState won't outlast the Context.

Eventually, ExecState and Context should just merge to become the same object.



More information about the webkit-reviews mailing list