icecat: add release icecat-140.8.0-2 for aramo
This commit is contained in:
parent
d9a6c0aa96
commit
d570f39e11
616 changed files with 39955 additions and 33937 deletions
|
|
@ -1050,7 +1050,7 @@
|
|||
# nsXPLookAndFeel::GenericDarkColor for Linktext.
|
||||
- name: browser.anchor_color.dark
|
||||
type: String
|
||||
value: "#8C8CFF"
|
||||
value: "#00CADB"
|
||||
mirror: never
|
||||
|
||||
# See http://dev.w3.org/html5/spec/forms.html#attr-fe-autofocus
|
||||
|
|
@ -3606,7 +3606,7 @@
|
|||
# BrowsingContext. This includes calls to History and Location APIs.
|
||||
- name: dom.navigation.navigationRateLimit.count
|
||||
type: uint32_t
|
||||
value: 200
|
||||
value: 1000
|
||||
mirror: always
|
||||
|
||||
# Time span in seconds for location change rate limit.
|
||||
|
|
|
|||
|
|
@ -154,6 +154,22 @@ pref("dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl", "")
|
|||
// enabled here, the feature may not be visible in all browsers.
|
||||
pref("dom.text-recognition.enabled", true);
|
||||
|
||||
// Blocklist of domains of web apps which we should not dispatch `input` event
|
||||
// immediately before `compositionend`.
|
||||
pref("editor.texteditor.inputevent.hack.no_dispatch_before_compositionend", "");
|
||||
pref("editor.htmleditor.inputevent.hack.no_dispatch_before_compositionend", "");
|
||||
// Pref for end-users and policy to add additional values.
|
||||
pref("editor.texteditor.inputevent.hack.no_dispatch_before_compositionend.addl", "");
|
||||
pref("editor.htmleditor.inputevent.hack.no_dispatch_before_compositionend.addl", "");
|
||||
|
||||
// Blocklist of domains of web apps which we should not dispatch `input` event
|
||||
// immediately after `compositionend`.
|
||||
pref("editor.texteditor.inputevent.hack.no_dispatch_after_compositionend", "");
|
||||
pref("editor.htmleditor.inputevent.hack.no_dispatch_after_compositionend", "");
|
||||
// Pref for end-users and policy to add additional values.
|
||||
pref("editor.texteditor.inputevent.hack.no_dispatch_after_compositionend.addl", "");
|
||||
pref("editor.htmleditor.inputevent.hack.no_dispatch_after_compositionend.addl", "");
|
||||
|
||||
// Fastback caching - if this pref is negative, then we calculate the number
|
||||
// of content viewers to cache based on the amount of available memory.
|
||||
pref("browser.sessionhistory.max_total_viewers", -1);
|
||||
|
|
@ -391,7 +407,9 @@ pref("gfx.downloadable_fonts.fallback_delay", 3000);
|
|||
pref("gfx.downloadable_fonts.fallback_delay_short", 100);
|
||||
|
||||
#ifdef XP_WIN
|
||||
pref("gfx.font_rendering.directwrite.use_gdi_table_loading", true);
|
||||
// Bug 2011408 will remove this pref and the code that uses it completely if
|
||||
// we don't see any performance issues.
|
||||
pref("gfx.font_rendering.directwrite.use_gdi_table_loading", false);
|
||||
#endif
|
||||
|
||||
#if defined(XP_WIN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue