Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback1Resolve | |
|
pfeldman
2015/04/10 12:35:33
Lets not use console.log, but rather InspectorTest
dmurph
2015/04/13 18:23:03
Hm, ok. That's how IndexedDB did callbacks.
I to
| |
| 2 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback2Resolve | |
| 3 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback3Resolve | |
| 4 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback4Resolve | |
| 5 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback5Resolve | |
| 6 CONSOLE MESSAGE: line 156: InspectorTest.CacheStorage_callback6Resolve | |
| 7 Tests that cache data is correctly populated in the Inspector. | |
| 8 | |
| 9 Dumping CacheStorage tree: | |
| 10 (empty) | |
| 11 Dumping CacheStorage tree: | |
| 12 cache: testCache1 - http://127.0.0.1:8000 | |
| 13 (cache empty) | |
| 14 cache: testCache2 - http://127.0.0.1:8000 | |
| 15 (cache empty) | |
| 16 Dumping CacheStorage tree: | |
| 17 cache: testCache1 - http://127.0.0.1:8000 | |
| 18 'http://fake.request.com/1': 'OK' | |
| 19 'http://fake.request.com/2': 'Not Found' | |
| 20 cache: testCache2 - http://127.0.0.1:8000 | |
| 21 'http://fake.request2.com/1': 'OK' | |
| 22 'http://fake.request2.com/2': 'Not Found' | |
| 23 | |
| OLD | NEW |