Quelle test_cache2-21-anon-storage.js
Sprache: JAVA
"use strict";
function run_test() {
do_get_profile();
// Create and check an entry anon disk storage
asyncOpenCacheEntry( "http://anon1/", "disk",
Ci.nsICacheStorage.OPEN_NORMALLY,
Services.loadContextInfo.anonymous, new OpenCallback(NEW, "an1", "an1", function () {
asyncOpenCacheEntry( "http://anon1/", "disk",
Ci.nsICacheStorage.OPEN_NORMALLY,
Services.loadContextInfo.anonymous, new OpenCallback(NORMAL, "an1", "an1", function () { // Create and check an entry non-anon disk storage
asyncOpenCacheEntry( "http://anon1/", "disk",
Ci.nsICacheStorage.OPEN_NORMALLY,
Services.loadContextInfo.default, new OpenCallback(NEW, "na1", "na1", function () {
asyncOpenCacheEntry( "http://anon1/", "disk",
Ci.nsICacheStorage.OPEN_NORMALLY,
Services.loadContextInfo.default, new OpenCallback(NORMAL, "na1", "na1", function () { // check the anon entry is still there and intact
asyncOpenCacheEntry( "http://anon1/", "disk",
Ci.nsICacheStorage.OPEN_NORMALLY,
Services.loadContextInfo.anonymous, new OpenCallback(NORMAL, "an1", "an1", function () {
finish_cache2_test();
})
);
})
);
})
);
})
);
})
);
do_test_pending();
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.