RESOLVED FIXED 74713
[GTK] Use bit field for bool members of WebKitWindowPropertiesPrivate
https://bugs.webkit.org/show_bug.cgi?id=74713
Summary [GTK] Use bit field for bool members of WebKitWindowPropertiesPrivate
Carlos Garcia Campos
Reported 2011-12-16 05:53:33 PST
Most of the members are bools, so we can reduce the memory footprint a bit.
Attachments
Patch (1.56 KB, patch)
2011-12-16 05:57 PST, Carlos Garcia Campos
gustavo: review+
Carlos Garcia Campos
Comment 1 2011-12-16 05:57:15 PST
WebKit Review Bot
Comment 2 2011-12-16 06:02:53 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Gustavo Noronha (kov)
Comment 3 2011-12-16 06:19:20 PST
Comment on attachment 119607 [details] Patch It's funny that you need to do this for the boolean type, but from what I read this seems to be indeed correct, so r=me
Carlos Garcia Campos
Comment 4 2011-12-16 06:46:40 PST
Note You need to log in before you can comment on or make changes to this bug.