Skip to content

Commit

Permalink
[sailfishos][embedlite] Cleanup obsoleted preferences. JB#51273
Browse files Browse the repository at this point in the history
  • Loading branch information
rainemak committed Nov 2, 2020
1 parent e3374bc commit f1b6e84
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions embedding/embedlite/embedding.js
Expand Up @@ -142,16 +142,13 @@ pref("browser.cache.memory.capacity", 1024);

/* image cache prefs */
pref("image.cache.size", 1048576); // bytes
pref("image.high_quality_downscaling.enabled", false);

/* offline cache prefs */
pref("browser.offline-apps.notify", true);
pref("browser.cache.offline.enable", true);
pref("browser.cache.offline.capacity", 5120); // kilobytes
pref("offline-apps.quota.warn", 1024); // kilobytes

// cache compression turned off for now - see bug #715198
pref("browser.cache.compression_level", 0);

// Default action for unlisted external protocol handlers
pref("network.protocol-handler.external-default", true); // OK to load
Expand All @@ -168,10 +165,6 @@ pref("network.protocol-handler.warn-external.mailto", false);
pref("network.protocol-handler.warn-external.vnd.youtube", false);

/* http prefs */
pref("network.http.pipelining", true);
pref("network.http.pipelining.ssl", true);
pref("network.http.proxy.pipelining", true);
pref("network.http.pipelining.maxrequests" , 6);
pref("network.http.keep-alive.timeout", 109);
pref("network.http.max-connections", 20);
pref("network.http.max-persistent-connections-per-server", 6);
Expand All @@ -181,8 +174,6 @@ pref("network.http.max-persistent-connections-per-proxy", 20);
pref("network.buffer.cache.count", 24);
pref("network.buffer.cache.size", 16384);

/* history max results display */
pref("browser.display.history.maxresults", 100);

/* session history */
pref("browser.sessionhistory.max_total_viewers", 1);
Expand Down Expand Up @@ -355,8 +346,6 @@ pref("media.gmp.decoder.enabled", true);

// optimize images memory usage
pref("image.mem.allow_locking_in_content_processes", false);
pref("image.onload.decode.limit", 24); /* don't decode more than 24 images eagerly */

// SimplePush
pref("services.push.enabled", false);

Expand All @@ -374,8 +363,6 @@ pref("dom.event.touch.coalescing.enabled", false);
// back to the system.
pref("memory.free_dirty_pages", true);

pref("layout.imagevisibility.enabled", true);

// Enable Web Audio for Firefox for Android in Nightly and Aurora
pref("media.webaudio.enabled", true);

Expand Down

0 comments on commit f1b6e84

Please sign in to comment.