0
Commit Graph

5 Commits

Author SHA1 Message Date
Avi Drissman
4e1b7bc33d Update copyright headers in content/
The methodology used to generate this CL is documented in
https://crbug.com/1098010#c34.

No-Try: true
No-Presubmit: true
Bug: 1098010
Change-Id: I8c0f009d16350271f07d8e5e561085822cc9dd27
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3895935
Owners-Override: Avi Drissman <avi@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1047456}
2022-09-15 14:03:50 +00:00
Adrienne Walker
be0664d51f appcache: Remove AppCacheFactory from url loader factory bundle
Bug: 582750
Change-Id: I30f60dce343e1a702f314bf2b10290f64734c1cd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3208947
Auto-Submit: enne <enne@chromium.org>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Reviewed-by: Nate Chapin <japhet@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/main@{#930644}
2021-10-12 17:51:41 +00:00
Dominic Farolino
1be897a021 Convert old mojo types to new ones in //content loading code
Specifically, this code updates URLLoaderFactoryBundleInfo, and
subclasses to use the new mojo types. This CL also updates variables
that reference this class in RenderFrameHostImpl, and follows the path
down through ContentBrowserClient subclasses updating variables where
necessary.

The change is mostly mechanical, and as tightly-scoped as I could make
it given the instances I aimed to update.

Bug: 955171
Change-Id: Ic979f4a34709bb74466dd4fa391cba92010f2e2e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695042
Commit-Queue: Dominic Farolino <dom@chromium.org>
Reviewed-by: Ken Rockot <rockot@google.com>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Colin Blundell <blundell@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679375}
2019-07-20 08:11:42 +00:00
Tsuyoshi Horo
eaf3b29ff2 Pass prefetched signed exchanges to renderer process
This CL introduces PrefetchedSignedExchangeInfo struct, which keeps the
information about a prefetched signed exchange. It is created in
PrefetchedSignedExchangeCache and passed to SubresourceLoaderParams and will be
passed to the renderer process in CommitNavigation IPC's CommitNavigationParams.

Bug: 935267
Change-Id: Id67c2ce99801f6c89d679cf9efaf65617d68cdfa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600438
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659318}
2019-05-14 00:52:27 +00:00
Tsuyoshi Horo
5b3cefd510 Move navigation_subresource_loader_params.* from content/common to content/browser
This class is used only in the browser process.

Bug: 935267
Change-Id: I165997ea73ec8da973a8cade28bdebf9fad532e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580684
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#653492}
2019-04-24 04:58:21 +00:00