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

Issue 2005273002: Move MimeTypeResourceHandler before ThrottlingResourceHandler (Closed)

Created:
4 years, 7 months ago by clamy
Modified:
4 years, 3 months ago
CC:
asanka, carlosk, chromium-reviews, darin-cc_chromium.org, jam, loading-reviews_chromium.org, Mike West, Nathan Parker, yhirano
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move MimeTypeResourceHandler before ThrottlingResourceHandler This CL moves the MimeTypeResourceHandler before the ThrottlingResourceHandler. This allows NavigationThrottles (called by the NavigationResourceThrottle) to execute with full knowledge of the MIME type of a navigation. This is needed to reland https://codereview.chromium.org/1617043002/, which needs knowledge of downloads in the NavigationThrottles. BUG=555418 Committed: https://crrev.com/0e3422671a1173d23d6a1e4dfb35c0499b401fb6 Cr-Commit-Position: refs/heads/master@{#416621}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 3

Patch Set 5 : Back to one class #

Total comments: 3

Patch Set 6 : Rebase #

Patch Set 7 : Split into 2 ResourceHandlers #

Patch Set 8 : Removed compilation error in content_unittests #

Patch Set 9 : Fixed gypi error #

Total comments: 38

Patch Set 10 : Rebase #

Patch Set 11 : Addressed comments + new unit tests #

Patch Set 12 : Rebase #

Patch Set 13 : Fixed issue in ResourceDispatcherHostTests #

Total comments: 9

Patch Set 14 : Rebase #

Patch Set 15 : Moved interception checks #

Patch Set 16 : Fixed tests #

Patch Set 17 : Rebase #

Total comments: 29

Patch Set 18 : Addressed comments #

Total comments: 23

Patch Set 19 : Rebase #

Patch Set 20 : Addressed comments #

Total comments: 46

Patch Set 21 : Addressed comments + safe browsing issue #

Patch Set 22 : Added missing file #

Total comments: 53

Patch Set 23 : Rebase #

Patch Set 24 : Addressed comments #

Patch Set 25 : Fixed compilation error on Mac #

Total comments: 78

Patch Set 26 : Addressed comments #

Total comments: 10

Patch Set 27 : Rebase #

