Kartikaya Gupta
|
a2a492cb06
|
Bug 1312319 - Add a NS_INLINE_DECL_PURE_VIRTUAL_REFCOUNTING macro and replace existing pure-virtual AddRef/Release declarations. r=froydnj
MozReview-Commit-ID: 5yt3O4Hoois
|
2017-01-25 14:51:34 -05:00 |
|
Chris Peterson
|
c35faf4632
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
|
Bobby Holley
|
061c639a7a
|
Bug 1269933 - Teach CounterStyles their name and remove the string member from the style structs. r=xidorn
|
2016-05-06 00:09:18 -07:00 |
|
Andrea Marchesini
|
f0aa02df0b
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
|
Xidorn Quan
|
2c8d233a41
|
Bug 1144607 part 2 - Support string value for list-style-tyle. r=dbaron
|
2015-03-27 09:48:10 +11:00 |
|
Xidorn Quan
|
9367313df0
|
Bug 1144607 part 1 - Remove CounterStyleManager::BuildCounterStyle for anonymous counter styles. r=dbaron
|
2015-03-27 09:48:10 +11:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Masatoshi Kimura
|
bae0a32948
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
|
Ehsan Akhgari
|
a7f747ec15
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
|
Ehsan Akhgari
|
b1d67a056e
|
Bug 1118426 - Mark virtual overridden functions as MOZ_OVERRIDE in layout/style; r=dbaron
|
2015-01-06 23:33:51 -05:00 |
|
Xidorn Quan
|
6d30043c6c
|
Bug 1077718 - Switch dynamic CounterStyle objects to use arena allocation. r=mats
|
2014-10-16 16:10:00 -04:00 |
|
Ehsan Akhgari
|
e5cb405ee6
|
Bug 1079324 - Fix some more bad implicit constructors in layout; r=dholbert
|
2014-09-24 09:16:53 -04:00 |
|
Xidorn Quan
|
8a90632dfd
|
Bug 966168 - Implement symbols() CSS function. r=dbaron
|
2014-09-25 02:19:00 +02:00 |
|
Carsten "Tomcat" Book
|
55fcae0970
|
Backed out changeset d53b25dcf2d7 (bug 966168) for causing bustage
|
2014-09-25 09:40:40 +02:00 |
|
Xidorn Quan
|
188c5b8da6
|
Bug 966168 - Implement symbols() CSS function. r=dbaron
|
2014-09-24 15:32:00 +02:00 |
|
Ehsan Akhgari
|
17f80c37f2
|
Bug 1048246 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-07 19:48:38 -04:00 |
|
Benoit Jacob
|
255a665287
|
Bug 1027251 - Fix or whitelist dangerous public destructors in layout/ - r=dbaron
|
2014-06-18 22:28:59 -04:00 |
|
Xidorn Quan
|
d13c1e6380
|
Bug 982355 - Support disclosure-{open,closed} counter styles. r=jfkthame
|
2014-06-13 17:34:00 +02:00 |
|
Xidorn Quan
|
c02eeaf494
|
Bug 966166 - Part 2: Computation of counter style. r=dbaron
|
2014-06-11 21:11:00 -04:00 |
|