Szu-Yu Chen [:aknow]
37732659c7
Bug 863281 - Part 4: Add test for emergency label. r=htsai.
...
---
.../test/marionette/test_emergency_label.js | 172 ++++++++++++++++++++
1 file changed, 172 insertions(+)
create mode 100644 dom/telephony/test/marionette/test_emergency_label.js
2013-05-14 14:11:47 +08:00
Szu-Yu Chen [:aknow]
51228414ba
Bug 863281 - Part 3: Update emergency property for outgoing call. r=htsai, gyeh.
...
---
dom/bluetooth/BluetoothTelephonyListener.cpp | 4 +++-
dom/telephony/Telephony.cpp | 10 ++++++----
dom/telephony/TelephonyCall.cpp | 10 +++++++++-
dom/telephony/TelephonyCall.h | 10 +++++++++-
4 files changed, 27 insertions(+), 7 deletions(-)
2013-05-14 14:08:07 +08:00
Szu-Yu Chen [:aknow]
a82d64c60a
Bug 863281 - Part 1: Add emergency property in TelephonyCall. r=htsai. sr=mounir.
...
---
dom/telephony/nsIDOMTelephonyCall.idl | 7 ++++++-
dom/telephony/nsITelephonyProvider.idl | 10 +++++++---
2 files changed, 13 insertions(+), 4 deletions(-)
2013-05-14 14:02:58 +08:00
Reuben Morais
4b618d23f6
Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner
...
--HG--
extra : rebase_source : 2b079aa6aca6a65516670cc5adcccf422b5e0261
2013-05-13 18:32:09 -07:00
Hsin-Yi Tsai
ebbd3163f6
Bug 869306 - Add call.isOutgoing for BT Cert. r=allstars.chh
2013-05-08 18:39:05 +08:00
David Zbarsky
e6b1eb46b4
Bug 866450 Part 2: Fix rooting hazards under content/ and dom/ r=bz
2013-05-02 05:12:46 -04:00
Brian O'Keefe
4c98f61956
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
2013-10-02 13:17:55 -04:00
Rob Wood
16037cac77
Bug 811167 - Reduce failed test fallout by having WebTelephony tests cancel any existing calls at startup; r=jriffin
2013-04-26 10:44:26 -04:00
Rob Wood
76da970a99
Bug 849714 - Fix intermittent failure in outgoing_answer_hangup_oncallschanged; r=jgriffin
2013-04-24 12:38:19 -04:00
David Zbarsky
f4478a4b6b
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
2013-04-19 18:18:33 -04:00
Boris Zbarsky
774766d13e
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
2013-04-16 17:16:08 -04:00
Rob Wood
eef12a9ce6
Bug 844490 - Increase timeout for all WebAPI telephony tests, to fix intermittent timeout failures; r=jgriffin
2013-04-09 12:02:51 -04:00
Jose Cortes
60db87874e
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/telephony dom/bluetooth directories. r=jwalden
...
--HG--
extra : rebase_source : c1560ea8c79fbb398d3e8f132e561e7eba81520a
2013-04-02 16:06:14 -07:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Ms2ger
2da2c38f03
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
2013-03-30 10:45:37 +01:00
Kyle Machulis
c79ccc0693
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Hsin-Yi Tsai
0c43b0f43b
Bug 849185 - part2 - test case. r=allstars.chh
2013-03-19 11:34:49 +08:00
Edgar Chen
3a46f6eb27
Bug 843614 - Part 2: Enable test_outgoing_busy. r=hsinyi
2013-02-22 13:17:00 +08:00
Edgar Chen
168c869ee1
Bug 843614 - Part 1: Enable test_outgoing_badNumber. r=hsinyi
2013-02-18 16:59:02 +08:00
Mike Shal
9680b82df6
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Hsin-Yi Tsai
7ee4e27280
Bug 844767 - B2G RIL: correct telephony marionette test_outgoing_onstatechange.js. r=allstars.chh
2013-02-25 19:28:07 +08:00
Mike Shal
e3d8d5c262
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
2013-03-11 22:05:00 -07:00
Mike Shal
e9f8bc0fbd
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
7bb3ee056b
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Olli Pettay
e5921ddec1
Bug 822399 - Make Event to use Paris bindings, r=peterv
2013-03-09 13:34:29 +02:00
Vicamo Yang
df445a6ebf
Bug 834160 - Part 5/7: fix Telephony. r=smaug, f=htsai
...
--HG--
rename : dom/bluetooth/BluetoothRilListener.cpp => dom/bluetooth/BluetoothTelephonyListener.cpp
rename : dom/bluetooth/BluetoothRilListener.h => dom/bluetooth/BluetoothTelephonyListener.h
2013-03-06 17:53:23 +08:00
Vicamo Yang
a469808f5e
Bug 834160 - Part 1/7: Refactor RILContentHelper callback registration. Interface changes. r=allstars.chh,htsai f=mounir
2013-03-06 17:53:08 +08:00
Gregory Szorc
f0b7e3972c
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
e2966f651c
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Ben Turner
f2071e5f48
Bug 832109 - 'crash in Telephony::RILTelephonyCallback::CallStateChanged'. r=jlebar.
2013-02-18 08:09:40 -08:00
Bobby Holley
d1a3436036
Bug 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap
2013-02-26 11:04:13 -08:00
Vicamo Yang
157aebae18
Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir
...
--HG--
rename : dom/telephony/Makefile.in => dom/voicemail/Makefile.in
rename : dom/telephony/Voicemail.cpp => dom/voicemail/Voicemail.cpp
rename : dom/telephony/Voicemail.h => dom/voicemail/Voicemail.h
rename : dom/telephony/VoicemailEvent.cpp => dom/voicemail/VoicemailEvent.cpp
rename : dom/telephony/VoicemailEvent.h => dom/voicemail/VoicemailEvent.h
rename : dom/telephony/nsIDOMVoicemail.idl => dom/voicemail/nsIDOMMozVoicemail.idl
rename : dom/telephony/nsIDOMVoicemailEvent.idl => dom/voicemail/nsIDOMMozVoicemailEvent.idl
rename : dom/telephony/nsIDOMVoicemailStatus.idl => dom/voicemail/nsIDOMMozVoicemailStatus.idl
rename : dom/telephony/nsIDOMNavigatorTelephony.idl => dom/voicemail/nsINavigatorVoicemail.idl
rename : dom/telephony/test/marionette/pdu_builder.js => dom/voicemail/test/marionette/pdu_builder.js
rename : dom/telephony/test/marionette/test_voicemail_number.js => dom/voicemail/test/marionette/test_voicemail_number.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.js => dom/voicemail/test/marionette/test_voicemail_statuschanged.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.py => dom/voicemail/test/marionette/test_voicemail_statuschanged.py
2013-02-05 17:02:15 +08:00
Kyle Machulis
2ff0659932
Bug 777271 - Re-implement nsIDOMCallEvent using event implementation codegen. r=bent,vicamo,hsinyi
2013-01-28 15:39:50 +08:00
Vicamo Yang
fb808ab76b
Bug 826977 - Part 3/4: fix all related components as well. r=hsinyi
2013-01-24 14:42:10 +08:00
Trevor Saunders
9f0ad48b28
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
2013-01-12 07:40:33 -05:00
Hsin-Yi Tsai
0ddda9ec10
Bug 821559 - Telephony: ASSERTION: Serious logic problem here. r=bent
2013-01-04 16:52:18 +08:00
Ms2ger
4e7e2a5d51
Merge PGO-green changeset from inbound to m-c.
2012-12-22 12:06:37 +01:00
Ms2ger
e1d87b9f1f
Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug
2012-12-22 09:18:08 +01:00
Jonathan Griffin
527993fff7
Bug 820802 - Disable some telephony tests to try and fix the battery almost perma-oranges, a=test-only
2012-12-21 12:02:26 -08:00
Jonathan Griffin
622406f43a
Bug 821966 - Disable test_outgoing_onstatechange.js for frequent orange, a=bustage
2012-12-14 22:46:37 -08:00
Boris Zbarsky
6a76e4daf6
Bug 821958. Disable test_multiple_hold.js due to permaorange. a=busted CLOSED TREE
2012-12-14 23:29:19 -05:00
Jonathan Griffin
46cf39bc02
Bug 821927 - Disable test_redundant_operations.js due to semi-permaorange, a=bustage, CLOSED TREE
2012-12-14 16:23:38 -08:00
Ms2ger
caa2811c9c
Bug 814898 - Part d: Cleanup CC goop in some more parts of dom/; r=mccr8
2012-12-02 09:54:51 +01:00
Olli Pettay
1e72329799
Bug 811206, Fix JSHolder drop handling, part 3 (fixes), r=mccr8,khuey
...
--HG--
extra : rebase_source : 7b2726d2aa7f5764a3c4cb750e5a735728069687
2012-11-28 03:37:57 +02:00
Rob Wood
2a879825b0
Bug 814691 - Develop WebTelephony test to verify cannot have multiple calls on hold simultaneously and update manifest. r=davehunt
2012-11-23 07:04:12 -08:00
Shian-Yow Wu
e306e86469
Bug 790463 - [B2G] several telephony tests often causes emulator to crash. r=jgriffin
2012-11-22 10:39:42 +08:00
Rob Wood
30a98c7613
Bug 811442 - Fail out of WebTelephony tests if call(s) exist from previous test; r=jgriffin
2012-11-13 14:05:27 -08:00
Rob Wood
27d2d01de3
Bug 808783 - Disable remaining WebTelephony tests due to emulator crash. r=ahal
2012-11-16 11:56:29 -08:00
Rob Wood
160c52dc05
Bug 808783 - Disable randomorange crashing telephony test. r=ahal
2012-11-15 11:49:12 -08:00
Benoit Jacob
1a195a2d74
Bug 811926 - Fix a pair of TRAVERSE that were using NoteNativeChild on nsISupports* - simplify goop with helper CC macros - r=smaug
2012-11-15 14:31:56 -05:00
Benoit Jacob
8553c56265
Bug 806279 - fix bustage due to unusual CC macro usage in Telephony code, see bug 811926 - no review, bustage
...
This fix consists in taking the old definition of the TRAVERSE_NATIVE_PTR macro and expanding it inline,
as the new macros can't handle that unusual case (see bug 811926).
Because it is expaning inline the old macro, it shouldn't make any difference.
2012-11-15 02:54:08 -05:00
Benoit Jacob
a1d7e0f511
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
2012-11-15 02:32:40 -05:00
Rob Wood
c42f6d9d27
Bug 808783 - Disable crashing telephony test, r=ahal, DONTBUILD a=NPOTB
2012-11-12 08:14:00 -08:00
Andrew Halberstadt
79979d8ec6
Bug 808783 - Disable failing Mn tests, r=jgriffin
2012-11-06 09:17:39 -08:00
Jonathan Griffin
207fa92e87
Bug 806138 - Disable permaorange test_voicemail_statuschanged.py, DONTBUILD(NPOTB)
2012-11-02 15:19:57 -07:00
Hsin-Yi Tsai
79c8386d65
Bug 804983 - WebTelephony API: DOM does not accurately handle an outgoing call. r=bent
2012-10-25 18:31:37 +08:00
Rob Wood
d5113f35ca
Bug 803861 - Tests should wait for 'onalerting' event when making outgoing calls; r=jgriffin, DONTBUILD(NPOTB)
2012-10-20 17:33:42 -04:00
Hsin-Yi Tsai
7155c0aaf1
Bug 783392 - RadioInterfaceLayer broadcasts radio-state information to all content processes. r=marshall_law
2012-10-09 18:07:11 +08:00
Jonathan Griffin
d904e29b46
Bug 790463 - Disable test_outgoing_remote_hangup_held.js due to crashes, a=test-only, DONTBUILD(NPOTB)
2012-10-17 11:02:51 -07:00
Jonathan Griffin
7e22521c04
Bug 790463 - Disable test_incoming_already_connected.js due to crash, a=test-only, DONTBUILD(NPOTB)
2012-10-17 10:22:16 -07:00
Gabriele Svelto
f3daa82807
Bug 739780 - Switch Telephony.cpp to use nsTArrayHelpers.h implementation of nsTArrayToJSArray. r=khuey, r=mrbkap
2012-09-28 10:43:49 -07:00
Nathan Froyd
27b9179800
Bug 720768 - add nsDOMEventTargetHelper::DispatchTrustedEvent; r=mounir, sr=smaug
2012-09-27 16:11:31 -04:00
Isaac Aggrey
997db4d142
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
2012-09-28 01:57:33 -05:00
Rob Wood
05a0c569c9
Bug 792494 - Develop WebTelephony tests to verify onstatechange events, and redundant operations, update manifiest; r=jgriffin, DONTBUILD (NPOTB)
2012-09-22 14:51:43 -04:00
Ryan VanderMeulen
a7b86073b5
Merge the last PGO-green inbound changeset to m-c.
2012-09-21 22:38:53 -04:00
Rob Wood
2833a2cd5a
Bug 790991 - Develop a WebAPI test to verify swapping held and active calls, update manifest; r=jgriffin, DONTBUILD (NPOTB)
2012-09-20 11:43:21 -04:00
Mike Habicher
e695772791
Bug 776934 - Add permissions check to camera API. r=jlebar
2012-09-21 06:32:18 -04:00
Ms2ger
9694a6bc04
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (third batch); r=mounir
2012-09-20 09:55:36 +02:00
Ed Morley
7ad17579c0
Merge mozilla-central to mozilla-inbound
2012-09-17 20:20:56 +01:00
Jonathan Griffin
c120bd34bb
Bug 790463 - Disable test_outgoing_hold_resume.js, a=test-only, DONTBUILD because NPOTB
2012-09-17 10:48:42 -07:00
Rob Wood
e16a1b30e4
Bug 790988 - Develop WebTelephony test to verify incoming call while have another call held, update manifest; r=jgriffin, DONTBUILD because NPOTB
2012-09-14 15:55:40 -04:00
Nathan Froyd
9a8267f275
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
2012-09-11 07:47:42 -04:00
Kyle Huey
c25f8e64ef
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
2012-08-30 20:45:16 -07:00
Rob Wood
8e0cc3fac6
Bug 784509 - New telephony tests for B2G, r=jgriffin, DONTBUILD because NPOTB
2012-08-24 16:20:51 -07:00
Nathan Froyd
2d595e5d44
Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey
2012-08-24 16:01:30 -04:00
Luke Wagner
94264a0bc8
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
...
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
2012-08-21 18:42:53 -07:00
Kyle Machulis
34e3fb0332
Bug 779378: B2G Voicemail: Hook up to permissions manager; r=gwagner
2012-08-23 16:31:02 -07:00
Ehsan Akhgari
0fd9123eac
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Kyle Machulis
c1b5777800
Bug 783431 - Fix js array initialization for bluetooth and telephony; r=mrbkap
2012-08-20 18:26:44 -07:00
Rob Wood
aa75c6aa92
Bug 781548 - Add WebAPI tess for resuming held calls, r=jgriffin, DONTBUILD because NPOTB
2012-08-10 13:45:14 -04:00
Hsin-Yi Tsai
47fbe17a63
Bug 779353 - part 2 - testcase: Telephony hook up to permissions manager. r=philikon
2012-08-07 11:01:18 +08:00
Hsin-Yi Tsai
1179806aa5
Bug 779353 - part 1 - B2G Telephony: Hook up to permissions manager. r=mounir
2012-08-06 15:33:37 +08:00
Hsin-Yi Tsai
1294e5cac8
Bug 779217 - Intermittent test_outgoing_hangup_held.js: got OK, expected outbound to 5555552368 : unknown | got false, expected true. r=philikon
2012-08-03 12:08:15 +08:00
Ms2ger
c7a5b33778
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
2012-08-04 09:44:00 +02:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Ed Morley
bba173e66e
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
2012-08-04 18:05:15 +01:00
Ms2ger
babf67cce2
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
2012-08-04 09:44:00 +02:00
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
Landry Breuil
b3f01361f3
Bug 722046: Fix build failure on OpenBSD/Gcc 4.2.1 due to extra semicolon. r=Ms2ger
2012-01-28 12:03:35 -08:00
Philipp von Weitershausen
4fd46c1261
Bug 711671 - Rename nsTelephonyWorker / nsITelephone to nsIRadioInterfaceLayer
...
--HG--
rename : dom/telephony/nsTelephonyWorker.js => dom/system/b2g/RadioInterfaceLayer.js
rename : dom/telephony/nsTelephonyWorker.manifest => dom/system/b2g/RadioInterfaceLayer.manifest
rename : dom/telephony/nsITelephone.idl => dom/system/b2g/nsIRadioInterfaceLayer.idl
rename : dom/telephony/nsTelephonyWorker.h => dom/system/b2g/nsRadioInterfaceLayer.h
rename : dom/telephony/ril_consts.js => dom/system/b2g/ril_consts.js
rename : dom/telephony/ril_worker.js => dom/system/b2g/ril_worker.js
2012-01-19 12:53:32 -08:00
Thinker Li
334e4f7c91
Bug 713426 - Support PDP data call in ril_worker. r=philikon
2012-01-17 17:34:09 -08:00
Ben Turner
cd9dfe6aea
Bug 717158 - 'B2G telephony: unknown (outgoing) call index is assumed to be incoming later'. r=cjones.
...
--HG--
extra : transplant_source : %7B%A6XC%07%87%20%A9W%AA.Le%A5%7B%1A%81%F1%FE%B5
2012-01-11 18:17:26 -08:00
Ben Turner
a7e158984c
Bug 716754 - 'Crash when accessing navigator.mozTelephony from chrome page'. r=sicking.
...
--HG--
extra : transplant_source : %EE%2AR%C4%F7lU%D8%B0%2A%0B%85V%B5o%F3%F8%C6%CD%5C
2012-01-11 18:19:53 -08:00
Philipp von Weitershausen
97cd7a8190
Bug 717434 - B2G telephony: audio isn't switched on for incoming calls and never switched off once switched on. r=bent
2012-01-11 16:20:16 -08:00
Philipp von Weitershausen
76c6fa61b8
Bug 717156 - B2G telephony: crash after page reload due to improper callback unregistering. r=bent
2012-01-11 16:20:08 -08:00
Fernando Jiménez
94aa3de205
Bug 714855 - RIL: Implement ICC states transitions and ICC codes (PIN,PIN2,PUK,PUK2) handling. r=philikon
2012-01-10 17:53:08 -05:00
Philipp von Weitershausen
48d6bb75ca
Bug 674726 follow-up: make WebTelephony build with gcc. r=bent DONTBUILD because NPOTB
2012-01-09 17:00:02 -08:00
Ben Turner
6d6badf6c0
Bug 714459 - 'Rename RadioManager / nsIRadioWorker'. r=mrbkap.
...
--HG--
rename : dom/system/b2g/RadioManager.cpp => dom/system/b2g/SystemWorkerManager.cpp
rename : dom/system/b2g/RadioManager.h => dom/system/b2g/SystemWorkerManager.h
rename : dom/system/b2g/nsIRadioWorker.idl => dom/system/b2g/nsIWorkerHolder.idl
extra : transplant_source : 2%ED%03%8F%C0%98%06%25%8EnIb%8BI%B0O%EB%BF%E0%A2
2012-01-09 15:18:23 -08:00
Ben Turner
c375cc74c4
Bug 674726 - WebTelephony. r=philikon+mounir, sr=sicking. Not part of the default build.
...
--HG--
extra : transplant_source : %1A%23%10d%88%B3%DA%87%C9%DD0%E6P%1Ct%AD%7D%80%B6%B4
2012-01-09 14:28:47 -08:00
Ben Turner
6be040c16e
Remove stray tabs from ril_worker.js. No bug, DONTBUILD.
2012-01-05 08:17:20 -08:00