mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
5b06270c15
With this patch, we introduce mtp-watcher-notify, used to tell device storage about new files added by MTP, and mtp-watcher-update, used to tell MTP about device storage changes. By using 2 new messages, rather than trying to reuse file-watcher-notify and file-watcher-update, we prevent update "loops". |
||
---|---|---|
.. | ||
ipc | ||
test | ||
DeviceStorage.h | ||
DeviceStorageAreaListener.cpp | ||
DeviceStorageAreaListener.h | ||
DeviceStorageFileDescriptor.h | ||
DeviceStorageRequestChild.cpp | ||
DeviceStorageRequestChild.h | ||
DeviceStorageRequestParent.cpp | ||
DeviceStorageRequestParent.h | ||
DeviceStorageStatics.cpp | ||
DeviceStorageStatics.h | ||
moz.build | ||
nsDeviceStorage.cpp | ||
nsDeviceStorage.h | ||
PDeviceStorageRequest.ipdl |