Commit Graph

12 Commits

Author SHA1 Message Date
Ehsan Akhgari
5cccea6f0f 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
352d551bc5 Bug 1137151: Marked destructors of ref-counted MTP classes as protected, r=dhylands 2015-03-10 13:44:02 +01:00
Alphan Chen
a68bf1c038 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
2d67b95615 Bug 1072567 - Fix bustage in unified build. r=dhylands 2014-10-21 18:59:04 -07:00
Dave Hylands
4a42959fb9 Bug 1072576 - Register storages with MTP Server before starting it. r=echou 2014-10-21 17:28:12 -07:00
eden-chuang
a4aec00a2b Bug 1074604 - handle file "modified" event in MozMtpDatabase and MozMtpServer. r=dhylands 2014-10-08 00:12:00 +02:00
Dave Hylands
b27ad36330 Bug 1073088 - Don't close the mtp file descriptor twice. r=mwu 2014-09-26 16:21:58 -07:00
Dave Hylands
816d9baa1b Bug 1049243 - Integrate MTP and Device Storage. r=echou 2014-08-28 13:13:06 -07:00
Dave Hylands
431ebf4702 Bug 1049240 - Integrate MTP with the AutoMounter. r=echou 2014-08-19 13:41:35 -07:00
Nigel Babu
bd0fa8ed01 Backed out changeset 19e59c14b0aa (bug 1049240) for xpshell bustage 2014-08-20 12:19:36 +05:30
Dave Hylands
6d8b15c626 Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
--HG--
extra : rebase_source : a4d8cd8413ef1ea7dddb57fed87c723a923ea0bf
2014-08-19 13:41:35 -07:00
Dave Hylands
2ba9864a20 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