Package: conkeror / 1.0~~pre-1+git141025-1+deb8u2

Metadata

Package Version Patches format
conkeror 1.0~~pre-1+git141025-1+deb8u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sensible editor xdg open.diff | (download)

modules/external-editor.js | 2 1 + 1 - 0 !
modules/mime.js | 12 2 + 10 - 0 !
2 files changed, 3 insertions(+), 11 deletions(-)

 use sensible-editor and xdg-open instead of hardcoded applications
 Let Debian's sensible-editor guess the editor and let xdg-open find
 the right application to open an file instead of hardcoded
 applications which may not be installed.
Bug-Debian: https://bugs.debian.org/570086
deb webjumps.diff | (download)

defaults/preferences/debian-default-modules.js | 1 1 + 0 - 0 !
modules/debian/debian-webjumps.js | 30 30 + 0 - 0 !
2 files changed, 31 insertions(+)

 adds and enables some debian and ubuntu related webjumps
 They're not suitable for being inlcuded in upstream by default.
cherry pick 6906955e fix load error messages with ff36.diff | (download)

components/application.js | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 application.js: fix matching of module load error messages to work with firefox 36
 Firefox 36 includes the path in some error messages, causing them to
 no longer precisely match the strings that had been specified.  Using
 String.prototype.startsWith fixes the problem.
Bug-Debian: https://bugs.debian.org/795597

cherry pick 631644f5 remove let expressions for ff44.diff | (download)

modules/block-content-focus-change.js | 3 2 + 1 - 0 !
modules/buffer.js | 3 2 + 1 - 0 !
modules/debug.js | 5 3 + 2 - 0 !
modules/env.js | 13 8 + 5 - 0 !
modules/favicon.js | 3 2 + 1 - 0 !
modules/input.js | 3 2 + 1 - 0 !
modules/keymap.js | 5 3 + 2 - 0 !
modules/page-modes/reddit.js | 12 6 + 6 - 0 !
modules/rc.js | 3 2 + 1 - 0 !
modules/session.js | 4 2 + 2 - 0 !
10 files changed, 32 insertions(+), 22 deletions(-)

 remove let expressions
 SpiderMonkey no longer supports them since Firefox 44, see
 https://bugzilla.mozilla.org/show_bug.cgi?id=1023609
Bug: http://bugs.conkeror.org/issue498
Bug-Debian: https://bugs.debian.org/813039