0
Files
src/content
Ben Kelly 35594ff19f Report duplicate URLs when cache.addAll() fails.
The spec requires rejecting cache.addAll() with an InvalidStateError.
This CL improves the exception message by describing which requests
were found to be duplicates.  If duplicate rejection is turned off
via the feature flag then the list of duplicates will be reported
to the web console.

Bug: 720919
Change-Id: I7a9faaa45f8ce2a8b2b3b4006e0ae1d2b7ae8754
Reviewed-on: https://chromium-review.googlesource.com/1174659
Commit-Queue: Ben Kelly <wanderview@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585865}
2018-08-24 16:32:12 +00:00
..
2018-07-10 20:42:42 +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: