Skip to content

Instantly share code, notes, and snippets.

@littlebtc
Created May 15, 2011 17:21
Show Gist options
  • Select an option

  • Save littlebtc/973334 to your computer and use it in GitHub Desktop.

Select an option

Save littlebtc/973334 to your computer and use it in GitHub Desktop.
Trigger Global VACUUM Component in Firefox 4
/* Learned from http://mxr.mozilla.org/mozilla-central/source/storage/test/unit/test_vacuum.js */
let vm = Cc["@mozilla.org/storage/vacuum;1"].getService(Ci.nsIObserver);
vm.observe(null, "idle-daily", null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment