Commit Graph

38 Commits

Author SHA1 Message Date
Chia-hung Tai
64ff7fffe1 Bug 810067 - Support automatic/manual/never retrieval modes. r=vyang 2013-02-25 14:08:23 +08:00
Chia-hung Tai
4418727bce Bug 833697 - Transaction-based MmsService. r=vyang 2013-02-21 18:28:35 +08:00
Vicamo Yang
26bfa0c2b8 Bug 826977 - Part 3/4: fix all related components as well. r=hsinyi 2013-01-24 14:42:10 +08:00
Chia-hung Tai
8cb7a1dbc0 Bug 792328 - Process MM text attachment to String. r=vyang 2013-01-17 17:35:14 +08:00
Chia-hung Tai
a481d5f631 Bug 801632 - Save MM attachment as Blob. r=vyang 2013-01-09 23:01:48 +08:00
Gene Lian
da88984c9a Bug 820733 - B2G MMS: Don't deactivate the MMS network so often which is a burden for consecutive MMS HTTP requests. r=vicamo 2013-01-04 16:21:52 +08:00
Chia-hung Tai
c2a0edc6e5 Bug 823816 - Replace NullTerminatedTexts with TextString in ConstrainedEncoding. r=vyang 2012-12-24 14:33:20 +08:00
Gene Lian
904daa6b8b Bug 817474 - B2G MMS: handleNotificationIndication()->sendMmsRequest() cannot get the expected HTTP response (part 2). r=vicamo 2012-12-13 14:24:14 +08:00
Gene Lian
fc58f39f77 Bug 817474 - B2G MMS: handleNotificationIndication()->sendMmsRequest() cannot get the expected HTTP response (part 1). r=vicamo 2012-12-06 19:48:44 +08:00
Gene Lian
601315801b Bug 777251 - B2G MMS: Configure MMS proxy settings through SettingsService. r=vicamo 2012-11-30 18:09:37 +08:00
Chia-hung Tai
55cf691502 Bug 815020 -Remove implicit_jscontext in function receiveWapPush .r=vyang 2012-11-28 10:59:05 +08:00
Vicamo Yang
f869b81fa4 Bug 804754 - Add UAProfile url into HTTP request header. r=vyang 2012-11-29 11:39:58 +08:00
Chia-hung Tai
5d23c7a320 Bug 792330 - Add all WSP content types into WSP_WELL_KNOWN_CONTENT_TYPES; r=vyang 2012-11-21 11:13:48 +08:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Vicamo Yang
9256aef7d3 Bug 761057 - Part 3: send M-Send.req, r=philikon 2012-07-26 12:11:46 +08:00
Vicamo Yang
348494356c Bug 761057 - Part 2: Add required encoders for M-Send.req/M-Send.conf PDU, r=philikon 2012-07-26 12:11:40 +08:00
Vicamo Yang
f20653d4d7 Bug 761057 - Part 1: disable some v1.4 parameters for compatibility, r=philikon
Carrier's MMS implementation may not be up-to-date. Encoding some
mandatory well known parameters with newest version might cause
problem and not accepted by MMSC.
2012-07-26 12:11:33 +08:00
Vicamo Yang
ccc3866d3c Bug 761069: B2G MMS: support email addressing model, r=philikon 2012-07-26 10:07:56 +08:00
Vicamo Yang
a8d895a34d Bug 775038 - Part 4: fix type parameter decode, r=philikon 2012-07-23 10:20:50 +08:00
Vicamo Yang
f1e99dab61 Bug 775038 - Part 3: Refactor X-Mms-Retrieve-Status decoding, r=philikon
MMS defines several status groups. They may have errors of the same
meaning but assigned with different numbers. Rename error value
constants to prevent from name collisions.

Also simplify decoding process.
2012-07-23 10:20:45 +08:00
Vicamo Yang
6e312ed798 Bug 775038 - Part 2: refactor ContentLocationValue test cases, r=philikon 2012-07-23 10:20:40 +08:00
Vicamo Yang
58fbe2bba0 Bug 775038 - Part 1: fix various minor defects, r=philikon
* Document Address.decode()
* Merge CharsetEncodedString into EncodedStringValue
* Merge ClassIdentifier into MessageClassValue
* Export missed coder objects and fix test scripts as well
* ReplyChargingValue is defined in MmsPduHelper, not WspPduHelper
* Fix multiple decode test cases data
* Char-set value in EncodedStringValue should be decoded as IntegerValue
* Don't insert per PDU typeinfo into decoded MMS message object
* "Date" is also a mandatory field for M-Retrieve.req PDU.
2012-07-23 10:20:34 +08:00
Vicamo Yang
f5c187f3cd Bug 773592: suppor MMS headers with multiple values, r=philikon 2012-07-20 14:40:01 +08:00
Vicamo Yang
d0f8483550 Bug 749856 - Part 8: Respect X-Mms-Delivery-Report field, r=philikon 2012-06-04 13:05:12 +08:00
Vicamo Yang
cdaeee7e9f Bug 749856 - Part 7: send M-NotifyResp.ind response back, r=philikon 2012-06-04 13:05:08 +08:00
Vicamo Yang
c7f71190d5 Bug 749856 - Part 6: add WSP/MMS encoding, r=philikon 2012-06-04 13:05:03 +08:00
Vicamo Yang
3fc6c384a7 Bug 749856 - Part 5: save message attachments, r=philikon 2012-06-04 13:04:58 +08:00
Vicamo Yang
e2c79a065a Bug 749856 - Part 4: handle M-Retrieve.conf PDU, r=philikon 2012-06-04 13:04:53 +08:00
Vicamo Yang
5eb48da9c7 Bug 749856 - Part 3: handle WAP Push notification, r=philikon 2012-06-04 13:04:49 +08:00
Vicamo Yang
0151410f15 Bug 749856 - Part 2: Add MmsPduHelper, r=philikon 2012-06-04 13:04:44 +08:00
Vicamo Yang
ecb098b91d Bug 749856 - Part 1: IDL changes, r=philikon 2012-06-04 13:04:41 +08:00
Vicamo Yang
38ea403816 Bug 744360 - Part 2: add WapPushManager, r=philikon 2012-06-04 13:04:28 +08:00
Vicamo Yang
e5a7924398 Bug 744360 - Part 1: add WspPduHelper, r=philikon 2012-06-04 13:04:24 +08:00