summaryrefslogtreecommitdiffstats
path: root/chrome/browser/appcache
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 21:20:17 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-28 21:20:17 +0000
commit1290063b22632e0e615955e726e59204dd2bc7c0 (patch)
tree9f04c6e940586ff59dbf282eb9aec6227fa82a13 /chrome/browser/appcache
parent90e888c657e928a56e4c67fa84f85354e0fc7748 (diff)
downloadchromium_src-1290063b22632e0e615955e726e59204dd2bc7c0.zip
chromium_src-1290063b22632e0e615955e726e59204dd2bc7c0.tar.gz
chromium_src-1290063b22632e0e615955e726e59204dd2bc7c0.tar.bz2
Do a better job of caching appcache status values in the renderer based on the sequence of events seen.
BUG=none TEST=existing tests apply Review URL: http://codereview.chromium.org/4901002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73021 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/appcache')
-rw-r--r--chrome/browser/appcache/appcache_ui_test.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/browser/appcache/appcache_ui_test.cc b/chrome/browser/appcache/appcache_ui_test.cc
index 521cfd6..58ca32b 100644
--- a/chrome/browser/appcache/appcache_ui_test.cc
+++ b/chrome/browser/appcache/appcache_ui_test.cc
@@ -80,16 +80,18 @@ TEST_F(AppCacheUITest, FLAKY_AppCacheLayoutTests_PHP) {
"non-html.xhtml",
"offline-access.html",
"online-whitelist.html",
+ "remove-cache.html",
"resource-redirect.html",
"resource-redirect-2.html",
"update-cache.html",
};
- // These tests are racey due to status polling on timers.
- // https://bugs.webkit.org/show_bug.cgi?id=49104
+ // This tests loads a data url which calls notifyDone, this just
+ // doesn't work with the layoutTestController in this test harness.
// "fail-on-update.html",
+
+ // Flaky for reasons i don't yet see?
// "fail-on-update2.html",
- // "remove-cache.html",
// TODO(michaeln): investigate these more closely
// "crash-when-navigating-away-then-back.html",