Closed
Bug 1115758
Opened 10 years ago
Closed 10 years ago
Add Cancel method for USSDSession
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(feature-b2g:2.2+)
People
(Reporter: anshulj, Assigned: aknow)
References
Details
Attachments
(5 files, 6 obsolete files)
(deleted),
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
This is a clone of bug 1058397#c57.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → szchen
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8542049 -
Flags: review?(htsai)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8542050 -
Flags: review?(htsai)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8542051 -
Flags: review?(htsai)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8542052 -
Flags: review?(htsai)
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8542053 -
Flags: review?(htsai)
Comment 6•10 years ago
|
||
triage:
this should be feature-b2g:2.2 since it's blocking CAF 2.2 FL requirements.
Let's target on Jan23.
blocking-b2g: 2.2? → ---
feature-b2g: --- → 2.2+
Target Milestone: --- → 2.2 S4 (23jan)
Updated•10 years ago
|
Attachment #8542049 -
Flags: review?(htsai) → review+
Updated•10 years ago
|
Attachment #8542051 -
Flags: review?(htsai) → review+
Updated•10 years ago
|
Attachment #8542050 -
Flags: review?(htsai) → review+
Comment 7•10 years ago
|
||
Comment on attachment 8542052 [details] [diff] [review]
Part 4: Add nsITelephonyService.cancelUSSD (ipc)
Review of attachment 8542052 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/telephony/ipc/TelephonyIPCService.cpp
@@ +318,5 @@
> }
>
> NS_IMETHODIMP
> +TelephonyIPCService::CancelUSSD(uint32_t aClientId,
> + nsITelephonyCallback *aCallback)
nit: indention
::: dom/telephony/ipc/TelephonyParent.h
@@ +127,5 @@
> bool
> DoRequest(const DialRequest& aRequest);
>
> bool
> DoRequest(const USSDRequest& aRequest);
Since we are going to have CancelUSSDRequest, can we change USSDRequest to SendUSSDRequest for clearer naming?
Attachment #8542052 -
Flags: review?(htsai)
Updated•10 years ago
|
Attachment #8542053 -
Flags: review?(htsai) → review+
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8542052 -
Attachment is obsolete: true
Attachment #8544338 -
Flags: review?(htsai)
Comment 9•10 years ago
|
||
Comment on attachment 8544338 [details] [diff] [review]
Part 4#2: Add nsITelephonyService.cancelUSSD (ipc)
Review of attachment 8544338 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #8544338 -
Flags: review?(htsai) → review+
Assignee | ||
Comment 10•10 years ago
|
||
Assignee | ||
Comment 11•10 years ago
|
||
Attachment #8542049 -
Attachment is obsolete: true
Attachment #8545075 -
Flags: review+
Assignee | ||
Comment 12•10 years ago
|
||
Attachment #8542050 -
Attachment is obsolete: true
Attachment #8545076 -
Flags: review+
Assignee | ||
Comment 13•10 years ago
|
||
Attachment #8542051 -
Attachment is obsolete: true
Attachment #8545078 -
Flags: review+
Assignee | ||
Comment 14•10 years ago
|
||
Attachment #8544338 -
Attachment is obsolete: true
Attachment #8545079 -
Flags: review+
Assignee | ||
Comment 15•10 years ago
|
||
Attachment #8542053 -
Attachment is obsolete: true
Attachment #8545080 -
Flags: review+
Assignee | ||
Comment 16•10 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/a0068ce0aa55
https://hg.mozilla.org/integration/b2g-inbound/rev/19941167e2f3
https://hg.mozilla.org/integration/b2g-inbound/rev/d385fe32e60a
https://hg.mozilla.org/integration/b2g-inbound/rev/91470d5fbfde
https://hg.mozilla.org/integration/b2g-inbound/rev/1e9e14b2eedd
https://hg.mozilla.org/mozilla-central/rev/a0068ce0aa55
https://hg.mozilla.org/mozilla-central/rev/19941167e2f3
https://hg.mozilla.org/mozilla-central/rev/d385fe32e60a
https://hg.mozilla.org/mozilla-central/rev/91470d5fbfde
https://hg.mozilla.org/mozilla-central/rev/1e9e14b2eedd
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Blocks: CAF-v3.0-FL-metabug
No longer blocks: CAF-v3.0-FL-metabug
You need to log in
before you can comment on or make changes to this bug.
Description
•