Commit Graph

604 Commits

Author SHA1 Message Date
Gene Lian
1754f81186 Bug 956322 - Trying to download an MMS fails with 'Missing SIM card'. r=vicamo f=gaston a=v1.3+,approval-mozilla-b2g28+ 2014-01-08 11:29:40 +08: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
Gene Lian
eaa3ec1b3b Bug 901457 - [sms][mms] We need a property for the "sent" timestamp (part 3, test cases). r=vicamo 2013-12-17 14:15:46 +08:00
Gene Lian
b94e9d8c60 Bug 901457 - [sms][mms] We need a property for the "sent" timestamp (part 2, implementation). r=vicamo 2013-09-23 10:31:32 +08:00
Gene Lian
e8d5279420 Bug 901457 - [sms][mms] We need a property for the "sent" timestamp (part 1, IDL changes). sr=sicking f=vicamo 2013-09-23 10:31:12 +08:00
Gene Lian
b2029e5f18 Bug 939302 - Test. r=vicamo 2013-12-02 14:31:57 +08:00
Tom Schuster
4429c0e19f Bug 939302 - Use DOMTimestamp for timestamps in MMS. r=bz,gen 2013-11-30 19:14:41 +08:00
Vicamo Yang
10baee498e Bug 943263: B2G MMS - add test cases for MobileMessageDB::forEachMatchedMmsDeliveryInfo. r=gene 2013-12-13 23:30:35 +08:00
Vicamo Yang
0d873bb3ee Bug 940884 - 3/3. test cases. r=gene 2013-12-12 11:45:35 +08:00
Vicamo Yang
9a2d6b647b Bug 940884 - 2.b/3. Move init functions out of MobileMessage constructor. r=gene 2013-12-12 11:45:28 +08:00
Vicamo Yang
2371236b4a Bug 940884 - 2.a/3. Changes to adopt MobileMessageDB.jsm. r=gene 2013-12-12 11:45:24 +08:00
Vicamo Yang
3e669cc628 Bug 940884 - 1/3: B2G SMS: Create MobileMessageDB.jsm for automation tests. r=khuey
--HG--
rename : dom/mobilemessage/src/gonk/MobileMessageDatabaseService.js => dom/mobilemessage/src/gonk/MobileMessageDB.jsm
2013-12-12 11:45:19 +08:00
Gene Lian
d62325fd3f Bug 946942 - [MMS] MO/MT MMS fail if the MMS APN is shared with default APN (follow-up). r=anshulj,me a=v1.3+ 2013-12-09 11:58:03 +08:00
Gene Lian
629526a834 Bug 945711 - [Messages] We lose the 'body' information when migrating. r=vicamo a=v1.3+ 2013-12-09 20:24:59 +08:00
Bevis Tseng
dcdd0d16ec Bug 946079 - Part 2: Modify Test Case to identify Return Call Message as replace Type Message. r=vyang 2013-12-05 14:26:27 +08:00
Bevis Tseng
aad785b74c Bug 946079 - Part 1: Treat Return Call SMS Message as Replaced Type Message instead of MWI message. r=vyang 2013-12-05 14:24:31 +08:00
Anshul Jain
88a9cf3962 Bug 946942 - Update APN settings on start if MMS call is already connected. r=gene 2013-12-06 12:01:30 -08:00
Blake Kaplan
cbec85703d Bug 933219 - Fix compartment mismatch in MobileMessageManager::Delete. r=gwagner 2013-12-05 13:28:41 -08:00
Blake Kaplan
c480c5eb5d Bug 933219 - Fix compartment mismatch in MobileMessageManager::Send. r=gwagner 2013-12-05 13:28:13 -08:00
Benoit Jacob
df947c50de Bug 943712 - Fix the non-unified build of SmsIPCService.cpp - no review, trivial compilation fix 2013-11-30 21:21:35 -05:00
Ms2ger
554db665e5 Bug 937258 - Part a: Remove empty makefiles; r=gps 2013-11-28 15:25:40 +01:00
Carsten "Tomcat" Book
1dc9070a7b Merge m-c to b2g-inbound 2013-11-27 12:50:24 +01:00
Ehsan Akhgari
dbd25bdfdc Bug 943712 - Build parts of dom/mobilemessage in unified mode; r=gene 2013-11-26 23:46:24 -05:00
Gene Lian
9c2085999e Bug 943350 - [B2G][DSDS] Gecko needs to properly download MMS for non-active SIM (follow-up fix). r=vicamo 2013-11-27 11:50:49 +08:00
Vicamo Yang
47d36795f4 Bug 942780: fix misuse of MMS.Address.resolveType in MobileMessageDatabaseService. r=gene 2013-11-26 17:29:23 +08:00
Vicamo Yang
58b8d5495c Bug 921918 - 4.b/4: Gonk RIL implementation. r=gene 2013-11-25 18:55:09 +08:00
Vicamo Yang
5529b3abe6 Bug 921918 - 4.a/4: accommodate to setMessageDeliveryByEnvelopeId interface change. r=gene 2013-11-25 18:55:08 +08:00
Vicamo Yang
efcc0e026f Bug 921918 - 3.h/4: decode some MMS header fields as enum. r=gene 2013-11-25 18:55:07 +08:00
Vicamo Yang
a0acffef33 Bug 921918 - 3.g/4: fix possible "undefined" value for messageRecord.envelopeIdIndex. r=gene 2013-11-25 18:55:06 +08:00
Vicamo Yang
ac17759c2d Bug 921918 - 3.f/4: share similar works to callback with a DOM message in a transaction. r=gene 2013-11-25 18:55:05 +08:00
Vicamo Yang
82faaeedb6 Bug 921918 - 3.e/4: fix debug doesn't work when only turned on in pref. r=gene 2013-11-25 18:55:04 +08:00
Vicamo Yang
fc2a716978 Bug 921918 - 3.d/4: construct mms deliveryInfo in db. r=gene 2013-11-25 18:55:03 +08:00
Vicamo Yang
7dbc86128c Bug 921918 - 3.c/4: don't pass transactionId. r=gene 2013-11-25 18:55:02 +08:00
Vicamo Yang
30a9eb3543 Bug 921918 - 3.b/4: assign received |aMmsMessage.sender| in mmdb. r=gene 2013-11-25 18:55:01 +08:00
Vicamo Yang
941a54d77a Bug 921918 - 3.a/4: iccId is optional. r=gene 2013-11-25 18:55:00 +08:00
Chia-hung Tai
32d5c0b9f8 Bug 921918 - 2/4: DOM implementation. r=khuey 2013-11-25 18:54:59 +08:00
Chia-hung Tai
7be830da3a Bug 921918 - 1/4: B2G MMS: support read report events. Interface changes. r=gene 2013-11-25 18:54:58 +08:00
Carsten "Tomcat" Book
4c04485247 Backed out changeset 89433bb31453 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:56:32 +01:00
Carsten "Tomcat" Book
423e11da88 Backed out changeset 94f875f9a8de (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:56:24 +01:00
Carsten "Tomcat" Book
fa9c72b064 Backed out changeset 4780d72117e3 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:56:15 +01:00
Carsten "Tomcat" Book
5956c444c4 Backed out changeset 307e7260ada2 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:56:06 +01:00
Carsten "Tomcat" Book
78649662f0 Backed out changeset 6bdd99eabb57 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:55:57 +01:00
Carsten "Tomcat" Book
37d9a677ae Backed out changeset 8446a3ac5060 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:55:45 +01:00
Carsten "Tomcat" Book
83e81de0fa Backed out changeset 529304b6bd08 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:55:36 +01:00
Carsten "Tomcat" Book
8764d16b30 Backed out changeset a9664889638e (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:55:26 +01:00
Carsten "Tomcat" Book
6e7a1a21bb Backed out changeset dc75d4de9df4 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:55:14 +01:00
Carsten "Tomcat" Book
a81438ce46 Backed out changeset dafc51a29fb3 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:55:05 +01:00
Carsten "Tomcat" Book
4fdac0313d Backed out changeset f38875c274c0 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:54:57 +01:00
Carsten "Tomcat" Book
09a4ddd9a0 Backed out changeset f668eb3f9829 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:54:46 +01:00
Vicamo Yang
0afd9d717f Bug 921918 - 4.b/4: Gonk RIL implementation. r=gene 2013-11-25 15:19:33 +08:00
Vicamo Yang
d9367b47db Bug 921918 - 4.a/4: accommodate to setMessageDeliveryByEnvelopeId interface change. r=gene 2013-11-25 15:19:32 +08:00
Vicamo Yang
4d00d1e0ea Bug 921918 - 3.h/4: decode some MMS header fields as enum. r=gene 2013-11-25 15:19:31 +08:00
Vicamo Yang
7b32fb9688 Bug 921918 - 3.g/4: fix possible "undefined" value for messageRecord.envelopeIdIndex. r=gene 2013-11-25 15:19:30 +08:00
Vicamo Yang
9bb30e2b96 Bug 921918 - 3.f/4: share similar works to callback with a DOM message in a transaction. r=gene 2013-11-25 15:19:29 +08:00
Vicamo Yang
a66ecea6d1 Bug 921918 - 3.e/4: fix debug doesn't work when only turned on in pref. r=gene 2013-11-25 15:19:27 +08:00
Vicamo Yang
46f7c99efe Bug 921918 - 3.d/4: construct mms deliveryInfo in db. r=gene 2013-11-25 15:19:27 +08:00
Vicamo Yang
ed9d001ca3 Bug 921918 - 3.c/4: don't pass transactionId. r=gene 2013-11-25 15:19:26 +08:00
Vicamo Yang
5722dce306 Bug 921918 - 3.b/4: assign received |aMmsMessage.sender| in mmdb. r=gene 2013-11-25 15:19:25 +08:00
Vicamo Yang
00d35c2d5d Bug 921918 - 3.a/4: iccId is optional. r=gene 2013-11-25 15:19:24 +08:00
Chia-hung Tai
fed4c2c1d9 Bug 921918 - 2/4: DOM implementation. r=khuey 2013-11-25 15:19:23 +08:00
Chia-hung Tai
99b97685f1 Bug 921918 - 1/4: B2G MMS: support read report events. Interface changes. r=gene 2013-11-25 15:19:22 +08:00
Vicamo Yang
e4fd4adca9 Bug 940881 - extend timeout for test_replace_short_message_type.js. r=jgriffin 2013-11-23 19:48:58 +08:00
Chia-hung Tai
2c4c6ee801 Bug 942009 - B2G MMS: s/isReadReportRequested/readReportRequested to align the W3C Spec. r=gene 2013-11-22 15:12:07 +08:00
Ryan VanderMeulen
9c7728d496 Merge inbound to m-c. 2013-11-19 20:43:15 -05:00
Vicamo Yang
6060885963 Bug 736708 - 3/3: test cases. r=gene 2013-11-20 03:46:19 +08:00
Vicamo Yang
f063bf648b Bug 736708 - 2/3: RIL implementation. r=gene 2013-11-20 03:46:15 +08:00
Vicamo Yang
05c75149f1 Bug 736708 - 1/3: WebSMS - support Replace-Short-Message-Type. Don't return next message id. r=gene 2013-11-20 03:46:12 +08:00
Ryan VanderMeulen
7db9c39392 Merge m-c to inbound.
--HG--
rename : dom/contacts/tests/test_contacts_upgrade.html => dom/contacts/tests/test_contacts_upgrade.xul
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 13:54:20 -05:00
Jeff Walden
2e8bbbd2f4 Bug 934000 - Minor SMS bugfixes. r=mrbkap 2013-11-05 16:09:33 -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
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
Jan Varga
340148eccf Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 08:36:12 +01:00
Carsten "Tomcat" Book
52bb79098d Backed out changeset 5cda44ae1ba0 (bug 921478) for perma-orange on Mochitest-1 on B2G Linux Opt on a CLOSED TREE
--HG--
rename : dom/indexedDB/test/test_globalObjects_content.html => dom/indexedDB/test/test_globalObjects.html
rename : dom/indexedDB/test/test_globalObjects_chrome.xul => dom/indexedDB/test/test_globalObjects.xul
rename : dom/indexedDB/test/unit/test_globalObjects_xpc.js => dom/indexedDB/test/unit/test_globalObjects.js
2013-11-19 11:41:52 +01:00
Jan Varga
0d595eff6d Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 08:36:12 +01:00
Vicamo Yang
ea9121c375 Bug 934931 - 2/2: test cases. r=gene 2013-11-15 18:24:43 +08:00
Vicamo Yang
426bc4dd8e Bug 934931 - 1/2: B2G MMS : use matchPhoneNumbers(...) to match the receiver to update the delivery status. r=gene 2013-11-15 18:24:40 +08:00
Vicamo Yang
6b63da3aea Bug 889898 - MobileMessage: remove fallback backend, android/MmsService and SmsService::HasSupport(). r=gene 2013-11-15 17:07:33 +08:00
Shao Hang Kao
72ef08cb4a Bug 935873 - MMS retry should handle modified input stream, Part 2 - test case, r=vyang 2013-11-13 17:57:45 +08:00
Shao Hang Kao
ceb13b8144 Bug 935873 - MMS retry should handle modified input stream, Part 1 - Implementation, r=vyang 2013-11-13 17:54:38 +08:00
Bevis Tseng
76fc89e114 Bug 937894 - [B2G][MMS] Unable to send MMS without having manually input MMS port value (AT&T SIM). r=gene 2013-11-13 15:47:49 +08:00
Birunthan Mohanathas
192d1ba4c1 Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan 2013-11-11 14:17:14 -05:00
Vicamo Yang
3f4f1a6088 Bug 936763 - B2G MMS: the connected/disconnected network can come from 3G not MMS, which throws exceptions when accessing MMS proxy settings. r=vicamo 2013-11-11 12:41:03 +08:00
Vicamo Yang
f0a84e3dd2 Bug 885679 - 3/3: test cases. r=gene 2013-11-06 20:46:13 +08:00
Vicamo Yang
27993c293f Bug 885679 - 2/3: DOM & backend changes. r=gene 2013-11-06 20:46:06 +08:00
Vicamo Yang
2ac8ad8d1f Bug 885679 - 1/3: B2G MMS - Add 'lastMessageSubject' to MobileMessageThread object. Interface changes. sr=gene 2013-11-06 20:46:02 +08:00
Chuck Lee
350c38679d Bug 859215 - 0005. Marionette test for read SMSC address. r=vicamo. 2013-09-16 10:12:45 +08:00
Chuck Lee
8de4766cad Bug 859215 - 0004. Get SMSC address in mobilemessage. r=vicamo 2013-09-16 10:12:43 +08:00
Chuck Lee
20fee65b25 Bug 859215 - 0002. IPDL change to support get SMSC address. r=vicamo 2013-09-16 10:12:38 +08:00
Chuck Lee
596403d7c9 Bug 859215 - 0001. IDL change. r=vicamo 2013-09-16 10:12:35 +08:00
Gene Lian
5ce683eca9 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 2, implementation). r=ctai 2013-11-06 10:30:25 +08:00
Gene Lian
4486903fa6 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 1, DOM API IDL). r=hsinyi 2013-11-05 21:50:38 +08:00
Carsten "Tomcat" Book
733d0296fe Backed out changeset f27a2aba0db2 (bug 927711) for build failure/bustage 2013-11-05 12:44:47 +01:00
Carsten "Tomcat" Book
7ec7573200 Backed out changeset 6cb70cc44e8c (bug 927711) for build failure/bustage 2013-11-05 12:44:33 +01:00
Gene Lian
c59ffa2bb3 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 2, implementation). r=ctai 2013-11-05 19:02:33 +08:00
Gene Lian
f4e6596c47 Bug 927711 - B2G MMS : Handle message delivered timestamp for delivery report (part 1, DOM API IDL). r=hsinyi 2013-11-05 19:02:01 +08:00
Gene Lian
373683bc54 Bug 932201 - [B2G][DSDS] Gecko needs to properly download MMS for non-active SIM. r=ctai,vicamo 2013-11-05 17:21:56 +08:00
Ryan VanderMeulen
bdb89f6681 Merge b2g-inbound to m-c. 2013-11-04 16:17:59 -05:00
Carsten "Tomcat" Book
dc3520d4b7 merge b2g-inbound to mozilla-central 2013-11-04 13:52:18 +01:00
Carsten "Tomcat" Book
2b7e74eaee Backed out changeset a876f43914f6 (bug 921919) for build failures on a CLOSED TREE 2013-11-04 08:44:00 +01:00
Chia-hung Tai
93f94c49df Bug 921919 - B2G MMS: Notify Gaia SMS AP the MMS read report request and return the read result to the requester. r=vyang 2013-11-04 11:36:00 +08:00
Chia-hung Tai
de2310c350 Bug 921919 - B2G MMS: Notify Gaia SMS AP the MMS read report request and return the read result to the requester. r=vyang 2013-11-04 11:36:00 +08:00
Nathan Froyd
0796aeb3b7 Bug 918651 - part 9 - remove useless includes from IPDL files; r=ehsan
These includes are no longer needed.  It's much easier to locate these
includes when they're not obscured by a bunch of other stuff.
2013-10-18 14:47:04 -04:00
Nathan Froyd
ccdd4fb35d Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan
These include statements have been made redundant by all the qualifications
to the using statements.
2013-10-18 13:34:08 -04:00
Nathan Froyd
e2ede970d2 Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan 2013-10-01 15:25:07 -04:00
Gene Lian
e28d1ba93c Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports (follow-up). r=ctai 2013-11-01 22:45:57 +08:00
Gene Lian
ad742be574 Bug 887159 - B2G SMS: Handle message delivered timestamp for delivery report (part 2, implementation and tests). r=vicamo 2013-11-01 20:00:55 +08:00
Gene Lian
d6579c280b Bug 887159 - B2G SMS: Handle message delivered timestamp for delivery report (part 1, DOM IDL). sr=hsinyi 2013-11-01 19:48:38 +08:00
Gene Lian
27e1260179 Bug 933207 - B2G SMS & MMS: Fire system messages for the delivery reports. r=ctai 2013-11-01 17:55:54 +08:00
Chia-hung Tai
5e1c6f92de Bug 914060 - [B2G][Helix][message][zhaotao] Wired combination algorithm when handling sending sms to different phone numbers:phonebook digits match not work. r=vyang 2013-10-31 17:20:00 +08:00
Shao Hang Kao
05f9ff6a1a Bug 928821 - B2G MMS: put deliveryStatus[] into a more generic structure MmsDeliveryInfo[] sr=gene r=gene 2013-10-22 16:57:25 +08:00
Bevis Tseng
15f35d3cff Bug 922580 - B2G MMS: Stop downloading MMS immediately when airplane mode is on. r=gene 2013-10-28 16:43:38 +08:00
Chia-hung Tai
6e7856cb9d Bug 921917 - B2G MMS: Provide a flag to let user be able to request read report or not when sending MMS. r=gene 2013-10-30 11:48:47 +08:00
Ed Morley
4326269d4b Merge mozilla-central and b2g-inbound 2013-10-29 16:34:46 +00:00
Vicamo Yang
638a2abf68 Bug 920551 - 2.a/2: fix MobileMessage. r=gene,khuey 2013-10-29 16:12:37 +08:00
Nicholas Nethercote
b38b84f869 Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
2013-10-10 15:22:35 -07: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
Mike Hommey
5072f65f8c Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal 2013-10-24 08:00:23 +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
Birunthan Mohanathas
be3b270819 Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
Gene Lian
5f36b5200b Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 7, clean up for alignment). r=vicamo 2013-11-02 18:18:16 +08:00
Gene Lian
76613cfbee Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 6, test cases). r=vicamo 2013-11-02 18:18:06 +08:00
Gene Lian
206c17fcfa Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 5-2, MMS APN settings). r=vicamo 2013-11-02 18:17:58 +08:00
Gene Lian
cf9cc1a96d Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 4, handle service ID). r=vicamo 2013-11-02 18:17:35 +08:00
Gene Lian
5975f19417 Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 3, add ICC ID). r=vicamo 2013-11-02 18:17:25 +08:00
Gene Lian
27f8014574 Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 2, IPDL for IPC). r=vicamo 2013-11-02 18:17:16 +08:00
Gene Lian
69bd4ee461 Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 1, DOM API IDL). sr=hsinyi r=vicamo 2013-11-02 18:16:59 +08:00
Trevor Saunders
d33d8939a0 Backed out changeset 99b17c404db2 and e40a964458f8 for landing stuff that shouldn't have and then backing out stuff that should have stayed on a CLOSED TREE
--HG--
extra : amend_source : 54312955270ea4098a3add3cd0708866de2e40bb
2013-10-21 18:58:14 -04:00
Trevor Saunders
aba3fa9503 bug 922566 - kill dom-config.mk r=gps 2013-10-11 12:02:41 -04:00
Carsten "Tomcat" Book
81022cc152 merge b2g-inbound to mozilla-central 2013-10-18 11:39:28 +02:00
Edgar Chen
34b6212bde Bug 912902 - MMS/SMS: retrieve GSM MSISDN / CDMA MDN correctly. r=gene 2013-10-15 10:42:49 +08:00
Steve Fink
6472996e52 Bug 925916 - Handlify WrapNative, r=smaug 2013-10-11 22:02:39 -07:00
Gregory Szorc
c44d9c8614 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Ed Morley
eae8f15a4a Backed out changeset 77bff106b704 (bug 920223) 2013-09-30 12:50:12 +01:00
Gregory Szorc
3d0a157ac2 Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger 2013-09-30 09:51:57 +02:00
Jan Varga
23ce3971fb Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
Nathan Froyd
98723f4c48 Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan 2013-09-10 16:56:05 -04:00
Gene Lian
f37e5dc4f7 Bug 917167 - [Buri][T-mobile 51612][MMS]The device cannot send MMS. r=vicamo,ctai,Guoqiang.CHEN a=leo+ 2013-09-23 18:14:29 +08:00
Gregory Szorc
160a20817c Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Ehsan Akhgari
9890a8c148 Bug 919505 - Minimize the #includes in dom/ipc; r=jst 2013-09-23 17:30:40 -04:00
Ehsan Akhgari
515ab47d2d Mark the gonk SmsService class as final, no bug 2013-09-22 17:06:44 -04:00
Chia-hung Tai
89b5a82de0 Bug 917163 - [MMS] MMS Data call is not released immediately. r=vyang 2013-09-18 11:04:16 +08:00
Trevor Saunders
a8459b4e00 bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
Edgar Chen
5c69316bd1 Bug 912442 - Part 2: Fix test_mms_pdu_helper.js. r=gene 2013-09-06 14:24:28 +08:00
Vicamo Yang
06c33720be Bug 875013: Eliminate VPATH usage in dom/mobilemessage. r=joey 2013-09-12 05:17:24 +02:00
Gene Lian
7f8b14d692 Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:48:07 +08:00
Gene Lian
9f5d5b5dda Backed out changeset 9f377abbf13e 2013-09-09 21:22:37 +08:00
Gene Lian
7f6d55e888 Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:00:45 +08:00
Vicamo Yang
fd0951f5d7 Backout bug 873351, break Mnw test cases. 2013-09-07 19:09:54 +08:00
Vicamo Yang
9c517c7d7a Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene 2013-09-07 14:20:19 +08:00
Vicamo Yang
7252df0bea Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-07 14:19:53 +08:00
Ryan VanderMeulen
d82368f831 Backed out 7 changesets (bug 907585, bug 873351, bug 864485) for making phones unbootable.
Backed out changeset 001a849303de (bug 873351)
Backed out changeset 8020b3013618 (bug 907585)
Backed out changeset 9039460e09c5 (bug 907585)
Backed out changeset 9464e393a501 (bug 907585)
Backed out changeset d6920653de69 (bug 864485)
Backed out changeset 20ef446b27cd (bug 864485)
Backed out changeset e27c780e1ef5 (bug 864485)
2013-09-06 17:28:10 -04:00
"sasikala.paruchuri"
a4275098e1 Bug 912517 - [Message] Crash occuring in MMS when killing the application while the MMS is sending. r=vicamo
Change-Id: I4f91efbd7fdc9f47de8f738b4610ce7f27fa5a92
2013-09-06 19:13:57 +08:00
Vicamo Yang
7b3b646ae7 Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene 2013-09-06 16:11:54 +08:00
Vicamo Yang
3f03665fbf Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-06 16:11:34 +08:00
Wes Kocher
10df022340 Merge m-c to inbound 2013-09-04 18:04:50 -07:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Bobby Holley
1e72ccd895 Bug 899367 - Make GetNativeGlobal consumers call GetWindowProxy and rm the former. r=mccr8
Some of the uses of this are a bit nonsensical now, but that's a problem for
another day.
2013-09-04 14:06:57 -07:00
Gene Lian
1a6639563f Bug 903403 - [sms][mms] Make getSegmentInfoForText() Asynchronous to Improve Typing Performance. r=vicamo, sr=mounir 2013-08-09 21:25:53 +08:00
Ed Morley
29ff7437c4 Backed out changeset 9bd4fcd6d084 (bug 864485) 2013-09-04 11:51:02 +01:00
Ed Morley
19e0e1f7ed Backed out changeset 8b6235d4c2ac (bug 873351) 2013-09-04 11:50:46 +01:00
Chia-hung Tai
82ba8da58b Bug 907140 - [B2G][MMS] Block sending email from MMS until we supported this feature. r=vyang 2013-09-04 14:50:27 +08:00
Vicamo Yang
9ec5a297b3 Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene 2013-09-04 15:53:50 +08:00
Vicamo Yang
f58d71463a Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-04 15:53:30 +08:00
Phil Ringnalda
90f3149a6c Back out ed63ede44a82:db85ebf7b0dc (bug 864485) for debug build bustage 2013-09-03 22:33:35 -07:00
Vicamo Yang
4ed4d84d72 Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-04 12:46:01 +08:00
Martijn Wargers
2c13277e93 Bug 908439 - Rewrite some tests to SpecialPowers.pushPrefEnv/pushPermissions. r=jmaher 2013-08-29 23:12:15 +02:00
Chia-hung Tai
41251270d9 Bug 904993 - B2G MMS: Return proper error codes when failing to retrieve MMS due to any network reasons. r=vyang 2013-08-19 18:34:11 +08:00
Brian O'Keefe
0ee041b9fd Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
Ryan VanderMeulen
252154d12a Backed out 12 changesets (bug 899367) for Windows and OSX mochitest failures on a CLOSED TREE.
Backed out changeset 46cf4c3eb447 (bug 899367)
Backed out changeset d8a876219fc7 (bug 899367)
Backed out changeset d930333f95a7 (bug 899367)
Backed out changeset efae8cc0fff8 (bug 899367)
Backed out changeset 1dd262d146a6 (bug 899367)
Backed out changeset 4c396b8a51d0 (bug 899367)
Backed out changeset c8c30176639a (bug 899367)
Backed out changeset aaa8fbcf9aaf (bug 899367)
Backed out changeset d1a782044a4b (bug 899367)
Backed out changeset b2672ab55046 (bug 899367)
Backed out changeset fc4deb0b06fa (bug 899367)
Backed out changeset b9f1018a609c (bug 899367)
2013-08-27 21:14:54 -04:00
Bobby Holley
41d0a60a21 Bug 899367 - Make GetNativeGlobal consumers call GetWindowProxy and rm the former. r=mccr8
Some of the uses of this are a bit nonsensical now, but that's a problem for
another day.
2013-08-27 15:21:40 -07:00
Vicamo Yang
f8d0c1fdbd Bug 905087 - B2G MMS: add integer pref "dom.mms.version". r=gene 2013-08-23 18:54:09 +08:00
Vicamo Yang
55af35fdac Bug 903058 - rewrite SMS test cases for filtering with single number. r=gene 2013-08-23 14:45:16 +08:00
Ms2ger
4af9d89266 Merge m-c to inbound 2013-08-22 10:38:48 +02:00
Ms2ger
19f3e043e3 Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps 2013-08-22 08:56:01 +02:00
Ms2ger
2fab82586f Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal 2013-08-22 08:56:00 +02:00
Ms2ger
66214743ad Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps 2013-08-22 08:55:59 +02:00
Nicholas Nethercote
b89a8ac1c0 Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
2013-08-17 15:50:18 -07:00
Chia-hung Tai
867400f423 Bug 906629 - B2G MMS: Wrong callback function on |retrieve| in MmsService.js. r=vyang 2013-08-19 18:35:59 +08:00
Gregory Szorc
918eef7c37 Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
a7872e972f Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE. 2013-08-14 15:12:20 -04:00
Brian O'Keefe
3dadb0e396 Bug 896177 - Remove useless config.mk includes; r=gps 2013-07-17 16:06:53 -04:00
Gregory Szorc
260d3a8e7c Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Ms2ger
6ec28362b3 Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
Gene Lian
a1efa09aa2 Bug 901992 - B2G MMS: Retry Mechanism for Downloading MMS is Buggy. r=vicamo a=leo+ 2013-08-08 16:36:09 +08:00
Jon Coppeard
da8c061053 Bug 900986 - Convert JS_*Element API to use MutableHandleValue for out params r=terrence r=bholley r=smaug 2013-08-05 14:02:47 +01:00
Ed Morley
0dd52ba0e1 Merge latest green b2g-inbound changeset and mozilla-central 2013-08-02 13:30:22 +01:00
Gene Lian
f6fee5ada5 Bug 850140 - B2G MMS: implement MmsService.handleDeliveryIndication() to handle delivery report (part 2, handle delivery report). r=vicamo a=koi+ 2013-07-31 15:24:07 +08:00
Gene Lian
bdc10c2013 Bug 850140 - B2G MMS: implement MmsService.handleDeliveryIndication() to handle delivery report (part 1, provide and correct DB functions). r=vicamo a=koi+ 2013-07-31 15:23:37 +08:00
Ryan VanderMeulen
73205d6b00 Merge m-c to inbound on a CLOSED TREE. 2013-07-30 09:23:28 -04:00
Bobby Holley
99246966e4 Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
2013-07-29 16:45:27 -07:00
Fernando Jiménez
fca6121578 Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 0: WebSMS. sr=vicamo 2013-07-30 00:50:21 +02:00
Chia-hung Tai
314bbc0aac Bug 898202 - [B2G][MMS]Unable to send/receive MMS using AT&T or prepaid T-Mobile SIMs. r=vyang 2013-07-26 18:30:47 +08:00
Vicamo Yang
40d98c0265 Bug 891235: remove mozSms. rs=mounir 2013-07-26 18:40:27 +08:00
Joey Armstrong
4246f49c03 Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #3); r=mshal 2013-06-11 16:38:22 -04:00
Gene Lian
f4957ae00f Bug 891756 - [sms][mms] Gecko needs to return proper error code to notify Gaia the address is invalid (part 2, test case). r=vicamo a=leo+ 2013-07-11 11:03:05 +08:00
Gene Lian
b05b7bb8b3 Bug 891756 - [sms][mms] Gecko needs to return proper error code to notify Gaia the address is invalid (part 1, "InvalidAddressError"). r=vicamo a=leo+ 2013-07-11 11:23:49 +08:00
Chia-hung Tai
5f84976437 Bug 895735 - Follow-up fix for bug 863241. r=gene 2013-07-19 10:58:44 +08:00
Ryan VanderMeulen
ba97a4cddb Merge m-c to inbound on a CLOSED TREE. 2013-07-18 14:53:05 -04:00
Alexandre Lissy
58f958f6ed Bug 887701 - Ensure proper serialization of upgrade path. r=gene.lian
Most of IndexedDB is relying on asynchronicity. This is fun, but in the
present case, it can trigger bad behavior: upgrade being performed in
the wrong order. This can be a big issue if one further update depends
on a previous one, which is the case for adding messageRecord.type.
2013-07-11 17:20:02 +02:00
Vicamo Yang
a2ecf208c1 Bug 887745 - B2G SMS: more entries in GSM_SMS_STRICT_7BIT_CHARMAP. r=gene 2013-07-18 18:15:32 +08:00
Vicamo Yang
2035a532c6 Bug 885280: (follow-up) international number of parsed object could be null. r=gene 2013-07-18 16:12:22 +08:00
Boris Zbarsky
6be6fb3ca2 Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
2013-07-17 23:23:52 -04:00
Brian O'Keefe
f98dd45a72 Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps 2013-07-04 08:28:43 -04:00
Boris Zbarsky
4e13ee3c6a Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug 2013-07-12 10:37:23 -04:00
Boris Zbarsky
0563b53628 Bug 838146 part 2. Implement WebIDL API on Navigator for all our nonstandard extensions that are not behind build-time flags. r=smaug, sr=peterv 2013-07-12 10:35:44 -04:00
Chia-hung Tai
85bc6aeb9f Bug 890218 - [MMS] If reboot device while downloading MMS attachment, the message will be empty and will not be deleted anymore. r=gene 2013-07-11 10:03:47 +08:00
Vicamo Yang
c0c7691cf8 Bug 885280 - MobileMessage: support phone numbers with non-'+' international dialing prefix. r=gregor 2013-07-15 15:26:52 +08:00
Trevor Saunders
238525e2d8 bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
Vicamo Yang
20f8fde7f5 Bug 850529 - MobileMessage: return an empty array if no attachments in a MmsMessage. r=gene 2013-07-10 11:47:31 +08:00
David Zbarsky
7c1e9e4d0f Bug 885804: Renaming in content/dom r=jlebar 2013-07-08 11:48:39 -04:00
Phil Ringnalda
8420eeef3d Merge birch and inbound to central 2013-07-04 18:11:28 -07:00
Gene Lian
d8f51d1d31 Bug 890146 - [MMS] Unable to send MMS to the contact number saved with parentheses. Need to normalize the phone numbers before sending. r=vicamo 2013-07-04 13:49:16 +08:00
Vicamo Yang
6c45df4dec Bug 871946 - B2G MobileMessage: rename dom/mobilemessage/src/ril to dom/mobilemessage/src/gonk. r=gene
--HG--
rename : dom/mobilemessage/src/ril/MmsPduHelper.jsm => dom/mobilemessage/src/gonk/MmsPduHelper.jsm
rename : dom/mobilemessage/src/ril/MmsService.js => dom/mobilemessage/src/gonk/MmsService.js
rename : dom/mobilemessage/src/ril/MmsService.manifest => dom/mobilemessage/src/gonk/MmsService.manifest
rename : dom/mobilemessage/src/ril/MobileMessageDatabaseService.js => dom/mobilemessage/src/gonk/MobileMessageDatabaseService.js
rename : dom/mobilemessage/src/ril/MobileMessageDatabaseService.manifest => dom/mobilemessage/src/gonk/MobileMessageDatabaseService.manifest
rename : dom/mobilemessage/src/ril/SmsService.cpp => dom/mobilemessage/src/gonk/SmsService.cpp
rename : dom/mobilemessage/src/ril/SmsService.h => dom/mobilemessage/src/gonk/SmsService.h
rename : dom/mobilemessage/src/ril/WspPduHelper.jsm => dom/mobilemessage/src/gonk/WspPduHelper.jsm
rename : dom/mobilemessage/src/ril/mms_consts.js => dom/mobilemessage/src/gonk/mms_consts.js
rename : dom/mobilemessage/src/ril/wap_consts.js => dom/mobilemessage/src/gonk/wap_consts.js
2013-07-04 10:55:45 +08:00
Chia-hung Tai
d492bf85c4 Bug 883019 - B2G MMS: Remove content length from all part headers. r=vyang 2013-07-03 10:37:39 +08:00
Mike Shal
2f5d43999f Bug 868536 - Move ipdl.mk files to moz.build; r=gps
Author: Mike Shal <mshal@mozilla.com>
2013-07-01 09:56:28 -04:00
Vicamo Yang
a01a3f58c0 Bug 871433: WebSMS - normalize address before searching for a participant record. r=gene 2013-07-02 18:10:33 +08:00
Vicamo Yang
6688aed04b Bug 814581 - Part 5/8: fix MobileMessage. r=gene 2013-07-02 17:36:47 +08:00
Vicamo Yang
ccf4d89b35 Bug 814581 - Part 1/8: MultiSIM - interface changes. sr=hsinyi 2013-07-02 17:36:33 +08:00
Justin Lebar
09d2312322 Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=waldo for js
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
2013-06-28 18:38:32 -07:00
Justin Lebar
cab87a0cce Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else

This is a mechanical change made with sed.  Later patches in this queue
clean up the whitespace errors and so on.
2013-06-28 18:38:30 -07:00
Mike Shal
e1afc9dbd7 Bug 875013 - Eliminate VPATH usage (part 1 - EXPORTS); r=joey 2013-06-26 14:51:06 -04:00
Chia-hung Tai
bd5ab6ad2a Bug 887646 - B2G MMS: Do not set content-length in smil header when sending. r=gene a=leo+ 2013-06-27 13:56:33 +08:00
Gene Lian
cb8d9568dc Bug 888147 - [B2G][MMS][Regression] We are skipping 'sending' status when sending a MMS. r=ctai a=leo+ 2013-06-28 13:36:02 +08:00
Gene Lian
b09faf3bd0 Bug 886767 - [MMS] Disable grouping functionality when receiving a MMS (temporarily) and keep it for sending. r=vicamo,ctai a=leo+ 2013-06-25 20:57:57 +08:00
Gene Lian
859dfa6ac0 Bug 880563 - B2G MMS: deleting an MMS during the sending or retrieving process doesn't work properly. r=vicamo,ctai a=leo+ 2013-06-20 19:23:43 +08:00
Chia-hung Tai
a8f84060d7 Bug 885685 - B2G MMS: Use nsIURI Object in applyFilter for MmsProxyFilter. r=vyang,gene a=leo+ 2013-06-25 14:36:59 +08:00
Gene Lian
7f9ede1270 Bug 885652 - B2G SMS: DOMRequest in sending SMS API does not trigger onsuccess or onerror function when the SIM card is not installed or radio is disabled. r=vicamo a=leo+ 2013-06-24 20:08:30 +08:00
Alexandre Lissy
6345f5ac74 Bug 883017 - Send MMS with UTF-8 charset; r=gene.lian
Some MMSC seems to be doing bad things if we don't encode/specify the
correct encoding: SFR and Bouygues Telecom delivers UTF-8 destroyed,
while Free Mobile and Orange did a good job. Setting the charset to
UTF-8 makes those four carriers (and probably a lot more) happy.
2013-06-15 20:23:51 +02:00
Patrick Wang
cec14a626c Bug 883296: returning empty object instead of null when decoding zero length data in Octet.decodeMultiple. r=gene 2013-06-17 19:33:57 +08:00
Patrick Wang
2f5aec78ca Backed out changeset 9a3ee53f3421. 2013-06-20 10:35:45 +08:00
Patrick Wang
f0a21aea3b [PATCH] Bug 883296: returning empty object instead of null when
From 1a04770db0f0e86440503e73bded294b696b876c Mon Sep 17 00:00:00 2001
 decoding zero length data in Octet.decodeMultiple.
