Boris Zbarsky
|
9d25dc48cc
|
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
|
eaa7491d77
|
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
|
1398df96ba
|
Bug 949949 - [B2G] remove telephony.onincoming before test case finishes. r=vicamo
|
2013-12-13 18:22:18 -08:00 |
|
Vicamo Yang
|
2efb5ae50f
|
Bug 944262 - part2 - test cases. r=htsai
|
2013-12-13 16:18:15 +08:00 |
|
Hsin-Yi Tsai
|
37fe65cbc2
|
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
|
4c584f3f4a
|
Merge b2g-inbound to m-c.
|
2013-12-05 17:53:41 -05:00 |
|
Carsten "Tomcat" Book
|
5ad51b9365
|
merge b2g-inbound to m-c
|
2013-12-05 12:57:24 +01:00 |
|
Ehsan Akhgari
|
8d7bfe3610
|
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]
|
92ceb9003e
|
Bug 931697 - Add multisim telephony test. r=hsinyi
|
2013-12-05 09:29:08 -05:00 |
|
Hsin-Yi Tsai
|
f1030f60d0
|
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
|
8e75d32d06
|
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
|
42246bd355
|
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
|
d0ec84204c
|
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
|
9dcc4fbb08
|
Bug 931722 - Part 3: Add test cases for call mute test. r=hsinyi
|
2013-11-27 15:47:29 +08:00 |
|
Ms2ger
|
554db665e5
|
Bug 937258 - Part a: Remove empty makefiles; r=gps
|
2013-11-28 15:25:40 +01:00 |
|
Szu-Yu Chen [:aknow]
|
074065254b
|
Bug 856553 - Part 6: Modify related tests. r=hsinyi
|
2013-11-21 09:09:37 -05:00 |
|
Edgar Chen
|
826315e43e
|
Bug 814637 - Part 6: Marionette tests changes for new IccManager API. r=hsinyi
|
2013-10-31 12:14:45 +08:00 |
|
Hsin-Yi Tsai
|
154bef3fd7
|
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
|
931cb49886
|
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
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
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
|
c7de4ea0f1
|
Bug 814629 - Part 5: modify mozMobileConnection related tests. r=hsinyi,khuey
|
2013-11-13 16:51:43 +08:00 |
|
Hsin-Yi Tsai
|
9fcdef8cf3
|
Bug 912849 - part4 - gonk & ril impl. r=vicamo
|
2013-10-28 14:46:54 +08:00 |
|
Hsin-Yi Tsai
|
3dc0c1479a
|
Bug 912849 - part3 - IPC & DOM impl. r=khuey
|
2013-10-28 14:43:14 +08:00 |
|
Hsin-Yi Tsai
|
e380999de6
|
Bug 912849 - part2 - internal API: notifyConferenceError. r=vicamo
|
2013-10-28 14:39:33 +08:00 |
|
Szu-Yu Chen [:aknow]
|
167b8be8d7
|
Bug 932148 - Conference test enhancement. r=hsinyi
|
2013-10-31 10:09:06 -04:00 |
|
Szu-Yu Chen [:aknow]
|
db0fc62573
|
Bug 814625 - Part 7: Telephony IPC: Add multisim support. r=khuey
|
2013-10-31 08:05:51 -04:00 |
|
Szu-Yu Chen [:aknow]
|
633b4926cf
|
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]
|
768d36b8b0
|
Bug 814625 - Part 5: DOM: Add multisim support. r=khuey
|
2013-10-31 08:05:51 -04:00 |
|
Szu-Yu Chen [:aknow]
|
54114f2d12
|
Bug 814625 - Part 4: DOM: Refactor. r=khuey
|
2013-10-31 08:05:51 -04:00 |
|
Szu-Yu Chen [:aknow]
|
5ac37c4319
|
Bug 814625 - Part 3: DOM: Code reorder. r=khuey
|
2013-10-31 08:05:51 -04:00 |
|
Ryan VanderMeulen
|
6a6ba035dd
|
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]
|
ad2a2e1767
|
Bug 814625 - Part 7: Telephony IPC: Add multisim support. r=khuey
|
2013-10-30 15:07:12 -04:00 |
|
Szu-Yu Chen [:aknow]
|
1a09bff016
|
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]
|
88b6f2b9fd
|
Bug 814625 - Part 5: DOM: Add multisim support. r=khuey
|
2013-10-30 15:06:41 -04:00 |
|
Szu-Yu Chen [:aknow]
|
57a6adcd62
|
Bug 814625 - Part 4: DOM: Refactor. r=khuey
|
2013-10-30 15:06:41 -04:00 |
|
Szu-Yu Chen [:aknow]
|
180417a734
|
Bug 814625 - Part 3: DOM: Code reorder. r=khuey
|
2013-10-30 15:06:41 -04:00 |
|
Vicamo Yang
|
c13036d07b
|
Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey
|
2013-10-29 16:12:38 +08:00 |
|
Szu-Yu Chen [:aknow]
|
8fbb52afd5
|
Bug 919414 - Part 2: Modify tests. r=hsinyi
|
2013-10-28 17:22:44 +08:00 |
|
Szu-Yu Chen [:aknow]
|
357123858c
|
Bug 919414 - Part 1: Clear existing calls in test setup. r=hsinyi
|
2013-10-28 17:21:16 +08:00 |
|
Gene Lian
|
19bc17bea1
|
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
|
a28b523e35
|
Merge B2g-inbound to Mozilla-Central
|
2013-10-25 11:48:38 +02:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Vicamo Yang
|
8e56267b4b
|
Bug 926302 - 3/3: test cases. r=hsinyi
|
2013-10-24 16:15:15 +08:00 |
|
Vicamo Yang
|
1f25752509
|
Bug 926302 - 2.b/3: implementation. r=gene,hsinyi,khuey
|
2013-10-24 16:15:06 +08:00 |
|
Vicamo Yang
|
c5de7fd552
|
Bug 926302 - 2.a/3: refactor preference/settings names. r=gene
|
2013-10-24 16:14:59 +08:00 |
|
Vicamo Yang
|
2067adcb47
|
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
|
80c623bb6a
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Trevor Saunders
|
e4cd176c9e
|
[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 |
|