OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:applicationcache
(Results
1 - 25
of
87
) sorted by null
1
2
3
4
/external/webkit/LayoutTests/http/tests/appcache/
dynamic-entries-no-cache-expected.txt
3
PASS:
applicationCache
.items.length is 0
4
PASS:
applicationCache
.items.item(0) is null
5
PASS:
applicationCache
.items.item(1) is null
6
PASS:
applicationCache
.items.item(0xffffffff) is null
7
PASS:
applicationCache
.items.item(0xfffffffe) is null
8
PASS:
applicationCache
.items.item(-1) is null
9
PASS:
applicationCache
.items.item(-2) is null
10
PASS:
applicationCache
.items[0xfffffffe] is undefined
11
PASS:
applicationCache
.items[0xffffffff] is undefined
12
PASS:
applicationCache
.items['0'] is undefine
[
all
...]
update-cache.html
28
applicationCache
.oncached = function() { log("FAIL: Unexpected cached event") }
29
applicationCache
.onnoupdate = function() { log("FAIL: Unexpected noupdate event") }
30
applicationCache
.onupdateready = function() { setTimeout(test2, 0) }
33
setTimeout("
applicationCache
.update()", 0);
38
log((
applicationCache
.status ==
applicationCache
.UPDATEREADY) ? "Cache status is UPDATEREADY" : ("FAIL: Incorrect cache status, " +
applicationCache
.status));
41
applicationCache
.onupdateready = function() { setTimeout(test3, 0) }
44
setTimeout("
applicationCache
.update()", 0);
49
log((
applicationCache
.status == applicationCache.UPDATEREADY) ? "Cache status is UPDATEREADY" : ("FAIL: Incorrect cache (…)
[
all
...]
idempotent-update.html
3
<p>Test what
applicationCache
.update() does if update is already in progess.</p>
23
if (
applicationCache
.status !=
applicationCache
.IDLE)
24
log("FAIL: Unexpected cache status while preparing to test: " +
applicationCache
.status);
27
applicationCache
.onchecking = function() { if (++checkingCount != 1) log("FAIL: Too many checking events received.") }
29
applicationCache
.update();
30
applicationCache
.update();
31
applicationCache
.update();
32
applicationCache
.update();
33
applicationCache
.update()
[
all
...]
404-resource.html
19
log("FAIL: An unexpected " + eventName + " event was dispatched on window.
applicationCache
.");
24
if (
applicationCache
.status ==
applicationCache
.UNCACHED)
27
log("FAILURE: cache status is not uncached: " +
applicationCache
.status);
33
applicationCache
.addEventListener('cached', function() { unexpectedCallback("cached"); cacheCallback() }, false);
34
applicationCache
.addEventListener('noupdate', function() { unexpectedCallback("noupdate"); cacheCallback() }, false);
35
applicationCache
.addEventListener('error', test, false);
manifest-redirect-2.html
19
log("FAIL: An event was dispatched on window.
applicationCache
, even though it was not associated wuth any cache yet.");
25
if (window.
applicationCache
.status != window.
applicationCache
.UNCACHED)
26
log("FAILURE: Unexpected cache status: " + window.
applicationCache
.status);
34
applicationCache
.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36
applicationCache
.addEventListener('error', test, false);
manifest-redirect.html
19
log("FAIL: An event was dispatched on window.
applicationCache
, even though it was not associated wuth any cache yet.");
25
if (window.
applicationCache
.status != window.
applicationCache
.UNCACHED)
26
log("FAILURE: Unexpected cache status: " + window.
applicationCache
.status);
34
applicationCache
.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36
applicationCache
.addEventListener('error', test, false);
resource-redirect-2.html
19
log("FAIL: An unexpected event was dispatched on window.
applicationCache
.");
25
if (window.
applicationCache
.status != window.
applicationCache
.UNCACHED)
26
log("FAILURE: Unexpected cache status: " + window.
applicationCache
.status);
34
applicationCache
.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36
applicationCache
.addEventListener('error', test, false);
resource-redirect.html
19
log("FAIL: An unexpected event was dispatched on window.
applicationCache
.");
25
if (window.
applicationCache
.status != window.
applicationCache
.UNCACHED)
26
log("FAILURE: Unexpected cache status: " + window.
applicationCache
.status);
34
applicationCache
.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36
applicationCache
.addEventListener('error', test, false);
wrong-content-type.html
19
log("FAIL: An event was dispatched on window.
applicationCache
, even though it was not associated wuth any cache yet.");
25
if (window.
applicationCache
.status != window.
applicationCache
.UNCACHED)
26
log("FAILURE: Unexpected cache status: " + window.
applicationCache
.status);
34
applicationCache
.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36
applicationCache
.addEventListener('error', test, false);
wrong-signature-2.html
19
log("FAIL: An event was dispatched on window.
applicationCache
, even though it was not associated wuth any cache yet.");
25
if (window.
applicationCache
.status != window.
applicationCache
.UNCACHED)
26
log("FAILURE: Unexpected cache status: " + window.
applicationCache
.status);
34
applicationCache
.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36
applicationCache
.addEventListener('error', test, false);
wrong-signature.html
19
log("FAIL: An event was dispatched on window.
applicationCache
, even though it was not associated wuth any cache yet.");
25
if (window.
applicationCache
.status != window.
applicationCache
.UNCACHED)
26
log("FAILURE: Unexpected cache status: " + window.
applicationCache
.status);
34
applicationCache
.addEventListener('cached', function() { log("cached"); cacheCallback() }, false);
35
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); cacheCallback() }, false);
36
applicationCache
.addEventListener('error', test, false);
dynamic-entries-no-cache.html-disabled
54
shouldBe("
applicationCache
.items.length", "0");
55
shouldBe("
applicationCache
.items.item(0)", "null");
56
shouldBe("
applicationCache
.items.item(1)", "null");
57
shouldBe("
applicationCache
.items.item(0xffffffff)", "null");
58
shouldBe("
applicationCache
.items.item(0xfffffffe)", "null");
59
shouldBe("
applicationCache
.items.item(-1)", "null");
60
shouldBe("
applicationCache
.items.item(-2)", "null");
62
shouldBe("
applicationCache
.items[0xfffffffe]", "undefined");
63
shouldBe("
applicationCache
.items[0xffffffff]", "undefined");
66
shouldBe("
applicationCache
.items['0']", "undefined")
[
all
...]
404-manifest.html
18
applicationCache
.addEventListener('noupdate', function() { unexpectedEvent("noupdate") }, false);
19
applicationCache
.addEventListener('downloading', function() { unexpectedEvent("downloading") }, false);
20
applicationCache
.addEventListener('progress', function() { unexpectedEvent("progress") }, false);
21
applicationCache
.addEventListener('updateready', function() { unexpectedEvent("updateready") }, false);
22
applicationCache
.addEventListener('cached', function() { unexpectedEvent("cached") }, false);
23
applicationCache
.addEventListener('obsolete', function() { unexpectedEvent("obsolete") }, false);
29
if (window.
applicationCache
.status)
30
log("FAILURE: Cache status is not UNCACHED, " + window.
applicationCache
.status);
51
applicationCache
.addEventListener('checking', function() { gotCheckingEvent = true; }, false);
53
applicationCache
.addEventListener('error', function() { test() }, false)
[
all
...]
different-origin-manifest.html
14
applicationCache
.onchecking = function() { result.innerHTML += "FAIL: onchecking called. " }
15
applicationCache
.onerror = function() { result.innerHTML += "FAIL: onerror called" }
16
applicationCache
.onnoupdate = function() { result.innerHTML += "FAIL: onnoupdate called" }
17
applicationCache
.ondownloading = function() { result.innerHTML += "FAIL: ondownloading called" }
18
applicationCache
.onprogress = function() { result.innerHTML += "FAIL: onprogress called" }
19
applicationCache
.onupdateready = function() { result.innerHTML += "FAIL: onupdateready called" }
20
applicationCache
.oncached = function() { result.innerHTML += "FAIL: oncached called" }
21
applicationCache
.onobsolete = function() { result.innerHTML += "FAIL: onobsolete called" }
28
result.innerHTML =
applicationCache
.status ==
applicationCache
.UNCACHED ? "PASS" : "FAIL: cache status in not UNCACHED"
[
all
...]
detached-iframe-expected.txt
1
Test that accessing a detached iframe's
applicationCache
window property doesn't assert. If you don't see an assert, it passed.
disabled-expected.txt
1
Test to ensure the the window.
applicationCache
attribute is defined but non-functional with the feature disabled.
idempotent-update-expected.txt
1
Test what
applicationCache
.update() does if update is already in progess.
foreign-iframe-main.html
25
applicationCache
.addEventListener('checking', function() { log("checking") }, false);
26
applicationCache
.addEventListener('error', function() { log("error") }, false);
27
applicationCache
.addEventListener('downloading', function() { log("downloading") }, false);
28
applicationCache
.addEventListener('progress', function() { log("progress") }, false);
29
applicationCache
.addEventListener('updateready', function() { log("updateready") }, false);
30
applicationCache
.addEventListener('obsolete', function() { log("obsolete") }, false);
32
applicationCache
.addEventListener('noupdate', function() { log("noupdate"); test() }, false);
33
applicationCache
.addEventListener('cached', function() { log("cached"); test() }, false);
disabled.html
3
<p>Test to ensure the the window.
applicationCache
attribute is defined but non-functional with the feature disabled.</p>
17
if (window.
applicationCache
)
24
return
applicationCache
.status == 0;
29
applicationCache
.swapCache();
38
applicationCache
.swapCache();
/external/webkit/LayoutTests/http/tests/appcache/resources/
main-resource-hash-frame.html
9
applicationCache
.onchecking = function() { log("checking"); }
10
applicationCache
.ondownloading = function() { log("downloading") }
11
applicationCache
.onprogress = function() { log("progress") }
12
applicationCache
.onupdateready = function() { log("updateready") }
13
applicationCache
.onobsolete = function() { log("obsolete") }
14
applicationCache
.oncached = function() { log("cached"); loaded(); }
15
applicationCache
.onnoupdate = function() { log("noupdate"); loaded(); }
16
applicationCache
.onerror = function() { log("error"); loaded(); }
remove-cache-frame.html
13
log("status=" +
applicationCache
.status + " (expected 5)");
14
applicationCache
.onobsolete = function() { log("obsolete") }
15
applicationCache
.onupdateready = function() { log("updateready") }
16
applicationCache
.onnoupdate = function() { log("noupdate") }
17
applicationCache
.onnoupdate = function() { log("error") }
32
if (
applicationCache
.status !=
applicationCache
.UNCACHED &&
applicationCache
.status !=
applicationCache
.OBSOLETE) {
38
applicationCache
.onobsolete = function() { log("obsolete")
[
all
...]
offline-access-frame.html
8
applicationCache
.onchecking = function() { log("checking"); }
9
applicationCache
.ondownloading = function() { log("downloading") }
10
applicationCache
.onprogress = function() { log("progress") }
11
applicationCache
.onupdateready = function() { log("updateready") }
12
applicationCache
.onobsolete = function() { log("obsolete") }
17
applicationCache
.oncached = function() { log("cached"); test() }
18
applicationCache
.onnoupdate = function() { log("noupdate"); test() }
19
applicationCache
.onerror = function() { log("error"); test() }
21
if (
applicationCache
.status ==
applicationCache
.IDLE)
[
all
...]
xhr-foreign-resource-frame.html
12
applicationCache
.onnoupdate = null;
13
applicationCache
.oncached = null;
21
log("
applicationCache
.status = " +
applicationCache
.status);
29
applicationCache
.onnoupdate = cached;
30
applicationCache
.oncached = cached;
32
applicationCache
.onupdateready = function() { log("FAIL: received unexpected updateready event") }
33
applicationCache
.onerror = function() { log("FAIL: received unexpected error event") }
remove-cache-frame-2.html
13
log("status=" +
applicationCache
.status);
14
applicationCache
.onnoupdate = null;
28
applicationCache
.onupdateready = function() { log("updateready"); alert("Unexpected onupdateready event in frame") }
29
applicationCache
.onerror = function() { log("error"); alert("Unexpected error event in frame") }
30
applicationCache
.onnoupdate = function() { log("noupdate"); alert("Unexpected noupdate event in frame") }
31
applicationCache
.onobsolete = function() { log("obsolete"); alert("Unexpected obsolete event in frame") }
33
applicationCache
.oncached = test;
offline-access.js
3
applicationCache
.oncached = function() { log("cached") }
4
applicationCache
.onnoupdate = function() { log("noupdate") }
5
applicationCache
.onerror = function() { log("error") }
Completed in 80 milliseconds
1
2
3
4