Closed
Bug 831628
Opened 12 years ago
Closed 12 years ago
B2G STK: Support "Idle Screen Available Event" Envelope command
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: allstars.chh, Assigned: chucklee)
References
Details
Attachments
(5 files, 2 obsolete files)
(deleted),
patch
|
allstars.chh
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
allstars.chh
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
allstars.chh
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
See TS 101.223, clause 7.5.6 Idle screen available event.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → chulee
Reporter | ||
Comment 1•12 years ago
|
||
(In reply to Yoshi Huang[:yoshi][:allstars.chh] from comment #0)
> See TS 101.223, clause 7.5.6 Idle screen available event.
Sorry should be TS 102.223
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #705716 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #705719 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #705720 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #705721 -
Flags: review?(allstars.chh)
Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 705716 [details] [diff] [review]
0001. Add event object.
Review of attachment 705716 [details] [diff] [review]:
-----------------------------------------------------------------
Please also update comments in sendStkEventDownload nsIDOMIccManager.idl.
sr? for Jonas for IDL change.
::: dom/icc/interfaces/SimToolKit.idl
@@ +583,5 @@
> */
> DOMString language;
> };
> +
> +dictionary MozStkGeneralEvent{
nit, please move { to next line.
Attachment #705716 -
Flags: superreview?(jonas)
Attachment #705716 -
Flags: review?(allstars.chh)
Attachment #705716 -
Flags: review+
Reporter | ||
Updated•12 years ago
|
Attachment #705719 -
Flags: review?(allstars.chh) → review+
Reporter | ||
Updated•12 years ago
|
Attachment #705720 -
Flags: review?(allstars.chh) → review+
Reporter | ||
Comment 7•12 years ago
|
||
Comment on attachment 705721 [details] [diff] [review]
0004. Test case for Event Download Command : Idle Screen Available.
Review of attachment 705721 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/system/gonk/tests/test_ril_worker_icc.js
@@ +1517,5 @@
> +/**
> + * Verify Event Download Command : Idle Screen Available
> + */
> +add_test(function test_stk_event_download_idle_screen_available() {
> + let worker = newUint8WithOutgoingIndexWorker();
I just realized this naming needs to be revised, at first I see 'WithOut'
@@ +1537,5 @@
> +
> + // BER length, TLV_DEVICE_ID_SIZE(4) + TLV_EVENT_LIST_SIZE(3) = 7
> + do_check_eq(pduHelper.readHexOctet(), 7);
> +
> + // Device Identifies, Type-Length-Value(Source ID-Destination ID)
typo, Identities
Attachment #705721 -
Flags: review?(allstars.chh) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Rename worker as comment 7.
Also fix naming of a test function.
Attachment #705753 -
Flags: review?(allstars.chh)
Assignee | ||
Comment 9•12 years ago
|
||
Update test case using new worker name
Attachment #705721 -
Attachment is obsolete: true
Reporter | ||
Updated•12 years ago
|
Attachment #705753 -
Flags: review?(allstars.chh) → review+
Reporter | ||
Comment 10•12 years ago
|
||
Comment on attachment 705716 [details] [diff] [review]
0001. Add event object.
Review of attachment 705716 [details] [diff] [review]:
-----------------------------------------------------------------
An alternative is to use inheritance.
But I am okay either way.
Attachment #705716 -
Flags: superreview?(jonas) → superreview+
Reporter | ||
Comment 11•12 years ago
|
||
Comment on attachment 705716 [details] [diff] [review]
0001. Add event object.
Review of attachment 705716 [details] [diff] [review]:
-----------------------------------------------------------------
Hi, Chuck
Can you add sr=sicking for your IDL changed?
thanks
Assignee | ||
Comment 12•12 years ago
|
||
Address comment 6 and add sr.
Attachment #705716 -
Attachment is obsolete: true
Assignee | ||
Comment 13•12 years ago
|
||
Try server : https://tbpl.mozilla.org/?tree=Try&rev=2c1a6c0dfb4b
Reporter | ||
Comment 14•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/1183f031c783
https://hg.mozilla.org/integration/mozilla-inbound/rev/f3b169983cdb
https://hg.mozilla.org/integration/mozilla-inbound/rev/5f8b0e4a7e22
https://hg.mozilla.org/integration/mozilla-inbound/rev/f93346711a14
https://hg.mozilla.org/integration/mozilla-inbound/rev/5c0e27333599
Comment 15•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1183f031c783
https://hg.mozilla.org/mozilla-central/rev/f3b169983cdb
https://hg.mozilla.org/mozilla-central/rev/5f8b0e4a7e22
https://hg.mozilla.org/mozilla-central/rev/f93346711a14
https://hg.mozilla.org/mozilla-central/rev/5c0e27333599
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•