diff browse annotate |
6dfdc31408f9695d0f2a8c7ca75804d657c5a738 created 2013-12-08 21:52 -0500 pushed 2013-12-09 20:24 +0000 |
Birunthan Mohanathas | Birunthan Mohanathas - Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo |
diff browse annotate |
f4157e8c410708d76703f19e4dfb61859bfe32d8 created 2012-05-21 12:12 +0100 pushed 2012-06-04 20:19 +0000 |
Gervase Markham | Gervase Markham - Bug 716478 - update licence to MPL 2. |
diff browse annotate |
bd1bb076db6e306391d9f1df4ad10429c0c45dae created 2012-03-08 18:22 -0800 pushed 2012-03-13 21:39 +0000 |
Jacob Holzinger | Jacob Holzinger - Bug 696242 - Convert NS_RegisterStaticAtoms and nsCSSScanner::ReportUnexpectedParams to take an array-reference rather than a pointer and length, making it impossible to pass a pointer/length that are inconsistent. r=jwalden |
diff browse annotate |
b9b9d9f379dbef46572c5fab7ea0682988a34374 created 2011-10-10 22:50 -0700 pushed 2011-11-09 02:03 +0000 |
Jeff Walden | Jeff Walden - Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones |
diff browse annotate |
9408e8c33a1ccc5348a140e8c81ea4c63e0492bf created 2011-10-12 12:21 -0700 pushed 2011-11-09 02:03 +0000 |
Jeff Walden | Jeff Walden - Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail |
diff browse annotate |
da6e9073b431f61b38a87522c074af7a24a7a17f created 2011-10-10 22:50 -0700 pushed 2011-11-09 02:03 +0000 |
Jeff Walden | Jeff Walden - Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones |
diff browse annotate |
5b152f233117a9a0dcbb962910fcca3effee5ca6 created 2010-03-08 07:44 -0800 pushed 2013-12-09 20:24 +0000 |
Jonas Sicking | Jonas Sicking - Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg |
diff browse annotate |
bec299562b229fd0fe371be0aa805182f653a8e6 created 2009-09-18 18:13 +0300 pushed 2013-12-09 20:24 +0000 |
Henri Sivonen | Henri Sivonen - Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron. |