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 |
|
Ahmed Kachkach
|
d0b1579431
|
Bug 1063099 - Include IPC tests filenames in logs. r=ahal
|
2014-09-09 08:01:00 -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 |
|
Ehsan Akhgari
|
0b2aaa5f23
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 01709017e97fdc96d1d53eb881efc1792118edc4
|
2014-09-01 20:49:25 -04:00 |
|
Phil Ringnalda
|
b656763114
|
Backed out 6 changesets (bug 1060982, bug 1061058, bug 1060987, bug 1061060, bug 1060930) for build bustage
CLOSED TREE
Backed out changeset c23b8418e6be (bug 1060987)
Backed out changeset a8cddc6bdffc (bug 1061060)
Backed out changeset b5af5cbdac3f (bug 1060982)
Backed out changeset 4912d451011a (bug 1060930)
Backed out changeset bdacbf453238 (bug 1061058)
Backed out changeset da6c71a8f5ae (bug 1060987)
|
2014-09-01 16:48:51 -07:00 |
|
Ehsan Akhgari
|
f1391c83bf
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:00:53 -04:00 |
|
Nils Ohlmeier [:drno]
|
f1967825c4
|
Bug 1057558 - temporarily exclude devicestorage test_dirs.html from IPC tests. r=akachkach
|
2014-08-26 17:16:00 +02:00 |
|
Ahmed Kachkach
|
3e86d6f941
|
Bug 1057558 - Fix IPC test results not being reported in first iframe. r=drno
|
2014-08-26 15:53:00 +02: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 |
|
JW Wang
|
1d4bc3f2ca
|
Bug 1047268 - Call SpecialPowers.pushPermissions() to ensure permission change is completed before continuing the rest of the tests. r=dhylands
|
2014-08-01 01:48:00 -04: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
|
be8cd5bf5a
|
Bug 886627 - Fix "ReferenceError: Ci is not defined" in test_dirs.html; r=bustage
|
2014-07-24 17:29:24 -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
|
070f569cd9
|
Bug 886627 - Add test for non-testing-mode device storage directories; 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 |
|
Alexandre Poirot
|
5a3800bc64
|
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
|
2014-07-02 15:40:56 -07:00 |
|
Jonathan Griffin
|
efbbf73c27
|
Backed out changeset 64586374a208 on a CLOSED TREE
|
2014-07-22 18:29:57 -07:00 |
|
Alexandre Poirot
|
09c66c2ebd
|
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
|
2014-07-02 15:40:56 -07:00 |
|
Jonathan Griffin
|
0cd20a2c49
|
Backout 4f6d9db92389 for bustage on a CLOSED TREE
|
2014-07-22 17:55:50 -07:00 |
|
Mike Hommey
|
d10b15b035
|
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
|
2014-07-23 08:37:51 +09:00 |
|
Alexandre Poirot
|
c044256760
|
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal
|
2014-07-02 15:40:56 -07: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 |
|
Ryan VanderMeulen
|
77b1c14c1a
|
Merge m-c to inbound. a=merge
|
2014-07-18 10:25:14 -04: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 |
|
Ahmed Kachkach
|
68c23f6dff
|
Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger
|
2014-07-17 09:02:00 +02: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 |
|
Carsten "Tomcat" Book
|
f0569c8ad2
|
Backed out changeset cf85693280c7 (bug 886570) frequent mochitest-3 errors on windows
|
2014-07-11 14:15:29 +02:00 |
|
Ahmed Kachkach
|
c4872d76ea
|
Bug 886570 - Initial integration of structured logs in mochitest. r=ahal,Ms2ger
|
2014-07-10 13:33:00 +02: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 |
|
Birunthan Mohanathas
|
f475f7189b
|
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
|
2014-06-18 17:57:51 -07:00 |
|