gecko-dev/netwerk/streamconv
Mike Hommey a425c2082f Bug 1366180 - Fix title and parent links in resource:// listings. r=valentin
For a long time, opening a resource:// url that leads to a file list has
used a title of the form "Index of jar:file://..." where the
jar:file://... url is the actual location the resource:// url has been
resolved to in the omni.ja.

That same url is used to derive a link to the parent directory. Because
of security context restrictions, the resource://... page can't open a
link to jar:file://... .

So we use the original resource:// url to derive the parent directory
link, and while here, also fix the title.

--HG--
extra : rebase_source : f12ff784c1671f15b83ff082eb7418fcb71f1e10
2017-05-24 11:27:22 +09:00
..
converters Bug 1366180 - Fix title and parent links in resource:// listings. r=valentin 2017-05-24 11:27:22 +09:00
moz.build Bug 1313752 - Port binary tests in netwerk/test to gtest, or remove the ones that we currently aren't running. r=michal.novotny. Includes the following followups: 2016-11-29 13:53:48 -05:00
mozITXTToHTMLConv.idl
nsIDirIndex.idl
nsIDirIndexListener.idl
nsIStreamConverter.idl
nsIStreamConverterService.idl
nsITXTToHTMLConv.idl
nsStreamConverterService.cpp Bug 1311669 - Use C++11's override and remove virtual where applicable. r=valentin 2016-11-08 16:36:58 +02:00
nsStreamConverterService.h