[webkit-reviews] review requested: [Bug 28751] Misc. small image system cleanups : [Attachment 48690] Style/code cleanup, v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 19:07:16 PST 2010


Peter Kasting <pkasting at google.com> has asked  for review:
Bug 28751: Misc. small image system cleanups
https://bugs.webkit.org/show_bug.cgi?id=28751

Attachment 48690: Style/code cleanup, v2
https://bugs.webkit.org/attachment.cgi?id=48690&action=review

------- Additional Comments from Peter Kasting <pkasting at google.com>
This fixes the fixable style comments.	There are two cases the style bot will
still complain about that aren't fixed:

int var;   // Indenting these comments the same
bool var2; // causes the style bot to complain

void jpeg_decompress_struct(); // Funcs/structs used by libjpeg are
named/styled to match its conventions, which makes the style bot angry

I don't think fixing either of these is advantageous.


More information about the webkit-reviews mailing list