Commit Graph

83 Commits

Author SHA1 Message Date
Kyle Machulis
e6df904d9c Bug 773370 - Fix rooting in JSArray creation for mozTelephony; r=bent 2012-08-01 18:52:40 -07:00
Aryeh Gregor
e806eeab4f Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Marshall Culpepper
6fadfed2c9 Bug 776724: Voicemail tests now import ril_consts with Cu.import, fixing breakage when packaged with Marionette. r=philikon
--HG--
extra : rebase_source : fe3effc50ea11ee9a4292d127150b7bf92fb7634
2012-07-25 13:49:05 -05:00
Hsin-Yi Tsai
d10d3df654 Bug 765231 - Telephony: Implement dialEmergency() to limit call to emergency numbers. r=philikon 2012-07-20 20:08:24 +08:00
Marshall Culpepper
02c4cc76ac Bug 773068 - Part 4: Marionette unit tests for Voicemail phone number API. r=vicamo 2012-07-20 20:19:38 -04:00
Marshall Culpepper
2e97deb48b Bug 773068 - Part 2: Voicemail phone number DOM implementation. r=smaug 2012-07-20 20:19:38 -04:00
Marshall Culpepper
27ffa486d5 Bug 773068 - Part 1: Voicemail phone number DOM API. sr=sicking 2012-07-20 20:19:38 -04:00
Marshall Culpepper
513ab23b29 Bug 736710 - Part 4: Marionette unit tests for Voicemail API. r=vicamo 2012-07-19 11:27:35 +08:00
Marshall Culpepper
96b716a19a Bug 736710 - Part 3: Voicemail DOM implementation classes. r=smaug 2012-07-19 11:27:19 +08:00
Marshall Culpepper
75e757ea2f Bug 736710 - Part 1: Voicemail API IDLs. sr=sicking 2012-07-19 11:26:49 +08:00
Hsinyi Tsai
57b151267e Bug 766822 - WebTelephony: add tests for hanging up dialing/alerting/holding calls. r=philikon 2012-07-04 13:46:11 +08:00
David Zbarsky
ae718ee1c0 Bug 763350 - Clean up some includes in content/ and dom/ r=smaug 2012-07-01 16:45:59 -07:00
Hsinyi Tsai
0a3800a656 Bug 765684 - WebTelephony: invalid argument in Telephony::NotifyError. r=bent 2012-06-21 11:00:52 +08:00
Hsin-Yi Tsai
774c7db08a Backout 1675a6451849 (Bug 765684) due to missing r= in comments. 2012-06-22 10:23:55 +08:00
Hsinyi Tsai
278c0c3b87 [PATCH] Bug 765684 - WebTelephony: invalid argument in
From 21d83598fcec9b69a1b8ed87b502415342582995 Mon Sep 17 00:00:00 2001
 Telephony::NotifyError
---
 dom/telephony/Telephony.cpp |   37 ++++++++++++++++++++++---------------
 1 files changed, 22 insertions(+), 15 deletions(-)
