issue493: cache.js uses the retired caching interface

Priority: bug Status: chatting
Messages
msg1264 (view) Author: lompik Date: 2015-05-17.16:11:48
As noted on Mozilla's MDN (https://developer.mozilla.org/en-US/docs/HTTP_Cache) :

It is strongly encoraged to NOT USE the OLD cache API any more - nsICacheService et al.  It will soon be
completely obsoleted and removed

This affects conkeror in yhe following way : When saving documents with no mime type , it is not possible
to "View internally" or "view as Text".
msg1314 (view) Author: madalu Date: 2016-05-29.15:13:25
I can confirm this bug. I've read the documentation for the old and new apis, but it will take deeper 
knowledge of Mozilla internals to fix this. Something that makes this more complicated, I think, is 
maintaining compatibility with palemoon.
History
Date User Action Args
2016-05-29 15:13:25madalusetstatus: unread -> chatting
messages: + msg1314
2015-05-17 16:11:48lompikcreate