0
Go to file
Kinuko Yasuda 017b79e68a Always use per-frame / per-context URLLoaderFactory via WebURLLoaderFactory
Replacing CreateURLLoader() in following places with CreateURLLoaderFactory:
- WebFrameClient (e.g. RenderFrameImpl)
- WebWorkerFetchContext
- Platform

And always try to use the created URLLoaderFactory for the context (e.g.
Frame, Worker context or FetchContext).

Remaining TODOs:
- We should remove the WebURLLoaderFactoryWithMock impl in //content and all
  test harness should create its own blink::WebURLLoaderFactoryWithMock
  w/o going though Platform layer (crbug.com/751425)
- Once we finalize the MojoLoading migration WebURLLoaderFactory should be
  replaced with mojo::URLLoaderFactory
- (More code cleanup around throttles etc)

Bug: 712913, 751425
Change-Id: I4249fd9cf5b056802dc57138e9555d5d9c00122a
Reviewed-on: https://chromium-review.googlesource.com/708074
Commit-Queue: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: Tsuyoshi Horo <horo@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511202}
2017-10-24 17:46:10 +00:00
2017-10-24 01:23:57 +00:00
2017-10-24 04:49:23 +00:00
2017-10-24 14:28:31 +00:00
2017-10-23 20:51:39 +00:00
2017-10-24 15:38:39 +00:00
2017-10-19 01:01:16 +00:00
2017-10-09 17:09:11 +00:00

Logo Chromium

Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.

Documentation in the source is rooted in docs/README.md.

Learn how to Get Around the Chromium Source Code Directory Structure .

Description
Chromium是一个开源浏览器项目,提供了一种安全、快速、稳定的方法来体验Web。该浏览器可以在多个平台上下载,包括Mac、Windows、Linux和ChromiumOS。项目原始地址: https://chromium.googlesource.com/chromium/src.git
https://www.mobibrw.com/gitea-mirrors/chromium/src.git
Readme BSD-3-Clause 89 GiB
Languages
C++ 74.4%
Java 8.2%
Objective-C++ 4.6%
TypeScript 4%
Python 2.5%
Other 6.1%