Created
May 15, 2011 17:21
-
-
Save littlebtc/973334 to your computer and use it in GitHub Desktop.
Trigger Global VACUUM Component in Firefox 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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