Hsin-Yi Tsai
1931f1a1a1
Bug 1011429 - [B2G][RIL] correctly update phone_state in cdma 3way call scenario. r=aknow
2014-05-16 17:14:11 +08:00
Szu-Yu Chen [:aknow]
79170f6188
Bug 1003652 - Turn on debugging in marionette test. r=hsinyi, jgriffin
2014-05-16 14:05:33 +08:00
Ed Morley
9231f6bf96
Backed out changeset 254616e044b1 (bug 993282)
2014-05-15 17:01:36 +01:00
Ben Turner
887182107f
Bug 1007398 - Properly handle racing destruction of PTelephonyChild actors, r=hsinyi.
2014-05-08 11:41:58 -07:00
Fabrice Desré
d71b55a0e9
Bug 993282 - Lazy load more js modules - Part 3: RIL r=gene
2014-05-07 15:53:17 -07:00
Wes Kocher
fae8204d08
Backed out 3 changesets (bug 993282) for b2g emulator mochitest 3 failures
...
Backed out changeset 30e0991d49e0 (bug 993282)
Backed out changeset 6b9c8d6ab401 (bug 993282)
Backed out changeset 96e1a542bb45 (bug 993282)
2014-05-07 18:47:17 -07:00
Wes Kocher
25ca30c10d
Merge m-c to b2g-inbound
2014-05-07 17:39:54 -07:00
Wes Kocher
635606fa38
merge inbound to m-c
2014-05-07 17:06:22 -07:00
Fabrice Desré
fa84ad104d
Bug 993282 - Lazy load more js modules - Part 3: RIL r=gene
2014-05-07 15:53:17 -07:00
Szu-Yu Chen [:aknow]
39f0bf47b0
Bug 997003 - Refactor: setupConference in test code. r=hsinyi
2014-05-07 18:30:00 +08:00
Szu-Yu Chen [:aknow]
1e7a9a2c63
Bug 1004152 - Delay telephony.dial for 1s in test cases. r=hsinyi
2014-05-07 01:52:00 -04:00
Szu-Yu Chen [:aknow]
56bc084d36
Bug 1005498 - Ignore audio setting for place holder call. r=hsinyi
2014-05-06 03:01:00 +02:00
Birunthan Mohanathas
1b1e0b258c
Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug
2014-04-29 04:57:00 -04:00
Birunthan Mohanathas
ff8ce9bd42
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Birunthan Mohanathas
4de1915f30
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
2014-04-25 12:49:00 -04:00
Szu-Yu Chen [:aknow]
f24391ba60
Bug 996444 - Remove gTelephonyList. r=hsinyi
2014-04-22 17:57:05 +08:00
Szu-Yu Chen [:aknow]
8f97a3aaba
Bug 977085 - Remove nsIGonkTelephonyProvider::notifyCallError. r=hsinyi
2014-04-22 17:55:06 +08:00
Szu-Yu Chen [:aknow]
bb33205bb6
Bug 990472 - Part 3: Test case. r=hsinyi
2014-04-16 10:26:51 -04:00
Szu-Yu Chen [:aknow]
6a879fea7b
Bug 990472 - Part 2: Add check for more than 2 calls on line. r=hsinyi
2014-04-16 10:26:50 -04:00
Szu-Yu Chen [:aknow]
25cea88661
Bug 990472 - Part 1: Refactor: check of call on other client. r=hsinyi
2014-04-16 10:26:50 -04:00
Hsin-Yi Tsai
bc06b6fedb
Bug 989728 - [B2G] [RIL] split test_conference.js into smaller pieces to avoid timeout failure. r=vicamo
...
* * *
split test_conference.js - p4 - split test_conference
2014-04-08 14:10:06 +08:00
Etienne Segonzac
3257f40ed3
Bug 992948 - Add missing data to the telephony-call-ended systemmessage. r=hsinyi
2014-04-10 10:01:58 -04:00
Boris Zbarsky
35fca5eeeb
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
...
This patch was mostly generated with the following command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""
and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
56f44fdf10
Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
...
This patch was mostly generated with this command:
find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""
plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Szu-Yu Chen [:aknow]
dda3642a64
Bug 990467 - Part 3: DOM: Re-order code to avoid multi-thread issue. r=hsinyi
2014-04-04 08:18:49 -04:00
Szu-Yu Chen [:aknow]
9557433410
Bug 990467 - Part 2: Add pending outgoing call. r=hsinyi
2014-04-04 08:18:17 -04:00
Ryan VanderMeulen
6a3fa988ca
Merge inbound to m-c.
2014-04-01 16:45:00 -04:00
Szu-Yu Chen (Aknow)
37e9d6a748
Bug 984919 - Part 2: Test DSDS connection conflict. r=hsinyi
2014-04-01 08:58:55 -04:00
Szu-Yu Chen (Aknow)
e2f7e367cc
Bug 984919 - Part 1: Cannot place a new call if other sim is in use. r=hsinyi
2014-04-01 08:58:55 -04:00
Ed Morley
94240a402d
Backed out changeset a3d1c00b6592 (bug 984919) for causing bug 988979
2014-03-28 17:03:17 +00:00
Ed Morley
2b63bd9117
Backed out changeset 7dcecf85a869 (bug 984919)
2014-03-28 17:03:00 +00:00
Masayuki Nakano
54d409dfca
Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
...
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
2014-04-01 15:13:50 +09:00
Hsin-Yi Tsai
b5342f1397
Bug 984289 - [B2G] [RIL] add marionette-webapi tests for conference error. r=vicamo
2014-03-17 18:40:29 +08:00
Szu-Yu Chen (Aknow)
828f58396e
Bug 984919 - Part 2: Test DSDS connection conflict. r=hsinyi
2014-03-21 02:46:00 +01:00
Szu-Yu Chen (Aknow)
b68e2ea083
Bug 984919 - Part 1: Cannot place a new call if other sim is in use. r=hsinyi
2014-03-21 02:44:00 +01:00
Hsin-Yi Tsai
260574c2a2
Bug 979626 - Crash in Telephony while running stability scripts. r=vicamo
2014-03-05 20:19:38 +08:00
Hsin-Yi Tsai
ea3978bfb6
Bug 984326 - [B2G] [RIL] [CDMA] call waiting isn't working properly. The 2nd remote party cannot hear voice. r=vicamo
2014-03-18 15:57:32 +08:00
Masayuki Nakano
d26caa0d74
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
...
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Hsin-Yi Tsai
82ea0d70f6
Bug 881174 - part4 - cdma 3way call DOM and IPC. r=vicamo
2014-02-21 17:52:13 +08:00
Hsin-Yi Tsai
f95e4cfbcd
Bug 881174 - part3 - cdma 3way call internal idl. r=vicamo
2014-02-21 17:51:07 +08:00
Hsin-Yi Tsai
fc0d71b672
Bug 881174 - part2 - cdma 3way call RIL impl. r=vicamo
2014-02-21 17:46:58 +08:00
Szu-Yu Chen [:aknow]
a7b3a8d505
Bug 969218 - Part 6: Use promise for dial and dialEmergency - ipc. r=khuey
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
edf60cc491
Bug 969218 - Part 5: Use promise for dial and dialEmergency - provider. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
f29a5c9fba
Bug 969218 - Part 4: Use promise for dial and dialEmergency - dom. r=khuey
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
23536b8346
Bug 969218 - Part 3: Use promise for dial and dialEmergency - internal interface. r=hsinyi
2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
105ecd3269
Bug 969218 - Part 2: Modify tests. r=hsinyi
2014-02-27 14:12:30 +08:00
Ryan VanderMeulen
6e2138ee8a
Backed out 6 changesets (bug 969218) for bustage. DONTBUILD
...
Backed out changeset 86356906ecf0 (bug 969218)
Backed out changeset 46fa16a18c27 (bug 969218)
Backed out changeset 75219ceb5175 (bug 969218)
Backed out changeset b9f4ba525eec (bug 969218)
Backed out changeset 323c1329614b (bug 969218)
Backed out changeset e0fa4e0eee36 (bug 969218)
2014-02-26 14:27:54 -05:00
Szu-Yu Chen [:aknow]
3844dff7fd
Bug 969218 - Part 6: ipc r=khuey
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
c1a2d973df
Bug 969218 - Part 5: gonk provider r=htsai
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
7e1749f946
Bug 969218 - Part 4: dom r=khuey
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
2aa08d0fca
Bug 969218 - Part 3: Internal interface r=htsai
2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
ff207a0e1e
Bug 969218 - Part 2: Modify tests r=htsai
2014-02-26 11:03:55 -08:00
Szu-Yu Chen [:aknow]
a8a7256b6e
Bug 968713 - Remove callError in ril_worker. r=hsinyi
2014-02-12 14:31:13 +08:00
Edgar Chen
f994622a0b
Bug 964974 - Part 2: Marionette test for radio off during active voice call. r=hsinyi
2014-02-06 18:50:25 +08:00
Hsin-Yi Tsai
dc3cfb4e37
Bug 968716 - avoid redundant operation for un-supported supp notification type. r=aknow
2014-02-06 18:58:46 +08:00
Hsin-Yi Tsai
1de4a4cfad
Bug 943275 - correct test_conference.js. r=aknow
2014-01-30 01:34:25 +08:00
Nikhil Marathe
8e0026f21f
Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
...
--HG--
extra : rebase_source : a07485081313d6002459bd64e3abf4ebb10b960d
2014-01-30 13:14:03 -08:00
Ryan VanderMeulen
3a41ee3937
Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures.
2014-01-30 14:46:36 -05:00
Nikhil Marathe
f6e4443816
Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
2014-01-30 09:43:09 -08:00
Hsin-Yi Tsai
d1def5ca7f
Bug 963813 - make sure no another outgoing call when there's already one. r=aknow
2014-01-29 14:27:22 +08:00
Szu-Yu Chen [:aknow]
2124adef5c
Bug 952783 - Use first call instead of active call. r=hsinyi
2014-01-15 09:41:50 -05:00
Vicamo Yang
5d53c27a4c
Bug 934125 - 2.b/3: fix alignment. r=gene
...
for f in `git show --name-only | grep ^dom/`; do
[ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +08:00
Vicamo Yang
91e5172240
Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
...
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
95c21b2c67
Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
...
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Boris Zbarsky
45103f9d63
Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug
2014-01-06 21:53:23 -05:00
Ehsan Akhgari
ebd358dfd7
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Hsin-Yi Tsai
53342c4bdf
Bug 949949 - [B2G] remove telephony.onincoming before test case finishes. r=vicamo
2013-12-13 18:22:18 -08:00
Vicamo Yang
31822636d6
Bug 944262 - part2 - test cases. r=htsai
2013-12-13 16:18:15 +08:00
Hsin-Yi Tsai
994c59b39a
Bug 944262 - part1 - [B2G]On conference call,we can't switch the speaker between off and on. r=vicamo
2013-12-06 16:02:28 +08:00
Ryan VanderMeulen
b2f54fc850
Merge b2g-inbound to m-c.
2013-12-05 17:53:41 -05:00
Carsten "Tomcat" Book
94c2c4b9cf
merge b2g-inbound to m-c
2013-12-05 12:57:24 +01:00
Ehsan Akhgari
1e25a0e82c
Bug 946210 - Build dom/telephony in unified mode; r=glandium
...
--HG--
extra : rebase_source : 2a73bc864f08798b3555fce6261e19b318c265ea
2013-12-04 09:42:23 -05:00
Szu-Yu Chen [:aknow]
595b96c184
Bug 931697 - Add multisim telephony test. r=hsinyi
2013-12-05 09:29:08 -05:00
Hsin-Yi Tsai
9cfa2b993c
Bug 944589 - [Voice Channel][Dialer][Airplane Mode] If you switch to airplane mode when talking, voice channel will not recover. r=vicamo
2013-12-02 18:51:54 +08:00
Ryan VanderMeulen
42bf063001
Backed out changesets 9906961b21af and b2b20bc6576a (bug 946178) because they didn't prevent the crashes. DONTBUILD CLOSED TREE
2013-12-04 17:23:58 -05:00
Ryan VanderMeulen
b6317a3287
Bug 946178 - Disable all tests that use setRadioEnabled to see if Mnw stops crashing on a CLOSED TREE.
2013-12-04 11:52:59 -05:00
Ryan VanderMeulen
37f02b6724
Bug 946178 - Disable test_outgoing_radio_off.js to see if it fixes Mnw and lets us reopen the CLOSED TREE.
2013-12-04 08:49:59 -05:00
Shawn Ku
494eb656fe
Bug 931722 - Part 3: Add test cases for call mute test. r=hsinyi
2013-11-27 15:47:29 +08:00
Ms2ger
f56294acdb
Bug 937258 - Part a: Remove empty makefiles; r=gps
2013-11-28 15:25:40 +01:00
Szu-Yu Chen [:aknow]
43c93b7101
Bug 856553 - Part 6: Modify related tests. r=hsinyi
2013-11-21 09:09:37 -05:00
Edgar Chen
93a96c983f
Bug 814637 - Part 6: Marionette tests changes for new IccManager API. r=hsinyi
2013-10-31 12:14:45 +08:00
Hsin-Yi Tsai
a4a5b35024
Bug 940231 - B2G RIL: typo in TelephonyProvider.js causes a problem of receiving a call from 2nd sim card. r=allstars.chh
2013-11-19 15:39:40 +08:00
Mike Hommey
a65383e1e9
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
8ceb917350
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
bb6779efe3
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
d7b6f95761
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Jessica Jong
9ecee8ce12
Bug 814629 - Part 5: modify mozMobileConnection related tests. r=hsinyi,khuey
2013-11-13 16:51:43 +08:00
Hsin-Yi Tsai
ce31635505
Bug 912849 - part4 - gonk & ril impl. r=vicamo
2013-10-28 14:46:54 +08:00
Hsin-Yi Tsai
9f5e155162
Bug 912849 - part3 - IPC & DOM impl. r=khuey
2013-10-28 14:43:14 +08:00
Hsin-Yi Tsai
5e282eb123
Bug 912849 - part2 - internal API: notifyConferenceError. r=vicamo
2013-10-28 14:39:33 +08:00
Szu-Yu Chen [:aknow]
10913ec98f
Bug 932148 - Conference test enhancement. r=hsinyi
2013-10-31 10:09:06 -04:00
Szu-Yu Chen [:aknow]
54952ab0cc
Bug 814625 - Part 7: Telephony IPC: Add multisim support. r=khuey
2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
c8a2e982b8
Bug 814625 - Part 6: Telephony provider and IDL: Add multisim support. r=hsinyi
2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
21502262cc
Bug 814625 - Part 5: DOM: Add multisim support. r=khuey
2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
48990f3b08
Bug 814625 - Part 4: DOM: Refactor. r=khuey
2013-10-31 08:05:51 -04:00
Szu-Yu Chen [:aknow]
238d659f74
Bug 814625 - Part 3: DOM: Code reorder. r=khuey
2013-10-31 08:05:51 -04:00
Ryan VanderMeulen
d9c8a6c13c
Backed out 9 changesets (bug 814625) for desktop build bustage.
...
Backed out changeset a107de5616a0 (bug 814625)
Backed out changeset 416665a419f4 (bug 814625)
Backed out changeset b6fc8734864f (bug 814625)
Backed out changeset 9f5e2e44a914 (bug 814625)
Backed out changeset 17b3050df362 (bug 814625)
Backed out changeset 43a047c081c8 (bug 814625)
Backed out changeset 90bdcd099320 (bug 814625)
Backed out changeset 8957cc31cce2 (bug 814625)
Backed out changeset de45eb7a8d16 (bug 814625)
2013-10-30 15:48:39 -04:00
Szu-Yu Chen [:aknow]
3ca2b92869
Bug 814625 - Part 7: Telephony IPC: Add multisim support. r=khuey
2013-10-30 15:07:12 -04:00
Szu-Yu Chen [:aknow]
3c02cc009f
Bug 814625 - Part 6: Telephony provider and IDL: Add multisim support. r=hsinyi
2013-10-30 15:06:55 -04:00
Szu-Yu Chen [:aknow]
6d396b6ee7
Bug 814625 - Part 5: DOM: Add multisim support. r=khuey
2013-10-30 15:06:41 -04:00
Szu-Yu Chen [:aknow]
4d6630077c
Bug 814625 - Part 4: DOM: Refactor. r=khuey
2013-10-30 15:06:41 -04:00
Szu-Yu Chen [:aknow]
5685d48e63
Bug 814625 - Part 3: DOM: Code reorder. r=khuey
2013-10-30 15:06:41 -04:00
Vicamo Yang
e95760e234
Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey
2013-10-29 16:12:38 +08:00
Szu-Yu Chen [:aknow]
f903f4eb9d
Bug 919414 - Part 2: Modify tests. r=hsinyi
2013-10-28 17:22:44 +08:00
Szu-Yu Chen [:aknow]
9d6c0f2966
Bug 919414 - Part 1: Clear existing calls in test setup. r=hsinyi
2013-10-28 17:21:16 +08:00
Gene Lian
75c6552f86
Bug 915071 - Panel screen is still off while 2nd incoming call in dialling. r=hsinyi a=koi+
2013-10-28 14:07:28 +08:00
Carsten "Tomcat" Book
63e13d3fb3
Merge B2g-inbound to Mozilla-Central
2013-10-25 11:48:38 +02:00
Mike Hommey
1d566f7586
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Vicamo Yang
fe6bb6c92a
Bug 926302 - 3/3: test cases. r=hsinyi
2013-10-24 16:15:15 +08:00
Vicamo Yang
d5accb0c72
Bug 926302 - 2.b/3: implementation. r=gene,hsinyi,khuey
2013-10-24 16:15:06 +08:00
Vicamo Yang
a2dff26413
Bug 926302 - 2.a/3: refactor preference/settings names. r=gene
2013-10-24 16:14:59 +08:00
Vicamo Yang
ff080eb1b2
Bug 926302 - 1/3: B2G DSDS - numRadioInterfaces and default service ids. Interface changes. r=hsinyi
2013-10-24 16:14:50 +08:00
Mike Hommey
61124c1afc
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
2013-10-24 08:05:43 +09:00
Trevor Saunders
d3d322d222
[PATCH] bug 922566 - kill dom-config.mk
...
From 6681eaa8bb47ddb4756fd71738771c4c437101c0 Mon Sep 17 00:00:00 2001
---
content/media/webspeech/recognition/Makefile.in | 1 -
content/media/webspeech/recognition/moz.build | 5 +-
content/media/webspeech/synth/Makefile.in | 1 -
content/media/webspeech/synth/pico/Makefile.in | 3 --
dom/alarm/Makefile.in | 2 -
dom/apps/src/Makefile.in | 1 -
dom/base/Makefile.in | 2 -
dom/base/moz.build | 26 ++++++++++-
dom/battery/Makefile.in | 1 -
dom/bindings/Makefile.in | 3 --
dom/bindings/moz.build | 17 ++++++-
dom/bindings/test/Makefile.in | 5 +-
dom/bluetooth/Makefile.in | 2 -
dom/bluetooth/moz.build | 7 ++-
dom/browser-element/Makefile.in | 3 --
dom/browser-element/moz.build | 6 ++-
dom/camera/Makefile.in | 1 -
dom/camera/moz.build | 5 +-
dom/devicestorage/Makefile.in | 1 -
dom/dom-config.mk | 61 -------------------------
dom/encoding/Makefile.in | 1 -
dom/fmradio/Makefile.in | 2 -
dom/fmradio/ipc/Makefile.in | 1 -
dom/fmradio/ipc/moz.build | 5 +-
dom/fmradio/moz.build | 5 +-
dom/icc/src/Makefile.in | 4 --
dom/media/Makefile.in | 3 --
dom/media/moz.build | 6 ++-
dom/mobilemessage/src/Makefile.in | 1 -
dom/mobilemessage/src/moz.build | 5 +-
dom/network/src/Makefile.in | 2 -
dom/plugins/base/Makefile.in | 1 -
dom/plugins/base/moz.build | 8 +++-
dom/power/Makefile.in | 1 -
dom/quota/Makefile.in | 1 -
dom/system/gonk/Makefile.in | 2 -
dom/telephony/Makefile.in | 1 -
dom/time/Makefile.in | 1 -
dom/wifi/Makefile.in | 5 --
39 files changed, 85 insertions(+), 123 deletions(-)
delete mode 100644 dom/dom-config.mk
delete mode 100644 dom/wifi/Makefile.in
2013-10-23 17:20:55 -04:00
Trevor Saunders
b61d74dae0
Backed out changeset 99b17c404db2 and e40a964458f8 for landing stuff that shouldn't have and then backing out stuff that should have stayed on a CLOSED TREE
...
--HG--
extra : amend_source : 54312955270ea4098a3add3cd0708866de2e40bb
2013-10-21 18:58:14 -04:00
Trevor Saunders
4898a4f035
bug 922566 - kill dom-config.mk r=gps
2013-10-11 12:02:41 -04:00
Vicamo Yang
36918c6c60
Bug 915604: Hide RIL DOM APIs from regular Web pages. r=khuey, f=emk
2013-10-18 04:51:27 +08:00
Ed Morley
de884bfc1f
Merge latest green b2g-inbound changeset and mozilla-central
2013-10-02 17:00:46 +01:00
Szu-Yu Chen [:aknow]
869c9ceae4
Bug 919412 - Wait emulator cmd finished in tear down stage. r=hsinyi
2013-10-02 14:27:52 +08:00
Masayuki Nakano
5e5853070a
Bug 920377 part.31 Get rid of nsEvent r=roc
2013-10-02 12:46:04 +09:00
Nathan Froyd
b095d63d5d
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
2013-09-10 16:56:05 -04:00
Ehsan Akhgari
b4cc06df88
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
2013-09-23 13:25:00 -04:00
Hsin-Yi Tsai
2734fbea8a
Bug 915638 - part2 - test case. r=vicamo
2013-09-16 14:04:43 +08:00
Hsin-Yi Tsai
1d8921baa8
Bug 915638 - part1 - B2G RIL: telephonyCallGroup.onstatechange isn't fired when a conference call is becoming empty. r=vicamo
2013-09-12 21:00:18 +08:00
Szu-Yu Chen [:aknow]
17a2c5594d
Bug 916695 - Fix cancelExistingCalls. r=hsinyi
2013-09-18 15:44:08 +08:00
Boris Zbarsky
ef66ca3e72
Bug 915971. Rename FooReturnValue unions to OwningFoo, because we use them for more than just return values. r=dzbarsky
2013-09-17 11:16:02 -04:00
Szu-Yu Chen [:aknow]
224b332ae2
Bug 909638 - Part 1: Add test case for dialing in radio off. r=vicamo
2013-09-12 15:15:55 +08:00
Vicamo Yang
fa6e665552
Bug 910568 - WebTelephony: move DOM classes to namespace mozilla::dom. r=khuey
2013-09-12 05:47:14 +02:00
Hsin-Yi Tsai
0f103d0033
Bug 908012 - B2G RIL: Add telephony marionette tests for conference call. r=vicamo
2013-09-09 21:13:13 +08:00
Hsin-Yi Tsai
b84bc38b56
Bug 914631 - B2G RIL: convertRILCallState is not defined. r=vicamo
2013-09-10 21:47:31 +08:00
Vicamo Yang
8d3594c697
Bug 864485 - 3/3: Gonk backend specific. r=hsinyi
2013-09-07 14:19:57 +08:00
Vicamo Yang
e9a47488e4
Bug 864485 - 2/3: DOM & IPC. r=khuey
2013-09-07 14:19:53 +08:00
Vicamo Yang
8fa6760d00
Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey
2013-09-07 14:19:50 +08:00
Ryan VanderMeulen
d32d9ebb4d
Backed out 7 changesets (bug 907585, bug 873351, bug 864485) for making phones unbootable.
...
Backed out changeset 001a849303de (bug 873351)
Backed out changeset 8020b3013618 (bug 907585)
Backed out changeset 9039460e09c5 (bug 907585)
Backed out changeset 9464e393a501 (bug 907585)
Backed out changeset d6920653de69 (bug 864485)
Backed out changeset 20ef446b27cd (bug 864485)
Backed out changeset e27c780e1ef5 (bug 864485)
2013-09-06 17:28:10 -04:00
Vicamo Yang
55560f0983
Bug 864485 - 3/3: Gonk backend specific. r=hsinyi
2013-09-06 16:11:38 +08:00
Vicamo Yang
349d13eac4
Bug 864485 - 2/3: DOM & IPC. r=khuey
2013-09-06 16:11:34 +08:00
Vicamo Yang
8a93de6b08
Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey
2013-09-06 16:11:31 +08:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Brian O'Keefe
4f68eb9b02
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
2013-08-15 09:02:09 -04:00
Hsin-Yi Tsai
3adee8b4d0
Bug 905954 - [wasabi] B2G CDMA: don't change to holding state when we switch two calls. r=bent
2013-08-16 17:01:41 +08:00
Kyle Huey
de0ee30e74
Bug 903772: Part 3 - Refactor GlobalObject. r=peterv
2013-08-22 22:17:08 -07:00
Ms2ger
ced3dd8b1c
Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal
2013-08-22 08:56:00 +02:00
Ms2ger
4d968c40e1
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Hsin-Yi Tsai
99e9af455e
Bug 772765 - part5 - Telephony DOM - fix unlink crash. r=bent
2013-08-20 15:57:19 +08:00
Hsin-Yi Tsai
6684f516c0
Bug 772765 - part2 - Telephony DOM. r=bent
2013-07-06 18:24:55 +08:00
Hsin-Yi Tsai
c54da43905
Bug 772765 - Conference call - part1 - webidl. sr=sicking, r=bent
2013-07-20 14:46:35 +08:00
Gregory Szorc
c089ae373d
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
64b2bc7dd9
Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE.
2013-08-14 15:12:20 -04:00
Gregory Szorc
9f99cee9a1
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Ms2ger
df8525f77d
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
2013-08-14 08:56:21 +02:00
Hsin-Yi Tsai
09536b0fc3
Bug 822210 - cdma call waiting - part2 - telephony DOM. r=bent
2013-07-30 17:08:53 +08:00
Hsin-Yi Tsai
b6a3c06681
Bug 822210 - cdma call waiting - part1 - idl. sr=sicking, r=bent
2013-08-06 20:07:40 +08:00
Hsin-Yi Tsai
ff4cff7935
Bug 888592 - move Telephony and TelephonyCall to webidl. sr=sicking, r=bent
2013-07-15 16:27:19 +08:00
Szu-Yu Chen [:aknow]
3481e9835d
Bug 743150 - Part 2: Add remoteheld/remoteresumed event (dom). r=bent, r=gyeh
2013-08-05 16:28:14 -04:00
Szu-Yu Chen [:aknow]
7f91502bd3
Bug 743150 - Part 1: Add remoteheld/remoteresumed event (idl). r=hsinyi
2013-08-05 16:27:50 -04:00
Ed Morley
a9606b2dba
Merge latest green b2g-inbound changeset and mozilla-central
2013-08-02 13:30:22 +01:00
Mike Hommey
d01b5df996
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
2013-08-02 10:29:05 +09:00
Hsin-Yi Tsai
f879db20a3
Bug 837079 - get the right call object in Telephony::NotifyError. r=bent
2013-07-19 12:03:30 +08:00
Boris Zbarsky
9af6d565fa
Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
...
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
2013-07-17 23:23:52 -04:00
Boris Zbarsky
7631a999ff
Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug
2013-07-12 10:37:23 -04:00
Boris Zbarsky
8e232248bc
Bug 838146 part 4. Implement WebIDL API on Navigator for WebTelephony. r=bent, sr=sicking
2013-07-12 10:36:13 -04:00
Szu-Yu Chen [:aknow]
9723138c1d
Bug 881142 - Part 5: Modify test_outgoing_busy for removing call state busy. r=hsinyi
2013-07-15 08:54:38 -04:00
Szu-Yu Chen [:aknow]
6ead431751
Bug 881142 - Part 2: Remove call state busy (telephony dom). r=hsinyi, r=bent
2013-07-15 08:53:47 -04:00
Szu-Yu Chen [:aknow]
6811708c9f
Bug 881142 - Part 1: Remove call state busy (idl). r=hsinyi, sr=jonas
2013-07-15 08:53:25 -04:00
Ryan VanderMeulen
19fc888904
Backed out 9 changesets (bug 838146) for suspected B2G Mn orange on a CLOSED TREE.
...
Backed out changeset 955a14e3c181 (bug 838146)
Backed out changeset fddccc5fce6e (bug 838146)
Backed out changeset 7cddfebc261c (bug 838146)
Backed out changeset fd3a62dd3910 (bug 838146)
Backed out changeset f06b420e0dfa (bug 838146)
Backed out changeset e0c3d84965cf (bug 838146)
Backed out changeset d3b135e58350 (bug 838146)
Backed out changeset 1bc7f2167503 (bug 838146)
Backed out changeset 483fbc6878a8 (bug 838146)
2013-07-12 18:15:10 -04:00
Rob Wood
e9cf46106f
Bug 859585 - Fix telephony intermittent failures; r=jgriffin
2013-07-11 09:06:56 -04:00
Boris Zbarsky
ccf58cbcfe
Bug 838146 part 4. Implement WebIDL API on Navigator for WebTelephony. r=bent, sr=sicking
2013-07-12 10:36:13 -04:00
Trevor Saunders
82e5558b37
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
2013-07-11 11:06:34 -04:00
Jon Coppeard
586c7b4514
Bug 877762 - GC: Post-barrier cycle collector participants - 7 Convert most JSObect to use Heap<T> (ex. XBL) r=bz
2013-06-18 11:00:38 +01:00
Phil Ringnalda
d98176c5dc
Merge m-c to birch
2013-06-02 10:19:08 -07:00
Hsin-Yi Tsai
128117dbbb
Bug 823958 - followup - test case. r=allstars.chh
2013-05-31 10:05:39 +08:00
Ms2ger
1b308c46b5
Bug 857587 - Stop using JS::Value for nsIDOMTelephony.call; r=bent
2013-06-01 08:53:06 +02:00
Andrea Marchesini
8bd1d9af1d
Bug 874252 - Leak with expando on a DOMError, r=khuey
2013-05-27 16:43:09 -04:00
Mike Shal
994cfe0b6b
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Olli Pettay
95a5b10bde
Bug 875545 - Make Telephony.h/cpp to use EventListenerAdded/Removed, r=bz
...
--HG--
rename : content/media/webaudio/test/test_audioParamSetCurveAtTimeZeroDuration.html => content/media/webaudio/test/test_audioParamSetCurveAtTime.html
rename : mobile/android/base/Prompt.java => mobile/android/base/PromptService.java
extra : rebase_source : fcd1f9bbecc8f9025ea0f27274d0f31d745bcf39
2013-05-24 20:22:20 +03:00
Bobby Holley
54ef3d2952
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
Hsin-Yi Tsai
aabb86eebb
Bug 823958 - DOM impl- Make sure event listeners will be notified when calls array is ready (part 2/4). r=bent
2013-05-09 18:44:13 +08:00
Hsin-Yi Tsai
279ae3b56c
Bug 823958 - idl change - Add nsITelephonyListener::EnumerateCallStateComplete() (part 1/4). r=bent
2013-05-09 18:44:13 +08:00
Andrea Marchesini
38fc5d8909
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
2013-05-18 13:52:06 -04:00
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