[Webkit-unassigned] [Bug 27437] make HTMLAppletElement and HTMLEmbedElement compliant with de-facto JS-based standards under gobject bindings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 09:58:58 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27437
Mark Rowe (bdash) <mrowe at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #33328|review? |review-
Flag| |
--- Comment #11 from Mark Rowe (bdash) <mrowe at apple.com> 2009-07-23 09:58:57 PDT ---
(From update of attachment 33328)
> Index: WebCore/ChangeLog
> ===================================================================
> --- WebCore/ChangeLog (revision 44473)
> +++ WebCore/ChangeLog (working copy)
> @@ -62327,6 +62347,17 @@
> (WebCore::PluginPackage::fetchInfo):
> (WebCore::PluginPackage::isPluginBlacklisted):
>
> +2008-11-30 Luke Kenneth Casson Leighton <lkcl at lkcl.net>
> +
> + Reviewed by NOBODY (OOPS!)
> +
> + https://bugs.webkit.org/show_bug.cgi?id=27437
> +
> + Make width and height attributes DOMString except for LANGUAGE_OBJECTIVE_C due to API backwards-compatibility reasons. HTML5 specification has HTMLAppletElement and HTMLEmbedElement width and height now marked as a DOMString.
> +
> + * html/HTMLAppletElement.idl: width and height attributes made to be DOMString except for LANGUAGE_OBJECTIVE_C where they are kept as long
> + * html/HTMLEmbedElement.idl: width and height attributes made to be DOMString except for LANGUAGE_OBJECTIVE_C where they are kept as long
> +
It's no longer November 2008 and there are still tabs in your ChangeLog entry…
Can you please fix this minor issue so that this can be landed?
--
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