History of Coding style Revision history for: English (US) Sep 21, 2016, 1:55:03 PM Dholbert Fix logic typo ("somethingthatshouldbetrue" meant to say "somethingthatshouldbefalse") in NS_WARN_IF documentation. The point is that we warn [and return an error code] if the thing is unexpectedly true. Previous Jul 19, 2016, 9:44:43 PM ZeroUnderscoreOu Fixed missing code highlight Previous Jun 21, 2016, 5:26:44 AM jonathanKingston Add comment about constructor member init Previous May 16, 2016, 2:18:29 PM termosa Previous Apr 11, 2016, 8:06:20 AM staktrace Add "e" prefix for enum values in c++ code Previous Aug 28, 2015, 11:24:40 AM ntim Add SVG guidelines Previous Aug 3, 2015, 7:23:29 AM gportioli clarified: 'forward declare' --> 'forward-declare' Previous Jul 28, 2015, 5:02:14 PM mnoorenberghe Revert r802167 since there wasn't agreement and it goes against the common style of browser/ and toolkit/ Previous Jul 18, 2015, 9:42:27 AM Sheppy Added caveat that you should still use "NS_" prefix on macros if your new macro is part of a set still using that prefix Previous Jul 17, 2015, 9:30:31 AM Sheppy