Closed
Bug 939026
Opened 12 years ago
Closed 11 years ago
B2G NetworkManager: resolveHostname() should use async dns service
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(tracking-b2g:backlog)
RESOLVED
DUPLICATE
of bug 1032097
tracking-b2g | backlog |
People
(Reporter: vchang, Assigned: bevis)
References
Details
We should prevent any blocking call being used in main thread.
Reference: https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIDNSService
Comment 2•11 years ago
|
||
Chuck, please take this bug. It is a 1.3+ bug. Thanks.
Component: General → RIL
Flags: needinfo?(chulee)
Updated•11 years ago
|
Whiteboard: cert
Updated•11 years ago
|
Whiteboard: cert → [cert]
Assignee: nobody → chulee
Flags: needinfo?(chulee)
Comment 3•11 years ago
|
||
This is the root cause of bug 991988
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Would you please give one patch on 1.3 ?
Thanks
Flags: needinfo?(whuang)
Comment 5•11 years ago
|
||
Hi Chencong,
Chuck is handling this issue.
Let's move the discussion to bug 991988, as this one is duplicate.
Flags: needinfo?(whuang)
Assignee | ||
Updated•11 years ago
|
Assignee: chulee → btseng
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 6•11 years ago
|
||
We will provide another quick solution in 991988.
However, the solution here is still needed in the case that
either mms proxy or mmsc is not an ip-address.
Assignee | ||
Comment 7•11 years ago
|
||
Set to 1.3? to triage again.
This solution is only needed in the following condition of mms configuration in the target network:
1. mms proxy is available and is not an ip-address.
2. Or, mms proxy is not set and mmsc is not an ip-address.
In most of case, mms proxy is available and is an ip-address which is no need to be resolved.
blocking-b2g: 1.3+ → 1.3?
Updated•11 years ago
|
blocking-b2g: 1.3? → backlog
Whiteboard: [cert]
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=5]
Target Milestone: --- → 1.4 S6 (25apr)
Assignee | ||
Comment 8•11 years ago
|
||
This now depends on how we support bug 992772 in NetworkManager.
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 9•11 years ago
|
||
Bug 1032097 includes the solution of async-access to the DNSService.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•