[Webkit-unassigned] [Bug 12050] REGRESSION: Assertion failure in -[WebBaseNetscapePluginView willCallPlugInFunction] (plugin)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 30 11:20:44 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12050
ggaren at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #12796|review+ |review?
Flag| |
------- Comment #6 from ggaren at apple.com 2007-01-30 11:20 PDT -------
(From update of attachment 12796)
Guys, I'm not sure this is the right fix. I think the real bug here is that the
plug-in is in the page, and JavaScript holds a reference to it, but it hasn't
started yet. Why wasn't -start called?
Here's the bug that I think this doesn't fix: obj.SetVariable("x", 1). That's a
valid call to the Flash plug-in, but it would throw an exception because WebKit
would think the plug-in hadn't loaded, right?
Or is this fix specific to the case of an <object> element that has no data
attribute, so there is plug-in to load?
I'm setting the review flag back to "?" so this doesn't show up in the commit
queue for now. Feel free to set it back to "+" if I'm off my rocker.
--
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