Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Samael Wang
|
e0c9c62b90
|
Bug 1044721 - Part 2: Update nsIMobileMessageCallback interface and implementation to support Promise and setSmscAddress. r=btseng
|
2015-04-29 10:58:16 +08:00 |
|
Andrea Marchesini
|
18b38ad706
|
Bug 1156632 - Remove unused forward class declarations - patch 4 - netwerk image and dom, r=ehsan
|
2015-04-22 08:29:20 +02: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 |
|
Ehsan Akhgari
|
99fed18e00
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:26:43 -04:00 |
|
Birunthan Mohanathas
|
accbdb7950
|
Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8
|
2014-08-27 10:13:36 -07:00 |
|