[webkit-reviews] review granted: [Bug 97219] Web Inspector: render grid scale to the right / at bottom in case box is close to 0 on that axis. : [Attachment 164924] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 10:38:57 PDT 2012


Vsevolod Vlasov <vsevik at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 97219: Web Inspector: render grid scale to the right / at bottom in case
box is close to 0 on that axis.
https://bugs.webkit.org/show_bug.cgi?id=97219

Attachment 164924: Patch
https://bugs.webkit.org/attachment.cgi?id=164924&action=review

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=164924&action=review


> Source/WebCore/inspector/InspectorOverlayPage.html:470
> +	       maxX = Math.min(maxX, quad[j].x);

max

> Source/WebCore/inspector/InspectorOverlayPage.html:472
> +	       maxY = Math.min(maxY, quad[j].y);

max


More information about the webkit-reviews mailing list