Closed Bug 1166679 Opened 9 years ago Closed 9 years ago

Implement GetMessage function

Categories

(Firefox OS Graveyard :: Bluetooth, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(feature-b2g:2.2r+, firefox43 fixed, b2g-v2.2r fixed)

RESOLVED FIXED
FxOS-S7 (18Sep)
feature-b2g 2.2r+
Tracking Status
firefox43 --- fixed
b2g-v2.2r --- fixed

People

(Reporter: shawnjohnjr, Assigned: shawnjohnjr)

References

Details

Attachments

(2 files, 5 obsolete files)

Implement GetMessage function
Assignee: nobody → shuang
Comment on attachment 8649176 [details] [diff] [review]
Bug 1166679 - Implement GetMessage function

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

r=me with comment addressed.

::: dom/bluetooth/bluedroid/BluetoothMapSmsManager.cpp
@@ +845,5 @@
> +BluetoothMapSmsManager::HandleSmsMmsGetMessage(const ObexHeaderSet& aHeader)
> +{
> +  MOZ_ASSERT(NS_IsMainThread());
> +
> +  BluetoothService* bs = BluetoothService::Get();

Ensure |bs| is non-nullptr.
Attachment #8649176 - Flags: review?(btian) → review+
Comment on attachment 8649176 [details] [diff] [review]
Bug 1166679 - Implement GetMessage function

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

::: dom/bluetooth/bluedroid/BluetoothMapSmsManager.cpp
@@ +850,5 @@
> +
> +  InfallibleTArray<BluetoothNamedValue> data;
> +  nsString name;
> +  aHeader.GetName(name);
> +  BT_APPEND_NAMED_VALUE(data, "name", name);

Maybe it will be better to call "handle" instead of "name" here.

Field/Header       Name               Value
Header                Name               Message Handle
blocking-b2g: --- → 2.2r?
Revise flag to feature-b2g: 2.2r+ since MAP is required bluetooth feature for 2.2r.
blocking-b2g: 2.2r? → ---
feature-b2g: --- → 2.2r+
https://hg.mozilla.org/mozilla-central/rev/e03440d6f249
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → FxOS-S7 (18Sep)
sorry i had to back this out in https://hg.mozilla.org/releases/mozilla-b2g37_v2_2r/rev/67d81601af97

seems one change here was causing a bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=6599&repo=mozilla-b2g37_v2_2r
Status: RESOLVED → REOPENED
Flags: needinfo?(shuang)
Resolution: FIXED → ---
I've found that Bug 1195710 v2.2r patch cause this bustage. I will fix it in bug 1195710.
Flags: needinfo?(shuang)
Status: REOPENED → RESOLVED
Closed: 9 years ago9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: