Dave Hylands
|
04119af3b0
|
Bug 1068933 - DeviceStorage should only look at files when using since on enumeration. r=janv DONTBUILD
|
2014-10-24 13:07:06 -07:00 |
|
Dave Hylands
|
33071cb283
|
Bug 1068933 Backed out changeset e5e33d14ee28. forgot r=janv
|
2014-10-24 13:09:46 -07:00 |
|
Dave Hylands
|
0842834320
|
Bug 1068933 - DeviceStorage should only look at files when using since on enumeration.
|
2014-10-24 13:07:06 -07:00 |
|
Dave Hylands
|
13fc431da2
|
Bug 1072535 - Pt 2 - Make DeviceStorage notify all storage types that match a particular file extension. r=mikeh
|
2014-10-14 13:50:55 -07:00 |
|
Andrea Marchesini
|
61a0781726
|
Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
|
2014-10-08 17:15:23 +01:00 |
|
Andrea Marchesini
|
2f672ff2db
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
|
2014-10-08 17:15:23 +01:00 |
|
Andrea Marchesini
|
2ca496756f
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-08 17:15:22 +01:00 |
|
Ryan VanderMeulen
|
671d1a817e
|
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
|
2014-10-07 13:16:11 -04:00 |
|
Andrea Marchesini
|
13abeabca9
|
Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
|
2014-10-07 15:20:57 +01:00 |
|
Andrea Marchesini
|
e4f682ba94
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
|
2014-10-07 15:20:55 +01:00 |
|
Andrea Marchesini
|
0e29ce2ea6
|
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
|
2014-10-07 15:20:52 +01:00 |
|
Ben Turner
|
141df104d6
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
|
Alphan Chen
|
5c19f02e1f
|
Bug 1060196 - Mark the volume as if we've started unmounting. r=dhylands
|
2014-09-22 11:42:33 +08:00 |
|
Ben Turner
|
26edfb8667
|
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
|
2014-09-17 19:36:01 -04:00 |
|
Ben Turner
|
b3c31c0c49
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
|
2014-09-13 12:12:19 -04:00 |
|
Dave Hylands
|
a005dd1fc0
|
Bug 1063126 - DeviceStorage - Add some logging. r=khuey
|
2014-09-05 15:41:01 -07:00 |
|
Dave Hylands
|
6a8f54c90a
|
Bug 1062541 - Add additional checks for DeviceStorageFile::mFile being null. r=khuey
|
2014-09-04 11:13:55 -07:00 |
|
Ehsan Akhgari
|
bc7cc3893c
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
|
2014-09-01 18:26:43 -04:00 |
|
Bobby Holley
|
7c7704aa07
|
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
|
2014-08-14 18:47:15 -07:00 |
|
Ryan VanderMeulen
|
7c3098f03b
|
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
|
2014-08-14 17:23:10 -04:00 |
|
Bobby Holley
|
e5da39b71b
|
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
|
2014-08-14 12:54:34 -07:00 |
|
Alphan Chen
|
7348810bd4
|
Bug 1050720 - [DeviceStorage] Avoid to send the same status in two continuous storage-state-change event. r=dhylands
|
2014-08-11 23:31:00 -04:00 |
|
Shih-Chiang Chien
|
678ac7565c
|
Bug 1045975 - Use nsIDOMWindowUtils.askPermission in all types of permission request. r=smaug
--HG--
extra : rebase_source : 4a6a3c484373759b6d553e4821f3c43af41d0239
|
2014-08-01 15:22:20 +08:00 |
|
Andrew McCreight
|
0910d844f3
|
Bug 1034912, part 2 - Remove dangerous public destructor of DeviceStorageFile. r=dhylands
|
2014-07-31 10:05:59 -07:00 |
|
Dave Hylands
|
aeb223bef4
|
Bug 1034912, part 1 - Add fixes for B2G-specific uses of ~DeviceStorageFile. r=mccr8
|
2014-07-31 10:05:59 -07:00 |
|
Andrew McCreight
|
1526b357c2
|
Back out 5fb550bd0396 (Bug 1034912) for breaking B2G on this CLOSED TREE
|
2014-07-30 13:39:47 -07:00 |
|
Andrew McCreight
|
1d03b2e2d6
|
Bug 1034912 - Remove dangerous public destructor of DeviceStorageFile. r=dhylands
|
2014-07-30 13:00:28 -07:00 |
|
Ehsan Akhgari
|
13b9d95037
|
Bug 1045067 - Fix some bad implicit constructors in dom/content/ipc; r=smaug
|
2014-07-28 13:17:51 -04:00 |
|
Jim Chen
|
a14f2365c5
|
Bug 886627 - Use AndroidBridge directory API for device storage; r=dhylands
|
2014-07-24 16:42:50 -04:00 |
|
Jim Chen
|
9d02923dc2
|
Bug 886627 - Fix device storage tests on Android; r=dhylands
|
2014-07-24 16:42:49 -04:00 |
|
Boris Zbarsky
|
c03ab46f93
|
Bug 1040263. Eagerly create and preserve Promise reflectors so we always have them available during unlink. r=nsm,bholley.
|
2014-07-18 21:31:11 -04:00 |
|
Steve Fink
|
723f09580a
|
Bug 1035395, r=bholley,smaug
--HG--
extra : rebase_source : 478200a62a5073177ae3c782e252fa9a804e5b01
|
2014-07-18 09:37:42 -07:00 |
|
Fabrice Desré
|
eed7739dc9
|
Bug 1037212 - [Flame] Phone is not completely erased when a ringtone is set from the Music App r=dougt,dhylands,khuey
|
2014-07-17 18:30:47 -07:00 |
|
Yuan Xulei
|
dcf3076272
|
Bug 1019627 - Check DOMRequest window before processing callback. r=dhylands
|
2014-07-08 13:44:22 +08:00 |
|
Alphan Chen
|
9213c02ced
|
Bug 1029403 - Trigger a storage-state-change event when there is volume state change. r=dhylands
|
2014-07-02 17:35:54 +08:00 |
|
Steve Fink
|
abace8aef1
|
Bug 1022773 - Return value rooting for dom/, r=bz
--HG--
extra : rebase_source : 24732cd3aff732c5c3d3eb8e19ee8a95f588ebd7
|
2014-06-25 15:35:36 -07:00 |
|
Kyle Huey
|
d2738ad8c9
|
Bug 1031051: Part 18 - Kill the old XPIDL-based event generator. r=smaug
|
2014-06-30 16:02:04 -07:00 |
|
Kyle Huey
|
b4bc359b16
|
Bug 1031051: Part 12 - Migrate DeviceStorageChangeEvent to the WebIDL code generator. r=smaug
|
2014-06-30 16:02:03 -07:00 |
|
Makoto Kato
|
ce17f433bb
|
Bug 1029981 - Observers should use MOZ_UTF16 to compare someData. r=nfroyd
|
2014-06-27 17:08:13 +09:00 |
|
Andrea Marchesini
|
138ca3d57f
|
Bug 827823 - patch 1 - CC in DOMFile class, r=ehsan
|
2014-06-26 20:46:34 -07:00 |
|
Andrea Marchesini
|
e25e980526
|
Bug 876683 - DOMFile/DOMBlob refactoring, r=ehsan, r=bent
|
2014-06-26 09:47:44 -07:00 |
|
Olli Pettay
|
7da5fd8ae0
|
Bug 1029866 - Rename InitUsingWin(...) to Init(...), r=bobowencode
--HG--
extra : rebase_source : e04aac99fe64270f283cf49ed52b8f7512a2fa3b
|
2014-06-25 13:17:17 +03:00 |
|
Benoit Jacob
|
747dcfc8a0
|
Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan
|
2014-06-23 15:56:07 -04:00 |
|
Bob Owen
|
d5b1972d3b
|
Bug 1025476 - Part 1: Add compulsory Init functions to AutoJSAPI. r=bholley
|
2014-06-19 08:21:14 +01:00 |
|
Benoit Jacob
|
3b95f18dbd
|
Bug 1027251 - Fix or whitelist dangerous public destructors in dom/ - r=smaug
|
2014-06-18 22:28:59 -04:00 |
|
Alphan Chen
|
20a33906f7
|
Bug 855952 - [DeviceStorage] add appendNamed into DeviceStorage webidl. r=bz
|
2014-06-17 15:08:56 +08:00 |
|
Alphan Chen
|
67c9ed4983
|
Bug 855952 - [DeviceStorage] support append file operation. r=dhylands
|
2014-06-10 16:51:28 +08:00 |
|
Bob Owen
|
0634234647
|
Bug 1017030 - Part 6: Replace AutoPushJSContext in nsDeviceStorage StringToJsval. r=bholley
|
2014-06-11 17:45:08 +01:00 |
|
Birunthan Mohanathas
|
562904c002
|
Bug 869836 - Part 12: Use Assign('c') instead of AssignLiteral("c") . r=ehsan
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
|
2014-05-26 21:55:08 +03:00 |
|
Birunthan Mohanathas
|
2deaba6d91
|
Bug 869836 - Part 8: Use Append('c') instead of Append("c") . r=ehsan
|
2014-05-22 06:48:52 +03:00 |
|