[webkit-reviews] review denied: [Bug 27437] make HTMLAppletElement and HTMLEmbedElement compliant with de-facto JS-based standards under gobject bindings : [Attachment 33192] makes HTMLAppletElement and HTMLEmbedElement width and height DOMString except for Obj-C bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 00:04:51 PDT 2009


Mark Rowe (bdash) <mrowe at apple.com> has denied Luke Kenneth Casson Leighton
<lkcl at lkcl.net>'s request for review:
Bug 27437: make HTMLAppletElement and HTMLEmbedElement compliant with de-facto
JS-based standards under gobject bindings
https://bugs.webkit.org/show_bug.cgi?id=27437

Attachment 33192: makes HTMLAppletElement and HTMLEmbedElement width and height
DOMString except for Obj-C bindings
https://bugs.webkit.org/attachment.cgi?id=33192&action=review

------- Additional Comments from Mark Rowe (bdash) <mrowe at apple.com>
> Index: WebCore/ChangeLog
> ===================================================================
> --- WebCore/ChangeLog (revision 44473)
> +++ WebCore/ChangeLog (working copy)
> @@ -62327,6 +62335,21 @@
>	   (WebCore::PluginPackage::fetchInfo):
>	   (WebCore::PluginPackage::isPluginBlacklisted):
>  
> +2008-11-30  lkcl <lkcl at lkcl.net>

Please put the correct date and your name here.

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

You have a number of tabs here that our pre-commit hook will be unhappy with.

> +
> +	   * html/HTMLAppletElement.idl: width and height attributes DOMString
except for LANGUAGE_OBJECTIVE_C
> +	   * html/HTMLEmbedElement.idl: width and height attributes DOMString
except for LANGUAGE_OBJECTIVE_C

It'd be great if these sentences had correct grammar.

Please resubmit with an updated ChangeLog so that this can be landed.


More information about the webkit-reviews mailing list