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

Issue 2180933002: Add experimental code behind a flag for Content Size Policy (Closed)

Created:
4 years, 5 months ago by Charlie Harrison
Modified:
4 years, 3 months ago
Reviewers:
mmenke
CC:
chromium-reviews, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, Randy Smith (Not in Mondays), darin-cc_chromium.org, loading-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add experimental code behind a flag for Content Size Policy TODO: add a description linking all the various documents. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation

Patch Set 1 #

Patch Set 2 : content size policy #

Patch Set 3 : rebase on dependent PS #

Total comments: 29

Patch Set 4 : Refactor and respond to comments #

Patch Set 5 : while -> for #

Unified diffs Side-by-side diffs Delta from patch set Stats (+551 lines, -0 lines) Patch
M content/browser/loader/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A content/browser/loader/content_size_frame_counter.h View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A content/browser/loader/content_size_frame_counter.cc View 1 2 3 4 1 chunk +189 lines, -0 lines 0 comments Download
A content/browser/loader/content_size_resource_handler.h View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A content/browser/loader/content_size_resource_handler.cc View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A content/browser/loader/content_size_resource_handler_manager.h View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A content/browser/loader/content_size_resource_handler_manager.cc View 1 2 3 1 chunk +81 lines, -0 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 5 chunks +16 lines, -0 lines 0 comments Download
M content/browser/loader/resource_request_info_impl.h View 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/loader/resource_request_info_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 44 (23 generated)
Charlie Harrison
Matt, do you think you could take a high level look at this? The strategy ...
4 years, 5 months ago (2016-07-25 23:14:53 UTC) #10
Charlie Harrison
actually adding Matt: Matt, do you think you could take a high level look at ...
4 years, 5 months ago (2016-07-25 23:15:10 UTC) #12
mmenke
On 2016/07/25 23:15:10, csharrison wrote: > actually adding Matt: > Matt, do you think you ...
4 years, 4 months ago (2016-07-27 17:42:32 UTC) #14
Charlie Harrison
On 2016/07/27 17:42:32, mmenke wrote: > On 2016/07/25 23:15:10, csharrison wrote: > > actually adding ...
4 years, 4 months ago (2016-07-27 17:44:20 UTC) #15
mmenke
On 2016/07/27 17:44:20, csharrison wrote: > On 2016/07/27 17:42:32, mmenke wrote: > > On 2016/07/25 ...
4 years, 4 months ago (2016-07-28 15:11:26 UTC) #16
Charlie Harrison
Most of the RDH code is added because it already has and shares code with ...
4 years, 4 months ago (2016-07-28 15:20:44 UTC) #17
mmenke
On 2016/07/28 15:20:44, csharrison wrote: > Most of the RDH code is added because it ...
4 years, 4 months ago (2016-07-28 15:33:12 UTC) #18
Charlie Harrison
Ok yeah I agree with you. I can upload a patch moving LoaderIOThread notifier to ...
4 years, 4 months ago (2016-07-28 15:36:29 UTC) #19
mmenke
On 2016/07/28 15:36:29, csharrison wrote: > Ok yeah I agree with you. I can upload ...
4 years, 4 months ago (2016-08-01 21:36:04 UTC) #24
Charlie Harrison
On 2016/08/01 21:36:04, mmenke wrote: > On 2016/07/28 15:36:29, csharrison wrote: > > Ok yeah ...
4 years, 4 months ago (2016-08-01 21:41:56 UTC) #25
mmenke
Just trying to get a feel for this CL. I still really don't like that ...
4 years, 4 months ago (2016-08-02 18:02:12 UTC) #26
mmenke
Oh, and I have to ask once again: Have you thought about ServiceWorker or SDCH ...
4 years, 4 months ago (2016-08-02 18:04:51 UTC) #27
Charlie Harrison
No new PS, just responding to comments. Re: Serviceworker. Still unsure about that. I've raised ...
4 years, 4 months ago (2016-08-02 18:35:37 UTC) #28
Charlie Harrison
rdsmith@ told me that SDCH dictionaries do not go through RDH. We agreed that it ...
4 years, 4 months ago (2016-08-02 18:44:43 UTC) #29
mmenke
On 2016/08/02 18:44:43, csharrison wrote: > rdsmith@ told me that SDCH dictionaries do not go ...
4 years, 4 months ago (2016-08-02 18:56:35 UTC) #30
Charlie Harrison
On 2016/08/02 18:56:35, mmenke wrote: > On 2016/08/02 18:44:43, csharrison wrote: > > rdsmith@ told ...
4 years, 4 months ago (2016-08-02 19:06:55 UTC) #31
mmenke
https://codereview.chromium.org/2180933002/diff/40001/content/browser/loader/content_size_resource_handler.h File content/browser/loader/content_size_resource_handler.h (right): https://codereview.chromium.org/2180933002/diff/40001/content/browser/loader/content_size_resource_handler.h#newcode32 content/browser/loader/content_size_resource_handler.h:32: class ContentSizeResourceHandlerManager { I'm not a fan of having ...
4 years, 4 months ago (2016-08-05 17:16:27 UTC) #32
mmenke
https://codereview.chromium.org/2180933002/diff/40001/content/browser/loader/loader_io_thread_notifier.cc File content/browser/loader/loader_io_thread_notifier.cc (right): https://codereview.chromium.org/2180933002/diff/40001/content/browser/loader/loader_io_thread_notifier.cc#newcode100 content/browser/loader/loader_io_thread_notifier.cc:100: switches::kContentSizePolicy); Why are we getting this as a command ...
4 years, 4 months ago (2016-08-05 17:18:17 UTC) #33
Charlie Harrison
Ok tried to respond to most comments. Thanks for taking a look. https://codereview.chromium.org/2180933002/diff/40001/content/browser/loader/content_size_resource_handler.h File content/browser/loader/content_size_resource_handler.h ...
4 years, 4 months ago (2016-08-08 14:04:39 UTC) #42
mmenke
Gah, is this one waiting on me?
4 years, 3 months ago (2016-09-08 17:54:48 UTC) #43
Charlie Harrison
4 years, 3 months ago (2016-09-08 17:58:16 UTC) #44
On 2016/09/08 17:54:48, mmenke wrote:
> Gah, is this one waiting on me?

Nope. Let's close this issue for now. Spec discussions are still ongoing and it
isn't clear what this will look like.

Powered by Google App Engine
This is Rietveld 408576698