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 |
|
Thomas Zimmermann
|
79f794eb88
|
Bug 1137151: Marked destructors of ref-counted MTP classes as protected, r=dhylands
|
2015-03-10 13:44:02 +01:00 |
|
Alphan Chen
|
bed7f06822
|
Bug 1113518 - [automounter] Add a case for fuse and add some useful logs. r=dhylands
|
2015-01-27 13:54:31 +08:00 |
|
Dave Hylands
|
036da98559
|
Bug 1072567 - Fix bustage in unified build. r=dhylands
|
2014-10-21 18:59:04 -07:00 |
|
Dave Hylands
|
c3f1a3f493
|
Bug 1072576 - Register storages with MTP Server before starting it. r=echou
|
2014-10-21 17:28:12 -07:00 |
|
eden-chuang
|
7c3ade3ca7
|
Bug 1074604 - handle file "modified" event in MozMtpDatabase and MozMtpServer. r=dhylands
|
2014-10-08 00:12:00 +02:00 |
|
Dave Hylands
|
b6f88977ca
|
Bug 1073088 - Don't close the mtp file descriptor twice. r=mwu
|
2014-09-26 16:21:58 -07:00 |
|
Dave Hylands
|
eb2d5d2056
|
Bug 1049243 - Integrate MTP and Device Storage. r=echou
|
2014-08-28 13:13:06 -07:00 |
|
Dave Hylands
|
7c2696bb01
|
Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
|
2014-08-19 13:41:35 -07:00 |
|
Nigel Babu
|
f41a68fe2b
|
Backed out changeset 19e59c14b0aa (bug 1049240) for xpshell bustage
|
2014-08-20 12:19:36 +05:30 |
|
Dave Hylands
|
f013445d71
|
Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
|
2014-08-19 13:41:35 -07:00 |
|
Dave Hylands
|
e3133bb56b
|
Bug 1029533 - Initial standup of MTP server. r=echou
Note: This will be off by default. Currently, you need to do:
adb shell setprop sys.usb.config mtp,adb
in order to activate the MTP server.
|
2014-07-11 14:42:15 -07:00 |
|