icecat: add release icecat-140.6.0-1gnu1 for ecne
This commit is contained in:
parent
618c9f4145
commit
7d0f5dab3b
3382 changed files with 457689 additions and 569094 deletions
|
|
@ -135,8 +135,9 @@ nsresult nsIndexedToHTML::DoOnStartRequest(nsIRequest* request,
|
|||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
// We use the original URI for the title and parent link when it's a
|
||||
// resource:// url, instead of the jar:file:// url it resolves to.
|
||||
if (!uri->SchemeIs("resource")) {
|
||||
// resource:// or moz-extension:// url, instead of the jar:file://
|
||||
// url it resolves to.
|
||||
if (!uri->SchemeIs("resource") && !uri->SchemeIs("moz-extension")) {
|
||||
rv = channel->GetURI(getter_AddRefs(uri));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue