Title: [121062] trunk/LayoutTests
Revision
121062
Author
micha...@google.com
Date
2012-06-22 15:30:31 -0700 (Fri, 22 Jun 2012)

Log Message

ApplicationCache - verify that an open network whitelist doesn't break online vs fallback layering.
https://bugs.webkit.org/show_bug.cgi?id=89714

An explicit online network namespace should trump a fallback namespace, the fallback should not be used.
Chrome had a bug where if a '*' was in the NETWORK section, explicit entries got ignored, and that
expected behavior was botched. See http://code.google.com/p/chromium/issues/detail?id=133816 for more
details about the chrome bug and code change this LayoutTest aims to verify.

Reviewed by Tony Chang.

* http/tests/appcache/resources/online-fallback-layering.manifest:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (121061 => 121062)


--- trunk/LayoutTests/ChangeLog	2012-06-22 22:25:50 UTC (rev 121061)
+++ trunk/LayoutTests/ChangeLog	2012-06-22 22:30:31 UTC (rev 121062)
@@ -1,3 +1,17 @@
+2012-06-22  Michael Nordman  <micha...@google.com>
+
+        ApplicationCache - verify that an open network whitelist doesn't break online vs fallback layering.
+        https://bugs.webkit.org/show_bug.cgi?id=89714
+
+        An explicit online network namespace should trump a fallback namespace, the fallback should not be used.
+        Chrome had a bug where if a '*' was in the NETWORK section, explicit entries got ignored, and that
+        expected behavior was botched. See http://code.google.com/p/chromium/issues/detail?id=133816 for more
+        details about the chrome bug and code change this LayoutTest aims to verify.
+
+        Reviewed by Tony Chang.
+
+        * http/tests/appcache/resources/online-fallback-layering.manifest:
+
 2012-06-22  Joshua Bell  <jsb...@chromium.org>
 
         IndexedDB: Snapshot metadata in front end to avoid IPC round-trips

Modified: trunk/LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest (121061 => 121062)


--- trunk/LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest	2012-06-22 22:25:50 UTC (rev 121061)
+++ trunk/LayoutTests/http/tests/appcache/resources/online-fallback-layering.manifest	2012-06-22 22:30:31 UTC (rev 121062)
@@ -5,3 +5,4 @@
 
 NETWORK:
 fallbacknamespace-networknamespace-
+*
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to