Nathan Froyd
|
3c013d928f
|
Bug 720768 - add nsDOMEventTargetHelper::DispatchTrustedEvent; r=mounir, sr=smaug
|
2012-09-27 16:11:31 -04:00 |
|
Isaac Aggrey
|
0cc4b12d36
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Rob Wood
|
b23e48c6e8
|
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
|
fc5593cb87
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-09-21 22:38:53 -04:00 |
|
Rob Wood
|
48c31df907
|
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
|
4f1885c23e
|
Bug 776934 - Add permissions check to camera API. r=jlebar
|
2012-09-21 06:32:18 -04:00 |
|
Ms2ger
|
3b4f8a982f
|
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
|
e02f62ac99
|
Merge mozilla-central to mozilla-inbound
|
2012-09-17 20:20:56 +01:00 |
|
Jonathan Griffin
|
34b5351315
|
Bug 790463 - Disable test_outgoing_hold_resume.js, a=test-only, DONTBUILD because NPOTB
|
2012-09-17 10:48:42 -07:00 |
|
Rob Wood
|
3c09843253
|
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
|
9b227bf10d
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Kyle Huey
|
0baaffe99f
|
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
|
6a76ab17b2
|
Bug 784509 - New telephony tests for B2G, r=jgriffin, DONTBUILD because NPOTB
|
2012-08-24 16:20:51 -07:00 |
|
Nathan Froyd
|
4c779437cc
|
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
|
ce71e55555
|
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
|
684686bee5
|
Bug 779378: B2G Voicemail: Hook up to permissions manager; r=gwagner
|
2012-08-23 16:31:02 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
a72c6b98bc
|
Bug 783431 - Fix js array initialization for bluetooth and telephony; r=mrbkap
|
2012-08-20 18:26:44 -07:00 |
|
Rob Wood
|
de080795c1
|
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
|
0d464108f4
|
Bug 779353 - part 2 - testcase: Telephony hook up to permissions manager. r=philikon
|
2012-08-07 11:01:18 +08:00 |
|
Hsin-Yi Tsai
|
931eb4df08
|
Bug 779353 - part 1 - B2G Telephony: Hook up to permissions manager. r=mounir
|
2012-08-06 15:33:37 +08:00 |
|
Hsin-Yi Tsai
|
82a24b2518
|
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
|
cb4d106015
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
4eb11bee72
|
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
|
b927c10310
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Kyle Machulis
|
f305d2c7de
|
Bug 773370 - Fix rooting in JSArray creation for mozTelephony; r=bent
|
2012-08-01 18:52:40 -07:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Marshall Culpepper
|
7b68f92b47
|
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
|
858cb70a91
|
Bug 765231 - Telephony: Implement dialEmergency() to limit call to emergency numbers. r=philikon
|
2012-07-20 20:08:24 +08:00 |
|
Marshall Culpepper
|
0b4c6a5665
|
Bug 773068 - Part 4: Marionette unit tests for Voicemail phone number API. r=vicamo
|
2012-07-20 20:19:38 -04:00 |
|
Marshall Culpepper
|
0eeb6ceb63
|
Bug 773068 - Part 2: Voicemail phone number DOM implementation. r=smaug
|
2012-07-20 20:19:38 -04:00 |
|
Marshall Culpepper
|
66699fe0dc
|
Bug 773068 - Part 1: Voicemail phone number DOM API. sr=sicking
|
2012-07-20 20:19:38 -04:00 |
|
Marshall Culpepper
|
4bdd46e24a
|
Bug 736710 - Part 4: Marionette unit tests for Voicemail API. r=vicamo
|
2012-07-19 11:27:35 +08:00 |
|
Marshall Culpepper
|
de4aa63592
|
Bug 736710 - Part 3: Voicemail DOM implementation classes. r=smaug
|
2012-07-19 11:27:19 +08:00 |
|
Marshall Culpepper
|
d0968d69ef
|
Bug 736710 - Part 1: Voicemail API IDLs. sr=sicking
|
2012-07-19 11:26:49 +08:00 |
|
Hsinyi Tsai
|
9dc1493641
|
Bug 766822 - WebTelephony: add tests for hanging up dialing/alerting/holding calls. r=philikon
|
2012-07-04 13:46:11 +08:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Hsinyi Tsai
|
e4bce3002f
|
Bug 765684 - WebTelephony: invalid argument in Telephony::NotifyError. r=bent
|
2012-06-21 11:00:52 +08:00 |
|
Hsin-Yi Tsai
|
f3250426ea
|
Backout 1675a6451849 (Bug 765684) due to missing r= in comments.
|
2012-06-22 10:23:55 +08:00 |
|
Hsinyi Tsai
|
1f78b72cdd
|
[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
|
1f4443c052
|
Bug 759521 - WebTelephony: investigate test failures for outgoing calls. r=philikon
|
2012-06-08 18:51:38 +08:00 |
|
Hsinyi Tsai
|
4395ae2bf9
|
Bug 757587 - WebTelephony: investigate .active and .calls behaviour. r=philikon
|
2012-06-08 15:09:15 +08:00 |
|
Ryan VanderMeulen
|
846a6a41bf
|
Merge m-c to inbound
|
2012-06-10 17:59:00 -04:00 |
|
Olli Pettay
|
94414ed431
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Andrew McCreight
|
9152e14841
|
Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent
|
2012-05-15 09:56:39 -07:00 |
|
Philipp von Weitershausen
|
ec48fd4ea1
|
Bug 756607 - Rewrite telephony tests. r=jgriffin
|
2012-05-29 17:39:46 -07:00 |
|
Kyle Machulis
|
d33a38a819
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 21:02:23 -07:00 |
|
Kyle Machulis
|
9d208f726a
|
Backing out Bug 742044 - Bustage on B2G
|
2012-05-23 18:27:53 -07:00 |
|
Kyle Machulis
|
c4a1fa5a03
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 18:21:05 -07:00 |
|