0
Files
src/content
Hajime Hoshi ee3311a9ce Use a per-frame task runner at WebApplicationCacheHostImpl's mojo binding
This CL switches task runners at several places from per-thread to
per-frame. The purpose of this change is to make it possible to freeze
tasks for bfcache.

The actual test that executes JavaScript on the task runner is:
virtual/cors-rfc1918/http/tests/security/cors-rfc1918/addressspace-document-appcache.https.html

As a task type, kNetworking is adopted based on the spec:
https://html.spec.whatwg.org/multipage/offline.html

BUG=913912

Change-Id: I353b97a87d5a1083cc56bf7706dd111ccc150a41
Reviewed-on: https://chromium-review.googlesource.com/c/1482275
Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635390}
2019-02-26 04:11:40 +00:00
..
2019-02-22 04:59:09 +00:00

Content is the core code needed to render a page using a multi-process sandboxed browser.

Developer documentation: https://www.chromium.org/developers/content-module

Internal Documentation: