Commit Graph

133 Commits

Author SHA1 Message Date
Bevis Tseng
eedb9d31d1 Bug 1023695 - Part 1: Define .idl/.ipdl for notifying Deleted Info. r=vyang. 2014-06-27 13:11:14 +08:00
Vicamo Yang
47002a6418 Bug 958782 - 1/3: B2G SMS - Move MozMobileMessage to WebIDL. XPIDL & WebIDL changes. f=Ms2ger,r=khuey
--HG--
rename : dom/webidl/MobileMessageManager.webidl => dom/webidl/MozMobileMessageManager.webidl
2014-06-25 11:57:13 +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
Bevis Tseng
13803d46f9 Bug 824717 - Part 3: Modify nsIMobileMessageCallback::notifySendMessageFailed() to accept an additional nsISupports message. r=vyang 2014-04-28 12:33:10 +08:00
Ehsan Akhgari
958ae15e31 Bug 994964 - Make DOM XPIDL interfaces non-scriptable, and add shim Components.interfaces entries for them; r=bzbarsky,bholley 2014-05-08 16:45:36 -04:00
Bevis Tseng
06ca945bcd Bug 981077 - Part 1: Add new error type SIM_NOT_MATCHED_ERROR. r=vyang 2014-03-21 10:52:05 +08:00
Gene Lian
80d8429c19 Bug 944890 - B2G SMS & MMS: remove convertTimeToInt(...) which is no longer needed (part 1, implementation). r=vicamo 2014-03-20 10:45:55 +08:00
Bevis Tseng
0a7db41e7b Bug 945089 - Part 1.1: Create new ObjectStore for saving uncomplete SMS segments. r=vyang 2014-03-03 16:28:20 +08:00
Masatoshi Kimura
24d07e5da7 Bug 978611 - Part 2: Move lagacy dictionaries to WebIDL dictionaries for B2G. r=vicamo
--HG--
rename : dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl => dom/webidl/MozMobileConnection.webidl
rename : dom/network/interfaces/nsIDOMNetworkStatsManager.idl => dom/webidl/MozNetworkStats.webidl
2014-03-07 20:51:49 +09:00
Masatoshi Kimura
811f1e846e Bug 978611 - Part 1: Stop using legacy dictionaries from MmsMessage. r=vicamo 2014-03-07 20:51:48 +09:00
Bevis Tseng
07ae6b7a7c Bug 974820 - Part 2: Add error handling of sending/receiving SMS/MMS when device storage is full. r=vyang 2014-02-20 12:21:11 +08:00
Bevis Tseng
945c0c13b7 Bug 974820 - Part 1: Add new error type STORAGE_FULL_ERROR. r=vyang 2014-02-20 12:17:47 +08:00
Gene Lian
d1f4a97072 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
10d0a19371 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
Tom Schuster
b653cfe8ef Bug 939302 - Use DOMTimestamp for timestamps in MMS. r=bz,gen 2013-11-30 19:14:41 +08:00
Blake Kaplan
5ac83b64c6 Bug 933219 - Fix compartment mismatch in MobileMessageManager::Delete. r=gwagner 2013-12-05 13:28:41 -08:00
Vicamo Yang
dcfe228813 Bug 921918 - 3.d/4: construct mms deliveryInfo in db. r=gene 2013-11-25 18:55:03 +08:00
Vicamo Yang
16aef31078 Bug 921918 - 3.c/4: don't pass transactionId. r=gene 2013-11-25 18:55:02 +08:00
Vicamo Yang
6c7aa198bd Bug 921918 - 3.b/4: assign received |aMmsMessage.sender| in mmdb. r=gene 2013-11-25 18:55:01 +08:00
Vicamo Yang
319797e6bf Bug 921918 - 3.a/4: iccId is optional. r=gene 2013-11-25 18:55:00 +08:00
Chia-hung Tai
53cf029ffa 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
d989edadf6 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
951f335d15 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
56531554db 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
0165863991 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
f9bc2c81c8 Backed out changeset 8446a3ac5060 (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:55:45 +01:00
Vicamo Yang
9b364867f5 Bug 921918 - 3.d/4: construct mms deliveryInfo in db. r=gene 2013-11-25 15:19:27 +08:00
Vicamo Yang
a6db92ad10 Bug 921918 - 3.c/4: don't pass transactionId. r=gene 2013-11-25 15:19:26 +08:00
Vicamo Yang
fffe441c2a Bug 921918 - 3.b/4: assign received |aMmsMessage.sender| in mmdb. r=gene 2013-11-25 15:19:25 +08:00
Vicamo Yang
4f081e6aa7 Bug 921918 - 3.a/4: iccId is optional. r=gene 2013-11-25 15:19:24 +08:00
Chia-hung Tai
62894760d9 Bug 921918 - 1/4: B2G MMS: support read report events. Interface changes. r=gene 2013-11-25 15:19:22 +08:00
Chia-hung Tai
f63dee4c72 Bug 942009 - B2G MMS: s/isReadReportRequested/readReportRequested to align the W3C Spec. r=gene 2013-11-22 15:12:07 +08:00
Vicamo Yang
2b1ea96d6c Bug 736708 - 2/3: RIL implementation. r=gene 2013-11-20 03:46:15 +08:00
Vicamo Yang
8c86750769 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
Vicamo Yang
88ebbe85e6 Bug 889898 - MobileMessage: remove fallback backend, android/MmsService and SmsService::HasSupport(). r=gene 2013-11-15 17:07:33 +08:00
Vicamo Yang
0821717569 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
a4cd8ed8e4 Bug 859215 - 0002. IPDL change to support get SMSC address. r=vicamo 2013-09-16 10:12:38 +08:00
Chuck Lee
348ff21961 Bug 859215 - 0001. IDL change. r=vicamo 2013-09-16 10:12:35 +08:00
Gene Lian
6de68d1cfa 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
0a601b940b Backed out changeset f27a2aba0db2 (bug 927711) for build failure/bustage 2013-11-05 12:44:47 +01:00
Gene Lian
d1ee4dbc77 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
6d99c2a8bb 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
Chia-hung Tai
88e3cfe5ce 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
Carsten "Tomcat" Book
5fc6dc9c6e Backed out changeset a876f43914f6 (bug 921919) for build failures on a CLOSED TREE 2013-11-04 08:44:00 +01:00
Chia-hung Tai
a85ed734f4 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
Gene Lian
45643f23c9 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
570e93a1d6 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
e8da5c004a 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
Gene Lian
5e32be762d 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
552be33c21 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