---
 dom/mobilemessage/src/ril/WspPduHelper.jsm |   62 ++++++++++++++--------------
 1 file changed, 30 insertions(+), 32 deletions(-)
2013-06-17 19:33:57 +08:00
Vicamo Yang
f6bdbb0191 Bug 883798 - B2G SMS: test cases should initialize all necessary preferences and/or settings. r=gene 2013-06-19 10:18:39 +08:00
Chia-hung Tai
ed03d47101 Bug 884146 - B2G MMS: Can not receive MMS from Far-stone sim card. r=vyang 2013-06-18 18:17:43 +08:00
Chia-hung Tai
b6b96897bf Bug 880561 - B2G MMS: Add 2 more error status (in flight mode and no sim card) when sending MMS. r=gene 2013-06-18 12:06:32 +08:00
Gene Lian
69d21f35db Bug 880648 - [MMS] Accented characters are not correctly sent/received in a MMS (part 1, content blob should be encoded by utf-8). r=vicamo a=leo+ 2013-06-18 16:28:55 +08:00
Gene Lian
565d96f00b Backed out changeset 66523a98fe19 2013-06-18 16:25:52 +08:00
Gene Lian
5d4927b0bb Bug 880648 - [MMS] Accented characters are not correctly sent/received in a MMS (part 1, content blob should be encoded by utf-8). r=vicamo a=leo+ 2013-06-18 16:13:39 +08:00
Mike Shal
8d6fa4020d Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
2013-06-10 12:08:47 -04:00
Chia-hung Tai
f760c4301e Bug 880217 - [MMS]'undefined' tag appears instead of MMS in thread list view. r=gene.lian a=leo+ 2013-06-11 14:22:35 +08:00
Chuck Lee
bcc9b22d77 Bug 853715 - 0005. Handle incoming Wap Push messages. r=vicamo
--HG--
rename : dom/mobilemessage/src/ril/WapPushManager.js => dom/wappush/src/gonk/WapPushManager.js
2013-06-04 18:51:02 +08:00
Chia-hung Tai
c4db695298 Bug 855610 - B2G MMS: Scan pending sending/receiving transaction and set the status to fail when b2g bootup. r=vyang 2013-06-06 09:48:10 +08:00
Chia-hung Tai
82686326ce Bug 879675 - B2G MMS: If the mmsc in APN settings end with '/', it will cause sending MMS fail. r=vyang 2013-06-05 18:20:34 +08:00
Vicamo Yang
1992695c23 Bug 877141 - add test cases for sending SMS with continuous space characters. r=gene 2013-06-05 17:42:42 +08:00