Closed
Bug 977474
Opened 11 years ago
Closed 7 years ago
[B2G] [NetworkCommandOptions] Combine the prefixLength, prefix, mask and maskLength into one
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:-)
RESOLVED
WONTFIX
blocking-b2g | - |
People
(Reporter: edgar, Unassigned)
References
Details
Attachments
(4 files)
6.65 KB,
patch
|
hsinyi
:
review+
vchang
:
review+
smaug
:
review+
|
Details | Diff | Splinter Review |
14.40 KB,
patch
|
vchang
:
review+
|
Details | Diff | Splinter Review |
4.43 KB,
patch
|
vchang
:
review+
|
Details | Diff | Splinter Review |
3.66 KB,
patch
|
vchang
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a follow-up of Bug #976959 [1] +++
NetworkOptions has three attributes, prefix/prefixLength/maskLength, standing for the same thing. We should combine them into one and "unsigned long" looks the right type for this attribute.
[1] Please see bug 976959 comment #8.
Reporter | ||
Comment 1•11 years ago
|
||
We should address bug 976959 comment #12 here as well.
Reporter | ||
Updated•11 years ago
|
Component: General → RIL
Updated•11 years ago
|
blocking-b2g: --- → backlog
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
Reporter | ||
Comment 4•11 years ago
|
||
Reporter | ||
Comment 5•11 years ago
|
||
Reporter | ||
Comment 6•11 years ago
|
||
Just WIP patches, not verify yet.
Reporter | ||
Updated•11 years ago
|
Summary: B2G: [NetworkOption] Combine the prefixLength, prefix and maskLength into one → [B2G] [NetworkCommandOptions] Combine the prefixLength, prefix and maskLength into one
Reporter | ||
Comment 7•11 years ago
|
||
It seems some other parameters can also be merged together:
- enabled, enable
- wifiStartIp, usbStartIp, startIp
- wifiEndIp, usbEndIp, endIp
Reporter | ||
Comment 8•11 years ago
|
||
(In reply to Edgar Chen [:edgar][:echen] from comment #6)
> Just WIP patches, not verify yet.
Just verify them with dolphin:
- Wifi connection
- Mobile connection
- Wifi hotspot + Mobile
- Usb tethering + Mobile
- Usb tethering + Wifi
Reporter | ||
Updated•11 years ago
|
Attachment #8417969 -
Flags: review?(vchang)
Attachment #8417969 -
Flags: review?(htsai)
Reporter | ||
Updated•11 years ago
|
Attachment #8417971 -
Flags: review?(vchang)
Reporter | ||
Updated•11 years ago
|
Attachment #8417973 -
Flags: review?(vchang)
Reporter | ||
Updated•11 years ago
|
Attachment #8417975 -
Flags: review?(vchang)
Updated•11 years ago
|
Attachment #8417969 -
Flags: review?(vchang) → review+
Updated•11 years ago
|
Attachment #8417971 -
Flags: review?(vchang) → review+
Updated•11 years ago
|
Attachment #8417973 -
Flags: review?(vchang) → review+
Updated•11 years ago
|
Attachment #8417975 -
Flags: review?(vchang) → review+
Comment 9•11 years ago
|
||
Thanks for you patches to refacor this. Looks good.
Comment 10•11 years ago
|
||
Comment on attachment 8417969 [details] [diff] [review]
Part 1: Interfaces changes, v1
Review of attachment 8417969 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for being late. Looks good to me :)
Attachment #8417969 -
Flags: review?(htsai) → review+
Reporter | ||
Comment 11•11 years ago
|
||
Comment on attachment 8417969 [details] [diff] [review]
Part 1: Interfaces changes, v1
Hi Olli, we just remove some redundant attributes in this bug. Could you help to review this? Thank you.
Attachment #8417969 -
Flags: review?(bugs)
Updated•11 years ago
|
Attachment #8417969 -
Flags: review?(bugs) → review+
Updated•11 years ago
|
blocking-b2g: backlog → -
Reporter | ||
Updated•10 years ago
|
Summary: [B2G] [NetworkCommandOptions] Combine the prefixLength, prefix and maskLength into one → [B2G] [NetworkCommandOptions] Combine the prefixLength, prefix, mask and maskLength into one
Reporter | ||
Comment 12•9 years ago
|
||
Unassigning myself as I am no longer working on this.
Assignee: echen → nobody
Comment 13•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•