Patch Set 28 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2460 lines, -1417 lines) Patch
M chrome/browser/renderer_host/safe_browsing_resource_throttle.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/safe_browsing_resource_throttle.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +18 lines, -0 lines 0 comments Download
M content/browser/loader/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -1 line 0 comments Download
A content/browser/loader/intercepting_resource_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +95 lines, -0 lines 0 comments Download
A content/browser/loader/intercepting_resource_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +163 lines, -0 lines 0 comments Download
A content/browser/loader/intercepting_resource_handler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +619 lines, -0 lines 0 comments Download
A content/browser/loader/mime_sniffing_resource_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +176 lines, -0 lines 0 comments Download
A + content/browser/loader/mime_sniffing_resource_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 13 chunks +220 lines, -247 lines 0 comments Download
A content/browser/loader/mime_sniffing_resource_handler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1013 lines, -0 lines 0 comments Download
M content/browser/loader/mime_type_resource_handler.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -140 lines 0 comments Download
D content/browser/loader/mime_type_resource_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -545 lines 0 comments Download
D content/browser/loader/mime_type_resource_handler_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +0 lines, -461 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +42 lines, -10 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 15 chunks +91 lines, -6 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 3 chunks +5 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +2 lines, -1 line 0 comments Download
M content/public/browser/resource_throttle.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +10 lines, -1 line 0 comments Download
A + content/public/browser/resource_throttle.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 114 (47 generated)
clamy
@nasko, mmenke: PTAL This is a preliminary patch in order to reland https://codereview.chromium.org/1617043002/ and to ...
4 years, 7 months ago (2016-05-26 16:49:55 UTC) #4
mmenke
https://codereview.chromium.org/2005273002/diff/60001/content/browser/loader/buffered_resource_handler.h File content/browser/loader/buffered_resource_handler.h (right): https://codereview.chromium.org/2005273002/diff/60001/content/browser/loader/buffered_resource_handler.h#newcode31 content/browser/loader/buffered_resource_handler.h:31: class CONTENT_EXPORT BufferedResourceHandler : public LayeredResourceHandler, What's the motivation ...
4 years, 7 months ago (2016-05-26 17:30:22 UTC) #5
mmenke
https://codereview.chromium.org/2005273002/diff/60001/content/browser/loader/buffered_resource_handler.h File content/browser/loader/buffered_resource_handler.h (right): https://codereview.chromium.org/2005273002/diff/60001/content/browser/loader/buffered_resource_handler.h#newcode31 content/browser/loader/buffered_resource_handler.h:31: class CONTENT_EXPORT BufferedResourceHandler : public LayeredResourceHandler, On 2016/05/26 17:30:22, ...
4 years, 7 months ago (2016-05-26 20:01:41 UTC) #6
nasko
I'd defer on this review to mmenke@, as he is more experienced in this area ...
4 years, 6 months ago (2016-05-27 22:42:52 UTC) #7
clamy
https://codereview.chromium.org/2005273002/diff/60001/content/browser/loader/buffered_resource_handler.h File content/browser/loader/buffered_resource_handler.h (right): https://codereview.chromium.org/2005273002/diff/60001/content/browser/loader/buffered_resource_handler.h#newcode31 content/browser/loader/buffered_resource_handler.h:31: class CONTENT_EXPORT BufferedResourceHandler : public LayeredResourceHandler, On 2016/05/26 20:01:41, ...
4 years, 6 months ago (2016-05-30 15:08:17 UTC) #8
clamy
PTAL at the latest patchset, where we're back to one class.
4 years, 6 months ago (2016-05-30 17:10:53 UTC) #9
nasko
Just a couple of notes. I'm not sure I understand the changes in mime_type_resource_handler.cc well ...
4 years, 6 months ago (2016-06-01 17:18:25 UTC) #10
mmenke
On 2016/06/01 17:18:25, nasko (slow) wrote: > Just a couple of notes. I'm not sure ...
4 years, 6 months ago (2016-06-01 17:38:12 UTC) #11
mmenke
[+rdsmith]: FYI. This CL seems to have a pretty big footprint in terms of the ...
4 years, 6 months ago (2016-06-01 17:44:09 UTC) #13
mmenke
Hrm...I wonder if this would be simpler if we split it in two: One to ...
4 years, 6 months ago (2016-06-02 19:56:19 UTC) #14
mmenke
On 2016/06/02 19:56:19, mmenke wrote: > Hrm...I wonder if this would be simpler if we ...
4 years, 6 months ago (2016-06-02 19:56:57 UTC) #15
mmenke
On 2016/06/02 19:56:57, mmenke wrote: > On 2016/06/02 19:56:19, mmenke wrote: > > Hrm...I wonder ...
4 years, 6 months ago (2016-06-02 19:58:42 UTC) #16
mmenke
On 2016/06/02 19:58:42, mmenke wrote: > On 2016/06/02 19:56:57, mmenke wrote: > > On 2016/06/02 ...
4 years, 6 months ago (2016-06-02 20:16:52 UTC) #17
clamy
@mmenke: PTAL. I split the handler in 2 as you suggested. If you're happy with ...
4 years, 6 months ago (2016-06-08 14:34:27 UTC) #18
mmenke
On 2016/06/08 14:34:27, clamy wrote: > @mmenke: PTAL. I split the handler in 2 as ...
4 years, 6 months ago (2016-06-09 16:04:13 UTC) #19
mmenke
https://codereview.chromium.org/2005273002/diff/160001/content/browser/loader/mime_type_resource_handler.cc File content/browser/loader/mime_type_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/160001/content/browser/loader/mime_type_resource_handler.cc#newcode126 content/browser/loader/mime_type_resource_handler.cc:126: bool* defer) { DCHECK_EQ(STATE_STARTING, state_);? https://codereview.chromium.org/2005273002/diff/160001/content/browser/loader/mime_type_resource_handler.cc#newcode236 content/browser/loader/mime_type_resource_handler.cc:236: DCHECK(state_ == ...
4 years, 6 months ago (2016-06-09 18:09:30 UTC) #21
mmenke
https://codereview.chromium.org/2005273002/diff/160001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/2005273002/diff/160001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1731 content/browser/loader/resource_dispatcher_host_impl.cc:1731: // appropriate one based on the MIME type of ...
4 years, 6 months ago (2016-06-09 18:18:42 UTC) #22
mattm
The description says MimeTypeResourceHandler is moved before ThrottlingResourceHandler so that NavigationThrottles have knowledge of downloads, ...
4 years, 6 months ago (2016-06-09 22:55:33 UTC) #23
mmenke
On 2016/06/09 22:55:33, mattm wrote: > The description says MimeTypeResourceHandler is moved before > ThrottlingResourceHandler ...
4 years, 6 months ago (2016-06-09 23:52:37 UTC) #24
mmenke
On 2016/06/09 23:52:37, mmenke wrote: > On 2016/06/09 22:55:33, mattm wrote: > > The description ...
4 years, 6 months ago (2016-06-09 23:53:11 UTC) #25
mattm
On 2016/06/09 23:53:11, mmenke wrote: > On 2016/06/09 23:52:37, mmenke wrote: > > On 2016/06/09 ...
4 years, 6 months ago (2016-06-10 01:38:40 UTC) #26
Nathan Parker
Yes, on mobile we currently receive the headers before Safe Browsing looks at the request. ...
4 years, 6 months ago (2016-06-10 16:45:14 UTC) #28
mmenke
On 2016/06/10 16:45:14, Nathan Parker wrote: > Yes, on mobile we currently receive the headers ...
4 years, 6 months ago (2016-06-10 16:46:50 UTC) #29
mattm
On 2016/06/10 16:46:50, mmenke wrote: > On 2016/06/10 16:45:14, Nathan Parker wrote: > > Yes, ...
4 years, 6 months ago (2016-06-10 17:00:16 UTC) #30
mmenke
On 2016/06/10 17:00:16, mattm wrote: > On 2016/06/10 16:46:50, mmenke wrote: > > On 2016/06/10 ...
4 years, 6 months ago (2016-06-10 17:12:29 UTC) #31
mmenke
On 2016/06/10 17:12:29, mmenke wrote: > On 2016/06/10 17:00:16, mattm wrote: > > On 2016/06/10 ...
4 years, 6 months ago (2016-06-10 17:22:47 UTC) #32
clamy
Thanks! I have updated the patch and added more unit tests. NavigationResourceThrottle has NavigationThrottles on ...
4 years, 6 months ago (2016-06-21 16:14:16 UTC) #33
mmenke
Going to take me a while to go through all the tests. I'm on network ...
4 years, 6 months ago (2016-06-21 21:18:47 UTC) #34
asanka
https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc File content/browser/loader/intercepting_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc#newcode62 content/browser/loader/intercepting_resource_handler.cc:62: response->head.headers->response_code() == 304) { For HTTP(-like) responses, this class ...
4 years, 6 months ago (2016-06-22 20:26:53 UTC) #35
mmenke
https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc File content/browser/loader/intercepting_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc#newcode62 content/browser/loader/intercepting_resource_handler.cc:62: response->head.headers->response_code() == 304) { On 2016/06/22 20:26:53, asanka wrote: ...
4 years, 6 months ago (2016-06-22 20:31:19 UTC) #36
asanka
https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc File content/browser/loader/intercepting_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc#newcode62 content/browser/loader/intercepting_resource_handler.cc:62: response->head.headers->response_code() == 304) { On 2016/06/22 at 20:31:18, mmenke ...
4 years, 6 months ago (2016-06-23 02:26:18 UTC) #37
asanka
https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1728 content/browser/loader/resource_dispatcher_host_impl.cc:1728: handler.reset(new MimeSniffingResourceHandler(std::move(handler), request)); Note that this ResourceHandler is special. ...
4 years, 6 months ago (2016-06-23 02:30:13 UTC) #38
mmenke
On 2016/06/23 02:30:13, asanka wrote: > https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/resource_dispatcher_host_impl.cc > File content/browser/loader/resource_dispatcher_host_impl.cc (right): > > https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode1728 > ...
4 years, 5 months ago (2016-06-27 20:31:35 UTC) #39
clamy
Thanks! Working on some CL that depends on this, I realized that the interception checks ...
4 years, 5 months ago (2016-06-28 16:20:42 UTC) #40
clamy
https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc File content/browser/loader/intercepting_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc#newcode62 content/browser/loader/intercepting_resource_handler.cc:62: response->head.headers->response_code() == 304) { On 2016/06/28 16:20:41, clamy wrote: ...
4 years, 5 months ago (2016-06-29 13:35:57 UTC) #41
mmenke
On 2016/06/29 13:35:57, clamy wrote: > https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc > File content/browser/loader/intercepting_resource_handler.cc (right): > > https://codereview.chromium.org/2005273002/diff/240001/content/browser/loader/intercepting_resource_handler.cc#newcode62 > ...
4 years, 5 months ago (2016-06-29 15:25:28 UTC) #42
clamy
@mmenke: could you take a look at the latest patchset this week? I'm out until ...
4 years, 5 months ago (2016-07-13 16:25:26 UTC) #43
mmenke
On 2016/07/13 16:25:26, clamy (ooo until Jul 18) wrote: > @mmenke: could you take a ...
4 years, 5 months ago (2016-07-13 16:27:55 UTC) #44
clamy
The redness was due to a patch conflict. Uploaded the rebase. There's still an issue ...
4 years, 5 months ago (2016-07-18 14:43:46 UTC) #49
mmenke
Sorry it took me so long. I'm going to continue looking at the CL today, ...
4 years, 5 months ago (2016-07-18 17:58:37 UTC) #50
mmenke
https://codereview.chromium.org/2005273002/diff/320001/content/browser/loader/intercepting_resource_handler.cc File content/browser/loader/intercepting_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/320001/content/browser/loader/intercepting_resource_handler.cc#newcode8 content/browser/loader/intercepting_resource_handler.cc:8: #include <vector> Not used https://codereview.chromium.org/2005273002/diff/320001/content/browser/loader/intercepting_resource_handler.cc#newcode87 content/browser/loader/intercepting_resource_handler.cc:87: bytes_read_ += bytes_read; ...
4 years, 5 months ago (2016-07-18 18:50:43 UTC) #51
clamy
Thanks! https://codereview.chromium.org/2005273002/diff/320001/content/browser/loader/intercepting_resource_handler.cc File content/browser/loader/intercepting_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/320001/content/browser/loader/intercepting_resource_handler.cc#newcode8 content/browser/loader/intercepting_resource_handler.cc:8: #include <vector> On 2016/07/18 18:50:42, mmenke wrote: > ...
4 years, 5 months ago (2016-07-19 14:24:55 UTC) #56
mmenke
Quick followups. I'm pretty happy with the code, just want to resolve these issues, go ...
4 years, 5 months ago (2016-07-19 17:43:45 UTC) #57
mmenke
Still need a bit more digging into the sniffer tests. https://codereview.chromium.org/2005273002/diff/340001/content/browser/loader/intercepting_resource_handler.h File content/browser/loader/intercepting_resource_handler.h (right): https://codereview.chromium.org/2005273002/diff/340001/content/browser/loader/intercepting_resource_handler.h#newcode75 ...
4 years, 5 months ago (2016-07-19 21:42:33 UTC) #58
Nathan Parker
I haven't followed the recent changes to this CL closely, but is there a solution ...
4 years, 5 months ago (2016-07-19 22:14:25 UTC) #59
mmenke
On 2016/07/19 22:14:25, Nathan Parker wrote: > I haven't followed the recent changes to this ...
4 years, 5 months ago (2016-07-19 22:24:44 UTC) #60
clamy
Thanks! Concerning the issue with SafeBrowsing, I have a few questions about the cache behavior: ...
4 years, 5 months ago (2016-07-25 16:58:26 UTC) #63
mmenke
On 2016/07/25 16:58:26, clamy wrote: > Thanks! > > Concerning the issue with SafeBrowsing, I ...
4 years, 5 months ago (2016-07-25 17:08:35 UTC) #64
mmenke
Hoping we can finally finish this up (Modulo the safe browsing issue) in just one ...
4 years, 5 months ago (2016-07-25 17:39:32 UTC) #67
clamy
Thanks! The latest patch set addresses the problem by having the SafeBrowsingResourceThrottle declares that it ...
4 years, 4 months ago (2016-07-26 16:24:16 UTC) #70
mmenke
Ok, I'm happy with this. Not going to do another round of review from the ...
4 years, 4 months ago (2016-07-27 19:34:01 UTC) #77
mmenke
https://codereview.chromium.org/2005273002/diff/420001/content/browser/loader/mime_sniffing_resource_handler.cc File content/browser/loader/mime_sniffing_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/420001/content/browser/loader/mime_sniffing_resource_handler.cc#newcode297 content/browser/loader/mime_sniffing_resource_handler.cc:297: if (!CheckForInterception(defer)) And a question you missed: On 2016/07/19 ...
4 years, 4 months ago (2016-07-27 20:16:58 UTC) #78
clamy
Thanks! https://codereview.chromium.org/2005273002/diff/420001/content/browser/loader/intercepting_resource_handler.h File content/browser/loader/intercepting_resource_handler.h (right): https://codereview.chromium.org/2005273002/diff/420001/content/browser/loader/intercepting_resource_handler.h#newcode36 content/browser/loader/intercepting_resource_handler.h:36: const std::string& payload_for_old_handler); On 2016/07/27 19:33:59, mmenke wrote: ...
4 years, 4 months ago (2016-08-17 12:47:35 UTC) #81
mmenke
https://codereview.chromium.org/2005273002/diff/420001/content/public/browser/resource_throttle.h File content/public/browser/resource_throttle.h (right): https://codereview.chromium.org/2005273002/diff/420001/content/public/browser/resource_throttle.h#newcode51 content/public/browser/resource_throttle.h:51: virtual bool MustProcessResponseBeforeMimeSniffing(); On 2016/08/17 12:47:35, clamy wrote: > ...
4 years, 4 months ago (2016-08-17 19:53:08 UTC) #88
clamy
https://codereview.chromium.org/2005273002/diff/420001/content/public/browser/resource_throttle.h File content/public/browser/resource_throttle.h (right): https://codereview.chromium.org/2005273002/diff/420001/content/public/browser/resource_throttle.h#newcode51 content/public/browser/resource_throttle.h:51: virtual bool MustProcessResponseBeforeMimeSniffing(); On 2016/08/17 19:53:08, mmenke wrote: > ...
4 years, 4 months ago (2016-08-18 12:01:51 UTC) #89
mmenke
Not a full review (Sorry for all the slowness, 2,000 line CLs are just a ...
4 years, 4 months ago (2016-08-19 16:33:02 UTC) #90
mmenke
https://codereview.chromium.org/2005273002/diff/480001/content/browser/loader/intercepting_resource_handler.cc File content/browser/loader/intercepting_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/480001/content/browser/loader/intercepting_resource_handler.cc#newcode7 content/browser/loader/intercepting_resource_handler.cc:7: #include <utility> What's this needed for (Sorry if I ...
4 years, 4 months ago (2016-08-22 20:39:05 UTC) #91
mmenke
No need to rush out a response - I'm planning on doing a pass on ...
4 years, 4 months ago (2016-08-22 20:40:34 UTC) #92
mmenke
On 2016/08/22 20:40:34, mmenke wrote: > No need to rush out a response - I'm ...
4 years, 4 months ago (2016-08-24 14:45:01 UTC) #93
mmenke
Think it's finally about time to land this. https://codereview.chromium.org/2005273002/diff/480001/content/browser/loader/mime_sniffing_resource_handler.cc File content/browser/loader/mime_sniffing_resource_handler.cc (right): https://codereview.chromium.org/2005273002/diff/480001/content/browser/loader/mime_sniffing_resource_handler.cc#newcode272 content/browser/loader/mime_sniffing_resource_handler.cc:272: bool ...
4 years, 3 months ago (2016-08-26 21:03:04 UTC) #94
clamy
Thanks! https://codereview.chromium.org/2005273002/diff/480001/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc File chrome/browser/renderer_host/safe_browsing_resource_throttle.cc (right): https://codereview.chromium.org/2005273002/diff/480001/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc#newcode173 chrome/browser/renderer_host/safe_browsing_resource_throttle.cc:173: return true; On 2016/08/19 16:33:02, mmenke wrote: > ...
4 years, 3 months ago (2016-09-01 23:19:42 UTC) #97
mmenke
LGTM https://codereview.chromium.org/2005273002/diff/500001/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc File chrome/browser/renderer_host/safe_browsing_resource_throttle.cc (right): https://codereview.chromium.org/2005273002/diff/500001/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc#newcode174 chrome/browser/renderer_host/safe_browsing_resource_throttle.cc:174: // response has been received. Therefore, not part ...
4 years, 3 months ago (2016-09-02 19:22:05 UTC) #100
clamy
@mmenke: Thanks! @jochen: PTAL at the changes in chrome/browser/renderer_host https://codereview.chromium.org/2005273002/diff/500001/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc File chrome/browser/renderer_host/safe_browsing_resource_throttle.cc (right): https://codereview.chromium.org/2005273002/diff/500001/chrome/browser/renderer_host/safe_browsing_resource_throttle.cc#newcode174 chrome/browser/renderer_host/safe_browsing_resource_throttle.cc:174: ...
4 years, 3 months ago (2016-09-06 11:50:49 UTC) #104
jochen (gone - plz use gerrit)
lgtm
4 years, 3 months ago (2016-09-06 13:27:38 UTC) #107
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/2005273002/540001
4 years, 3 months ago (2016-09-06 13:31:20 UTC) #110
commit-bot: I haz the power
Committed patchset #28 (id:540001)
4 years, 3 months ago (2016-09-06 13:35:11 UTC) #112
commit-bot: I haz the power
4 years, 3 months ago (2016-09-06 13:36:48 UTC) #114
Message was sent while issue was closed.
Patchset 28 (id:??) landed as
https://crrev.com/0e3422671a1173d23d6a1e4dfb35c0499b401fb6
Cr-Commit-Position: refs/heads/master@{#416621}

Powered by Google App Engine
This is Rietveld 408576698