Closed
Bug 716754
Opened 13 years ago
Closed 13 years ago
Crash when accessing navigator.mozTelephony from chrome page
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: philikon, Assigned: bent.mozilla)
References
Details
(Keywords: crash)
Attachments
(1 file, 1 obsolete file)
3.47 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Right now we crash in NS_NewTelephony() if the page accessing navigator.mozTelephony is a chrome page because document->NodePrincipal()->GetURI() returns a null URI (the principal is the system principal).
Reporter | ||
Comment 1•13 years ago
|
||
I wouldn't say there's anything critical about this since (a) navigator.mozTelephony is not part of any normal Firefox build and (b) B2G's Gaia UI doesn't use chrome at all.
Comment 2•13 years ago
|
||
Criticality and priority are two different things.
Assignee | ||
Comment 3•13 years ago
|
||
This has r=sicking.
Assignee | ||
Comment 4•13 years ago
|
||
We decided to allow chrome access always.
Attachment #587316 -
Attachment is obsolete: true
Attachment #587842 -
Flags: review?(jonas)
Attachment #587842 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•