Converted --max-session-history opt into a pref, updated its uses to PREF api

updated test docs
This commit is contained in:
tyler 2017-01-14 03:00:10 -05:00
parent 4c401e47dc
commit 0fae39f468
4 changed files with 4 additions and 12 deletions

View file

@ -18,7 +18,7 @@
var go_forward_by = 24;
// The number of pages to go back by.
// This should be more than the default --max-session-history,
// This should be more than the default session-history.max-length pref,
// to ensure that going back reloads the page.
var go_back_by = Math.min(page_number, 20);