Skip to content

Commit

Permalink
[pref] Drop unused preference from embedding.js
Browse files Browse the repository at this point in the history
The code used the removed pref was deleted in
https://bugzilla.mozilla.org/show_bug.cgi?id=1104622
  • Loading branch information
rojkov committed Jan 21, 2015
1 parent 18b3279 commit e2f1868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion embedding/embedlite/embedding.js
Expand Up @@ -298,7 +298,6 @@ pref("media.preload.auto", 2); // preload metadata if preload=auto
// optimize images memory usage
pref("image.mem.decodeondraw", true);
pref("image.mem.allow_locking_in_content_processes", false);
pref("image.mem.min_discard_timeout_ms", 10000);
pref("image.onload.decode.limit", 24); /* don't decode more than 24 images eagerly */

// SimplePush
Expand Down

0 comments on commit e2f1868

Please sign in to comment.