Andrea Marchesini
|
d991fa6d9b
|
Bug 1163387 - Rename FileImpl to BlobImpl, r=ehsan
|
2015-05-12 13:11:03 +01:00 |
|
Andrea Marchesini
|
7a35ed6840
|
Bug 1159401 - Split Blob and File classes, r=bz
|
2015-05-12 13:09:51 +01:00 |
|
Wes Kocher
|
6fd66905f8
|
Backed out 2 changesets (bug 1159401) for b2g build bustage
Backed out changeset adfee1efb1e1 (bug 1159401)
Backed out changeset 70c63c8546e3 (bug 1159401)
|
2015-05-11 14:54:02 -07:00 |
|
Wes Kocher
|
a4c92e377b
|
Backed out changeset 56e4c68dc3da (bug 1163387) for build bustage CLOSED TREE
|
2015-05-11 13:17:58 -07:00 |
|
Andrea Marchesini
|
5f0d79c537
|
Bug 1163387 - Rename FileImpl to BlobImpl, r=ehsan
|
2015-05-11 18:50:54 +01:00 |
|
Andrea Marchesini
|
8216a76e2b
|
Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz
|
2015-05-11 18:50:50 +01:00 |
|
Ryan VanderMeulen
|
ab585ee6e8
|
Backout revisions 4287533203fb and 96a3ebfe09d8 (bug 1159401) for bustage.
CLOSED TREE
|
2015-05-11 11:43:59 -04:00 |
|
Andrea Marchesini
|
3d1cf0758c
|
Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz
|
2015-05-11 15:20:06 +01:00 |
|
Andrew McCreight
|
aeff7c99ee
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04: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
|
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 |
|
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 |
|
Yuan Xulei
|
8e2b54f984
|
Bug 1036500 - Fix crash caused by non-thread safe DOMFile. r=ehsan
|
2014-07-24 10:21:34 +08: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 |
|
Boris Zbarsky
|
ce7efbba1f
|
Bug 1016560. Remove the footgun of rejecting promises with arbitrary objects. r=khuey
|
2014-06-03 11:38:38 -04:00 |
|
Ryan VanderMeulen
|
a1fd06248a
|
Backed out changesets 6d1c36585219 and bd403a727849 (bug 1016560) for mochitest-other failures.
CLOSED TREE
|
2014-06-03 13:48:49 -04:00 |
|
Boris Zbarsky
|
59db282a5f
|
Bug 1016560. Remove the footgun of rejecting promises with arbitrary objects. r=khuey
|
2014-06-03 11:38:38 -04:00 |
|
Yuan Xulei
|
11142664f7
|
Bug 934368 - Implement |remove| and |removeDeep| for Directory. r=dhylands
|
2014-03-12 14:30:21 +08:00 |
|