Reuben Morais
|
f1bbef2970
|
Bug 1197008 - Stop assuming 0 is an invalid threadId. r=btseng r=hsinyi
|
2015-09-02 09:37:17 -03:00 |
|
Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Samael Wang
|
9147ff0d30
|
Bug 1044721 - Part 5: Add dummy implementation for Android backend. r=btseng
|
2015-04-29 10:42:17 +08: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 |
|
Bevis Tseng
|
a56abc3b36
|
Bug 873351 - Part 3: Refactor SMS Notifications from RadioInterfaceLayer to SmsService. r=echen
|
2014-11-27 18:59:06 +08:00 |
|
Birunthan Mohanathas
|
accbdb7950
|
Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8
|
2014-08-27 10:13:36 -07:00 |
|