User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
sledru@mozilla.com Wed Nov 16 15:54:11 2016 +0000 | 848d5caf1c5fadb2589acc2167cc6dc473a210a0 | Sylvestre Ledru — Bug 1318004 - Use C++11's override and remove virtual where applicable. |
88ebdb64e8291b1147f651c1f547ad539e35f029 | Sylvestre Ledru — Bug 1318004 - Replace string literals containing escaped characters with raw string literals. | |
e1b728166ed9643f8e7a14f0133cb5fc4915aba6 | Sylvestre Ledru — Bug 1318004 - Replace default bodies of special member functions with = default; | |
3ef2599b33dfbdd0e1a3a6f690986a0be9d50299 | Sylvestre Ledru — Bug 1318004 - Use auto type specifier for variable declarations to improve code readability and maintainability | |
1766e92976ab3635eaa31348b33dc2301f91cf6b | Sylvestre Ledru — Bug 1318004 - Converts for(...; ...; ...) loops to use the new range-based loops in C++11. |