Chromium Code Reviews

Issue 1131293004: Add cross origin to Blink-driven preconnect (Closed)

Created:
5 years, 7 months ago by Yoav Weiss
Modified:
5 years, 4 months ago
Reviewers:
jochen (gone - plz use gerrit), Ryan Sleevi, davidben, Deprecated (see juliatuttle), Mike West, mmenke
CC:
chromium-reviews, davidben, Pat Meenan
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add cross origin to Blink-driven preconnect In order to support <link rel=preconnect> for both anonymous and non-anonymous connection pools we need to add support for preconnect requests coming from Blink. BUG=468005 Committed: https://crrev.com/9131644005a8e069c128512f5674e53fa4d651ba Cr-Commit-Position: refs/heads/master@{#340854}

Patch Set 1 #

Patch Set 2 : Hooked up preconnect all the way through #

Patch Set 3 : Added test and switch to a boolean #

Total comments: 12

Patch Set 4 : Review comments #

Total comments: 7

Patch Set 5 : Fixed broken test. Renaming #

Patch Set 6 : build issue #

Patch Set 7 : Fixed PM layering #

Patch Set 8 : Remove crossorigin logic #

Total comments: 7

Patch Set 9 : Style. Build issue. #

Patch Set 10 : rebase #

Patch Set 11 : rebase and new test #

Total comments: 15

Patch Set 12 : Review comments #

Patch Set 13 : Added more tests and fixed a test bug #

Total comments: 8

Patch Set 14 : printf\! #

Patch Set 15 : Added a comment about GetPort #

Total comments: 13

Patch Set 16 : Matt's comments #

Total comments: 6

Patch Set 17 : Bring back layering violation. Add a TODO #

Total comments: 2

Patch Set 18 : Jochen's comments #

Patch Set 19 : Added back the const due to win build breaking. Will fix that later. #

Patch Set 20 : build issues #

Patch Set 21 : more build issues #

Total comments: 1

Patch Set 22 : Address Ryan's concerns #

