Changeset 188468 in webkit
- Timestamp:
- Aug 14, 2015, 7:08:59 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r188426 r188468 1 2015-08-13 Antti Koivisto <antti@apple.com> 2 3 Cover memory cache subresource validation policy with cache tests 4 https://bugs.webkit.org/show_bug.cgi?id=147830 5 6 Reviewed by Alexey Proskuryakov. 7 8 Add another test round using subresource validation policy. 9 10 * http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt: 11 * http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt: 12 * http/tests/cache/disk-cache/disk-cache-307-status-code-expected.txt: 13 * http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt: 14 * http/tests/cache/disk-cache/disk-cache-disable-expected.txt: 15 * http/tests/cache/disk-cache/disk-cache-media-expected.txt: 16 * http/tests/cache/disk-cache/disk-cache-range-expected.txt: 17 * http/tests/cache/disk-cache/disk-cache-request-headers-expected.txt: 18 * http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt: 19 * http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt: 20 * http/tests/cache/disk-cache/disk-cache-validation-attachment-expected.txt: 21 * http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt: 22 * http/tests/cache/disk-cache/disk-cache-validation-expected.txt: 23 * http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt: 24 * http/tests/cache/disk-cache/disk-cache-vary-expected.txt: 25 * http/tests/cache/disk-cache/disk-cache-vary-no-body-expected.txt: 26 * http/tests/cache/disk-cache/resources/cache-test.js: 27 (loadResourcesWithOptions): 28 (.): 29 (runTests): 30 1 31 2015-08-13 Joseph Pecoraro <pecoraro@apple.com> 2 32 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-204-status-code-expected.txt
r188211 r188468 26 26 response source: Memory cache 27 27 28 --------Testing loads through memory cache (subresource behavior)-------- 29 response headers: {"Status":"204","Cache-control":"max-age=0"} 30 response source: Network 31 32 response headers: {"Status":"204","Cache-control":"max-age=100"} 33 response source: Memory cache 34 35 response headers: {"Status":"204","Last-Modified":"now(-1000)"} 36 response source: Memory cache 37 28 38 PASS successfullyParsed is true 29 39 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt
r188211 r188468 20 20 response source: Network 21 21 22 --------Testing loads through memory cache (subresource behavior)-------- 23 response headers: {"Status":"302","Location":"/","Cache-control":"max-age=0"} 24 response source: Network 25 26 response headers: {"Status":"302","Location":"/","Cache-control":"max-age=100"} 27 response source: Network 28 22 29 PASS successfullyParsed is true 23 30 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-307-status-code-expected.txt
r188211 r188468 44 44 response source: Memory cache 45 45 46 --------Testing loads through memory cache (subresource behavior)-------- 47 response headers: {"Status":"307"} 48 response source: Network 49 50 response headers: {"Status":"307","Cache-control":"max-age=0"} 51 response source: Network 52 53 response headers: {"Status":"307","Cache-control":"max-age=100"} 54 response source: Memory cache 55 56 response headers: {"Status":"307","Expires":"now(0)"} 57 response source: Network 58 59 response headers: {"Status":"307","Expires":"now(100)"} 60 response source: Memory cache 61 62 response headers: {"Status":"307","Last-Modified":"now(-1000)"} 63 response source: Memory cache 64 46 65 PASS successfullyParsed is true 47 66 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-404-status-code-expected.txt
r188211 r188468 26 26 response source: Memory cache 27 27 28 --------Testing loads through memory cache (subresource behavior)-------- 29 response headers: {"Status":"404","Cache-control":"max-age=0"} 30 response source: Network 31 32 response headers: {"Status":"404","Cache-control":"max-age=100"} 33 response source: Memory cache 34 35 response headers: {"Status":"404","Last-Modified":"now(-1000)"} 36 response source: Memory cache 37 28 38 PASS successfullyParsed is true 29 39 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-disable-expected.txt
r188211 r188468 13 13 response source: Memory cache 14 14 15 --------Testing loads through memory cache (subresource behavior)-------- 16 response headers: {"Cache-control":"max-age=100"} 17 response source: Memory cache 18 15 19 Disabling cache 16 20 --------Testing loads from disk cache-------- … … 19 23 20 24 --------Testing loads through memory cache (XHR behavior)-------- 25 response headers: {"Cache-control":"max-age=100"} 26 response source: Memory cache 27 28 --------Testing loads through memory cache (subresource behavior)-------- 21 29 response headers: {"Cache-control":"max-age=100"} 22 30 response source: Memory cache … … 31 39 response source: Memory cache 32 40 41 --------Testing loads through memory cache (subresource behavior)-------- 42 response headers: {"Cache-control":"max-age=100"} 43 response source: Memory cache 44 33 45 PASS successfullyParsed is true 34 46 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-media-expected.txt
r188211 r188468 44 44 response source: Memory cache 45 45 46 --------Testing loads through memory cache (subresource behavior)-------- 47 response headers: {"Cache-control":"max-age=0","Content-Type":"text/plain"} 48 response source: Network 49 50 response headers: {"Cache-control":"max-age=100","Content-Type":"text/plain"} 51 response source: Memory cache 52 53 response headers: {"Cache-control":"max-age=0","Content-Type":"video/mp4"} 54 response source: Network 55 56 response headers: {"Cache-control":"max-age=100","Content-Type":"video/mp4"} 57 response source: Memory cache 58 59 response headers: {"Cache-control":"max-age=0","Content-Type":"audio/mp4"} 60 response source: Network 61 62 response headers: {"Cache-control":"max-age=100","Content-Type":"audio/mp4"} 63 response source: Memory cache 64 46 65 PASS successfullyParsed is true 47 66 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-range-expected.txt
r188211 r188468 54 54 response status: 416 55 55 56 --------Testing loads through memory cache (subresource behavior)-------- 57 response headers: {"Cache-control":"max-age=100"} 58 response source: Memory cache 59 response status: 200 60 61 response headers: {"Cache-control":"max-age=0"} 62 response source: Network 63 response status: 200 64 65 response headers: {"Cache-control":"max-age=100","Range":"bytes=2-4"} 66 response source: Memory cache 67 response status: 206 68 69 response headers: {"Cache-control":"max-age=0","Range":"bytes=2-4"} 70 response source: Network 71 response status: 206 72 73 response headers: {"Cache-control":"max-age=100","Range":"bytes=5-7"} 74 response source: Memory cache 75 response status: 416 76 77 response headers: {"Cache-control":"max-age=0","Range":"bytes=5-7"} 78 response source: Network 79 response status: 416 80 56 81 PASS successfullyParsed is true 57 82 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-request-headers-expected.txt
r188211 r188468 196 196 response source: Memory cache 197 197 198 --------Testing loads through memory cache (subresource behavior)-------- 199 response headers: {"Cache-control":"max-age=0"} 200 response source: Network 201 202 response headers: {"Cache-control":"max-age=100"} 203 response source: Memory cache 204 205 response headers: {"Cache-control":"max-age=0"} 206 request headers: {"Cache-control":"no-cache"} 207 response source: Network 208 209 response headers: {"Cache-control":"max-age=100"} 210 request headers: {"Cache-control":"no-cache"} 211 response source: Memory cache 212 213 response headers: {"Cache-control":"max-age=0"} 214 request headers: {"Cache-control":"no-store"} 215 response source: Network 216 217 response headers: {"Cache-control":"max-age=100"} 218 request headers: {"Cache-control":"no-store"} 219 response source: Memory cache 220 221 response headers: {"Cache-control":"max-age=0"} 222 request headers: {"Cache-control":"no-cache, no-store"} 223 response source: Network 224 225 response headers: {"Cache-control":"max-age=100"} 226 request headers: {"Cache-control":"no-cache, no-store"} 227 response source: Memory cache 228 229 response headers: {"Cache-control":"max-age=0"} 230 request headers: {"Cache-control":"max-age=0"} 231 response source: Network 232 233 response headers: {"Cache-control":"max-age=100"} 234 request headers: {"Cache-control":"max-age=0"} 235 response source: Memory cache 236 237 response headers: {"Cache-control":"max-age=0"} 238 request headers: {"Cache-control":"no-cache, max-age=0"} 239 response source: Network 240 241 response headers: {"Cache-control":"max-age=100"} 242 request headers: {"Cache-control":"no-cache, max-age=0"} 243 response source: Memory cache 244 245 response headers: {"Cache-control":"max-age=0"} 246 request headers: {"Cache-control":"no-store, max-age=0"} 247 response source: Network 248 249 response headers: {"Cache-control":"max-age=100"} 250 request headers: {"Cache-control":"no-store, max-age=0"} 251 response source: Memory cache 252 253 response headers: {"Cache-control":"max-age=0"} 254 request headers: {"Cache-control":"no-cache, no-store, max-age=0"} 255 response source: Network 256 257 response headers: {"Cache-control":"max-age=100"} 258 request headers: {"Cache-control":"no-cache, no-store, max-age=0"} 259 response source: Memory cache 260 261 response headers: {"Cache-control":"max-age=0"} 262 request headers: {"Cache-control":"max-age=100"} 263 response source: Network 264 265 response headers: {"Cache-control":"max-age=100"} 266 request headers: {"Cache-control":"max-age=100"} 267 response source: Memory cache 268 269 response headers: {"Cache-control":"max-age=0"} 270 request headers: {"Cache-control":"no-cache, max-age=100"} 271 response source: Network 272 273 response headers: {"Cache-control":"max-age=100"} 274 request headers: {"Cache-control":"no-cache, max-age=100"} 275 response source: Memory cache 276 277 response headers: {"Cache-control":"max-age=0"} 278 request headers: {"Cache-control":"no-store, max-age=100"} 279 response source: Network 280 281 response headers: {"Cache-control":"max-age=100"} 282 request headers: {"Cache-control":"no-store, max-age=100"} 283 response source: Memory cache 284 285 response headers: {"Cache-control":"max-age=0"} 286 request headers: {"Cache-control":"no-cache, no-store, max-age=100"} 287 response source: Network 288 289 response headers: {"Cache-control":"max-age=100"} 290 request headers: {"Cache-control":"no-cache, no-store, max-age=100"} 291 response source: Memory cache 292 198 293 PASS successfullyParsed is true 199 294 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-request-max-stale-expected.txt
r188211 r188468 296 296 response source: Network 297 297 298 --------Testing loads through memory cache (subresource behavior)-------- 299 response headers: {"Cache-control":"max-age=0","ETag":"match"} 300 request headers: {"Cache-control":"max-stale=0"} 301 response source: Memory cache after validation 302 303 response headers: {"Cache-control":"max-age=100"} 304 request headers: {"Cache-control":"max-stale=0"} 305 response source: Memory cache 306 307 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 308 request headers: {"Cache-control":"max-stale=0"} 309 response source: Memory cache after validation 310 311 response headers: {"Cache-control":"max-age=100","Age":"200"} 312 request headers: {"Cache-control":"max-stale=0"} 313 response source: Network 314 315 response headers: {"Cache-control":"max-age=0","ETag":"match"} 316 request headers: {"Cache-control":"max-stale"} 317 response source: Memory cache after validation 318 319 response headers: {"Cache-control":"max-age=100"} 320 request headers: {"Cache-control":"max-stale"} 321 response source: Memory cache 322 323 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 324 request headers: {"Cache-control":"max-stale"} 325 response source: Memory cache after validation 326 327 response headers: {"Cache-control":"max-age=100","Age":"200"} 328 request headers: {"Cache-control":"max-stale"} 329 response source: Disk cache 330 331 response headers: {"Cache-control":"max-age=0","ETag":"match"} 332 request headers: {"Cache-control":"max-stale=100"} 333 response source: Memory cache after validation 334 335 response headers: {"Cache-control":"max-age=100"} 336 request headers: {"Cache-control":"max-stale=100"} 337 response source: Memory cache 338 339 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 340 request headers: {"Cache-control":"max-stale=100"} 341 response source: Memory cache after validation 342 343 response headers: {"Cache-control":"max-age=100","Age":"200"} 344 request headers: {"Cache-control":"max-stale=100"} 345 response source: Network 346 347 response headers: {"Cache-control":"max-age=0","ETag":"match"} 348 request headers: {"Cache-control":"max-stale=0, max-age=0"} 349 response source: Memory cache after validation 350 351 response headers: {"Cache-control":"max-age=100"} 352 request headers: {"Cache-control":"max-stale=0, max-age=0"} 353 response source: Memory cache 354 355 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 356 request headers: {"Cache-control":"max-stale=0, max-age=0"} 357 response source: Memory cache after validation 358 359 response headers: {"Cache-control":"max-age=100","Age":"200"} 360 request headers: {"Cache-control":"max-stale=0, max-age=0"} 361 response source: Network 362 363 response headers: {"Cache-control":"max-age=0","ETag":"match"} 364 request headers: {"Cache-control":"max-stale, max-age=0"} 365 response source: Memory cache after validation 366 367 response headers: {"Cache-control":"max-age=100"} 368 request headers: {"Cache-control":"max-stale, max-age=0"} 369 response source: Memory cache 370 371 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 372 request headers: {"Cache-control":"max-stale, max-age=0"} 373 response source: Memory cache after validation 374 375 response headers: {"Cache-control":"max-age=100","Age":"200"} 376 request headers: {"Cache-control":"max-stale, max-age=0"} 377 response source: Network 378 379 response headers: {"Cache-control":"max-age=0","ETag":"match"} 380 request headers: {"Cache-control":"max-stale=100, max-age=0"} 381 response source: Memory cache after validation 382 383 response headers: {"Cache-control":"max-age=100"} 384 request headers: {"Cache-control":"max-stale=100, max-age=0"} 385 response source: Memory cache 386 387 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 388 request headers: {"Cache-control":"max-stale=100, max-age=0"} 389 response source: Memory cache after validation 390 391 response headers: {"Cache-control":"max-age=100","Age":"200"} 392 request headers: {"Cache-control":"max-stale=100, max-age=0"} 393 response source: Network 394 395 response headers: {"Cache-control":"max-age=0","ETag":"match"} 396 request headers: {"Cache-control":"max-stale=0, max-age=100"} 397 response source: Memory cache after validation 398 399 response headers: {"Cache-control":"max-age=100"} 400 request headers: {"Cache-control":"max-stale=0, max-age=100"} 401 response source: Memory cache 402 403 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 404 request headers: {"Cache-control":"max-stale=0, max-age=100"} 405 response source: Memory cache after validation 406 407 response headers: {"Cache-control":"max-age=100","Age":"200"} 408 request headers: {"Cache-control":"max-stale=0, max-age=100"} 409 response source: Network 410 411 response headers: {"Cache-control":"max-age=0","ETag":"match"} 412 request headers: {"Cache-control":"max-stale, max-age=100"} 413 response source: Memory cache after validation 414 415 response headers: {"Cache-control":"max-age=100"} 416 request headers: {"Cache-control":"max-stale, max-age=100"} 417 response source: Memory cache 418 419 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 420 request headers: {"Cache-control":"max-stale, max-age=100"} 421 response source: Memory cache after validation 422 423 response headers: {"Cache-control":"max-age=100","Age":"200"} 424 request headers: {"Cache-control":"max-stale, max-age=100"} 425 response source: Disk cache 426 427 response headers: {"Cache-control":"max-age=0","ETag":"match"} 428 request headers: {"Cache-control":"max-stale=100, max-age=100"} 429 response source: Memory cache after validation 430 431 response headers: {"Cache-control":"max-age=100"} 432 request headers: {"Cache-control":"max-stale=100, max-age=100"} 433 response source: Memory cache 434 435 response headers: {"Cache-control":"max-age=0","ETag":"match","Age":"200"} 436 request headers: {"Cache-control":"max-stale=100, max-age=100"} 437 response source: Memory cache after validation 438 439 response headers: {"Cache-control":"max-age=100","Age":"200"} 440 request headers: {"Cache-control":"max-stale=100, max-age=100"} 441 response source: Network 442 298 443 PASS successfullyParsed is true 299 444 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt
r188211 r188468 15 15 response source: Memory cache after validation 16 16 17 --------Testing loads through memory cache (subresource behavior)-------- 18 response headers: {"Expires":"now(0)","ETag":"match"} 19 response's 'Expires' header is overriden by future date in 304 response 20 response source: Memory cache after validation 21 17 22 304 response included an 'Expires' header in the future, so we should not need to revalidate this time. 18 23 --------Testing loads from disk cache-------- … … 26 31 response source: Memory cache 27 32 33 --------Testing loads through memory cache (subresource behavior)-------- 34 response headers: {"Expires":"now(0)","ETag":"match"} 35 response's 'Expires' header is overriden by future date in 304 response 36 response source: Memory cache 37 28 38 PASS successfullyParsed is true 29 39 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-attachment-expected.txt
r188211 r188468 44 44 response source: Memory cache 45 45 46 --------Testing loads through memory cache (subresource behavior)-------- 47 response headers: undefined 48 response source: Network 49 50 response headers: {"Cache-control":"max-age=0"} 51 response source: Network 52 53 response headers: {"Cache-control":"max-age=100"} 54 response source: Memory cache 55 56 response headers: {"Content-Disposition":"attachment; filename=\"f.txt\""} 57 response source: Network 58 59 response headers: {"Cache-control":"max-age=0","Content-Disposition":"attachment; filename=\"f.txt\""} 60 response source: Network 61 62 response headers: {"Cache-control":"max-age=100","Content-Disposition":"attachment; filename=\"f.txt\""} 63 response source: Memory cache 64 46 65 PASS successfullyParsed is true 47 66 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy-expected.txt
r188211 r188468 332 332 response source: Network 333 333 334 --------Testing loads through memory cache (subresource behavior)-------- 335 response headers: undefined 336 response source: Network 337 338 response headers: {"Cache-control":"max-age=0"} 339 response source: Network 340 341 response headers: {"Cache-control":"max-age=100"} 342 response source: Memory cache 343 344 response headers: {"Cache-control":"no-store"} 345 response source: Network 346 347 response headers: {"Cache-control":"max-age=0, no-store"} 348 response source: Network 349 350 response headers: {"Cache-control":"max-age=100, no-store"} 351 response source: Network 352 353 response headers: {"Cache-control":"no-cache"} 354 response source: Network 355 356 response headers: {"Cache-control":"max-age=0, no-cache"} 357 response source: Network 358 359 response headers: {"Cache-control":"max-age=100, no-cache"} 360 response source: Network 361 362 response headers: {"ETag":"match"} 363 response source: Memory cache after validation 364 365 response headers: {"Cache-control":"max-age=0","ETag":"match"} 366 response source: Memory cache after validation 367 368 response headers: {"Cache-control":"max-age=100","ETag":"match"} 369 response source: Memory cache 370 371 response headers: {"Cache-control":"no-store","ETag":"match"} 372 response source: Network 373 374 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match"} 375 response source: Network 376 377 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match"} 378 response source: Network 379 380 response headers: {"Cache-control":"no-cache","ETag":"match"} 381 response source: Memory cache after validation 382 383 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match"} 384 response source: Memory cache after validation 385 386 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match"} 387 response source: Memory cache after validation 388 389 response headers: {"ETag":"nomatch"} 390 response source: Network 391 392 response headers: {"Cache-control":"max-age=0","ETag":"nomatch"} 393 response source: Network 394 395 response headers: {"Cache-control":"max-age=100","ETag":"nomatch"} 396 response source: Memory cache 397 398 response headers: {"Cache-control":"no-store","ETag":"nomatch"} 399 response source: Network 400 401 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch"} 402 response source: Network 403 404 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch"} 405 response source: Network 406 407 response headers: {"Cache-control":"no-cache","ETag":"nomatch"} 408 response source: Network 409 410 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch"} 411 response source: Network 412 413 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch"} 414 response source: Network 415 416 response headers: {"Cache-control":"must-revalidate"} 417 response source: Network 418 419 response headers: {"Cache-control":"max-age=0, must-revalidate"} 420 response source: Network 421 422 response headers: {"Cache-control":"max-age=100, must-revalidate"} 423 response source: Memory cache 424 425 response headers: {"Cache-control":"no-store, must-revalidate"} 426 response source: Network 427 428 response headers: {"Cache-control":"max-age=0, no-store, must-revalidate"} 429 response source: Network 430 431 response headers: {"Cache-control":"max-age=100, no-store, must-revalidate"} 432 response source: Network 433 434 response headers: {"Cache-control":"no-cache, must-revalidate"} 435 response source: Network 436 437 response headers: {"Cache-control":"max-age=0, no-cache, must-revalidate"} 438 response source: Network 439 440 response headers: {"Cache-control":"max-age=100, no-cache, must-revalidate"} 441 response source: Network 442 443 response headers: {"ETag":"match","Cache-control":"must-revalidate"} 444 response source: Memory cache after validation 445 446 response headers: {"Cache-control":"max-age=0, must-revalidate","ETag":"match"} 447 response source: Memory cache after validation 448 449 response headers: {"Cache-control":"max-age=100, must-revalidate","ETag":"match"} 450 response source: Memory cache 451 452 response headers: {"Cache-control":"no-store, must-revalidate","ETag":"match"} 453 response source: Network 454 455 response headers: {"Cache-control":"max-age=0, no-store, must-revalidate","ETag":"match"} 456 response source: Network 457 458 response headers: {"Cache-control":"max-age=100, no-store, must-revalidate","ETag":"match"} 459 response source: Network 460 461 response headers: {"Cache-control":"no-cache, must-revalidate","ETag":"match"} 462 response source: Memory cache after validation 463 464 response headers: {"Cache-control":"max-age=0, no-cache, must-revalidate","ETag":"match"} 465 response source: Memory cache after validation 466 467 response headers: {"Cache-control":"max-age=100, no-cache, must-revalidate","ETag":"match"} 468 response source: Memory cache after validation 469 470 response headers: {"ETag":"nomatch","Cache-control":"must-revalidate"} 471 response source: Network 472 473 response headers: {"Cache-control":"max-age=0, must-revalidate","ETag":"nomatch"} 474 response source: Network 475 476 response headers: {"Cache-control":"max-age=100, must-revalidate","ETag":"nomatch"} 477 response source: Memory cache 478 479 response headers: {"Cache-control":"no-store, must-revalidate","ETag":"nomatch"} 480 response source: Network 481 482 response headers: {"Cache-control":"max-age=0, no-store, must-revalidate","ETag":"nomatch"} 483 response source: Network 484 485 response headers: {"Cache-control":"max-age=100, no-store, must-revalidate","ETag":"nomatch"} 486 response source: Network 487 488 response headers: {"Cache-control":"no-cache, must-revalidate","ETag":"nomatch"} 489 response source: Network 490 491 response headers: {"Cache-control":"max-age=0, no-cache, must-revalidate","ETag":"nomatch"} 492 response source: Network 493 494 response headers: {"Cache-control":"max-age=100, no-cache, must-revalidate","ETag":"nomatch"} 495 response source: Network 496 334 497 Testing high priority resources 335 498 … … 660 823 response source: Network 661 824 825 --------Testing loads through memory cache (subresource behavior)-------- 826 response headers: undefined 827 response source: Disk cache 828 829 response headers: {"Cache-control":"max-age=0"} 830 response source: Disk cache 831 832 response headers: {"Cache-control":"max-age=100"} 833 response source: Memory cache 834 835 response headers: {"Cache-control":"no-store"} 836 response source: Network 837 838 response headers: {"Cache-control":"max-age=0, no-store"} 839 response source: Network 840 841 response headers: {"Cache-control":"max-age=100, no-store"} 842 response source: Network 843 844 response headers: {"Cache-control":"no-cache"} 845 response source: Disk cache 846 847 response headers: {"Cache-control":"max-age=0, no-cache"} 848 response source: Disk cache 849 850 response headers: {"Cache-control":"max-age=100, no-cache"} 851 response source: Disk cache 852 853 response headers: {"ETag":"match"} 854 response source: Memory cache after validation 855 856 response headers: {"Cache-control":"max-age=0","ETag":"match"} 857 response source: Memory cache after validation 858 859 response headers: {"Cache-control":"max-age=100","ETag":"match"} 860 response source: Memory cache 861 862 response headers: {"Cache-control":"no-store","ETag":"match"} 863 response source: Network 864 865 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match"} 866 response source: Network 867 868 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match"} 869 response source: Network 870 871 response headers: {"Cache-control":"no-cache","ETag":"match"} 872 response source: Memory cache after validation 873 874 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match"} 875 response source: Memory cache after validation 876 877 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match"} 878 response source: Memory cache after validation 879 880 response headers: {"ETag":"nomatch"} 881 response source: Network 882 883 response headers: {"Cache-control":"max-age=0","ETag":"nomatch"} 884 response source: Network 885 886 response headers: {"Cache-control":"max-age=100","ETag":"nomatch"} 887 response source: Memory cache 888 889 response headers: {"Cache-control":"no-store","ETag":"nomatch"} 890 response source: Network 891 892 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch"} 893 response source: Network 894 895 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch"} 896 response source: Network 897 898 response headers: {"Cache-control":"no-cache","ETag":"nomatch"} 899 response source: Network 900 901 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch"} 902 response source: Network 903 904 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch"} 905 response source: Network 906 907 response headers: {"Cache-control":"must-revalidate"} 908 response source: Disk cache 909 910 response headers: {"Cache-control":"max-age=0, must-revalidate"} 911 response source: Disk cache 912 913 response headers: {"Cache-control":"max-age=100, must-revalidate"} 914 response source: Memory cache 915 916 response headers: {"Cache-control":"no-store, must-revalidate"} 917 response source: Network 918 919 response headers: {"Cache-control":"max-age=0, no-store, must-revalidate"} 920 response source: Network 921 922 response headers: {"Cache-control":"max-age=100, no-store, must-revalidate"} 923 response source: Network 924 925 response headers: {"Cache-control":"no-cache, must-revalidate"} 926 response source: Disk cache 927 928 response headers: {"Cache-control":"max-age=0, no-cache, must-revalidate"} 929 response source: Disk cache 930 931 response headers: {"Cache-control":"max-age=100, no-cache, must-revalidate"} 932 response source: Disk cache 933 934 response headers: {"ETag":"match","Cache-control":"must-revalidate"} 935 response source: Memory cache after validation 936 937 response headers: {"Cache-control":"max-age=0, must-revalidate","ETag":"match"} 938 response source: Memory cache after validation 939 940 response headers: {"Cache-control":"max-age=100, must-revalidate","ETag":"match"} 941 response source: Memory cache 942 943 response headers: {"Cache-control":"no-store, must-revalidate","ETag":"match"} 944 response source: Network 945 946 response headers: {"Cache-control":"max-age=0, no-store, must-revalidate","ETag":"match"} 947 response source: Network 948 949 response headers: {"Cache-control":"max-age=100, no-store, must-revalidate","ETag":"match"} 950 response source: Network 951 952 response headers: {"Cache-control":"no-cache, must-revalidate","ETag":"match"} 953 response source: Memory cache after validation 954 955 response headers: {"Cache-control":"max-age=0, no-cache, must-revalidate","ETag":"match"} 956 response source: Memory cache after validation 957 958 response headers: {"Cache-control":"max-age=100, no-cache, must-revalidate","ETag":"match"} 959 response source: Memory cache after validation 960 961 response headers: {"ETag":"nomatch","Cache-control":"must-revalidate"} 962 response source: Network 963 964 response headers: {"Cache-control":"max-age=0, must-revalidate","ETag":"nomatch"} 965 response source: Network 966 967 response headers: {"Cache-control":"max-age=100, must-revalidate","ETag":"nomatch"} 968 response source: Memory cache 969 970 response headers: {"Cache-control":"no-store, must-revalidate","ETag":"nomatch"} 971 response source: Network 972 973 response headers: {"Cache-control":"max-age=0, no-store, must-revalidate","ETag":"nomatch"} 974 response source: Network 975 976 response headers: {"Cache-control":"max-age=100, no-store, must-revalidate","ETag":"nomatch"} 977 response source: Network 978 979 response headers: {"Cache-control":"no-cache, must-revalidate","ETag":"nomatch"} 980 response source: Network 981 982 response headers: {"Cache-control":"max-age=0, no-cache, must-revalidate","ETag":"nomatch"} 983 response source: Network 984 985 response headers: {"Cache-control":"max-age=100, no-cache, must-revalidate","ETag":"nomatch"} 986 response source: Network 987 662 988 PASS successfullyParsed is true 663 989 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-expected.txt
r188214 r188468 494 494 response source: Network 495 495 496 --------Testing loads through memory cache (subresource behavior)-------- 497 response headers: undefined 498 response source: Network 499 500 response headers: {"Cache-control":"max-age=0"} 501 response source: Network 502 503 response headers: {"Cache-control":"max-age=100"} 504 response source: Memory cache 505 506 response headers: {"Expires":"now(0)"} 507 response source: Network 508 509 response headers: {"Cache-control":"max-age=0","Expires":"now(0)"} 510 response source: Network 511 512 response headers: {"Cache-control":"max-age=100","Expires":"now(0)"} 513 response source: Memory cache 514 515 response headers: {"Expires":"now(100)"} 516 response source: Memory cache 517 518 response headers: {"Cache-control":"max-age=0","Expires":"now(100)"} 519 response source: Network 520 521 response headers: {"Cache-control":"max-age=100","Expires":"now(100)"} 522 response source: Memory cache 523 524 response headers: {"Cache-control":"no-store"} 525 response source: Network 526 527 response headers: {"Cache-control":"max-age=0, no-store"} 528 response source: Network 529 530 response headers: {"Cache-control":"max-age=100, no-store"} 531 response source: Network 532 533 response headers: {"Expires":"now(0)","Cache-control":"no-store"} 534 response source: Network 535 536 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(0)"} 537 response source: Network 538 539 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(0)"} 540 response source: Network 541 542 response headers: {"Expires":"now(100)","Cache-control":"no-store"} 543 response source: Network 544 545 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(100)"} 546 response source: Network 547 548 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(100)"} 549 response source: Network 550 551 response headers: {"Cache-control":"no-cache"} 552 response source: Network 553 554 response headers: {"Cache-control":"max-age=0, no-cache"} 555 response source: Network 556 557 response headers: {"Cache-control":"max-age=100, no-cache"} 558 response source: Network 559 560 response headers: {"Expires":"now(0)","Cache-control":"no-cache"} 561 response source: Network 562 563 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(0)"} 564 response source: Network 565 566 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(0)"} 567 response source: Network 568 569 response headers: {"Expires":"now(100)","Cache-control":"no-cache"} 570 response source: Network 571 572 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(100)"} 573 response source: Network 574 575 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(100)"} 576 response source: Network 577 578 response headers: {"ETag":"match"} 579 response source: Memory cache after validation 580 581 response headers: {"Cache-control":"max-age=0","ETag":"match"} 582 response source: Memory cache after validation 583 584 response headers: {"Cache-control":"max-age=100","ETag":"match"} 585 response source: Memory cache 586 587 response headers: {"Expires":"now(0)","ETag":"match"} 588 response source: Memory cache after validation 589 590 response headers: {"Cache-control":"max-age=0","Expires":"now(0)","ETag":"match"} 591 response source: Memory cache after validation 592 593 response headers: {"Cache-control":"max-age=100","Expires":"now(0)","ETag":"match"} 594 response source: Memory cache 595 596 response headers: {"Expires":"now(100)","ETag":"match"} 597 response source: Memory cache 598 599 response headers: {"Cache-control":"max-age=0","Expires":"now(100)","ETag":"match"} 600 response source: Memory cache after validation 601 602 response headers: {"Cache-control":"max-age=100","Expires":"now(100)","ETag":"match"} 603 response source: Memory cache 604 605 response headers: {"Cache-control":"no-store","ETag":"match"} 606 response source: Network 607 608 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match"} 609 response source: Network 610 611 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match"} 612 response source: Network 613 614 response headers: {"Expires":"now(0)","Cache-control":"no-store","ETag":"match"} 615 response source: Network 616 617 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(0)","ETag":"match"} 618 response source: Network 619 620 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(0)","ETag":"match"} 621 response source: Network 622 623 response headers: {"Expires":"now(100)","Cache-control":"no-store","ETag":"match"} 624 response source: Network 625 626 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(100)","ETag":"match"} 627 response source: Network 628 629 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(100)","ETag":"match"} 630 response source: Network 631 632 response headers: {"Cache-control":"no-cache","ETag":"match"} 633 response source: Memory cache after validation 634 635 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match"} 636 response source: Memory cache after validation 637 638 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match"} 639 response source: Memory cache after validation 640 641 response headers: {"Expires":"now(0)","Cache-control":"no-cache","ETag":"match"} 642 response source: Memory cache after validation 643 644 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(0)","ETag":"match"} 645 response source: Memory cache after validation 646 647 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(0)","ETag":"match"} 648 response source: Memory cache after validation 649 650 response headers: {"Expires":"now(100)","Cache-control":"no-cache","ETag":"match"} 651 response source: Memory cache after validation 652 653 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(100)","ETag":"match"} 654 response source: Memory cache after validation 655 656 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(100)","ETag":"match"} 657 response source: Memory cache after validation 658 659 response headers: {"ETag":"nomatch"} 660 response source: Network 661 662 response headers: {"Cache-control":"max-age=0","ETag":"nomatch"} 663 response source: Network 664 665 response headers: {"Cache-control":"max-age=100","ETag":"nomatch"} 666 response source: Memory cache 667 668 response headers: {"Expires":"now(0)","ETag":"nomatch"} 669 response source: Network 670 671 response headers: {"Cache-control":"max-age=0","Expires":"now(0)","ETag":"nomatch"} 672 response source: Network 673 674 response headers: {"Cache-control":"max-age=100","Expires":"now(0)","ETag":"nomatch"} 675 response source: Memory cache 676 677 response headers: {"Expires":"now(100)","ETag":"nomatch"} 678 response source: Memory cache 679 680 response headers: {"Cache-control":"max-age=0","Expires":"now(100)","ETag":"nomatch"} 681 response source: Network 682 683 response headers: {"Cache-control":"max-age=100","Expires":"now(100)","ETag":"nomatch"} 684 response source: Memory cache 685 686 response headers: {"Cache-control":"no-store","ETag":"nomatch"} 687 response source: Network 688 689 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch"} 690 response source: Network 691 692 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch"} 693 response source: Network 694 695 response headers: {"Expires":"now(0)","Cache-control":"no-store","ETag":"nomatch"} 696 response source: Network 697 698 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(0)","ETag":"nomatch"} 699 response source: Network 700 701 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(0)","ETag":"nomatch"} 702 response source: Network 703 704 response headers: {"Expires":"now(100)","Cache-control":"no-store","ETag":"nomatch"} 705 response source: Network 706 707 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(100)","ETag":"nomatch"} 708 response source: Network 709 710 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(100)","ETag":"nomatch"} 711 response source: Network 712 713 response headers: {"Cache-control":"no-cache","ETag":"nomatch"} 714 response source: Network 715 716 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch"} 717 response source: Network 718 719 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch"} 720 response source: Network 721 722 response headers: {"Expires":"now(0)","Cache-control":"no-cache","ETag":"nomatch"} 723 response source: Network 724 725 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(0)","ETag":"nomatch"} 726 response source: Network 727 728 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(0)","ETag":"nomatch"} 729 response source: Network 730 731 response headers: {"Expires":"now(100)","Cache-control":"no-cache","ETag":"nomatch"} 732 response source: Network 733 734 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(100)","ETag":"nomatch"} 735 response source: Network 736 737 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(100)","ETag":"nomatch"} 738 response source: Network 739 496 740 PASS successfullyParsed is true 497 741 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-validation-no-body-expected.txt
r188216 r188468 494 494 response source: Network 495 495 496 --------Testing loads through memory cache (subresource behavior)-------- 497 response headers: undefined 498 response source: Network 499 500 response headers: {"Cache-control":"max-age=0"} 501 response source: Network 502 503 response headers: {"Cache-control":"max-age=100"} 504 response source: Memory cache 505 506 response headers: {"Expires":"now(0)"} 507 response source: Network 508 509 response headers: {"Cache-control":"max-age=0","Expires":"now(0)"} 510 response source: Network 511 512 response headers: {"Cache-control":"max-age=100","Expires":"now(0)"} 513 response source: Memory cache 514 515 response headers: {"Expires":"now(100)"} 516 response source: Memory cache 517 518 response headers: {"Cache-control":"max-age=0","Expires":"now(100)"} 519 response source: Network 520 521 response headers: {"Cache-control":"max-age=100","Expires":"now(100)"} 522 response source: Memory cache 523 524 response headers: {"Cache-control":"no-store"} 525 response source: Network 526 527 response headers: {"Cache-control":"max-age=0, no-store"} 528 response source: Network 529 530 response headers: {"Cache-control":"max-age=100, no-store"} 531 response source: Network 532 533 response headers: {"Expires":"now(0)","Cache-control":"no-store"} 534 response source: Network 535 536 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(0)"} 537 response source: Network 538 539 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(0)"} 540 response source: Network 541 542 response headers: {"Expires":"now(100)","Cache-control":"no-store"} 543 response source: Network 544 545 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(100)"} 546 response source: Network 547 548 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(100)"} 549 response source: Network 550 551 response headers: {"Cache-control":"no-cache"} 552 response source: Network 553 554 response headers: {"Cache-control":"max-age=0, no-cache"} 555 response source: Network 556 557 response headers: {"Cache-control":"max-age=100, no-cache"} 558 response source: Network 559 560 response headers: {"Expires":"now(0)","Cache-control":"no-cache"} 561 response source: Network 562 563 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(0)"} 564 response source: Network 565 566 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(0)"} 567 response source: Network 568 569 response headers: {"Expires":"now(100)","Cache-control":"no-cache"} 570 response source: Network 571 572 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(100)"} 573 response source: Network 574 575 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(100)"} 576 response source: Network 577 578 response headers: {"ETag":"match"} 579 response source: Memory cache after validation 580 581 response headers: {"Cache-control":"max-age=0","ETag":"match"} 582 response source: Memory cache after validation 583 584 response headers: {"Cache-control":"max-age=100","ETag":"match"} 585 response source: Memory cache 586 587 response headers: {"Expires":"now(0)","ETag":"match"} 588 response source: Memory cache after validation 589 590 response headers: {"Cache-control":"max-age=0","Expires":"now(0)","ETag":"match"} 591 response source: Memory cache after validation 592 593 response headers: {"Cache-control":"max-age=100","Expires":"now(0)","ETag":"match"} 594 response source: Memory cache 595 596 response headers: {"Expires":"now(100)","ETag":"match"} 597 response source: Memory cache 598 599 response headers: {"Cache-control":"max-age=0","Expires":"now(100)","ETag":"match"} 600 response source: Memory cache after validation 601 602 response headers: {"Cache-control":"max-age=100","Expires":"now(100)","ETag":"match"} 603 response source: Memory cache 604 605 response headers: {"Cache-control":"no-store","ETag":"match"} 606 response source: Network 607 608 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match"} 609 response source: Network 610 611 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match"} 612 response source: Network 613 614 response headers: {"Expires":"now(0)","Cache-control":"no-store","ETag":"match"} 615 response source: Network 616 617 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(0)","ETag":"match"} 618 response source: Network 619 620 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(0)","ETag":"match"} 621 response source: Network 622 623 response headers: {"Expires":"now(100)","Cache-control":"no-store","ETag":"match"} 624 response source: Network 625 626 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(100)","ETag":"match"} 627 response source: Network 628 629 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(100)","ETag":"match"} 630 response source: Network 631 632 response headers: {"Cache-control":"no-cache","ETag":"match"} 633 response source: Memory cache after validation 634 635 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match"} 636 response source: Memory cache after validation 637 638 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match"} 639 response source: Memory cache after validation 640 641 response headers: {"Expires":"now(0)","Cache-control":"no-cache","ETag":"match"} 642 response source: Memory cache after validation 643 644 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(0)","ETag":"match"} 645 response source: Memory cache after validation 646 647 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(0)","ETag":"match"} 648 response source: Memory cache after validation 649 650 response headers: {"Expires":"now(100)","Cache-control":"no-cache","ETag":"match"} 651 response source: Memory cache after validation 652 653 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(100)","ETag":"match"} 654 response source: Memory cache after validation 655 656 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(100)","ETag":"match"} 657 response source: Memory cache after validation 658 659 response headers: {"ETag":"nomatch"} 660 response source: Network 661 662 response headers: {"Cache-control":"max-age=0","ETag":"nomatch"} 663 response source: Network 664 665 response headers: {"Cache-control":"max-age=100","ETag":"nomatch"} 666 response source: Memory cache 667 668 response headers: {"Expires":"now(0)","ETag":"nomatch"} 669 response source: Network 670 671 response headers: {"Cache-control":"max-age=0","Expires":"now(0)","ETag":"nomatch"} 672 response source: Network 673 674 response headers: {"Cache-control":"max-age=100","Expires":"now(0)","ETag":"nomatch"} 675 response source: Memory cache 676 677 response headers: {"Expires":"now(100)","ETag":"nomatch"} 678 response source: Memory cache 679 680 response headers: {"Cache-control":"max-age=0","Expires":"now(100)","ETag":"nomatch"} 681 response source: Network 682 683 response headers: {"Cache-control":"max-age=100","Expires":"now(100)","ETag":"nomatch"} 684 response source: Memory cache 685 686 response headers: {"Cache-control":"no-store","ETag":"nomatch"} 687 response source: Network 688 689 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch"} 690 response source: Network 691 692 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch"} 693 response source: Network 694 695 response headers: {"Expires":"now(0)","Cache-control":"no-store","ETag":"nomatch"} 696 response source: Network 697 698 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(0)","ETag":"nomatch"} 699 response source: Network 700 701 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(0)","ETag":"nomatch"} 702 response source: Network 703 704 response headers: {"Expires":"now(100)","Cache-control":"no-store","ETag":"nomatch"} 705 response source: Network 706 707 response headers: {"Cache-control":"max-age=0, no-store","Expires":"now(100)","ETag":"nomatch"} 708 response source: Network 709 710 response headers: {"Cache-control":"max-age=100, no-store","Expires":"now(100)","ETag":"nomatch"} 711 response source: Network 712 713 response headers: {"Cache-control":"no-cache","ETag":"nomatch"} 714 response source: Network 715 716 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch"} 717 response source: Network 718 719 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch"} 720 response source: Network 721 722 response headers: {"Expires":"now(0)","Cache-control":"no-cache","ETag":"nomatch"} 723 response source: Network 724 725 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(0)","ETag":"nomatch"} 726 response source: Network 727 728 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(0)","ETag":"nomatch"} 729 response source: Network 730 731 response headers: {"Expires":"now(100)","Cache-control":"no-cache","ETag":"nomatch"} 732 response source: Network 733 734 response headers: {"Cache-control":"max-age=0, no-cache","Expires":"now(100)","ETag":"nomatch"} 735 response source: Network 736 737 response headers: {"Cache-control":"max-age=100, no-cache","Expires":"now(100)","ETag":"nomatch"} 738 response source: Network 739 496 740 PASS successfullyParsed is true 497 741 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-vary-expected.txt
r188214 r188468 440 440 response source: Network 441 441 442 --------Testing loads through memory cache (subresource behavior)-------- 443 response headers: {"Vary":"Accept-Language"} 444 request headers: {"Accept-Language":"en"} 445 response source: Network 446 447 response headers: {"Cache-control":"max-age=0","Vary":"Accept-Language"} 448 request headers: {"Accept-Language":"en"} 449 response source: Network 450 451 response headers: {"Cache-control":"max-age=100","Vary":"Accept-Language"} 452 request headers: {"Accept-Language":"en"} 453 response source: Memory cache 454 455 response headers: {"Cache-control":"no-store","Vary":"Accept-Language"} 456 request headers: {"Accept-Language":"en"} 457 response source: Network 458 459 response headers: {"Cache-control":"max-age=0, no-store","Vary":"Accept-Language"} 460 request headers: {"Accept-Language":"en"} 461 response source: Network 462 463 response headers: {"Cache-control":"max-age=100, no-store","Vary":"Accept-Language"} 464 request headers: {"Accept-Language":"en"} 465 response source: Network 466 467 response headers: {"Cache-control":"no-cache","Vary":"Accept-Language"} 468 request headers: {"Accept-Language":"en"} 469 response source: Network 470 471 response headers: {"Cache-control":"max-age=0, no-cache","Vary":"Accept-Language"} 472 request headers: {"Accept-Language":"en"} 473 response source: Network 474 475 response headers: {"Cache-control":"max-age=100, no-cache","Vary":"Accept-Language"} 476 request headers: {"Accept-Language":"en"} 477 response source: Network 478 479 response headers: {"ETag":"match","Vary":"Accept-Language"} 480 request headers: {"Accept-Language":"en"} 481 response source: Memory cache after validation 482 483 response headers: {"Cache-control":"max-age=0","ETag":"match","Vary":"Accept-Language"} 484 request headers: {"Accept-Language":"en"} 485 response source: Memory cache after validation 486 487 response headers: {"Cache-control":"max-age=100","ETag":"match","Vary":"Accept-Language"} 488 request headers: {"Accept-Language":"en"} 489 response source: Memory cache 490 491 response headers: {"Cache-control":"no-store","ETag":"match","Vary":"Accept-Language"} 492 request headers: {"Accept-Language":"en"} 493 response source: Network 494 495 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match","Vary":"Accept-Language"} 496 request headers: {"Accept-Language":"en"} 497 response source: Network 498 499 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match","Vary":"Accept-Language"} 500 request headers: {"Accept-Language":"en"} 501 response source: Network 502 503 response headers: {"Cache-control":"no-cache","ETag":"match","Vary":"Accept-Language"} 504 request headers: {"Accept-Language":"en"} 505 response source: Memory cache after validation 506 507 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match","Vary":"Accept-Language"} 508 request headers: {"Accept-Language":"en"} 509 response source: Memory cache after validation 510 511 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match","Vary":"Accept-Language"} 512 request headers: {"Accept-Language":"en"} 513 response source: Memory cache after validation 514 515 response headers: {"ETag":"nomatch","Vary":"Accept-Language"} 516 request headers: {"Accept-Language":"en"} 517 response source: Network 518 519 response headers: {"Cache-control":"max-age=0","ETag":"nomatch","Vary":"Accept-Language"} 520 request headers: {"Accept-Language":"en"} 521 response source: Network 522 523 response headers: {"Cache-control":"max-age=100","ETag":"nomatch","Vary":"Accept-Language"} 524 request headers: {"Accept-Language":"en"} 525 response source: Memory cache 526 527 response headers: {"Cache-control":"no-store","ETag":"nomatch","Vary":"Accept-Language"} 528 request headers: {"Accept-Language":"en"} 529 response source: Network 530 531 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch","Vary":"Accept-Language"} 532 request headers: {"Accept-Language":"en"} 533 response source: Network 534 535 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch","Vary":"Accept-Language"} 536 request headers: {"Accept-Language":"en"} 537 response source: Network 538 539 response headers: {"Cache-control":"no-cache","ETag":"nomatch","Vary":"Accept-Language"} 540 request headers: {"Accept-Language":"en"} 541 response source: Network 542 543 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 544 request headers: {"Accept-Language":"en"} 545 response source: Network 546 547 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 548 request headers: {"Accept-Language":"en"} 549 response source: Network 550 551 response headers: {"Vary":"Accept-Language"} 552 request headers: {"Accept-Language":"unique()"} 553 response source: Network 554 555 response headers: {"Cache-control":"max-age=0","Vary":"Accept-Language"} 556 request headers: {"Accept-Language":"unique()"} 557 response source: Network 558 559 response headers: {"Cache-control":"max-age=100","Vary":"Accept-Language"} 560 request headers: {"Accept-Language":"unique()"} 561 response source: Memory cache 562 563 response headers: {"Cache-control":"no-store","Vary":"Accept-Language"} 564 request headers: {"Accept-Language":"unique()"} 565 response source: Network 566 567 response headers: {"Cache-control":"max-age=0, no-store","Vary":"Accept-Language"} 568 request headers: {"Accept-Language":"unique()"} 569 response source: Network 570 571 response headers: {"Cache-control":"max-age=100, no-store","Vary":"Accept-Language"} 572 request headers: {"Accept-Language":"unique()"} 573 response source: Network 574 575 response headers: {"Cache-control":"no-cache","Vary":"Accept-Language"} 576 request headers: {"Accept-Language":"unique()"} 577 response source: Network 578 579 response headers: {"Cache-control":"max-age=0, no-cache","Vary":"Accept-Language"} 580 request headers: {"Accept-Language":"unique()"} 581 response source: Network 582 583 response headers: {"Cache-control":"max-age=100, no-cache","Vary":"Accept-Language"} 584 request headers: {"Accept-Language":"unique()"} 585 response source: Network 586 587 response headers: {"ETag":"match","Vary":"Accept-Language"} 588 request headers: {"Accept-Language":"unique()"} 589 response source: Memory cache after validation 590 591 response headers: {"Cache-control":"max-age=0","ETag":"match","Vary":"Accept-Language"} 592 request headers: {"Accept-Language":"unique()"} 593 response source: Memory cache after validation 594 595 response headers: {"Cache-control":"max-age=100","ETag":"match","Vary":"Accept-Language"} 596 request headers: {"Accept-Language":"unique()"} 597 response source: Memory cache 598 599 response headers: {"Cache-control":"no-store","ETag":"match","Vary":"Accept-Language"} 600 request headers: {"Accept-Language":"unique()"} 601 response source: Network 602 603 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match","Vary":"Accept-Language"} 604 request headers: {"Accept-Language":"unique()"} 605 response source: Network 606 607 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match","Vary":"Accept-Language"} 608 request headers: {"Accept-Language":"unique()"} 609 response source: Network 610 611 response headers: {"Cache-control":"no-cache","ETag":"match","Vary":"Accept-Language"} 612 request headers: {"Accept-Language":"unique()"} 613 response source: Memory cache after validation 614 615 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match","Vary":"Accept-Language"} 616 request headers: {"Accept-Language":"unique()"} 617 response source: Memory cache after validation 618 619 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match","Vary":"Accept-Language"} 620 request headers: {"Accept-Language":"unique()"} 621 response source: Memory cache after validation 622 623 response headers: {"ETag":"nomatch","Vary":"Accept-Language"} 624 request headers: {"Accept-Language":"unique()"} 625 response source: Network 626 627 response headers: {"Cache-control":"max-age=0","ETag":"nomatch","Vary":"Accept-Language"} 628 request headers: {"Accept-Language":"unique()"} 629 response source: Network 630 631 response headers: {"Cache-control":"max-age=100","ETag":"nomatch","Vary":"Accept-Language"} 632 request headers: {"Accept-Language":"unique()"} 633 response source: Memory cache 634 635 response headers: {"Cache-control":"no-store","ETag":"nomatch","Vary":"Accept-Language"} 636 request headers: {"Accept-Language":"unique()"} 637 response source: Network 638 639 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch","Vary":"Accept-Language"} 640 request headers: {"Accept-Language":"unique()"} 641 response source: Network 642 643 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch","Vary":"Accept-Language"} 644 request headers: {"Accept-Language":"unique()"} 645 response source: Network 646 647 response headers: {"Cache-control":"no-cache","ETag":"nomatch","Vary":"Accept-Language"} 648 request headers: {"Accept-Language":"unique()"} 649 response source: Network 650 651 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 652 request headers: {"Accept-Language":"unique()"} 653 response source: Network 654 655 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 656 request headers: {"Accept-Language":"unique()"} 657 response source: Network 658 442 659 PASS successfullyParsed is true 443 660 -
trunk/LayoutTests/http/tests/cache/disk-cache/disk-cache-vary-no-body-expected.txt
r188216 r188468 440 440 response source: Network 441 441 442 --------Testing loads through memory cache (subresource behavior)-------- 443 response headers: {"Vary":"Accept-Language"} 444 request headers: {"Accept-Language":"en"} 445 response source: Network 446 447 response headers: {"Cache-control":"max-age=0","Vary":"Accept-Language"} 448 request headers: {"Accept-Language":"en"} 449 response source: Network 450 451 response headers: {"Cache-control":"max-age=100","Vary":"Accept-Language"} 452 request headers: {"Accept-Language":"en"} 453 response source: Memory cache 454 455 response headers: {"Cache-control":"no-store","Vary":"Accept-Language"} 456 request headers: {"Accept-Language":"en"} 457 response source: Network 458 459 response headers: {"Cache-control":"max-age=0, no-store","Vary":"Accept-Language"} 460 request headers: {"Accept-Language":"en"} 461 response source: Network 462 463 response headers: {"Cache-control":"max-age=100, no-store","Vary":"Accept-Language"} 464 request headers: {"Accept-Language":"en"} 465 response source: Network 466 467 response headers: {"Cache-control":"no-cache","Vary":"Accept-Language"} 468 request headers: {"Accept-Language":"en"} 469 response source: Network 470 471 response headers: {"Cache-control":"max-age=0, no-cache","Vary":"Accept-Language"} 472 request headers: {"Accept-Language":"en"} 473 response source: Network 474 475 response headers: {"Cache-control":"max-age=100, no-cache","Vary":"Accept-Language"} 476 request headers: {"Accept-Language":"en"} 477 response source: Network 478 479 response headers: {"ETag":"match","Vary":"Accept-Language"} 480 request headers: {"Accept-Language":"en"} 481 response source: Memory cache after validation 482 483 response headers: {"Cache-control":"max-age=0","ETag":"match","Vary":"Accept-Language"} 484 request headers: {"Accept-Language":"en"} 485 response source: Memory cache after validation 486 487 response headers: {"Cache-control":"max-age=100","ETag":"match","Vary":"Accept-Language"} 488 request headers: {"Accept-Language":"en"} 489 response source: Memory cache 490 491 response headers: {"Cache-control":"no-store","ETag":"match","Vary":"Accept-Language"} 492 request headers: {"Accept-Language":"en"} 493 response source: Network 494 495 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match","Vary":"Accept-Language"} 496 request headers: {"Accept-Language":"en"} 497 response source: Network 498 499 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match","Vary":"Accept-Language"} 500 request headers: {"Accept-Language":"en"} 501 response source: Network 502 503 response headers: {"Cache-control":"no-cache","ETag":"match","Vary":"Accept-Language"} 504 request headers: {"Accept-Language":"en"} 505 response source: Memory cache after validation 506 507 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match","Vary":"Accept-Language"} 508 request headers: {"Accept-Language":"en"} 509 response source: Memory cache after validation 510 511 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match","Vary":"Accept-Language"} 512 request headers: {"Accept-Language":"en"} 513 response source: Memory cache after validation 514 515 response headers: {"ETag":"nomatch","Vary":"Accept-Language"} 516 request headers: {"Accept-Language":"en"} 517 response source: Network 518 519 response headers: {"Cache-control":"max-age=0","ETag":"nomatch","Vary":"Accept-Language"} 520 request headers: {"Accept-Language":"en"} 521 response source: Network 522 523 response headers: {"Cache-control":"max-age=100","ETag":"nomatch","Vary":"Accept-Language"} 524 request headers: {"Accept-Language":"en"} 525 response source: Memory cache 526 527 response headers: {"Cache-control":"no-store","ETag":"nomatch","Vary":"Accept-Language"} 528 request headers: {"Accept-Language":"en"} 529 response source: Network 530 531 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch","Vary":"Accept-Language"} 532 request headers: {"Accept-Language":"en"} 533 response source: Network 534 535 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch","Vary":"Accept-Language"} 536 request headers: {"Accept-Language":"en"} 537 response source: Network 538 539 response headers: {"Cache-control":"no-cache","ETag":"nomatch","Vary":"Accept-Language"} 540 request headers: {"Accept-Language":"en"} 541 response source: Network 542 543 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 544 request headers: {"Accept-Language":"en"} 545 response source: Network 546 547 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 548 request headers: {"Accept-Language":"en"} 549 response source: Network 550 551 response headers: {"Vary":"Accept-Language"} 552 request headers: {"Accept-Language":"unique()"} 553 response source: Network 554 555 response headers: {"Cache-control":"max-age=0","Vary":"Accept-Language"} 556 request headers: {"Accept-Language":"unique()"} 557 response source: Network 558 559 response headers: {"Cache-control":"max-age=100","Vary":"Accept-Language"} 560 request headers: {"Accept-Language":"unique()"} 561 response source: Memory cache 562 563 response headers: {"Cache-control":"no-store","Vary":"Accept-Language"} 564 request headers: {"Accept-Language":"unique()"} 565 response source: Network 566 567 response headers: {"Cache-control":"max-age=0, no-store","Vary":"Accept-Language"} 568 request headers: {"Accept-Language":"unique()"} 569 response source: Network 570 571 response headers: {"Cache-control":"max-age=100, no-store","Vary":"Accept-Language"} 572 request headers: {"Accept-Language":"unique()"} 573 response source: Network 574 575 response headers: {"Cache-control":"no-cache","Vary":"Accept-Language"} 576 request headers: {"Accept-Language":"unique()"} 577 response source: Network 578 579 response headers: {"Cache-control":"max-age=0, no-cache","Vary":"Accept-Language"} 580 request headers: {"Accept-Language":"unique()"} 581 response source: Network 582 583 response headers: {"Cache-control":"max-age=100, no-cache","Vary":"Accept-Language"} 584 request headers: {"Accept-Language":"unique()"} 585 response source: Network 586 587 response headers: {"ETag":"match","Vary":"Accept-Language"} 588 request headers: {"Accept-Language":"unique()"} 589 response source: Memory cache after validation 590 591 response headers: {"Cache-control":"max-age=0","ETag":"match","Vary":"Accept-Language"} 592 request headers: {"Accept-Language":"unique()"} 593 response source: Memory cache after validation 594 595 response headers: {"Cache-control":"max-age=100","ETag":"match","Vary":"Accept-Language"} 596 request headers: {"Accept-Language":"unique()"} 597 response source: Memory cache 598 599 response headers: {"Cache-control":"no-store","ETag":"match","Vary":"Accept-Language"} 600 request headers: {"Accept-Language":"unique()"} 601 response source: Network 602 603 response headers: {"Cache-control":"max-age=0, no-store","ETag":"match","Vary":"Accept-Language"} 604 request headers: {"Accept-Language":"unique()"} 605 response source: Network 606 607 response headers: {"Cache-control":"max-age=100, no-store","ETag":"match","Vary":"Accept-Language"} 608 request headers: {"Accept-Language":"unique()"} 609 response source: Network 610 611 response headers: {"Cache-control":"no-cache","ETag":"match","Vary":"Accept-Language"} 612 request headers: {"Accept-Language":"unique()"} 613 response source: Memory cache after validation 614 615 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"match","Vary":"Accept-Language"} 616 request headers: {"Accept-Language":"unique()"} 617 response source: Memory cache after validation 618 619 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"match","Vary":"Accept-Language"} 620 request headers: {"Accept-Language":"unique()"} 621 response source: Memory cache after validation 622 623 response headers: {"ETag":"nomatch","Vary":"Accept-Language"} 624 request headers: {"Accept-Language":"unique()"} 625 response source: Network 626 627 response headers: {"Cache-control":"max-age=0","ETag":"nomatch","Vary":"Accept-Language"} 628 request headers: {"Accept-Language":"unique()"} 629 response source: Network 630 631 response headers: {"Cache-control":"max-age=100","ETag":"nomatch","Vary":"Accept-Language"} 632 request headers: {"Accept-Language":"unique()"} 633 response source: Memory cache 634 635 response headers: {"Cache-control":"no-store","ETag":"nomatch","Vary":"Accept-Language"} 636 request headers: {"Accept-Language":"unique()"} 637 response source: Network 638 639 response headers: {"Cache-control":"max-age=0, no-store","ETag":"nomatch","Vary":"Accept-Language"} 640 request headers: {"Accept-Language":"unique()"} 641 response source: Network 642 643 response headers: {"Cache-control":"max-age=100, no-store","ETag":"nomatch","Vary":"Accept-Language"} 644 request headers: {"Accept-Language":"unique()"} 645 response source: Network 646 647 response headers: {"Cache-control":"no-cache","ETag":"nomatch","Vary":"Accept-Language"} 648 request headers: {"Accept-Language":"unique()"} 649 response source: Network 650 651 response headers: {"Cache-control":"max-age=0, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 652 request headers: {"Accept-Language":"unique()"} 653 response source: Network 654 655 response headers: {"Cache-control":"max-age=100, no-cache","ETag":"nomatch","Vary":"Accept-Language"} 656 request headers: {"Accept-Language":"unique()"} 657 response source: Network 658 442 659 PASS successfullyParsed is true 443 660 -
trunk/LayoutTests/http/tests/cache/disk-cache/resources/cache-test.js
r188211 r188468 74 74 if (options["ClearMemoryCache"]) 75 75 internals.clearMemoryCache(); 76 internals.setStrictRawResourceValidationPolicyDisabled(options["SubresourceValidationPolicy"]); 76 77 77 78 var pendingCount = tests.length; … … 116 117 loadResourcesWithOptions(tests, { }, function () { 117 118 printResults(tests); 118 if (completionHandler) 119 completionHandler(); 120 else 121 finishJSTest(); 119 debug("--------Testing loads through memory cache (subresource behavior)--------"); 120 loadResourcesWithOptions(tests, { "SubresourceValidationPolicy": true }, function () { 121 printResults(tests); 122 if (completionHandler) 123 completionHandler(); 124 else 125 finishJSTest(); 126 }); 122 127 }); 123 128 }); -
trunk/Source/WebCore/ChangeLog
r188443 r188468 1 2015-08-13 Antti Koivisto <antti@apple.com> 2 3 Cover memory cache subresource validation policy with cache tests 4 https://bugs.webkit.org/show_bug.cgi?id=147830 5 6 Reviewed by Alexey Proskuryakov. 7 8 Existing tests under http/tests/cache/disk-cache currently cover disk and XHR memory cache validation behaviors. 9 They can be extended to cover the regular subresource policy too. 10 11 Add window.internals API to disable CachedRawResource validation behavior. This makes XHR validate like 12 other resources and allows existing tests (that use XHR) to cover normal subresource policy . 13 14 Test results reveal some bugs. For example subresources in memory cache don't respect Vary header. 15 16 It is generally bad that we have a separate XHR-and-main-resource validation policy in memory cache. Network cache 17 doesn't have one. 18 19 * loader/FrameLoader.cpp: 20 (WebCore::FrameLoader::clearTestingOverrides): 21 (WebCore::FrameLoader::applyShouldOpenExternalURLsPolicyToNewDocumentLoader): 22 * loader/FrameLoader.h: 23 (WebCore::FrameLoader::setOverrideCachePolicyForTesting): 24 (WebCore::FrameLoader::setOverrideResourceLoadPriorityForTesting): 25 (WebCore::FrameLoader::setStrictRawResourceValidationPolicyDisabledForTesting): 26 (WebCore::FrameLoader::isStrictRawResourceValidationPolicyDisabledForTesting): 27 (WebCore::FrameLoader::provisionalLoadErrorBeingHandledURL): 28 * loader/cache/CachedRawResource.h: 29 * loader/cache/CachedResource.h: 30 (WebCore::CachedResource::setLoadFinishTime): 31 (WebCore::CachedResource::loadFinishTime): 32 (WebCore::CachedResource::canReuse): Deleted. 33 34 Made canReuse non-virtual and removed it from the base. Only CachedRawResource has implementation. 35 36 * loader/cache/CachedResourceLoader.cpp: 37 (WebCore::CachedResourceLoader::determineRevalidationPolicy): 38 * testing/Internals.cpp: 39 (WebCore::Internals::setOverrideResourceLoadPriority): 40 (WebCore::Internals::setStrictRawResourceValidationPolicyDisabled): 41 (WebCore::Internals::clearMemoryCache): 42 * testing/Internals.h: 43 1 44 2015-08-13 Tim Horton <timothy_horton@apple.com> 2 45 -
trunk/Source/WebCore/loader/FrameLoader.cpp
r188386 r188468 3468 3468 m_overrideCachePolicyForTesting = Nullopt; 3469 3469 m_overrideResourceLoadPriorityForTesting = Nullopt; 3470 m_isStrictRawResourceValidationPolicyDisabledForTesting = false; 3470 3471 } 3471 3472 -
trunk/Source/WebCore/loader/FrameLoader.h
r186005 r188468 286 286 void setOverrideCachePolicyForTesting(ResourceRequestCachePolicy policy) { m_overrideCachePolicyForTesting = policy; } 287 287 void setOverrideResourceLoadPriorityForTesting(ResourceLoadPriority priority) { m_overrideResourceLoadPriorityForTesting = priority; } 288 void setStrictRawResourceValidationPolicyDisabledForTesting(bool disabled) { m_isStrictRawResourceValidationPolicyDisabledForTesting = disabled; } 289 bool isStrictRawResourceValidationPolicyDisabledForTesting() { return m_isStrictRawResourceValidationPolicyDisabledForTesting; } 290 288 291 WEBCORE_EXPORT void clearTestingOverrides(); 289 292 … … 443 446 Optional<ResourceRequestCachePolicy> m_overrideCachePolicyForTesting; 444 447 Optional<ResourceLoadPriority> m_overrideResourceLoadPriorityForTesting; 448 bool m_isStrictRawResourceValidationPolicyDisabledForTesting { false }; 445 449 446 450 URL m_previousURL; -
trunk/Source/WebCore/loader/cache/CachedRawResource.h
r184069 r188468 47 47 void clear(); 48 48 49 bool canReuse(const ResourceRequest&) const; 50 49 51 private: 50 52 virtual void didAddClient(CachedResourceClient*) override; … … 62 64 virtual void switchClientsToRevalidatedResource() override; 63 65 virtual bool mayTryReplaceEncodedData() const override { return m_allowEncodedDataReplacement; } 64 65 virtual bool canReuse(const ResourceRequest&) const override;66 66 67 67 const char* calculateIncrementalDataChunk(SharedBuffer*, unsigned& incrementalDataLength); -
trunk/Source/WebCore/loader/cache/CachedResource.h
r188358 r188468 253 253 double loadFinishTime() const { return m_loadFinishTime; } 254 254 255 virtual bool canReuse(const ResourceRequest&) const { return true; }256 257 255 #if USE(FOUNDATION) || USE(SOUP) 258 256 WEBCORE_EXPORT void tryReplaceEncodedData(SharedBuffer&); -
trunk/Source/WebCore/loader/cache/CachedResourceLoader.cpp
r188358 r188468 697 697 } 698 698 699 if (!existingResource->canReuse(request)) 700 return Reload; 699 // FIXME: We should use the same cache policy for all resource types. The raw resource policy is overly strict 700 // while the normal subresource policy is too loose. 701 if (existingResource->isMainOrRawResource()) { 702 bool strictPolicyDisabled = frame()->loader().isStrictRawResourceValidationPolicyDisabledForTesting(); 703 bool canReuseRawResource = strictPolicyDisabled || downcast<CachedRawResource>(*existingResource).canReuse(request); 704 if (!canReuseRawResource) 705 return Reload; 706 } 701 707 702 708 // Conditional requests should have failed canReuse check. -
trunk/Source/WebCore/testing/Internals.cpp
r188348 r188468 515 515 } 516 516 517 void Internals::setStrictRawResourceValidationPolicyDisabled(bool disabled) 518 { 519 frame()->loader().setStrictRawResourceValidationPolicyDisabledForTesting(disabled); 520 } 521 517 522 void Internals::clearMemoryCache() 518 523 { -
trunk/Source/WebCore/testing/Internals.h
r187588 r188468 98 98 void setOverrideCachePolicy(const String&); 99 99 void setOverrideResourceLoadPriority(const String&); 100 void setStrictRawResourceValidationPolicyDisabled(bool); 100 101 101 102 void clearMemoryCache(); -
trunk/Source/WebCore/testing/Internals.idl
r187588 r188468 79 79 void setOverrideCachePolicy(CachePolicy policy); 80 80 void setOverrideResourceLoadPriority(ResourceLoadPriority priority); 81 void setStrictRawResourceValidationPolicyDisabled(boolean disabled); 81 82 82 83 void clearPageCache();
Note:
See TracChangeset
for help on using the changeset viewer.