issue475: view as text no more works with Firefox 32

Priority: bug Status: chatting
Messages
msg1226 (view) Author: XTaran Date: 2014-06-28.12:24:58
Use "firefox -app" with Firefox 32.

Go to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681518#13

Click on 681515.patch

Press "t"

Errors on STDOUT:

NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED)
[nsICacheService.createSession]
cache_entry_clear()@chrome://conkeror/content/cache.js:56
override_mime_type_for_next_load()@chrome://conkeror/content/mime-type-override.js:81
_co_impl__send()@chrome://conkeror/content/coroutine.js:415
Handler.prototype.process()@resource://gre/modules/Promise.jsm ->
resource://gre/modules/Promise-backend.js:863
this.PromiseWalker.walkerLoop()@resource://gre/modules/Promise.jsm ->
resource://gre/modules/Promise-backend.js:742
null()@null:0

Happened with current git HEAD (8a26fff5896a3360549e2adfbf06b1d57e909266) as available in the conkeror
nightly built .debs.
msg1236 (view) Author: madalu Date: 2014-11-09.03:26:58
It also fails to work with xulrunner 32 and above.

I believe the old cache API is being (or has been) deprecated:

https://developer.mozilla.org/en-US/docs/HTTP_Cache

See here for a discussion:

https://bugzilla.mozilla.org/show_bug.cgi?id=999577
msg1249 (view) Author: jrm Date: 2015-02-09.03:30:42
Stepping through the code, it is a problem with the cache API.  This page might be helpful for anyone
considering updating Conkeror's cache code.

http://www.janbambas.cz/http-cache-v1-api-disabled/
History
Date User Action Args
2015-02-09 03:30:43jrmsetmessages: + msg1249
2014-11-09 03:26:58madalusetstatus: unread -> chatting
messages: + msg1236
2014-06-28 12:24:58XTarancreate