Gene Lian
129f36cc55
Bug 854422 - B2G MMS: should call .NotifyResponseTransaction() with MMS_PDU_STATUS_RETRIEVED after an MMS is retrieved under the RETRIEVAL_MODE_AUTOMATIC mode (a follow-up for bug 845643). r=vicamo,ctai
2013-03-26 14:01:10 +08:00
Gene Lian
a4a0e75e81
Bug 850680 - B2G MMS: broadcast "sms-received" and "sms-sent" system messages (part 2, broadcast system messages). r=vicamo
2013-03-22 20:16:43 +08:00
Gene Lian
24993f726f
Bug 850680 - B2G MMS: broadcast "sms-received" and "sms-sent" system messages (part 1, code clean-up). r=vicamo
2013-03-22 19:29:25 +08:00
Gene Lian
3426febdbc
Bug 853329 - B2G MMS: other Android phones cannot read attachments sent from FFOS. r=vicamo
2013-03-21 16:19:20 +08:00
Gene Lian
0bf81a6aff
Bug 852471 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (follow-up fix). r=vicamo a=leo+
2013-03-19 19:32:32 +08:00
Gene Lian
8be12f2ab4
Bug 852460 - B2G MMS: provide nsIDOMMobileMessageManager.onreceived event (follow-up fix). r=vicamo,gene.lian
2013-03-19 17:08:29 +08:00
Chia-hung Tai
3c87d6200f
Bug 849741 - B2G MMS: provide nsIDOMMobileMessageManager.onreceived event. r=vyang
2013-03-18 18:47:41 +08:00
Gregory Szorc
7d09ff18e0
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Gene Lian
d51c64c81c
Bug 847738 - B2G MMS: provide nsIDOMMobileMessageManager.getMessage(). r=vicamo sr=sicking a=leo+
2013-03-08 11:46:16 +08:00
Gene Lian
6b8dcdf002
Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 6, dispatch MMS events). r=vicamo,mounir sr=sicking a=leo+
2013-03-09 15:22:42 +08:00
Gene Lian
8a2fb9fe00
Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 5, nsIDOMMobileMessageManager.send()). r=vicamo,mounir sr=sicking a=leo+
2013-03-09 15:22:32 +08:00
Gene Lian
b6c241f1ba
Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 4-2, nsIMmsService.send()). r=vicamo a=leo+
2013-03-09 15:22:25 +08:00
Gregory Szorc
de55b5242b
Merge mozilla-central into build-system
...
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Mike Shal
cd4191e248
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
c865547d94
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Chia-hung Tai
ed218a8777
Bug 842235 - B2G MMS: retry send on error. r=vyang
2013-03-09 13:03:18 +08:00
Chia-hung Tai
80e551c5a3
Bug 792321 - Check max values of MMS parameters in sendRequest. r=vyang a=leo+
2012-12-06 18:44:54 +08:00
Chia-hung Tai
b131787663
Bug 845643 - B2G MMS: Save retrieved MMS into database. r=vyang
2013-03-12 13:22:43 +08:00
Gregory Szorc
0c8ee65118
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
a0e24e2250
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Chia-hung Tai
e07370ca5d
Bug 810067 - Support automatic/manual/never retrieval modes. r=vyang
2013-02-25 14:08:23 +08:00
Chia-hung Tai
1499616f2a
Bug 810097 (follow-up): remove dead code as well. r=vicamo
2013-02-27 14:41:52 +08:00
Chia-hung Tai
3a4659ca6b
Bug 810097 - B2G MMS: Retry retrieval on error. r=vyang
2013-02-26 17:41:13 +08:00
Chia-hung Tai
1101a14768
Bug 833697 - Transaction-based MmsService. r=vyang
2013-02-21 18:28:35 +08:00
Vicamo Yang
158654f17c
Bug 826977 - Part 3/4: fix all related components as well. r=hsinyi
2013-01-24 14:42:10 +08:00
Chia-hung Tai
cffa38f071
Bug 792328 - Process MM text attachment to String. r=vyang
2013-01-17 17:35:14 +08:00
Chia-hung Tai
32fce1d532
Bug 801632 - Save MM attachment as Blob. r=vyang
2013-01-09 23:01:48 +08:00
Gene Lian
1a041ed851
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
a34a625f4c
Bug 823816 - Replace NullTerminatedTexts with TextString in ConstrainedEncoding. r=vyang
2012-12-24 14:33:20 +08:00
Gene Lian
631c7d89b1
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
8d30aa92c0
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
4c46dfe010
Bug 777251 - B2G MMS: Configure MMS proxy settings through SettingsService. r=vicamo
2012-11-30 18:09:37 +08:00
Chia-hung Tai
ab9b00b859
Bug 815020 -Remove implicit_jscontext in function receiveWapPush .r=vyang
2012-11-28 10:59:05 +08:00
Vicamo Yang
b6f7216c45
Bug 804754 - Add UAProfile url into HTTP request header. r=vyang
2012-11-29 11:39:58 +08:00
Chia-hung Tai
fe00446e22
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
0469a02b25
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
a78b5b38c7
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a
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
4144129728
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681
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
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Vicamo Yang
03fe790202
Bug 761057 - Part 3: send M-Send.req, r=philikon
2012-07-26 12:11:46 +08:00
Vicamo Yang
690d1a2c93
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
8f41fabb37
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
eeb7530185
Bug 761069: B2G MMS: support email addressing model, r=philikon
2012-07-26 10:07:56 +08:00
Vicamo Yang
123b93abd4
Bug 775038 - Part 4: fix type parameter decode, r=philikon
2012-07-23 10:20:50 +08:00
Vicamo Yang
89e7398c77
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
665069ea0e
Bug 775038 - Part 2: refactor ContentLocationValue test cases, r=philikon
2012-07-23 10:20:40 +08:00
Vicamo Yang
a237cd8ce1
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
c582c94d7e
Bug 773592: suppor MMS headers with multiple values, r=philikon
2012-07-20 14:40:01 +08:00