[webkit-reviews] review denied: [Bug 28914] Add a test for iframe shims and windowed plugin : [Attachment 38996] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 3 10:54:51 PDT 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has denied Victor Wang
<victorw at chromium.org>'s request for review:
Bug 28914: Add a test for iframe shims and windowed plugin
https://bugs.webkit.org/show_bug.cgi?id=28914

Attachment 38996: Updated patch
https://bugs.webkit.org/attachment.cgi?id=38996&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
Quite a few of style issues below:

> Index: LayoutTests/ChangeLog
> ===================================================================
> --- LayoutTests/ChangeLog	(revision 47984)
> +++ LayoutTests/ChangeLog	(working copy)
> @@ -1,3 +1,18 @@
> +2009-09-02  Victor Wang  <victorw at chromium.org>
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   https://bugs.webkit.org/show_bug.cgi?id=28914
> +
> +	   Add layout test to test iframe shim can be used
> +	   to overlay html above a windowed plugin. It checks
> +	   premutations of iframe shimes in relationship to 

shimes => shims.

> +    var HEIGHT = 100;
width

> +    var WIDTH = 100;
height

> +	  
i.style.filter='progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';

This is IE-specific. Why do we need it here?

> +	   var case_id = items;

caseId

> +	   var expect_clickable = tags.expect && tags.expect.indexOf('UNDER')
== -1;

expectClickable

> +	   expected_clicks[case_id] = expect_clickable;

expectedClicks

> +	   var plugin_div_z;

pluginDivZ

> +	   var overlay_div_z_iframe;

overlayDivZIframe

> +	   var overlay_div_z_overlay;

overlayDivZOverlay, and below, lots of underscore_delimited_var_names. WebKit
convention is camelCase.


More information about the webkit-reviews mailing list