Open
Bug 690639
Opened 13 years ago
Updated 2 years ago
"ASSERTION: Content should not be calling this" (nsIndexedToHTML::DoOnStartRequest calling nsChromeRegistryContent::IsLocaleRTL)
Categories
(Core :: Networking: File, defect, P5)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [necko-would-take])
Attachments
(2 files)
Loading a directory listing in Fennec (on Linux) hits
###!!! ASSERTION: Content should not be calling this: 'Not Reached', file /home/jruderman/mozilla-central/chrome/src/nsChromeRegistryContent.cpp, line 245
because nsIndexedToHTML::DoOnStartRequest calls nsChromeRegistryContent::IsLocaleRTL.
Reporter | ||
Comment 1•13 years ago
|
||
Mmm this looks like a bad one.
Maybe we should use the same hack as in bug 576507. Or if the fennec frontend deals with this another way, maybe we should move that into gecko here.
nsIndexedToHTML::DoOnStartRequest looks scary and I don't know what it does (is it trying to build a directory listing?), so moving to XPCOM. May be better elsewhere.
Component: IPC → XPCOM
QA Contact: ipc → xpcom
Comment 3•13 years ago
|
||
nsIndexedToHTML is something that takes a directory listing in a non-HTML format (I believe a format that both the FTP channel and file channel produce for directory listings) and produces some HTML the browser can render.
Comment 4•13 years ago
|
||
(In reply to Chris Jones [:cjones] [:warhammer] from comment #2)
> Mmm this looks like a bad one.
>
> Maybe we should use the same hack as in bug 576507. Or if the fennec
> frontend deals with this another way, maybe we should move that into gecko
> here.
The front-end doesn't handle things like this. It's a slipperly slope, but extending the hack in bug 576507 would work OK.
Updated•13 years ago
|
Component: XPCOM → Networking: File
QA Contact: xpcom → networking.file
Does fennec not support RTL locales then?
Comment 6•13 years ago
|
||
(In reply to Chris Jones [:cjones] [:warhammer] from comment #5)
> Does fennec not support RTL locales then?
I think it does.
Updated•9 years ago
|
Whiteboard: [necko-would-take]
Comment 7•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•