[Webkit-unassigned] [Bug 22851] HTMLPlugInElement does not take createdByParser argument into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 14:06:07 PST 2009


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


Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com




--- Comment #1 from Brady Eidson <beidson at apple.com>  2009-12-10 14:06:07 PST ---
There's a FIXME pointing to this bug that has been obsoleted, as the
createdByParser flag on HTMLFrameOwnerElement had been removed somewhere along
the line and therefore the automatic "false" in HTMLPluginElement had been
removed too.

And whenever that happened, they didn't remove the comment pointing here.

However, in working on https://bugs.webkit.org/show_bug.cgi?id=32383 I am
putting the createdByParser flag back in to HTMLFrameOwnerElement.

At the same time, I'm making sure that ALL elements that have
HTMLFrameOwnerElement has a base class actually get the real createdByParser
flag from the factory, including Embed/Object, and therefore including Plugin.

So this will be resolved as a side effect.

I'll update this bug when 32383 is resolved.

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