Commit Graph

333 Commits

Author SHA1 Message Date
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