Commit Graph

383 Commits

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