Closed
Bug 948743
Opened 12 years ago
Closed 12 years ago
nsINetworkService::GetNetworkInterfaceStats broken by change to netd
Categories
(Firefox OS Graveyard :: General, 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: mschwart, Assigned: chucklee)
References
Details
(Keywords: regression)
Attachments
(1 file, 2 obsolete files)
6.44 KB,
patch
|
Details | Diff | Splinter Review |
Calls to nsINetworkService::GetNetworkInterfaceStats callback with success=false (expected true). This happens because Google has deprecated the readrxcounter/readtxcounter messages that net_worker.js depends on. See Change-Id: I6b113294b46e5988ad606144c3eef3c846ac28d1
This breaks anyone that uses that API including the Usage app.
Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → 1.3?
Comment 2•12 years ago
|
||
Andrew,
Can you please reassign appropriately?
Not getting traction here.
Flags: needinfo?(overholt)
Comment 3•12 years ago
|
||
Ken or Jason will know who can deal with this breakage.
Flags: needinfo?(overholt) → needinfo?(kchang)
Comment 4•12 years ago
|
||
Chuck, could you please take this bug?
Flags: needinfo?(kchang) → needinfo?(chulee)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → chulee
Flags: needinfo?(chulee)
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #8349280 -
Flags: feedback?(vchang)
Comment 6•12 years ago
|
||
Comment on attachment 8349280 [details] [diff] [review]
WIP - Query interface stat directly.
Review of attachment 8349280 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me
Attachment #8349280 -
Flags: feedback?(vchang) → feedback+
Comment 7•12 years ago
|
||
Comment on attachment 8349280 [details] [diff] [review]
WIP - Query interface stat directly.
Review of attachment 8349280 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me
Attachment #8349280 -
Flags: feedback?(acperez)
Comment 8•12 years ago
|
||
Comment on attachment 8349280 [details] [diff] [review]
WIP - Query interface stat directly.
Nice!
Attachment #8349280 -
Flags: feedback?(acperez) → feedback+
Assignee | ||
Comment 9•12 years ago
|
||
Attachment #8349280 -
Attachment is obsolete: true
Attachment #8355154 -
Flags: review?(vchang)
Attachment #8355154 -
Flags: review?(acperez)
Assignee | ||
Comment 10•12 years ago
|
||
Updated•12 years ago
|
Keywords: regression
Comment 11•12 years ago
|
||
Comment on attachment 8355154 [details] [diff] [review]
Query interface stat directly.
Review of attachment 8355154 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good for me.
Attachment #8355154 -
Flags: review?(vchang) → review+
Updated•12 years ago
|
Attachment #8355154 -
Flags: review?(acperez) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 12•12 years ago
|
||
Keywords: checkin-needed
Comment 13•12 years ago
|
||
Comment 14•12 years ago
|
||
Chuck,
Can you please provide an updated patch for this blocker?
Flags: needinfo?(chulee)
Updated•12 years ago
|
status-b2g-v1.3:
--- → affected
Comment 16•12 years ago
|
||
(In reply to Preeti Raghunath(:Preeti) from comment #15)
> Andrew,
>
> Are Ben/Blade working on this blocker?
No, that's a different bug.
Flags: needinfo?(overholt)
Assignee | ||
Comment 17•12 years ago
|
||
The tests fail seems not related to patch, I am still finding why.
Flags: needinfo?(chulee)
Assignee | ||
Comment 18•12 years ago
|
||
Change return value to behave like netd.
Attachment #8355154 -
Attachment is obsolete: true
Assignee | ||
Comment 19•12 years ago
|
||
Try seems better: https://tbpl.mozilla.org/?tree=Try&rev=aee163b7e6c3
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 20•12 years ago
|
||
Keywords: checkin-needed
Comment 21•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.3 C2/1.4 S2(17jan)
Comment 22•12 years ago
|
||
status-b2g-v1.4:
--- → fixed
status-firefox27:
--- → wontfix
status-firefox28:
--- → fixed
status-firefox29:
--- → fixed
Updated•11 years ago
|
Flags: in-testsuite?
Updated•11 years ago
|
status-b2g-v1.3T:
--- → fixed
Updated•11 years ago
|
Flags: in-moztrap-
You need to log in
before you can comment on or make changes to this bug.
Description
•