Total comments: 3
Unified diffs Side-by-side diffs Stats (+160 lines, -50 lines)
M chrome/browser/net/preconnect.h View 1 chunk +2 lines, -1 line 0 comments
M chrome/browser/net/preconnect.cc View 3 chunks +19 lines, -10 lines 3 comments
M chrome/browser/net/predictor.h View 1 chunk +6 lines, -2 lines 0 comments
M chrome/browser/net/predictor.cc View 8 chunks +22 lines, -17 lines 0 comments
M chrome/browser/net/predictor_browsertest.cc View 4 chunks +82 lines, -3 lines 0 comments
M chrome/browser/net/predictor_unittest.cc View 1 chunk +2 lines, -1 line 0 comments
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 chunk +1 line, -1 line 0 comments
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 2 chunks +6 lines, -3 lines 0 comments
M components/network_hints/common/network_hints_messages.h View 1 chunk +3 lines, -3 lines 0 comments
M components/network_hints/renderer/prescient_networking_dispatcher.h View 1 chunk +5 lines, -2 lines 0 comments
M components/network_hints/renderer/prescient_networking_dispatcher.cc View 1 chunk +6 lines, -1 line 0 comments
M components/network_hints/renderer/renderer_preconnect.h View 1 chunk +2 lines, -2 lines 0 comments
M components/network_hints/renderer/renderer_preconnect.cc View 1 chunk +2 lines, -2 lines 0 comments
M net/test/embedded_test_server/stream_listen_socket.h View 1 chunk +1 line, -1 line 0 comments
M net/test/embedded_test_server/stream_listen_socket.cc View 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 114 (14 generated)
Yoav Weiss
Hey Mike! Not a very exciting CL for your jet lagged return to our glorious ...
5 years, 7 months ago (2015-05-11 06:03:51 UTC) #2
Mike West
On 2015/05/11 at 06:03:51, yoav wrote: > Hey Mike! > > Not a very exciting ...
5 years, 7 months ago (2015-05-11 06:36:45 UTC) #3
Yoav Weiss
On 2015/05/11 06:36:45, Mike West (traveling. slow.) wrote: > On 2015/05/11 at 06:03:51, yoav wrote: ...
5 years, 7 months ago (2015-05-11 07:08:26 UTC) #4
Mike West
On 2015/05/11 at 07:08:26, yoav wrote: > So the plan is: > * Add Blink ...
5 years, 7 months ago (2015-05-11 07:19:05 UTC) #5
Yoav Weiss
On 2015/05/11 07:19:05, Mike West (traveling. slow.) wrote: > On 2015/05/11 at 07:08:26, yoav wrote: ...
5 years, 7 months ago (2015-05-11 09:42:20 UTC) #6
Mike West
On 2015/05/11 at 09:42:20, yoav wrote: > A couple questions: > * What's the best ...
5 years, 7 months ago (2015-05-11 09:50:55 UTC) #7
Yoav Weiss
On 2015/05/11 09:50:55, Mike West (traveling. slow.) wrote: > > > * Regarding the enum ...
5 years, 7 months ago (2015-05-11 09:57:16 UTC) #8
Mike West
On 2015/05/11 at 09:57:16, yoav wrote: > On 2015/05/11 09:50:55, Mike West (traveling. slow.) wrote: ...
5 years, 7 months ago (2015-05-11 09:58:40 UTC) #9
Yoav Weiss
On 2015/05/11 09:58:40, Mike West (traveling. slow.) wrote: > On 2015/05/11 at 09:57:16, yoav wrote: ...
5 years, 7 months ago (2015-05-11 10:38:39 UTC) #10
Yoav Weiss
On 2015/05/11 10:38:39, Yoav Weiss wrote: > On 2015/05/11 09:58:40, Mike West (traveling. slow.) wrote: ...
5 years, 7 months ago (2015-05-11 16:22:20 UTC) #11
Yoav Weiss
On 2015/05/11 16:22:20, Yoav Weiss wrote: > On 2015/05/11 10:38:39, Yoav Weiss wrote: > > ...
5 years, 7 months ago (2015-05-12 08:18:13 UTC) #12
Mike West
On 2015/05/12 at 08:18:13, yoav wrote: > > A couple of issues I'm aware of: ...
5 years, 7 months ago (2015-05-12 08:33:07 UTC) #13
Yoav Weiss
On 2015/05/12 08:33:07, Mike West wrote: > On 2015/05/12 at 08:18:13, yoav wrote: > > ...
5 years, 7 months ago (2015-05-12 08:38:07 UTC) #14
Mike West
On 2015/05/12 at 08:38:07, yoav wrote: > On 2015/05/12 08:33:07, Mike West wrote: > > ...
5 years, 7 months ago (2015-05-12 08:46:13 UTC) #15
Yoav Weiss
On 2015/05/12 08:46:13, Mike West wrote: > On 2015/05/12 at 08:38:07, yoav wrote: > > ...
5 years, 7 months ago (2015-05-12 11:29:44 UTC) #16
Mike West
On 2015/05/12 at 11:29:44, yoav wrote: > On 2015/05/12 08:46:13, Mike West wrote: > > ...
5 years, 7 months ago (2015-05-12 11:37:24 UTC) #17
Yoav Weiss
On 2015/05/12 11:37:24, Mike West wrote: > On 2015/05/12 at 11:29:44, yoav wrote: > > ...
5 years, 7 months ago (2015-05-12 14:58:54 UTC) #18
Ryan Sleevi
https://codereview.chromium.org/1131293004/diff/40001/chrome/browser/net/preconnect.h File chrome/browser/net/preconnect.h (right): https://codereview.chromium.org/1131293004/diff/40001/chrome/browser/net/preconnect.h#newcode38 chrome/browser/net/preconnect.h:38: bool isAnonymous = false); Drive-by STYLE: s/isAnonymous = false/is_anonymous/ ...
5 years, 7 months ago (2015-05-12 15:43:20 UTC) #20
Ryan Sleevi
Mmenke will need to review //c/b/net. I'm still deeply concerned about this being the right ...
5 years, 7 months ago (2015-05-12 15:49:43 UTC) #22
mmenke
Was there an intent to implement and ship for this? Is there a spec?
5 years, 7 months ago (2015-05-12 15:57:20 UTC) #23
Yoav Weiss
Thanks for the comments! :) mmenke: There has been an intent to implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/CM5BaP6uVvE Note ...
5 years, 7 months ago (2015-05-12 16:25:04 UTC) #26
mmenke
On 2015/05/12 16:25:04, Yoav Weiss wrote: > Thanks for the comments! :) > > mmenke: ...
5 years, 7 months ago (2015-05-12 18:48:01 UTC) #27
mmenke
On 2015/05/12 18:48:01, mmenke wrote: > On 2015/05/12 16:25:04, Yoav Weiss wrote: > > Thanks ...
5 years, 7 months ago (2015-05-12 18:50:43 UTC) #28
Yoav Weiss
On 2015/05/12 18:48:01, mmenke wrote: > On 2015/05/12 16:25:04, Yoav Weiss wrote: > > Thanks ...
5 years, 7 months ago (2015-05-12 19:36:30 UTC) #29
Ryan Sleevi
On 2015/05/12 19:36:30, Yoav Weiss wrote: > I don't have any docs. Ryan? There are ...
5 years, 7 months ago (2015-05-12 22:13:20 UTC) #30
Yoav Weiss
On 2015/05/12 22:13:20, Ryan Sleevi wrote: > On 2015/05/12 19:36:30, Yoav Weiss wrote: > > ...
5 years, 7 months ago (2015-05-13 06:29:43 UTC) #31
Ryan Sleevi
On 2015/05/13 06:29:43, Yoav Weiss wrote: > On 2015/05/12 22:13:20, Ryan Sleevi wrote: > So, ...
5 years, 7 months ago (2015-05-13 06:44:01 UTC) #32
mef
On 2015/05/13 06:44:01, Ryan Sleevi wrote: > On 2015/05/13 06:29:43, Yoav Weiss wrote: > > ...
5 years, 7 months ago (2015-05-13 13:38:42 UTC) #33
cbentzel
On 2015/05/13 13:38:42, mef wrote: > On 2015/05/13 06:44:01, Ryan Sleevi wrote: > > On ...
5 years, 7 months ago (2015-05-13 13:45:05 UTC) #34
chromium-reviews
Sorry, I was OOTO yesterday (and today). The CORS anonymous requests are part of the ...
5 years, 7 months ago (2015-05-13 16:25:40 UTC) #35
igrigorik
> Now, we still need to maintain different pools, or at least, we need to ...
5 years, 7 months ago (2015-05-13 16:39:16 UTC) #36
igrigorik
On 2015/05/13 16:25:40, chromium-reviews wrote: > The main battle right now is if fonts should ...
5 years, 7 months ago (2015-05-13 16:43:36 UTC) #37
Ryan Sleevi
On 2015/05/13 16:39:16, igrigorik wrote: > > Now, we still need to maintain different pools, ...
5 years, 7 months ago (2015-05-13 16:44:21 UTC) #38
Ryan Sleevi
On 2015/05/13 16:25:40, chromium-reviews wrote: > Sorry, I was OOTO yesterday (and today). The CORS ...
5 years, 7 months ago (2015-05-13 16:49:02 UTC) #39
Yoav Weiss
On 2015/05/13 16:44:21, Ryan Sleevi wrote: > On 2015/05/13 16:39:16, igrigorik wrote: > > > ...
5 years, 7 months ago (2015-05-13 16:59:22 UTC) #40
Ryan Sleevi
On 2015/05/13 16:59:22, Yoav Weiss wrote: > What is later? Our "shiny new toys" will ...
5 years, 7 months ago (2015-05-13 18:29:51 UTC) #41
Ryan Sleevi
Ilya pinged me about this - I think there's a number of design and layering ...
5 years, 6 months ago (2015-06-10 19:30:42 UTC) #43
Yoav Weiss
On 2015/06/10 19:30:42, Ryan Sleevi wrote: > Ilya pinged me about this - I think ...
5 years, 6 months ago (2015-06-11 12:12:42 UTC) #44
Yoav Weiss
https://codereview.chromium.org/1131293004/diff/40001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/40001/chrome/browser/net/preconnect.cc#newcode73 chrome/browser/net/preconnect.cc:73: || isAnonymous) On 2015/06/10 19:30:41, Ryan Sleevi wrote: > ...
5 years, 6 months ago (2015-06-11 12:55:14 UTC) #45
Yoav Weiss
On 2015/06/11 12:55:14, Yoav Weiss wrote: > https://codereview.chromium.org/1131293004/diff/40001/chrome/browser/net/preconnect.cc > File chrome/browser/net/preconnect.cc (right): > > https://codereview.chromium.org/1131293004/diff/40001/chrome/browser/net/preconnect.cc#newcode73 ...
5 years, 6 months ago (2015-06-11 13:17:58 UTC) #46
Ryan Sleevi
Your commenting style makes it very hard to both read and to respond to your ...
5 years, 6 months ago (2015-06-11 18:30:09 UTC) #47
Ryan Sleevi
https://codereview.chromium.org/1131293004/diff/40001/components/network_hints/renderer/renderer_preconnect.h File components/network_hints/renderer/renderer_preconnect.h (right): https://codereview.chromium.org/1131293004/diff/40001/components/network_hints/renderer/renderer_preconnect.h#newcode33 components/network_hints/renderer/renderer_preconnect.h:33: void Preconnect(const GURL &url, blink::CrossOriginAttributeValue); On 2015/06/11 18:30:09, Ryan ...
5 years, 6 months ago (2015-06-11 18:33:12 UTC) #48
Ryan Sleevi
https://codereview.chromium.org/1131293004/diff/100001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/100001/chrome/browser/net/preconnect.cc#newcode74 chrome/browser/net/preconnect.cc:74: || !is_credentials_flag_set) To be clear: You're going to need ...
5 years, 6 months ago (2015-06-11 22:20:16 UTC) #49
Yoav Weiss
OK, I believe I now addressed everything besides the testing concern. Please let me know ...
5 years, 6 months ago (2015-06-12 15:53:03 UTC) #50
Ryan Sleevi
Mostly style issues this pass, which is good! Matt and David are closest to the ...
5 years, 6 months ago (2015-06-12 21:36:00 UTC) #51
mmenke
Adding myself as reviewer, hope to get to it Monday.
5 years, 6 months ago (2015-06-12 21:43:46 UTC) #53
mmenke
The main problems here are that connections are had to monitor, and that the server ...
5 years, 6 months ago (2015-06-15 17:40:10 UTC) #54
Yoav Weiss
I've re-written the test in terms of the new Preconnect tests. Ryan/mmenke - PTAL?
5 years, 5 months ago (2015-07-09 08:26:54 UTC) #55
mmenke
https://codereview.chromium.org/1131293004/diff/240001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/240001/chrome/browser/net/preconnect.cc#newcode71 chrome/browser/net/preconnect.cc:71: request_info.privacy_mode = net::PRIVACY_MODE_ENABLED; Wait...Privacy mode is completely separate from ...
5 years, 5 months ago (2015-07-09 15:55:56 UTC) #56
Yoav Weiss
https://codereview.chromium.org/1131293004/diff/240001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/240001/chrome/browser/net/preconnect.cc#newcode71 chrome/browser/net/preconnect.cc:71: request_info.privacy_mode = net::PRIVACY_MODE_ENABLED; On 2015/07/09 15:55:56, mmenke wrote: > ...
5 years, 5 months ago (2015-07-09 16:19:39 UTC) #57
mmenke
Going to defer to Ryan on this. The more I hear about this stuff, the ...
5 years, 5 months ago (2015-07-09 16:31:30 UTC) #58
Yoav Weiss
On 2015/07/09 16:31:30, mmenke wrote: > Going to defer to Ryan on this. The more ...
5 years, 5 months ago (2015-07-09 16:38:33 UTC) #59
Yoav Weiss
I added a couple more tests and fixed a related test bug.
5 years, 5 months ago (2015-07-10 09:23:08 UTC) #60
Ryan Sleevi
(Haven't reviewed yet, responding to some of Matt's questions/concerns) https://codereview.chromium.org/1131293004/diff/240001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/240001/chrome/browser/net/preconnect.cc#newcode71 chrome/browser/net/preconnect.cc:71: ...
5 years, 5 months ago (2015-07-10 09:34:22 UTC) #61
Ryan Sleevi
Overall direction and implementation are looking good, and I'd be totally happy with Matt's LG ...
5 years, 5 months ago (2015-07-10 09:46:46 UTC) #62
Yoav Weiss
https://codereview.chromium.org/1131293004/diff/280001/chrome/browser/net/predictor.cc File chrome/browser/net/predictor.cc (right): https://codereview.chromium.org/1131293004/diff/280001/chrome/browser/net/predictor.cc#newcode91 chrome/browser/net/predictor.cc:91: static bool kAllowCredentialsOnPreconnectByDefault = true; On 2015/07/10 09:46:45, Ryan ...
5 years, 5 months ago (2015-07-10 10:03:40 UTC) #63
Ryan Sleevi
https://codereview.chromium.org/1131293004/diff/280001/chrome/browser/net/predictor_browsertest.cc File chrome/browser/net/predictor_browsertest.cc (right): https://codereview.chromium.org/1131293004/diff/280001/chrome/browser/net/predictor_browsertest.cc#newcode108 chrome/browser/net/predictor_browsertest.cc:108: EXPECT_EQ(net::OK, connection.GetPeerAddress(&address)); On 2015/07/10 10:03:40, Yoav Weiss wrote: > ...
5 years, 5 months ago (2015-07-10 10:09:35 UTC) #64
Yoav Weiss
On 2015/07/10 10:09:35, Ryan Sleevi (slow through 7-15 wrote: > https://codereview.chromium.org/1131293004/diff/280001/chrome/browser/net/predictor_browsertest.cc > File chrome/browser/net/predictor_browsertest.cc (right): ...
5 years, 5 months ago (2015-07-10 10:27:12 UTC) #65
mmenke
Hrm...Unrelated to this CL, but is there a chance we could rename "privacy mode" to ...
5 years, 5 months ago (2015-07-10 15:42:41 UTC) #66
Yoav Weiss
On 2015/07/10 15:42:41, mmenke wrote: > Hrm...Unrelated to this CL, but is there a chance ...
5 years, 5 months ago (2015-07-10 15:49:21 UTC) #67
Ryan Sleevi
On 2015/07/10 15:42:41, mmenke wrote: > Hrm...Unrelated to this CL, but is there a chance ...
5 years, 5 months ago (2015-07-10 15:56:21 UTC) #68
mmenke
On 2015/07/10 15:49:21, Yoav Weiss wrote: > On 2015/07/10 15:42:41, mmenke wrote: > > Hrm...Unrelated ...
5 years, 5 months ago (2015-07-10 16:12:10 UTC) #69
Yoav Weiss
On 2015/07/10 16:12:10, mmenke wrote: > On 2015/07/10 15:49:21, Yoav Weiss wrote: > > On ...
5 years, 5 months ago (2015-07-10 22:28:40 UTC) #70
mmenke
Browsertests look great. Hadn't looked at the other files, because I didn't expect to be ...
5 years, 5 months ago (2015-07-13 21:02:01 UTC) #71
Yoav Weiss
https://codereview.chromium.org/1131293004/diff/320001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/320001/chrome/browser/net/preconnect.cc#newcode36 chrome/browser/net/preconnect.cc:36: motivation, count, make_scoped_refptr(getter), false)); On 2015/07/13 21:02:01, mmenke wrote: ...
5 years, 5 months ago (2015-07-13 22:11:38 UTC) #72
mmenke
https://codereview.chromium.org/1131293004/diff/320001/chrome/browser/net/predictor.cc File chrome/browser/net/predictor.cc (right): https://codereview.chromium.org/1131293004/diff/320001/chrome/browser/net/predictor.cc#newcode313 chrome/browser/net/predictor.cc:313: kConnectionsNeeded, kAllowCredentialsOnPreconnectByDefault); On 2015/07/13 22:11:37, Yoav Weiss wrote: > ...
5 years, 5 months ago (2015-07-13 22:30:16 UTC) #73
mmenke
https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc File net/socket/client_socket_pool_manager.cc (right): https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc#newcode223 net/socket/client_socket_pool_manager.cc:223: (privacy_mode == PRIVACY_MODE_ENABLED); I guess this is supposed to ...
5 years, 5 months ago (2015-07-14 16:32:03 UTC) #74
Ryan Sleevi
https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc File net/socket/client_socket_pool_manager.cc (right): https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc#newcode223 net/socket/client_socket_pool_manager.cc:223: (privacy_mode == PRIVACY_MODE_ENABLED); On 2015/07/14 16:32:03, mmenke wrote: > ...
5 years, 5 months ago (2015-07-14 18:41:02 UTC) #75
mmenke
https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc File net/socket/client_socket_pool_manager.cc (right): https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc#newcode223 net/socket/client_socket_pool_manager.cc:223: (privacy_mode == PRIVACY_MODE_ENABLED); On 2015/07/14 18:41:02, Ryan Sleevi (slow ...
5 years, 5 months ago (2015-07-14 18:52:12 UTC) #76
Ryan Sleevi
https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc File net/socket/client_socket_pool_manager.cc (right): https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc#newcode223 net/socket/client_socket_pool_manager.cc:223: (privacy_mode == PRIVACY_MODE_ENABLED); On 2015/07/14 18:52:12, mmenke wrote: > ...
5 years, 5 months ago (2015-07-14 18:55:32 UTC) #77
mmenke
https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc File net/socket/client_socket_pool_manager.cc (right): https://chromiumcodereview.appspot.com/1131293004/diff/280002/net/socket/client_socket_pool_manager.cc#newcode223 net/socket/client_socket_pool_manager.cc:223: (privacy_mode == PRIVACY_MODE_ENABLED); On 2015/07/14 18:55:32, Ryan Sleevi (slow ...
5 years, 5 months ago (2015-07-14 19:10:52 UTC) #78
Ryan Sleevi
On 2015/07/14 19:10:52, mmenke wrote: > I'm skeptical of the idea of sharing a URLRequestContext ...
5 years, 5 months ago (2015-07-15 01:18:26 UTC) #79
mmenke
On 2015/07/15 01:18:26, Ryan Sleevi (slow through 7-15 wrote: > On 2015/07/14 19:10:52, mmenke wrote: ...
5 years, 5 months ago (2015-07-15 01:47:49 UTC) #80
Ryan Sleevi
On 2015/07/15 01:47:49, mmenke wrote: > I'm saying that rather than peppering the network stack ...
5 years, 5 months ago (2015-07-15 01:51:21 UTC) #81
mmenke
On 2015/07/15 01:51:21, Ryan Sleevi (slow through 7-15 wrote: > On 2015/07/15 01:47:49, mmenke wrote: ...
5 years, 5 months ago (2015-07-15 01:57:05 UTC) #82
Ryan Sleevi
On 2015/07/15 01:57:05, mmenke wrote: > I'm confused...I thought we didn't send auth information in ...
5 years, 5 months ago (2015-07-15 02:11:00 UTC) #83
mmenke
On 2015/07/15 02:11:00, Ryan Sleevi (slow through 7-15 wrote: > On 2015/07/15 01:57:05, mmenke wrote: ...
5 years, 5 months ago (2015-07-15 02:50:51 UTC) #84
Yoav Weiss
So, what's the verdict your honors? :D Can you sum up the conclusions? Do we ...
5 years, 5 months ago (2015-07-15 07:55:27 UTC) #85
Yoav Weiss
On 2015/07/15 07:55:27, Yoav Weiss wrote: > So, what's the verdict your honors? :D Can ...
5 years, 5 months ago (2015-07-15 08:45:05 UTC) #86
Ryan Sleevi
On 2015/07/15 07:55:27, Yoav Weiss wrote: > So, what's the verdict your honors? :D Can ...
5 years, 5 months ago (2015-07-15 15:27:26 UTC) #87
Yoav Weiss
On 2015/07/15 15:27:26, Ryan Sleevi wrote: > On 2015/07/15 07:55:27, Yoav Weiss wrote: > > ...
5 years, 5 months ago (2015-07-19 21:45:09 UTC) #88
mmenke
On 2015/07/19 21:45:09, Yoav Weiss wrote: > On 2015/07/15 15:27:26, Ryan Sleevi wrote: > > ...
5 years, 5 months ago (2015-07-21 17:14:29 UTC) #89
Yoav Weiss
Adding Jochen as a reviewer for the chrome_render_message_filter bits and ttuttle for the network_hints bits.
5 years, 5 months ago (2015-07-22 07:42:08 UTC) #91
jochen (gone - plz use gerrit)
you could consider using an enum class instead of the bool. anyway, lgtm with comments ...
5 years, 5 months ago (2015-07-22 09:35:03 UTC) #92
Yoav Weiss
> > https://codereview.chromium.org/1131293004/diff/350001/components/network_hints/renderer/prescient_networking_dispatcher.h > File components/network_hints/renderer/prescient_networking_dispatcher.h > (right): > > https://codereview.chromium.org/1131293004/diff/350001/components/network_hints/renderer/prescient_networking_dispatcher.h#newcode26 > components/network_hints/renderer/prescient_networking_dispatcher.h:26: const > ...
5 years, 5 months ago (2015-07-23 08:47:20 UTC) #93
jochen (gone - plz use gerrit)
meh we should fix the blink interface then as well :-/ feel free to do ...
5 years, 5 months ago (2015-07-23 08:49:16 UTC) #94
Yoav Weiss
On 2015/07/23 08:49:16, jochen wrote: > meh > > we should fix the blink interface ...
5 years, 5 months ago (2015-07-23 08:55:53 UTC) #95
Deprecated (see juliatuttle)
lgtm.
5 years, 5 months ago (2015-07-23 17:42:02 UTC) #96
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131293004/430001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1131293004/430001
5 years, 5 months ago (2015-07-23 18:17:55 UTC) #99
Ryan Sleevi
LGTM % the one bug, which is why I unchecked CQ. I won't be around ...
5 years, 5 months ago (2015-07-23 18:22:41 UTC) #101
Yoav Weiss
Thanks Ryan! I believe I addressed it now. !allow_credentials means that both private mode flag ...
5 years, 5 months ago (2015-07-23 21:32:40 UTC) #102
mmenke
https://codereview.chromium.org/1131293004/diff/440001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/440001/chrome/browser/net/preconnect.cc#newcode71 chrome/browser/net/preconnect.cc:71: request_info.privacy_mode = net::PRIVACY_MODE_ENABLED; Setting the load flags for only ...
5 years, 5 months ago (2015-07-24 15:48:20 UTC) #103
Yoav Weiss
On 2015/07/24 15:48:20, mmenke wrote: > https://codereview.chromium.org/1131293004/diff/440001/chrome/browser/net/preconnect.cc > File chrome/browser/net/preconnect.cc (right): > > https://codereview.chromium.org/1131293004/diff/440001/chrome/browser/net/preconnect.cc#newcode71 > ...
5 years, 5 months ago (2015-07-24 15:51:13 UTC) #104
mmenke
On 2015/07/24 15:51:13, Yoav Weiss wrote: > On 2015/07/24 15:48:20, mmenke wrote: > > > ...
5 years, 5 months ago (2015-07-24 16:22:31 UTC) #105
Ryan Sleevi
https://codereview.chromium.org/1131293004/diff/440001/chrome/browser/net/preconnect.cc File chrome/browser/net/preconnect.cc (right): https://codereview.chromium.org/1131293004/diff/440001/chrome/browser/net/preconnect.cc#newcode71 chrome/browser/net/preconnect.cc:71: request_info.privacy_mode = net::PRIVACY_MODE_ENABLED; On 2015/07/24 15:48:20, mmenke wrote: > ...
5 years, 5 months ago (2015-07-24 16:32:27 UTC) #106
Ryan Sleevi
Which is to say I think this is good to go and addresses the bug ...
5 years, 4 months ago (2015-07-28 22:22:51 UTC) #108
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131293004/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1131293004/440001
5 years, 4 months ago (2015-07-29 05:22:56 UTC) #111
Yoav Weiss
On 2015/07/28 22:22:51, Ryan Sleevi wrote: > Which is to say I think this is ...
5 years, 4 months ago (2015-07-29 05:38:45 UTC) #112
commit-bot: I haz the power
Committed patchset #22 (id:440001)
5 years, 4 months ago (2015-07-29 06:43:48 UTC) #113
commit-bot: I haz the power
5 years, 4 months ago (2015-07-29 06:44:33 UTC) #114
Message was sent while issue was closed.
Patchset 22 (id:??) landed as
https://crrev.com/9131644005a8e069c128512f5674e53fa4d651ba
Cr-Commit-Position: refs/heads/master@{#340854}

Powered by Google App Engine