Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Issue 2858503002: Stop having two URLLoaderFactories in RendererBlinkPlatformImpl (Closed)

Created:
3 years, 7 months ago by yhirano
Modified:
3 years, 7 months ago
Reviewers:
kinuko, jam
CC:
chromium-reviews, jam, darin-cc_chromium.org, mlamouri+watch-content_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Stop having two URLLoaderFactories in RendererBlinkPlatformImpl RendererBlinkPlatformImpl has one InterfacePtr<URLLoaderFactory> and one AssociatedInterfacePtr<URLLoaderFactory> but only one instance is needed at one time: They are used in the same way, but held differently because of the type difference. This CL introduces a container type to hold them. BUG=712913 R=kinuko@chromium.org, jam@chromium.org Review-Url: https://codereview.chromium.org/2858503002 Cr-Commit-Position: refs/heads/master@{#470926} Committed: https://chromium.googlesource.com/chromium/src/+/cecb6d2ec467966fcd43f0664f9820f526039765

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 2

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -15 lines) Patch
M content/renderer/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A content/renderer/possibly_associated_interface_ptr.h View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 chunk +9 lines, -11 lines 0 comments Download

Messages

Total messages: 25 (13 generated)
yhirano
3 years, 7 months ago (2017-05-02 07:59:28 UTC) #5
kinuko
https://codereview.chromium.org/2858503002/diff/20001/content/common/possibly_associated_interface_ptr.h File content/common/possibly_associated_interface_ptr.h (right): https://codereview.chromium.org/2858503002/diff/20001/content/common/possibly_associated_interface_ptr.h#newcode6 content/common/possibly_associated_interface_ptr.h:6: #define CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ I imagine/expect this'd be a temporary thing, ...
3 years, 7 months ago (2017-05-02 08:29:20 UTC) #6
yhirano
https://codereview.chromium.org/2858503002/diff/20001/content/common/possibly_associated_interface_ptr.h File content/common/possibly_associated_interface_ptr.h (right): https://codereview.chromium.org/2858503002/diff/20001/content/common/possibly_associated_interface_ptr.h#newcode6 content/common/possibly_associated_interface_ptr.h:6: #define CONTENT_COMMON_POSSIBLY_ASSOCIATED_INTERFACE_PTR_H_ On 2017/05/02 08:29:20, kinuko wrote: > I ...
3 years, 7 months ago (2017-05-02 08:53:40 UTC) #9
kinuko
On 2017/05/02 08:53:40, yhirano (away May 3 - May 5) wrote: > https://codereview.chromium.org/2858503002/diff/20001/content/common/possibly_associated_interface_ptr.h > File ...
3 years, 7 months ago (2017-05-02 09:50:41 UTC) #10
kinuko
On 2017/05/02 09:50:41, kinuko wrote: > On 2017/05/02 08:53:40, yhirano (away May 3 - May ...
3 years, 7 months ago (2017-05-02 09:53:49 UTC) #11
yhirano
On 2017/05/02 09:53:49, kinuko wrote: > On 2017/05/02 09:50:41, kinuko wrote: > > On 2017/05/02 ...
3 years, 7 months ago (2017-05-02 10:05:46 UTC) #14
kinuko
On 2017/05/02 10:05:46, yhirano (away May 3 - May 5) wrote: > On 2017/05/02 09:53:49, ...
3 years, 7 months ago (2017-05-02 10:13:31 UTC) #15
jam
lgtm (content/renderer is fine, since that's where it's used now. if we need it in ...
3 years, 7 months ago (2017-05-02 15:25:02 UTC) #16
kinuko
lgtm/2
3 years, 7 months ago (2017-05-02 23:33:55 UTC) #17
kinuko
On 2017/05/02 23:33:55, kinuko wrote: > lgtm/2 (Just to be clear: I'm fine with this ...
3 years, 7 months ago (2017-05-03 01:30:15 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2858503002/40001
3 years, 7 months ago (2017-05-11 09:40:19 UTC) #22
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 11:59:22 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cecb6d2ec467966fcd43f0664f98...

Powered by Google App Engine
This is Rietveld 408576698