Fabrice Desré
7505dcfe08
Bug 1024157 - Lazy load more js modules - Part 3: RIL r=gene
2014-05-07 15:53:17 -07:00
Hsin-Yi Tsai
df504b8fa0
Bug 1023141 - query ril.ecclist per dial request - part 2 - test case. r=aknow
2014-06-24 18:47:12 +08:00
Hsin-Yi Tsai
40ffdbfaa9
Bug 1023141 - query ril.ecclist per dial request - part 1 - fix. r=aknow
2014-06-24 18:32:41 +08:00
Hsin-Yi Tsai
c794b16f22
Bug 1023141 - query ril.ecclist per dial request - part 0 - rename. r=aknow
2014-06-24 18:36:59 +08:00
Ryan VanderMeulen
3fb7520283
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-06-26 17:13:04 -04:00
Hsin-Yi Tsai
e48197b67d
Bug 1030042 - [B2G] use notifyDialSuccess(callIndex) for Cdma features. r=aknow
2014-06-25 17:47:41 +08:00
Carsten "Tomcat" Book
056763118b
Merge mozilla-central to b2g-inbound
2014-06-25 16:21:26 +02:00
Hsin-Yi Tsai
d0555f8f2b
Bug 1030030 - [B2G] follow-up of Bug 1028099 - use call.id.number. r=aknow
2014-06-25 17:16:59 +08:00
Szu-Yu Chen [:aknow]
1d9ee2e23c
Bug 1028099 - Hang up calls locally in setup stage. r=hsinyi
2014-06-24 03:36:00 -04:00
Szu-Yu Chen [:aknow]
213e35a2d4
Bug 1027513 - Extract CreateCall and CreateCallId. r=hsinyi
2014-06-24 06:52:00 -04:00
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Wes Kocher
20e8bbb46d
Merge m-c to inbound a=merge
2014-06-23 18:59:54 -07:00
Benoit Jacob
747dcfc8a0
Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan
2014-06-23 15:56:07 -04:00
Szu-Yu Chen [:aknow]
de01867dfa
Bug 1027996 - Part 3: For tests: No need to check emulator OK result. r=hsinyi
2014-06-23 06:25:00 -04:00
Szu-Yu Chen [:aknow]
7f0dac721a
Bug 1027996 - Part 2: For tests: Rename emulator.run to emulator.runWithCallback. r=hsinyi
2014-06-23 06:25:00 -04:00
Szu-Yu Chen [:aknow]
1b9b55badf
Bug 1027996 - Part 1: Change emulator.run to promise version. r=hsinyi
2014-06-23 06:24:00 -04:00
Hsin-Yi Tsai
b6c46aab2f
Bug 981519 - number and name presentation - part 4b - fix ril typo during rebasing. r=me
2014-06-20 11:25:18 +08:00
Hsin-Yi Tsai
9e71c16297
Bug 981519 - number and name presentation - part 6 - test_call_presentation.js. r=vicamo
2014-05-15 14:37:19 +08:00
Hsin-Yi Tsai
1660c6b970
Bug 981519 - number and name presentation - part 4 - ril impl. r=vicamo
2014-04-16 19:43:08 +08:00
Hsin-Yi Tsai
520e1d455a
Bug 981519 - number and name presentation - part 3 - DOM & IPC code. r=smaug
2014-04-10 14:25:42 +08:00
Hsin-Yi Tsai
0bb038ec32
Bug 981519 - number and name presentation - part 2 - internal api. r=vicamo
2014-04-16 19:07:11 +08:00
Birunthan Mohanathas
f475f7189b
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
2014-06-18 17:57:51 -07:00
Hsin-Yi Tsai
14b6cef9c6
Backed out changeset 75b36820d545 (bug 981519) for causing regression bug 1026081
2014-06-17 15:37:31 +08:00
Hsin-Yi Tsai
3b9d73c70e
Backed out changeset 598098217e1f (bug 981519) for causing regression bug 1026081
2014-06-17 15:37:31 +08:00
Hsin-Yi Tsai
06e8f97805
Backed out changeset 03919674446d (bug 981519) for causing regression bug 1026081
2014-06-17 15:37:31 +08:00
Hsin-Yi Tsai
c22ede042a
Backed out changeset db71d2354a77 (bug 981519) for causing regression bug 1026081
2014-06-17 15:37:31 +08:00
Szu-Yu Chen [:aknow]
89ca937bb7
Bug 1014903 - Get active call by query. r=hsinyi
2014-06-12 19:34:00 -04:00
Hsin-Yi Tsai
f63243e461
Bug 981519 - number and name presentation - part 6 - test_call_presentation.js. r=vicamo
2014-05-15 14:37:19 +08:00
Hsin-Yi Tsai
835e41164b
Bug 981519 - number and name presentation - part 4 - ril impl. r=vicamo
2014-04-16 19:43:08 +08:00
Hsin-Yi Tsai
1e45a201a6
Bug 981519 - number and name presentation - part 3 - DOM & IPC code. r=smaug
2014-04-10 14:25:42 +08:00
Hsin-Yi Tsai
8799cd4ac5
Bug 981519 - number and name presentation - part 2 - internal api. r=vicamo
2014-04-16 19:07:11 +08:00
Vicamo Yang
45bd978b7c
Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug
2014-06-11 09:23:34 +08:00
Chris Peterson
1f3a2dcf13
Bug 1024322 - Replace calls to MOZ_ASSUME_UNREACHABLE that have crept back into dom. r=smaug
2014-06-20 22:42:45 -07:00
Szu-Yu Chen [:aknow]
d0263cb192
Bug 1014903 - Handle audio state change properly. r=hsinyi
2014-06-09 02:47:00 -04:00
Boris Zbarsky
ce7efbba1f
Bug 1016560. Remove the footgun of rejecting promises with arbitrary objects. r=khuey
2014-06-03 11:38:38 -04:00
Vicamo Yang
709ef83097
Bug 927320 - 2/2: rename related variables. r=aknow,btian
2014-06-03 22:15:30 +08:00
Vicamo Yang
546cc64d56
Bug 927320 - 1/2: rename TelephonyProvider to TelephonyService. r=aknow
...
--HG--
rename : dom/telephony/gonk/TelephonyProvider.js => dom/telephony/gonk/TelephonyService.js
rename : dom/telephony/gonk/TelephonyProvider.manifest => dom/telephony/gonk/TelephonyService.manifest
rename : dom/telephony/ipc/TelephonyIPCProvider.cpp => dom/telephony/ipc/TelephonyIPCService.cpp
rename : dom/telephony/ipc/TelephonyIPCProvider.h => dom/telephony/ipc/TelephonyIPCService.h
rename : dom/telephony/nsIGonkTelephonyProvider.idl => dom/telephony/nsIGonkTelephonyService.idl
rename : dom/telephony/nsITelephonyProvider.idl => dom/telephony/nsITelephonyService.idl
2014-06-03 22:15:25 +08:00
Szu-Yu Chen [:aknow]
8e3266a3c8
Bug 1018051 - Delay 1s in test_outgoing_emergency_in_airplane_mode.js. r=echen
2014-05-30 03:33:00 +08:00
Szu-Yu Chen [:aknow]
98ffa9da21
Bug 1016849 - Part 4: Remove isActive (provider). r=hsinyi
2014-05-29 00:16:00 -04:00
Szu-Yu Chen [:aknow]
294e87c78a
Bug 1016849 - Part 2: Remove isActive (dom). r=hsinyi
2014-05-29 00:15:00 -04:00
Szu-Yu Chen [:aknow]
2652800639
Bug 1016849 - Part 1: Remove isActive (interface and ipc). r=hsinyi
2014-05-29 00:15:00 -04:00
Szu-Yu Chen [:aknow]
99c24da9be
Bug 1017413 - Make sure emulator command is ok. r=hsinyi
2014-05-29 15:15:21 +08:00
Hsin-Yi Tsai
081ed85f1c
Bug 1016276 - [B2G] revise test_outgoing_answer_hangup_oncallschanged.js - wait for 'dialing' state. r=edgar
2014-05-27 18:36:35 +08:00
Szu-Yu Chen [:aknow]
d354390e8f
Bug 1013745 - Part 4: Refine dialling process and pending call mechanism. r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
0df99c56e0
Bug 1013745 - Part 3: Get callIndex when dialling success (ipc). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
8a7e7b6271
Bug 1013745 - Part 2: Get callIndex when dialling success (dom). r=hsinyi
2014-05-26 19:08:00 +02:00
Szu-Yu Chen [:aknow]
753cae57ac
Bug 1013745 - Part 1: Get callIndex when dialling success (interface). r=hsinyi
2014-05-26 19:07:00 +02:00
Szu-Yu Chen [:aknow]
6c8d3ece84
Bug 1015097 - Rewrite test_outgoing_emergency_in_airplane_mode.js. r=hsinyi
2014-05-25 20:22:00 +02:00
Szu-Yu Chen [:aknow]
af424657bd
Bug 1012504 - Rewrite test_emergency_label.js. r=hsinyi
2014-05-19 01:42:00 +02:00
Szu-Yu Chen [:aknow]
e68ee9bf7d
Bug 1005816 - Part 1: Remove delay of telephony diai in test case. r=hsinyi
2014-05-20 18:36:40 +08:00
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