[webkit-reviews] review denied: [Bug 31224] [V8] Return return StyleSheet object instead of HTMLStyleElement w/document.styleSheets named property getter. : [Attachment 42694] patch to fix this issue.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 7 08:45:04 PST 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has denied johnnyding
<johnnyding.webkit at gmail.com>'s request for review:
Bug 31224: [V8] Return return StyleSheet object instead of HTMLStyleElement
w/document.styleSheets named property getter.
https://bugs.webkit.org/show_bug.cgi?id=31224

Attachment 42694: patch to fix this issue.
https://bugs.webkit.org/attachment.cgi?id=42694&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
Thanks for tackling this! We just need a layout test and one small nit:

> Index: WebCore/ChangeLog
> ===================================================================
> --- WebCore/ChangeLog (revision 50615)
> +++ WebCore/ChangeLog (working copy)
> @@ -1,3 +1,16 @@
> +2009-11-07  Johnny Ding  <johnnyding.webkit at gmail.com>
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   https://bugs.webkit.org/show_bug.cgi?id=31224
> +	   Returns a StyleSheet object instead of HTMLStyleElement when using

Please update this to match the subject of the bug (including [V8] prefix).

> +	   V8 engine to retrieve style sheet by a name from
document.styleSheets


.
> +
> +	   No new tests since it is only V8 binding issue.(JS binding is OK)

Well, this is an easily testable case, so I would say a layout test is in
order, regardless
of whether it's a bindings issue for one engine and not another.


More information about the webkit-reviews mailing list