Edgar Chen
|
42a597087e
|
Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug
|
2014-10-13 12:35:53 +08:00 |
Vicamo Yang
|
f5e4a98352
|
Bug 833229 - 3.c/4: implement MozVoicemailStatus in C++. r=smaug
|
2014-09-26 13:00:24 +08:00 |
Wes Kocher
|
d544bf248c
|
Backed out 17 changesets (bug 843452)
Backed out changeset e72a0297d488 (bug 843452)
Backed out changeset 73f62ce4190f (bug 843452)
Backed out changeset 6d4a49ebd9fc (bug 843452)
Backed out changeset ac93e396669f (bug 843452)
Backed out changeset cf4fc721821e (bug 843452)
Backed out changeset 9a94ea71d232 (bug 843452)
Backed out changeset b95ff097374d (bug 843452)
Backed out changeset 8d6428a93500 (bug 843452)
Backed out changeset e31b86ef0e80 (bug 843452)
Backed out changeset bd4efde535cd (bug 843452)
Backed out changeset 02bbcd8ac571 (bug 843452)
Backed out changeset f7f41bf82b22 (bug 843452)
Backed out changeset 20f42764cd38 (bug 843452)
Backed out changeset 82f8670f5c17 (bug 843452)
Backed out changeset 52f25f1278e3 (bug 843452)
Backed out changeset 181337820a7c (bug 843452)
Backed out changeset 9bd12641af03 (bug 843452)
--HG--
rename : dom/mobileconnection/interfaces/nsIMobileConnectionService.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
|
2014-08-28 16:51:41 -07:00 |
Edgar Chen
|
61e1008a0b
|
Bug 843452 - Part 4-5: MobileConnectionGonkService for gonk backend. r=hsinyi,khuey
|
2014-02-10 19:55:22 +08:00 |
Roshan Vidyashankar
|
1e6a327d21
|
Bug 906404 - B2G RIL: move MozVoicemailStatus to WebIDL. r=vicamo,smaug
--HG--
rename : dom/voicemail/nsIDOMMozVoicemailStatus.idl => dom/webidl/MozVoicemailStatus.webidl
|
2014-07-17 13:47:41 -07:00 |
Edgar Chen
|
f715d34c16
|
Bug 929701 - Part 3: Remove JS-implemented DOMMMIError. r=hsinyi
|
2014-04-23 15:02:11 +08:00 |
Edgar Chen
|
450ea14417
|
Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh
|
2013-09-25 16:14:23 +08:00 |
Fernando Jiménez
|
83c78dfd70
|
Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 2: DOMMMIResult and DOMMMIError. r=vicamo, sr=sicking
|
2013-06-30 20:21:32 +08:00 |
Vicamo Yang
|
acbe61e08a
|
Bug 826977 - Part 2/4: SystemWorkerManager & RadionInterfaceLayer changes. r=qDot
|
2013-01-24 14:42:07 +08:00 |
Michael Vines
|
737c8725b8
|
Bug 786468 - Support alternate nsIRadioInterfaceLayer implementations. r=philikon,mrbkap
|
2012-08-31 10:59:27 -07:00 |
Gervase Markham
|
1c9fc1e594
|
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
|
2012-07-20 10:10:44 +01:00 |
Philipp von Weitershausen
|
c8d9e73f40
|
Bug 729173 - Part 5 - Expose the RIL state to content. r=fabrice,qDot
|
2012-04-19 18:33:25 -03:00 |
Kyle Machulis
|
5a8150c5e0
|
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
|
2012-03-14 15:42:31 -07:00 |