Skip to content

Commit

Permalink
appcache: remove wpt references to appcache
Browse files Browse the repository at this point in the history
This is mostly a removal, but required some modifications as well.
Expectations are updated to remove references to removed tests.

Bug: 582750
Change-Id: I4e705f5888d3c8cd3d2cc4859a7a3816de5e88f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3283191
Commit-Queue: enne <[email protected]>
Reviewed-by: Marijn Kruisselbrink <[email protected]>
Cr-Commit-Position: refs/heads/main@{#943332}
  • Loading branch information
quisquous authored and foolip committed Nov 23, 2021
1 parent c8bd9c9 commit 561641e
Show file tree
Hide file tree
Showing 57 changed files with 0 additions and 1,067 deletions.
14 changes: 0 additions & 14 deletions fetch/metadata/resources/record-header.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,20 +122,6 @@ def main(request, response):
response.headers.set(b"Content-Type", b"application/javascript")
return b"self.postMessage('loaded');"

## Return an appcache manifest
if key.startswith(b"appcache-manifest"):
response.headers.set(b"Content-Type", b"text/cache-manifest")
return b"""CACHE MANIFEST
/fetch/metadata/resources/record-header.py?file=appcache-resource%s
NETWORK:
*""" % key[17:]

## Return an appcache resource
if key.startswith(b"appcache-resource"):
response.headers.set(b"Content-Type", b"text/html")
return b"<html>Appcache!</html>"

## Return a valid XSLT
if key.startswith(b"xslt"):
response.headers.set(b"Content-Type", b"text/xsl")
Expand Down
37 changes: 0 additions & 37 deletions html/browsers/offline/appcache/appcache-iframe.https.html

This file was deleted.

5 changes: 0 additions & 5 deletions html/browsers/offline/appcache/resources/appcache-data.py

This file was deleted.

This file was deleted.

43 changes: 0 additions & 43 deletions html/browsers/offline/appcache/resources/appcache-iframe.py

This file was deleted.

81 changes: 0 additions & 81 deletions html/browsers/offline/appcache/workers/appcache-worker.https.html

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

103 changes: 0 additions & 103 deletions html/browsers/offline/appcache/workers/resources/appcache-worker.py

This file was deleted.

Loading

0 comments on commit 561641e

Please sign in to comment.