diff browse annotate |
e81fdb3b711feb859cb780f6d20a291a34c43eaa created 2018-03-24 12:19 -0400 pushed 2018-03-25 10:23 +0000 |
Ryan VanderMeulen | Ryan VanderMeulen - Bug 1448436 - Remove an unneeded workaround for MSVC <2017 from CounterStyleManager.cpp. r=xidorn |
diff browse annotate |
acaee6bfebe6bb60c96b50c2c6ef2b0ffe8169ae created 2018-03-20 18:04 +0100 pushed 2018-03-20 22:29 +0000 |
Emilio Cobos Álvarez | Emilio Cobos Álvarez - Bug 1447358: Unifdef the old style system code. r?jwatt |
diff browse annotate |
5cd2e46899a15e8de5a08903df6705312cd5dc0c created 2018-02-08 21:22 -0800 pushed 2018-02-10 06:49 +0000 |
Chris Peterson | Chris Peterson - Bug 1436263 - Part 3: Remove `virtual` from final virtual function declarations. r?froydnj |
diff browse annotate |
c21afcdbb5b2d7b5bdf5a8d85e42f50715499833 created 2018-02-05 22:46 -0800 pushed 2018-02-07 08:05 +0000 |
Chris Peterson | Chris Peterson - Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r?froydnj |
diff browse annotate |
0b7280f2d60fc28918d87cc77049c79caae7052b created 2018-01-16 16:55 +0800 pushed 2018-01-16 09:00 +0000 |
Cameron McCormack | Cameron McCormack - Bug 1430014 - Part 6: Stop building old style system classes when MOZ_OLD_STYLE is not defined. r?xidorn |
diff browse annotate |
69cdd9c3ddd1a8c8499b9484e31ae787b857fbae created 2017-12-06 11:06 -0800 pushed 2018-01-06 08:56 +0000 |
Chris Peterson | Chris Peterson - Bug 1428535 - Part 2: Remove redundant virtual specifiers from overridden virtual functions. r?froydnj |
diff browse annotate |
7ab278ea02b412a030ee4dc60e285031b5ca24ee created 2017-11-05 19:37 -0800 pushed 2018-01-06 08:56 +0000 |
Chris Peterson | Chris Peterson - Bug 1428535 - Part 1: Add missing override specifiers to overridden virtual functions. r?froydnj |
diff browse annotate |
98e2b4ee9775a2a2b5cc1bb8a390bfe901814f38 created 2017-11-06 13:22 +0100 pushed 2017-11-07 10:47 +0000 |
Sylvestre Ledru | Sylvestre Ledru - reformat all |
diff browse annotate |
9a80c910d2029f93241b1c295c5f20420ecc8d60 created 2017-11-05 18:54 +0100 pushed 2017-11-05 18:10 +0000 |
Sylvestre Ledru | Sylvestre Ledru - Fix clang format 6.0 |
diff browse annotate |
78f6394c884cc4d87c5ac188ba4abeec314813a4 created 2017-11-05 17:29 +0100 pushed 2017-11-05 18:10 +0000 |
Sylvestre Ledru | Sylvestre Ledru - reformat all |
diff browse annotate |
5d66fbd6a3884c3a4b83fc8bdfc0394d68fa16c3 created 2017-10-26 20:32 +1100 pushed 2017-10-26 09:32 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1411893 - Introduce nsStaticAtom. r=froydnj,emilio. |
diff browse annotate |
cdc355ec1f46a79e7ee5d0e3b916f30264aa4d7f created 2017-10-03 09:05 +1100 pushed 2017-10-08 22:44 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1400460 - Rename nsIAtom as nsAtom. r=froydnj. |
diff browse annotate |
d95ad1fea6c89fff59b23d52550b584d5ea66312 created 2017-09-26 08:33 +1000 pushed 2017-09-27 04:55 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1400459 (part 2) - Devirtualize nsIAtom. r=froydnj. |
diff browse annotate |
39ac3246ab5cbc25cd786b7405c6c6b77b9593eb created 2017-09-07 18:08 -0700 pushed 2017-09-24 23:03 +0000 |
Chris Peterson | Chris Peterson - Bug 870698 - Part 11: Replace Insert(NS_LITERAL_STRING("")) with InsertLiteral(u""). r=erahm |
diff browse annotate |
c69cd397ec43845e328b69f0d43a06f04cd761f8 created 2017-08-29 15:36 +1000 pushed 2017-08-31 12:54 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 3 - Replace all uses of nsCSSProps::kListStyleKTable with gBuiltinStyleTable. r=dholbert |
diff browse annotate |
92f380250d23d80313e4650ca716b7b72c68175e created 2017-08-29 15:21 +1000 pushed 2017-08-31 12:54 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 2 - Have CounterStyle::GetStyleName return nsIAtom and make it const. r=dholbert |
diff browse annotate |
f0481aa56d17368772e050a53f7d64ee01c3c9f5 created 2017-08-29 14:44 +1000 pushed 2017-08-31 12:54 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 1 - Statically initialize builtin style table with their name atom included. r=dholbert |
diff browse annotate |
0d70e41ac71beb2653e8e9085bbd9ded25dc1ed8 created 2017-08-29 15:36 +1000 pushed 2017-08-31 04:04 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 3 - Replace all uses of nsCSSProps::kListStyleKTable with gBuiltinStyleTable. r?dholbert |
diff browse annotate |
ee1fef0b9b5af8718792d532185f4229b9f38a23 created 2017-08-29 15:21 +1000 pushed 2017-08-31 04:04 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 2 - Have CounterStyle::GetStyleName return nsIAtom and make it const. r?dholbert |
diff browse annotate |
cd3dc60cb7a2bf23b6f7a5dbdfb4c992c15796a7 created 2017-08-29 14:44 +1000 pushed 2017-08-31 04:04 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 1 - Statically initialize builtin style table with their name atom included. r?dholbert |
diff browse annotate |
4960488f939ec95fb8152774d0230bbce7f9d242 created 2017-08-30 10:04 +0200 pushed 2017-08-30 10:58 +0000 |
Sebastian Hengst | Sebastian Hengst - Backed out changeset d292ce405097 (bug 1393189) |
diff browse annotate |
657c8ee01fcfe0a2403ec1f705fd785b988ffa1d created 2017-08-30 10:04 +0200 pushed 2017-08-30 10:58 +0000 |
Sebastian Hengst | Sebastian Hengst - Backed out changeset 1200482baf04 (bug 1393189) |
diff browse annotate |
095109d7ba80f68446fdb8b7b58949d5fb4fb5d4 created 2017-08-30 10:04 +0200 pushed 2017-08-30 10:58 +0000 |
Sebastian Hengst | Sebastian Hengst - Backed out changeset 986b0a6f7173 (bug 1393189) |
diff browse annotate |
bc69d06aedcfd32fcc59768cdfd74a8867616a4f created 2017-08-29 15:36 +1000 pushed 2017-08-30 03:11 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 3 - Replace all uses of nsCSSProps::kListStyleKTable with gBuiltinStyleTable. r?dholbert |
diff browse annotate |
5484e44913251df241a514c88a7858e9ad094d08 created 2017-08-29 15:21 +1000 pushed 2017-08-30 03:11 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 2 - Have CounterStyle::GetStyleName return nsIAtom and make it const. r?dholbert |
diff browse annotate |
79fdb117531745cb58fd7746f502ed8e7b07e5bb created 2017-08-29 14:44 +1000 pushed 2017-08-30 03:11 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 1 - Statically initialize builtin style table with their name atom included. r?dholbert |
diff browse annotate |
9d4b79ce6db45659f690f69f0c4e4b8a7cf10914 created 2017-08-29 15:36 +1000 pushed 2017-08-30 00:12 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 3 - Replace all uses of nsCSSProps::kListStyleKTable with gBuiltinStyleTable. r?dholbert |
diff browse annotate |
a8440e7dee61a751a98bc2fff1ed1c78c77066f6 created 2017-08-29 15:21 +1000 pushed 2017-08-30 00:12 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 2 - Have CounterStyle::GetStyleName return nsIAtom and make it const. r?dholbert |
diff browse annotate |
88e32c47a579ab7d6a571c024c789bb51c1ed7ba created 2017-08-29 14:44 +1000 pushed 2017-08-30 00:12 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 1 - Statically initialize builtin style table with their name atom included. r?dholbert |
diff browse annotate |
54c3c90a39de3ed52ffcd48333a824d6bccf4fd5 created 2017-08-29 15:36 +1000 pushed 2017-08-29 09:20 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 3 - Replace all uses of nsCSSProps::kListStyleKTable with gBuiltinStyleTable. r?dholbert |
diff browse annotate |
64ff2a50e580bac80f52cd3db05ef71641ceca5d created 2017-08-29 15:21 +1000 pushed 2017-08-29 09:20 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 2 - Have CounterStyle::GetStyleName return nsIAtom and make it const. r?dholbert |
diff browse annotate |
c84d9967d6c682f801cc7d7c6caf8f0aa357e464 created 2017-08-29 14:44 +1000 pushed 2017-08-29 09:20 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 1 - Statically initialize builtin style table with their name atom included. r?dholbert |
diff browse annotate |
31eba3afafff0912d6228ecc530ef04dede4a377 created 2017-08-29 15:36 +1000 pushed 2017-08-29 07:20 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 3 - Replace all uses of nsCSSProps::kListStyleKTable with gBuiltinStyleTable. r?dholbert |
diff browse annotate |
1ddb7d951b5ef319f9113ca00b1bf1f07ddb0695 created 2017-08-29 15:21 +1000 pushed 2017-08-29 07:20 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 2 - Have CounterStyle::GetStyleName return nsIAtom and make it const. r?dholbert |
diff browse annotate |
231352d4b9043a4ce9dec5ac840f2eaf2d2b445b created 2017-08-29 14:44 +1000 pushed 2017-08-29 07:20 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1393189 part 1 - Statically initialize builtin style table with their name atom included. r?dholbert |
diff browse annotate |
c236dfe7dc98c387219d7cb45d0693560db708fd created 2017-08-17 11:13 +0200 pushed 2017-08-17 11:56 +0000 |
Sylvestre Ledru | Sylvestre Ledru - indent all (with js specific coding style) |
diff browse annotate |
6352096eb0de303cba9440092279e4254a1ec586 created 2017-06-20 19:19 +1000 pushed 2017-06-23 12:00 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1374580 (part 3) - Remove ns{,C}Substring typedefs. r=froydnj. |
diff browse annotate |
2915d4b7849612e583048650beabe33bad2cfeca created 2017-06-20 19:19 +1000 pushed 2017-06-23 12:00 +0000 |
Nicholas Nethercote | Nicholas Nethercote - Bug 1374580 (part 2) - Remove nsAFlat{,C}String typedefs. r=froydnj. |
diff browse annotate |
e2f80edad9936a586d67f20ba9672b6b90e95300 created 2017-06-13 16:00 +1000 pushed 2017-06-16 21:32 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1372488 - Make counter style 'disc' not overridable. r=dbaron |
diff browse annotate |
7eb4b9fc892a81634dfb6dde878014d657b6f042 created 2017-06-14 16:39 +1000 pushed 2017-06-14 06:40 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1371976 - Resolve counter style during parallel traversal when possible. r?heycam |
diff browse annotate |
d1d10b8a1555949e1b4625c2932ef42bd84fc38d created 2017-06-13 16:00 +1000 pushed 2017-06-13 09:18 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1372488 - Make counter style 'disc' not overridable. r?dbaron |
diff browse annotate |
d954e45be3b83ff9ac4112db7b6fbb1844f21be1 created 2017-05-25 19:52 +1000 pushed 2017-05-26 01:24 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1363596 part 2 - Add support for symbols() function. r?heycam |
diff browse annotate |
d4335ea26d678736a16c849e6a8194f3e463086f created 2017-05-11 14:47 +1000 pushed 2017-05-15 05:03 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1328319 part 7 - Enable querying counter-style rule on Servo backend. r?heycam |
diff browse annotate |
c85e65b600d5aad29713354b28a49181a07cf959 created 2017-05-09 21:52 +1000 pushed 2017-05-15 05:03 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1328319 part 1 - Move nsCSSCounterStyleRule into a separate header file. r?heycam |
diff browse annotate |
3fc65aeedfc5f40533e429e1bcec19ecb7e573a6 created 2017-05-13 21:42 +1000 pushed 2017-05-15 03:46 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1363699 part 1 - Make named CounterStyle objects not refcounted. r?heycam |
diff browse annotate |
4a418876026becc10d81471f9bb5edea73dcbe9a created 2017-05-13 21:42 +1000 pushed 2017-05-13 11:43 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1363699 part 1 - Make named CounterStyle objects not refcounted. r?heycam |
diff browse annotate |
29f543b2022f5ba5db61f1aa58609883841d01ae created 2017-05-11 12:39 +1000 pushed 2017-05-11 02:59 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1363699 - Make named CounterStyle objects not refcounted. r?dbaron |
diff browse annotate |
1e72eb2a8a337960bdb9ba011a308f510266cbf2 created 2017-05-09 13:07 +1000 pushed 2017-05-10 04:56 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1328319 part 9 - Make subclasses of CounterStyle have threadsafe refcnt. r?heycam |
diff browse annotate |
739c536bf06e7a32ad9026899f1456ee0882847b created 2017-05-08 17:36 +1000 pushed 2017-05-10 04:56 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1328319 part 8 - Enable querying counter-style rule on Servo backend. r?heycam |
diff browse annotate |
f261b3f816a5c28e634203679b39a50975f142d0 created 2017-05-09 21:52 +1000 pushed 2017-05-10 04:56 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1328319 part 1 - Move nsCSSCounterStyleRule into a separate header file. r?heycam |
diff browse annotate |
6d2221b1c95cb238999407186142cc2dbc49383d created 2017-05-06 11:34 +1000 pushed 2017-05-06 01:35 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1362302 part 1 - Use nsIAtom for counter style names. r?dbaron |
diff browse annotate |
46f35b1f29fe1c93601ac9b4fa5cf5d4ef34b12a created 2017-05-05 19:44 +1000 pushed 2017-05-05 09:44 +0000 |
Xidorn Quan | Xidorn Quan - Bug 1362302 - Use nsIAtom for counter style names. r?dbaron |
diff browse annotate |
05d9746016f47666c00390aacc9f9d62c8ffffb4 created 2017-02-24 17:04 +0100 pushed 2017-02-25 15:06 +0000 |
Sylvestre Ledru | Sylvestre Ledru - Move to 99 chars instead of 80 |
diff browse annotate |
cbb8fdf1daf98a15f7d57f6b08d273bdf96aa1a0 created 2017-02-24 09:55 +0100 pushed 2017-02-25 15:06 +0000 |
Sylvestre Ledru | Sylvestre Ledru - indent all but js/ |
diff browse annotate |
e743dff9dca1d365a32defb2819ffaa9c1543992 created 2017-01-04 14:52 -0500 pushed 2017-01-05 04:21 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 1298588 part 16. Remove StyleStructContext. r=bholley |
diff browse annotate |
0695f1dba9c0d325359689202a86ca058d619043 created 2016-09-28 08:50 +0200 pushed 2016-09-28 12:15 +0000 |
Paul Bignier | Paul Bignier - Bug 1282408 - Add ignore-initialization-check annotation to mSpeakAs from CustomCounterStyle. r=xidorn+moz |
diff browse annotate |
6e323796605a15549fe37b1bec6dc904c93ef886 created 2016-08-17 15:28 -0400 pushed 2016-08-18 00:54 +0000 |
Nathan Froyd | Nathan Froyd - Bug 1295192 - part 1 - remove CPP_THROW_NEW on layout struct operator new overloads that forward to nsPresShell::AllocateByObjectID; r=dholbert |
diff browse annotate |
5c7d45d6ebfaa6b47e7135a7d0c38ca35543f06f created 2016-08-16 11:22 -0700 pushed 2016-08-17 00:24 +0000 |
Wes Kocher | Wes Kocher - Backed out 4 changesets (bug 1295192) for being a possible cause of crashtest assertions CLOSED TREE |
diff browse annotate |
44f143a01f787580ab7a8bff53fd075c68c35682 created 2016-08-16 17:05 -0400 pushed 2016-08-16 18:53 +0000 |
Nathan Froyd | Nathan Froyd - Bug 1295192 - part 1 - remove CPP_THROW_NEW on layout struct operator new overloads that forward to nsPresShell::AllocateByObjectID; r=dholbert |
diff browse annotate |
282f7afd67657dda8e2e8568e5ac6f609311a03b created 2016-07-20 22:03 -0700 pushed 2016-07-21 08:49 +0000 |
Chris Peterson | Chris Peterson - Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo |