Dave Hylands
|
8f8841a1c4
|
Bug 858416 - Create a composite device storage interface. r=dougt
* * *
Bug 858416 - Fix try test failures
|
2013-05-11 02:10:18 -07:00 |
|
Ryan VanderMeulen
|
93efac58df
|
Backed out changeset dbf0c9f4a4b9 (bug 858416) for B2G mochitest-3 failures.
|
2013-05-11 09:47:37 -04:00 |
|
Dave Hylands
|
af61fd0d1c
|
Bug 858416 - Create a composite device storage interface. r=dougt
|
2013-05-11 02:10:18 -07:00 |
|
Doug Turner
|
8652a3b289
|
Bug 853732 - Improve Device Storage enumeration to avoid bad performance with some SD card. r=dylands r=dougt a=tef+
|
2013-05-02 16:26:31 -07:00 |
|
Dave Hylands
|
505d1f5061
|
Bug 860934 - Use relative paths when handling device storage r=dougt
|
2013-04-18 16:13:23 +02:00 |
|
Boris Zbarsky
|
a295fe137f
|
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
|
2013-04-16 17:16:08 -04:00 |
|
Dave Hylands
|
a4ccf0382c
|
Bug 838038 - Pt 2 - Add support for multiple device storage objects. r=dougt
|
2013-04-02 12:52:21 -07:00 |
|
Reuben Morais
|
09eff5e75e
|
Bug 837865 - Use DOMCursor instead of DeviceStorageCursor. r=bent
--HG--
extra : rebase_source : 14c858702b537946495c3a31d62b5e90fa49f777
|
2013-03-01 16:21:01 -08:00 |
|
Doug Turner
|
93a349fd4e
|
Bug 840626 - Ensure that the FileUpdateDispatcher is initalized. r=bz
--HG--
extra : rebase_source : 4479c3e9a4719bf552018338a4a0eca11368cdff
|
2013-02-12 13:16:58 -08:00 |
|
Peter Van der Beken
|
e131d33c76
|
Fix for bug 838721 (nsDOMDeviceStorage should have nsDOMEventTargetHelper as its first base class). r=smaug.
--HG--
extra : rebase_source : ca34f336046ee23a901076bd00609202f69a07a1
|
2013-02-07 10:19:08 +00:00 |
|
Doug Turner
|
fd87c9795b
|
Bug 827311 - Remote file update notifications. r=bent a=blocking-basecamp
|
2013-01-09 07:03:28 -08:00 |
|
Mike Habicher
|
c9d7e5ef7b
|
Bug 817496 - Notify DeviceStorage when a new video file is finished recording. r=dougt
|
2012-12-04 21:00:39 -05:00 |
|
Doug Turner
|
61934cbcc3
|
Bug 813995 - Check device storage permissions in parent process. r=bent a=blocking-basecamp
|
2012-11-29 21:41:40 -08:00 |
|
Doug Turner
|
8aa6397579
|
Bug 788612 - Move bundle handing into nsDOMDeviceStorage to avoid calls to the nsIStringBundleService. r=bent
|
2012-09-13 22:37:00 -07:00 |
|
Ed Morley
|
fde5eb2983
|
Backout e5af3d785252 (bug 791084), 7ad6e513e114, b040fefd038e (bug 788612), 6996c091767d (bug 787299) for introducing new orange
|
2012-09-14 12:41:29 +01:00 |
|
Doug Turner
|
a524e0a136
|
Bug 788612 - Move bundle handing into nsDOMDeviceStorage to avoid calls to the nsIStringBundleService. r=bent
|
2012-09-13 22:37:00 -07:00 |
|
Doug Turner
|
21ec42c80e
|
Bug 786922 - Device Storage - use a properties file instead of the mime service. r=bent
|
2012-09-05 14:30:36 -07:00 |
|
Ed Morley
|
5fe2b31d63
|
Backout ea472ffba523 & ae4a4bfde41e (bug 786922) for causing bug 789008
|
2012-09-06 11:58:20 +01:00 |
|
Doug Turner
|
1acfa52de1
|
Bug 786922 - Device Storage - use a properties file instead of the mime service. r=bent
--HG--
extra : rebase_source : 17cd95eadccd4155dd00620586a1d655892f59f9
|
2012-09-05 14:30:36 -07:00 |
|
Kyle Huey
|
a7de927b06
|
Back out dougt (bug 788588 et al.) for burning the tree (and some nostalgia).
|
2012-09-05 15:59:49 -07:00 |
|
Doug Turner
|
7cc62379d6
|
Bug 786922 - Device Storage - use a properties file instead of the mime service. r=bent
|
2012-09-05 14:30:36 -07:00 |
|
Ms2ger
|
30f421bdba
|
Merge m-c to m-i.
|
2012-08-31 11:40:15 +02:00 |
|
Kyle Huey
|
0baaffe99f
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -07:00 |
|
Doug Turner
|
a8fe1ff101
|
Bug 783668 - Device Storage - use storage type to filter out change notifications - not the root. r=sicking
|
2012-08-30 15:17:37 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Doug Turner
|
fc96cbf8dd
|
Bug 782391 - Device Storage - Watch should also go through the permission prompt. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Doug Turner
|
2041347ec5
|
Bug 782352 - Broadcast local io to onchange listeners. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Doug Turner
|
98d1923ea5
|
Bug 782354 - seperate sharing state from unavailable state in onchange notification. r=sicking
|
2012-08-14 08:53:44 -07:00 |
|
Doug Turner
|
19fd531d96
|
Bug 780691 - DeviceStorage - Add onchange notifications for volume state changes. r=sicking
|
2012-08-09 15:41:18 -07:00 |
|
William Chen
|
16866a115c
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Landry Breuil
|
417b485abd
|
Bug 763976. Followup: remove extra comma at end of enum. rs=ms2ger
|
2012-08-03 15:04:35 +02:00 |
|
Doug Turner
|
30785ef176
|
Bug 777084 - Stop returning arrays from DeviceStorage.getDeviceStorage(). r=sicking
|
2012-08-01 23:32:11 -07:00 |
|
Doug Turner
|
21b99517b8
|
Bug 777078 - Remove DeviceStorage .type. r=sicking
|
2012-08-01 23:32:08 -07:00 |
|
Doug Turner
|
34823412f0
|
Bug 763976 - Add onchange notifications to DeviceStorage - IPC - r=khuey
|
2012-08-01 23:32:04 -07:00 |
|
Doug Turner
|
e0b1269b07
|
Bug 763976 - Add onchange notifications to DeviceStorage. r=khuey
|
2012-08-01 23:29:34 -07:00 |
|