mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Switched to proposal 6 UI
changed browser.sessionhistory.max_entries to 50 --HG-- branch : mobile
This commit is contained in:
parent
4847e14a18
commit
41f76c807b
@ -61,7 +61,7 @@ pref("network.http.max-persistent-connections-per-proxy", 1);
|
||||
|
||||
/* session history */
|
||||
pref("browser.sessionhistory.max_total_viewers", 0);
|
||||
pref("browser.sessionhistory.max_entries", 3);
|
||||
pref("browser.sessionhistory.max_entries", 50);
|
||||
|
||||
/* debugging prefs */
|
||||
pref("browser.dom.window.dump.enabled", true);
|
||||
|
@ -41,7 +41,7 @@ const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
const Cu = Components.utils;
|
||||
|
||||
var LocationBar = null;
|
||||
var HUDBar = null;
|
||||
|
||||
function getBrowser() {
|
||||
return Browser.content.browser;
|
||||
|
@ -41,7 +41,8 @@
|
||||
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://browser/content/deckbrowser.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://browser/content/hud.xul"?>
|
||||
<?xul-overlay href="chrome://browser/content/toolbar.xul"?>
|
||||
<?xul-overlay href="chrome://browser/content/bookmarks.xul"?>
|
||||
<?xul-overlay href="chrome://browser/content/downloads.xul"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://browser/locale/browser.dtd">
|
||||
|
Loading…
Reference in New Issue
Block a user