2012-06-21 11:00:52 +08:00
Hsinyi Tsai
568d520f12 Bug 759521 - WebTelephony: investigate test failures for outgoing calls. r=philikon 2012-06-08 18:51:38 +08:00
Hsinyi Tsai
7212a7d84e Bug 757587 - WebTelephony: investigate .active and .calls behaviour. r=philikon 2012-06-08 15:09:15 +08:00
Ryan VanderMeulen
bf2b50270d Merge m-c to inbound 2012-06-10 17:59:00 -04:00
Olli Pettay
ac6b89bfdb Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
Andrew McCreight
f4f0e1a935 Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent 2012-05-15 09:56:39 -07:00
Philipp von Weitershausen
c1093afdf9 Bug 756607 - Rewrite telephony tests. r=jgriffin 2012-05-29 17:39:46 -07:00
Kyle Machulis
dc57c39391 Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent 2012-05-23 21:02:23 -07:00
Kyle Machulis
63d6921b7a Backing out Bug 742044 - Bustage on B2G 2012-05-23 18:27:53 -07:00
Kyle Machulis
2c0c44fa04 Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent 2012-05-23 18:21:05 -07:00
Kyle Machulis
eb68ccd524 Backing out Bug 742044 - contained extra patches for another bug 2012-05-23 18:18:24 -07:00
Kyle Machulis
93aca69abd Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent 2012-05-23 18:06:36 -07:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Hsin-Yi Tsai
3bf7e11bd0 Bug 746496 - B2G telephony: update the audio system for incoming calls and holding calls. r=philikon 2012-05-14 21:13:06 -07:00
Price Tseng
bac98d5c4b Bug 717462 - WebTelephony: notify errors. r=philikon 2012-05-14 21:13:06 -07:00
Price Tseng
fd1f4fb93f Bug 712944 - B2G telephony: ensure error scenarios are covered. r=philikon 2012-05-14 21:13:06 -07:00
Philipp von Weitershausen
6096145716 Bug 753607 - Overhaul existing Marionette WebAPI tests. r=jgriffin DONTBUILD because NPOTB 2012-05-11 13:09:21 -07:00
Jonathan Griffin
2ec243c586 Bug 753013 reuse secondary emulators, r=mdas, DONTBUILD because NPOTB 2012-05-09 13:39:19 -07:00
Jonathan Griffin
ebd7e559b1 Bug 751403 - Use window.navigator instead of just navigator in telephony tests, r=mdas, a=b2g-only, npotb 2012-05-03 11:41:29 -07:00
Hsin-Yi Tsai
8b3515c868 Bug 743008 - WebTelephony: support multiprocess. r=philikon a=b2g-only 2012-04-24 12:44:42 -03:00
Hsinyi Tsai
c2996bfc7e Bug 714968 - B2G telephony: support a second incoming call. r=philikon 2012-04-10 18:10:18 +08:00
Hsinyi Tsai
74134f7d6d Bug 735170 - WebTelephony: add API to hold a call. r=philikon 2012-04-05 16:12:42 +08:00
Jonathan Griffin
04e9167a07 Bug 738825 - mirror Marionette Python client into gecko, a=testonly (npotb) 2012-03-26 12:40:25 -07:00
Jared Wein
d05c1fe426 Backed out changeset 62e3e0fc06c9 (bug 730318) r=bustage 2012-03-23 11:46:32 -07:00
Jared Wein
8ed1697da2 Bug 730318 - Update dom/telephony to use the new implementation of nsTArrayToJSArray. r=bent 2012-03-22 13:53:52 -07:00
Hsinyi Tsai
2a4304b4b6 Bug 736258 - WebTelephony: rename ringing event to alerting. r=philikon 2012-03-16 11:13:42 +08:00
Hsinyi Tsai
8a45fadd76 Bug 735165 - B2G RIL: Change nsIRadioInterfaceLayer::CALL_STATE_RINGING to CALL_STATE_ALERTING for consistency. r=philikon 2012-03-14 19:03:33 +08:00
Kyle Machulis
6df19ba2cf Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 2: Change mozilla::dom::telephony to mozilla::dom::gonk for dom/system/gonk objects; r=bent 2012-03-14 15:43:26 -07:00
Kyle Machulis
9631320c07 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
Fabrice Desré
58518c596c Bug 735305 - Update WebTelephony impl to use the new DOMEventTargetHelper API [r=smaug,bent] 2012-03-13 15:11:16 -07:00
Ben Turner
447466195f Bug 717451 - 'Telephony: Keep telephony objects on multiple pages in sync'. r=sicking.
--HG--
extra : transplant_source : %15%BB%92%8E%A38A%80%9E%A40T%E5BCi%BE%ACK%F7
2012-02-24 05:14:37 -08:00
Ben Turner
7af9098625 Backed out changeset 1f3643b7de2d 2012-02-23 07:09:11 -08:00
Ben Turner
3dc2527e7f Bug 717414 - 'Telephony: Make calls array live'. r=sicking. 2012-02-23 03:48:35 -08:00
Vivien Nicolas
9602d18f5d Bug 725312 - Rename nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper in dom/telephony/ [r=smaug] 2012-02-08 11:22:01 -08:00
Fabrice Desré
ca6d2d6e06 Backed out changeset 73614cfcb983 (wrong bug number in commit message) 2012-02-08 11:20:15 -08:00
Vivien Nicolas
6f3084eba0 Bug 693172 - Move all subclasses of nsDOMEventTargetHelper to nsDOMEventTargetWrapperCache in dom/telephony/ r=smaug 2012-02-08 11:14:31 -08:00