[webkit-reviews] review granted: [Bug 100003] Viewport errors should be slightly friendlier with regard to '; '. : [Attachment 169920] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 22 09:16:27 PDT 2012


Adam Barth <abarth at webkit.org> has granted Mike West <mkwst at chromium.org>'s
request for review:
Bug 100003: Viewport errors should be slightly friendlier with regard to ';'.
https://bugs.webkit.org/show_bug.cgi?id=100003

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=169920&action=review


> Source/WebCore/dom/ViewportArguments.cpp:367
> +	   message = message + " Note that ';' is not a separator in viewport
values. The list should be comma-separated.";

message.append(...)


More information about the webkit-reviews mailing list