Closed Bug 921917 Opened 11 years ago Closed 11 years ago

B2G MMS: Provide a flag to let user be able to request read report or not when sending MMS.

Categories

(Firefox OS Graveyard :: RIL, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ctai, Assigned: ctai)

References

Details

Attachments

(1 file, 4 obsolete files)

As a sender, FFOS is capable of enabling/disabling to request MMS read report from the receiver.
blocking-b2g: --- → 1.3?
Summary: B2G MMS: Provide a flag to let user can request read report or not when sending MMS. → B2G MMS: Provide a flag to let user be able to request read report or not when sending MMS.
Assignee: nobody → ctai
Attached patch bug-912917.patch v1.0 (obsolete) — Splinter Review
Attachment #823811 - Flags: review?(gene.lian)
Comment on attachment 823811 [details] [diff] [review]
bug-912917.patch v1.0

Review of attachment 823811 [details] [diff] [review]:
-----------------------------------------------------------------

Nice! Thank you! r=gene

::: dom/mobilemessage/src/gonk/MmsService.js
@@ +953,5 @@
>    msg.headers["x-mms-priority"] = 129;
> +  try {
> +    msg.headers["x-mms-read-report"] =
> +      Services.prefs.getBoolPref("dom.mms.requestReadReport");
> +  }catch (e) {

nit: add one space after "}".

::: modules/libpref/src/init/all.js
@@ +4427,5 @@
>  
>  // Debug enabler for MMS.
>  pref("mms.debugging.enabled", false);
>  
> +// Request read report while sending MMS

nit: add a period in the end.
Attachment #823811 - Flags: review?(gene.lian) → review+
Attached patch bug-912917.patch v1.1 (obsolete) — Splinter Review
Fixed according to gene's comments
Attachment #823811 - Attachment is obsolete: true
Attached patch bug-912917.patch v1.2 (obsolete) — Splinter Review
Rebased.
Attachment #823837 - Attachment is obsolete: true
Attached patch bug-912917.patch v1.3 (obsolete) — Splinter Review
Rebased
Attachment #824420 - Attachment is obsolete: true
Rebased.
Attachment #824429 - Attachment is obsolete: true
https://hg.mozilla.org/mozilla-central/rev/cc37dd2cd769
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Component: DOM: Device Interfaces → RIL
Product: Core → Firefox OS
Target Milestone: mozilla28 → ---
This landed before gecko 28 branched so will be in 1.3.
blocking-b2g: 1.3? → ---
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: