Commit Graph

409 Commits

Author SHA1 Message Date
Tamara Hills
5f159d6e6d Bug 1021550 - Removed the check to set the PHONE_STATE_NORMAL for speaker/mic when there are no active calls. Added test. r=hsinyi. 2014-07-08 11:02:51 +08:00
Hsin-Yi Tsai
88505d6a41 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
c72fb36aee Bug 1023141 - query ril.ecclist per dial request - part 1 - fix. r=aknow 2014-06-24 18:32:41 +08:00
Hsin-Yi Tsai
29e1b3fd69 Bug 1023141 - query ril.ecclist per dial request - part 0 - rename. r=aknow 2014-06-24 18:36:59 +08:00
Szu-Yu Chen [:aknow]
73624ccc17 Bug 1031239 - Part 2: Select clientId for emergency call. r=hsinyi 2014-07-02 03:47:00 -04:00
Szu-Yu Chen [:aknow]
0bf899573e Bug 1031239 - Part 1: Refactoring. r=hsinyi 2014-07-02 03:47:00 -04:00
Carsten "Tomcat" Book
7c04ea4089 Backed out changeset 66c50c46b452 (bug 1023141) for causing bug 1032716 2014-07-01 15:36:36 +02:00
Carsten "Tomcat" Book
6c6bb8b39e Backed out changeset c6fee4d37e2a (bug 1023141) 2014-07-01 15:35:54 +02:00
Carsten "Tomcat" Book
02874601c2 Backed out changeset cbfa2a0f8a14 (bug 1023141) 2014-07-01 15:35:50 +02:00
Fabrice Desré
6a00695aa4 Bug 1024157 - Lazy load more js modules - Part 3: RIL r=gene 2014-05-07 15:53:17 -07:00
Hsin-Yi Tsai
8933ead71d 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
9fdd9aeaf9 Bug 1023141 - query ril.ecclist per dial request - part 1 - fix. r=aknow 2014-06-24 18:32:41 +08:00
Hsin-Yi Tsai
79fa19386b Bug 1023141 - query ril.ecclist per dial request - part 0 - rename. r=aknow 2014-06-24 18:36:59 +08:00
Ryan VanderMeulen
13419df503 Merge inbound to m-c on a CLOSED TREE. a=merge 2014-06-26 17:13:04 -04:00
Hsin-Yi Tsai
3f2aad8a29 Bug 1030042 - [B2G] use notifyDialSuccess(callIndex) for Cdma features. r=aknow 2014-06-25 17:47:41 +08:00
Carsten "Tomcat" Book
b2b6df055b Merge mozilla-central to b2g-inbound 2014-06-25 16:21:26 +02:00
Hsin-Yi Tsai
1810114d21 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]
db13be6a92 Bug 1028099 - Hang up calls locally in setup stage. r=hsinyi 2014-06-24 03:36:00 -04:00
Szu-Yu Chen [:aknow]
c2ab578f26 Bug 1027513 - Extract CreateCall and CreateCallId. r=hsinyi 2014-06-24 06:52:00 -04:00
Jim Blandy
b6b202b6bb 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
d877c4afe7 Merge m-c to inbound a=merge 2014-06-23 18:59:54 -07:00
Benoit Jacob
84b13c683d 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]
6fdcaeb327 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]
48beda9b65 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]
77a9bb66e6 Bug 1027996 - Part 1: Change emulator.run to promise version. r=hsinyi 2014-06-23 06:24:00 -04:00
Hsin-Yi Tsai
2672e0090a 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
9356da0cd6 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
802e16eeb6 Bug 981519 - number and name presentation - part 4 - ril impl. r=vicamo 2014-04-16 19:43:08 +08:00
Hsin-Yi Tsai
4ce981bc56 Bug 981519 - number and name presentation - part 3 - DOM & IPC code. r=smaug 2014-04-10 14:25:42 +08:00
Hsin-Yi Tsai
2fd9c53abe Bug 981519 - number and name presentation - part 2 - internal api. r=vicamo 2014-04-16 19:07:11 +08:00
Birunthan Mohanathas
617866f602 Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
Hsin-Yi Tsai
f8ada3d1c6 Backed out changeset 75b36820d545 (bug 981519) for causing regression bug 1026081 2014-06-17 15:37:31 +08:00
Hsin-Yi Tsai
3b17696a28 Backed out changeset 598098217e1f (bug 981519) for causing regression bug 1026081 2014-06-17 15:37:31 +08:00
Hsin-Yi Tsai
2e8e4964d2 Backed out changeset 03919674446d (bug 981519) for causing regression bug 1026081 2014-06-17 15:37:31 +08:00
Hsin-Yi Tsai
f1c6276bf5 Backed out changeset db71d2354a77 (bug 981519) for causing regression bug 1026081 2014-06-17 15:37:31 +08:00
Szu-Yu Chen [:aknow]
48869efd74 Bug 1014903 - Get active call by query. r=hsinyi 2014-06-12 19:34:00 -04:00
Hsin-Yi Tsai
83be12241e 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
28700d43f9 Bug 981519 - number and name presentation - part 4 - ril impl. r=vicamo 2014-04-16 19:43:08 +08:00
Hsin-Yi Tsai
a12253a38c Bug 981519 - number and name presentation - part 3 - DOM & IPC code. r=smaug 2014-04-10 14:25:42 +08:00
Hsin-Yi Tsai
57f9bdf258 Bug 981519 - number and name presentation - part 2 - internal api. r=vicamo 2014-04-16 19:07:11 +08:00
Vicamo Yang
03ca6aeb5b Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
Chris Peterson
f1e70165c3 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]
c33148c2b7 Bug 1014903 - Handle audio state change properly. r=hsinyi 2014-06-09 02:47:00 -04:00
Boris Zbarsky
253e2d6c68 Bug 1016560. Remove the footgun of rejecting promises with arbitrary objects. r=khuey 2014-06-03 11:38:38 -04:00
Vicamo Yang
8cb64a40e2 Bug 927320 - 2/2: rename related variables. r=aknow,btian 2014-06-03 22:15:30 +08:00
Vicamo Yang
a2515b9bfe 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]
72928ed4ef 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]
19c41a68a1 Bug 1016849 - Part 4: Remove isActive (provider). r=hsinyi 2014-05-29 00:16:00 -04:00
Szu-Yu Chen [:aknow]
892cb3f8bb Bug 1016849 - Part 2: Remove isActive (dom). r=hsinyi 2014-05-29 00:15:00 -04:00
Szu-Yu Chen [:aknow]
d81a20a722 Bug 1016849 - Part 1: Remove isActive (interface and ipc). r=hsinyi 2014-05-29 00:15:00 -04:00