Closed
Bug 947814
Opened 11 years ago
Closed 11 years ago
[WAP Push] Provide data.length instead of dataLength in authInfo and raw wap push data
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.3+, firefox27 wontfix, firefox28 fixed, firefox29 fixed, b2g-v1.3 fixed, b2g-v1.3T fixed, b2g-v1.4 fixed)
People
(Reporter: chucklee, Assigned: chucklee)
References
Details
Attachments
(2 files, 1 obsolete file)
1.34 KB,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
1.59 KB,
patch
|
Details | Diff | Splinter Review |
The type of raw data is UInt8Array, which .length will be stripped when sending to gaia by system message.
Previous implementation uses dataLength to pass the length of data, but it's more straightforward to use data.legnth instead.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8344510 -
Flags: review?(vyang)
Comment 2•11 years ago
|
||
Comment on attachment 8344510 [details] [diff] [review]
Assign length of data.
Review of attachment 8344510 [details] [diff] [review]:
-----------------------------------------------------------------
Can you also provide some simple test cases for this?
Attachment #8344510 -
Flags: review?(vyang) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Add index in commit title.
Attachment #8344510 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
Comment on attachment 8345685 [details] [diff] [review]
0002. Test case.
Review of attachment 8345685 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you :)
Attachment #8345685 -
Flags: review?(vyang) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Try : https://tbpl.mozilla.org/?tree=Try&rev=1581043d2805
It is run based on patch of bug 948376, the xpcshell test of wap push should be run.
Assignee | ||
Comment 7•11 years ago
|
||
Try without patch of bug 948376, https://tbpl.mozilla.org/?tree=Try&rev=7eb800d6812d
The xpcshell test of wap push is not run.
Assignee | ||
Comment 8•11 years ago
|
||
Try : https://tbpl.mozilla.org/?tree=Try&rev=7e2ae22d3538
xpcshell test for wap push does run.
Keywords: checkin-needed
Comment 9•11 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/1c67095ab18a
https://hg.mozilla.org/integration/b2g-inbound/rev/289a0ca7e7d0
Flags: in-testsuite+
Keywords: checkin-needed
Comment 10•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1c67095ab18a
https://hg.mozilla.org/mozilla-central/rev/289a0ca7e7d0
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C1/1.4 S1(20dec)
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(whuang)
Updated•11 years ago
|
blocking-b2g: 1.3? → 1.3+
Flags: needinfo?(whuang)
Comment 12•11 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/be03830fb191
https://hg.mozilla.org/releases/mozilla-aurora/rev/03cddae242d5
status-b2g-v1.3:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
status-b2g-v1.4:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•