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

Issue 182993003: Add the ability for DevTools to wrap network transactions. (Closed)

Created:
6 years, 9 months ago by eustas
Modified:
6 years, 6 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, wtc
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : New plumbing code #

Patch Set 3 : Fix dependencies #

Total comments: 17

Patch Set 4 : Added DevTools part of patch. Resolved some comments #

Total comments: 41

Patch Set 5 : Addressed comments #

Total comments: 17

Patch Set 6 : Addressed comments #

Total comments: 1

Patch Set 7 : setBlockedDomains -> disableNetwork #

Patch Set 8 : Split controller and factory #

Total comments: 1

Patch Set 9 : Added optional QUIC setup in HttpCache constructor #

Total comments: 30

Patch Set 10 : Addressed comments, added unit tests #

Total comments: 40

Patch Set 11 : Addressed comments #

Total comments: 44

Patch Set 12 : Addressed comments #

Total comments: 2

Patch Set 13 : Fixed nit #

Total comments: 6

Patch Set 14 : Rename parameter #

Total comments: 6

Patch Set 15 : Addressed comments #

Total comments: 11

Patch Set 16 : Addressed comments #

Total comments: 2

Patch Set 17 : Rebase + use new protocol handler #

Patch Set 18 : Removed content/ changes #

Patch Set 19 : Rebase #

Patch Set 20 : Fixed NPE in net unittests #

Patch Set 21 : Fixed NPE in view_cache_helper_unittest #

Patch Set 22 : Fix MSVC warning #

Patch Set 23 : Removed NET_EXPORT decl form DevToolsNetworkTransaction #

Patch Set 24 : Reapply #

Patch Set 25 : Rebased #

Patch Set 26 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+977 lines, -55 lines) Patch
M chrome/browser/devtools/chrome_devtools_manager_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/devtools/chrome_devtools_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +75 lines, -1 line 0 comments Download
A chrome/browser/devtools/devtools_network_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_network_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +92 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_network_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +193 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_network_transaction.h 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 +111 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_network_transaction.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 +178 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_network_transaction_factory.h 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 +43 lines, -0 lines 0 comments Download
A chrome/browser/devtools/devtools_network_transaction_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +42 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_impl.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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_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 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.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 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.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 3 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/profiles/profile.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 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/profile_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 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.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 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.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 6 chunks +18 lines, -12 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.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 4 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.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 2 chunks +35 lines, -17 lines 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/app_list/test/fake_profile.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 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_debugger.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_profile.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 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_profile.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 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_cache.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +8 lines, -6 lines 0 comments Download
M net/http/http_cache.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +12 lines, -5 lines 0 comments Download
M net/quic/quic_stream_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +4 lines, -0 lines 0 comments Download
M net/url_request/view_cache_helper_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -1 line 0 comments Download
M tools/gn/secondary/chrome/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 94 (0 generated)
eustas
6 years, 9 months ago (2014-02-27 11:27:18 UTC) #1
szym
https://codereview.chromium.org/182993003/diff/1/net/http/http_network_layer.h File net/http/http_network_layer.h (right): https://codereview.chromium.org/182993003/diff/1/net/http/http_network_layer.h#newcode55 net/http/http_network_layer.h:55: class TransactionFactory { This is confusing. HttpNetworkLayer is a ...
6 years, 9 months ago (2014-02-27 16:12:36 UTC) #2
mmenke
On 2014/02/27 16:12:36, szym wrote: > https://codereview.chromium.org/182993003/diff/1/net/http/http_network_layer.h > File net/http/http_network_layer.h (right): > > https://codereview.chromium.org/182993003/diff/1/net/http/http_network_layer.h#newcode55 > ...
6 years, 9 months ago (2014-02-27 16:32:32 UTC) #3
eustas
On 2014/02/27 16:12:36, szym wrote: > https://codereview.chromium.org/182993003/diff/1/net/http/http_network_layer.h > File net/http/http_network_layer.h (right): > > https://codereview.chromium.org/182993003/diff/1/net/http/http_network_layer.h#newcode55 > ...
6 years, 9 months ago (2014-02-28 09:47:18 UTC) #4
eustas
On 2014/02/27 16:32:32, mmenke wrote: > On 2014/02/27 16:12:36, szym wrote: > > https://codereview.chromium.org/182993003/diff/1/net/http/http_network_layer.h > ...
6 years, 9 months ago (2014-02-28 10:11:21 UTC) #5
mmenke
On 2014/02/28 10:11:21, eustas wrote: > On 2014/02/27 16:32:32, mmenke wrote: > > On 2014/02/27 ...
6 years, 9 months ago (2014-02-28 16:32:05 UTC) #6
mmenke
Removing szym as a reviewer, as he's no longer at Google, unfortunately.
6 years, 9 months ago (2014-03-03 17:03:04 UTC) #7
eustas
Here is the new plumbing that doesn't touch net/
6 years, 9 months ago (2014-03-05 10:07:53 UTC) #8
eustas
jochen@chromium.org: Please review changes in content/public/browser
6 years, 9 months ago (2014-03-05 13:34:10 UTC) #9
mmenke
On 2014/03/05 13:34:10, eustas wrote: > jochen@chromium.org: Please review changes in content/public/browser Sorry for the ...
6 years, 9 months ago (2014-03-07 16:40:37 UTC) #10
mmenke
https://codereview.chromium.org/182993003/diff/40001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/182993003/diff/40001/chrome/browser/chrome_content_browser_client.cc#newcode2428 chrome/browser/chrome_content_browser_client.cc:2428: DevToolsNetworkController::SetBlockedDomains(profile, id, blocked_domains); Presumably you're going to need to ...
6 years, 9 months ago (2014-03-07 19:38:08 UTC) #11
mmenke
Also, you should update your description. "Tamper" is an intransitive verb, and the description should ...
6 years, 9 months ago (2014-03-07 19:40:12 UTC) #12
mmenke
Oh, and a couple other things: Sorry for being so slow. If I don't comment ...
6 years, 9 months ago (2014-03-07 19:48:08 UTC) #13
eustas
On 2014/03/07 19:40:12, mmenke wrote: > Also, you should update your description. "Tamper" is an ...
6 years, 9 months ago (2014-03-11 08:51:49 UTC) #14
eustas
orry for slow response, we've celebrated local holidays in Russia. Devtools tracks network requests and ...
6 years, 9 months ago (2014-03-11 12:06:41 UTC) #15
mmenke
Just skimmed over the devtools stuff. https://codereview.chromium.org/182993003/diff/60001/chrome/browser/devtools/devtools_network_controller.cc File chrome/browser/devtools/devtools_network_controller.cc (right): https://codereview.chromium.org/182993003/diff/60001/chrome/browser/devtools/devtools_network_controller.cc#newcode19 chrome/browser/devtools/devtools_network_controller.cc:19: , weak_factory_(this) { ...
6 years, 9 months ago (2014-03-11 21:16:52 UTC) #16
eustas
https://codereview.chromium.org/182993003/diff/60001/chrome/browser/devtools/devtools_network_controller.cc File chrome/browser/devtools/devtools_network_controller.cc (right): https://codereview.chromium.org/182993003/diff/60001/chrome/browser/devtools/devtools_network_controller.cc#newcode19 chrome/browser/devtools/devtools_network_controller.cc:19: , weak_factory_(this) { On 2014/03/11 21:16:53, mmenke wrote: > ...
6 years, 9 months ago (2014-03-12 15:38:33 UTC) #17
eustas
Tomorrow I'm going to split network controller and transaction factory. This way we will be ...
6 years, 9 months ago (2014-03-12 15:41:12 UTC) #18
mmenke
https://codereview.chromium.org/182993003/diff/60001/chrome/browser/devtools/devtools_network_controller.h File chrome/browser/devtools/devtools_network_controller.h (right): https://codereview.chromium.org/182993003/diff/60001/chrome/browser/devtools/devtools_network_controller.h#newcode38 chrome/browser/devtools/devtools_network_controller.h:38: const std::vector<std::string>& blocked_domains); On 2014/03/12 15:38:33, eustas wrote: > ...
6 years, 9 months ago (2014-03-12 15:59:26 UTC) #19
eustas
https://codereview.chromium.org/182993003/diff/80001/chrome/browser/net/network_controller.cc File chrome/browser/net/network_controller.cc (right): https://codereview.chromium.org/182993003/diff/80001/chrome/browser/net/network_controller.cc#newcode34 chrome/browser/net/network_controller.cc:34: On 2014/03/12 15:59:27, mmenke wrote: > nit: Remove extra ...
6 years, 9 months ago (2014-03-13 13:11:09 UTC) #20
mmenke
Quick comments, I'll do a more thorough review later today. https://codereview.chromium.org/182993003/diff/80001/chrome/browser/net/network_transaction.h File chrome/browser/net/network_transaction.h (right): https://codereview.chromium.org/182993003/diff/80001/chrome/browser/net/network_transaction.h#newcode31 ...
6 years, 9 months ago (2014-03-13 15:33:33 UTC) #21
mmenke
This looks pretty reasonable, other than my earlier concerns. https://codereview.chromium.org/182993003/diff/130001/chrome/browser/net/network_transaction.h File chrome/browser/net/network_transaction.h (right): https://codereview.chromium.org/182993003/diff/130001/chrome/browser/net/network_transaction.h#newcode39 chrome/browser/net/network_transaction.h:39: ...
6 years, 9 months ago (2014-03-13 20:57:40 UTC) #22
eustas
rtenneti@ please take a look at HttpCache changes.
6 years, 9 months ago (2014-03-26 14:06:57 UTC) #23
eustas
I'm sorry for soooo long intermission. PTAL.
6 years, 9 months ago (2014-03-26 14:09:09 UTC) #24
mmenke
On 2014/03/26 14:09:09, eustas wrote: > I'm sorry for soooo long intermission. PTAL. Not a ...
6 years, 9 months ago (2014-03-26 14:28:03 UTC) #25
mmenke
Sorry again for slowness, having issues with a large queue. I think you're going to ...
6 years, 8 months ago (2014-03-31 18:10:19 UTC) #26
mmenke
Oh, and I think this looks fine - most of these are just nits.
6 years, 8 months ago (2014-03-31 18:10:57 UTC) #27
eustas
https://codereview.chromium.org/182993003/diff/150001/chrome/browser/devtools/devtools_network_transaction.cc File chrome/browser/devtools/devtools_network_transaction.cc (right): https://codereview.chromium.org/182993003/diff/150001/chrome/browser/devtools/devtools_network_transaction.cc#newcode19 chrome/browser/devtools/devtools_network_transaction.cc:19: } On 2014/03/31 18:10:19, mmenke wrote: > I don't ...
6 years, 8 months ago (2014-04-18 12:33:18 UTC) #28
mmenke
https://codereview.chromium.org/182993003/diff/210001/chrome/browser/devtools/devtools_network_controller.cc File chrome/browser/devtools/devtools_network_controller.cc (right): https://codereview.chromium.org/182993003/diff/210001/chrome/browser/devtools/devtools_network_controller.cc#newcode30 chrome/browser/devtools/devtools_network_controller.cc:30: void DevToolsNetworkController::RemoveTransaction(uint64 transaction_id) { Hrm...Are you planning on using ...
6 years, 8 months ago (2014-04-18 15:41:42 UTC) #29
eustas
https://codereview.chromium.org/182993003/diff/210001/chrome/browser/devtools/devtools_network_controller.cc File chrome/browser/devtools/devtools_network_controller.cc (right): https://codereview.chromium.org/182993003/diff/210001/chrome/browser/devtools/devtools_network_controller.cc#newcode30 chrome/browser/devtools/devtools_network_controller.cc:30: void DevToolsNetworkController::RemoveTransaction(uint64 transaction_id) { GooOn 2014/04/18 15:41:42, mmenke wrote: ...
6 years, 8 months ago (2014-04-21 11:34:58 UTC) #30
mmenke
https://codereview.chromium.org/182993003/diff/230001/chrome/browser/devtools/devtools_network_controller.cc File chrome/browser/devtools/devtools_network_controller.cc (right): https://codereview.chromium.org/182993003/diff/230001/chrome/browser/devtools/devtools_network_controller.cc#newcode71 chrome/browser/devtools/devtools_network_controller.cc:71: std::vector<DevToolsNetworkTransaction*> transactions(transactions_.size()); Suggest calling this old_transactions, for clarity. https://codereview.chromium.org/182993003/diff/230001/chrome/browser/devtools/devtools_network_controller.cc#newcode72 ...
6 years, 8 months ago (2014-04-21 17:16:50 UTC) #31
eustas
https://codereview.chromium.org/182993003/diff/230001/chrome/browser/devtools/devtools_network_controller.cc File chrome/browser/devtools/devtools_network_controller.cc (right): https://codereview.chromium.org/182993003/diff/230001/chrome/browser/devtools/devtools_network_controller.cc#newcode71 chrome/browser/devtools/devtools_network_controller.cc:71: std::vector<DevToolsNetworkTransaction*> transactions(transactions_.size()); On 2014/04/21 17:16:51, mmenke wrote: > Suggest ...
6 years, 8 months ago (2014-04-22 14:23:09 UTC) #32
mmenke
This LGTM, but I have only skimmed over the content/ changes to hook this up, ...
6 years, 8 months ago (2014-04-22 14:37:35 UTC) #33
eustas
On 2014/04/22 14:37:35, mmenke wrote: > This LGTM, but I have only skimmed over the ...
6 years, 8 months ago (2014-04-22 14:51:38 UTC) #34
eustas
@pfeldman please take a look at DevTools code.
6 years, 8 months ago (2014-04-22 14:52:54 UTC) #35
eustas
https://codereview.chromium.org/182993003/diff/250001/content/browser/devtools/render_view_devtools_agent_host.cc File content/browser/devtools/render_view_devtools_agent_host.cc (right): https://codereview.chromium.org/182993003/diff/250001/content/browser/devtools/render_view_devtools_agent_host.cc#newcode469 content/browser/devtools/render_view_devtools_agent_host.cc:469: bool disable_network) { On 2014/04/22 14:37:35, mmenke wrote: > ...
6 years, 8 months ago (2014-04-23 07:55:48 UTC) #36
eustas
kenrb@ please take a look at content/common/devtools_messages.h
6 years, 8 months ago (2014-04-23 08:08:56 UTC) #37
jochen (gone - plz use gerrit)
https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h File content/public/browser/content_browser_client.h (right): https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h#newcode543 content/public/browser/content_browser_client.h:543: virtual void DisableNetwork( Can we come up with a ...
6 years, 8 months ago (2014-04-23 09:42:06 UTC) #38
eustas
https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h File content/public/browser/content_browser_client.h (right): https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h#newcode543 content/public/browser/content_browser_client.h:543: virtual void DisableNetwork( On 2014/04/23 09:42:07, jochen wrote: > ...
6 years, 8 months ago (2014-04-23 12:33:06 UTC) #39
jochen (gone - plz use gerrit)
+jam for content api https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h File content/public/browser/content_browser_client.h (right): https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h#newcode543 content/public/browser/content_browser_client.h:543: virtual void DisableNetwork( On 2014/04/23 ...
6 years, 8 months ago (2014-04-23 12:39:29 UTC) #40
pfeldman
https://codereview.chromium.org/182993003/diff/290001/chrome/browser/chrome_content_browser_client.h File chrome/browser/chrome_content_browser_client.h (right): https://codereview.chromium.org/182993003/diff/290001/chrome/browser/chrome_content_browser_client.h#newcode241 chrome/browser/chrome_content_browser_client.h:241: virtual void DisableNetwork( RequestDisableNetwork(content::RenderViewHost* requester, ... https://codereview.chromium.org/182993003/diff/290001/chrome/browser/devtools/devtools_network_controller.cc File chrome/browser/devtools/devtools_network_controller.cc ...
6 years, 8 months ago (2014-04-23 13:00:27 UTC) #41
jam
https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h File content/public/browser/content_browser_client.h (right): https://codereview.chromium.org/182993003/diff/270001/content/public/browser/content_browser_client.h#newcode543 content/public/browser/content_browser_client.h:543: virtual void DisableNetwork( On 2014/04/23 12:39:29, jochen wrote: > ...
6 years, 8 months ago (2014-04-23 19:48:30 UTC) #42
eustas
https://codereview.chromium.org/182993003/diff/290001/chrome/browser/chrome_content_browser_client.h File chrome/browser/chrome_content_browser_client.h (right): https://codereview.chromium.org/182993003/diff/290001/chrome/browser/chrome_content_browser_client.h#newcode241 chrome/browser/chrome_content_browser_client.h:241: virtual void DisableNetwork( On 2014/04/23 13:00:28, pfeldman wrote: > ...
6 years, 7 months ago (2014-04-29 08:14:41 UTC) #43
jochen (gone - plz use gerrit)
content lgtm
6 years, 7 months ago (2014-04-29 13:35:50 UTC) #44
ramant (doing other things)
lgtm http_cache.h, http_cache.cc changes LGTM
6 years, 7 months ago (2014-04-29 21:52:46 UTC) #45
rvargas (doing something else)
I just skimmed through the bug, design docs and parts of this CL and I ...
6 years, 7 months ago (2014-04-29 23:40:44 UTC) #46
eustas
On 2014/04/29 23:40:44, rvargas wrote: > I just skimmed through the bug, design docs and ...
6 years, 7 months ago (2014-05-07 13:46:58 UTC) #47
eustas
https://codereview.chromium.org/182993003/diff/310001/net/http/http_cache.cc File net/http/http_cache.cc (right): https://codereview.chromium.org/182993003/diff/310001/net/http/http_cache.cc#newcode1003 net/http/http_cache.cc:1003: if (session->params().enable_quic_persist_server_info) { On 2014/04/29 23:40:45, rvargas wrote: > ...
6 years, 7 months ago (2014-05-07 13:47:16 UTC) #48
rvargas (doing something else)
On 2014/05/07 13:46:58, eustas wrote: > On 2014/04/29 23:40:44, rvargas wrote: > > I just ...
6 years, 7 months ago (2014-05-07 20:22:30 UTC) #49
rvargas (doing something else)
Looks better now, thanks. https://codereview.chromium.org/182993003/diff/310001/net/http/http_cache.h File net/http/http_cache.h (right): https://codereview.chromium.org/182993003/diff/310001/net/http/http_cache.h#newcode139 net/http/http_cache.h:139: HttpCache(HttpTransactionFactory* network_layer, On 2014/05/07 13:47:17, ...
6 years, 7 months ago (2014-05-07 20:22:56 UTC) #50
jam
btw I'm curious: is there no way for chrome to register its own handlers for ...
6 years, 7 months ago (2014-05-09 17:08:14 UTC) #51
pfeldman
On 2014/05/09 17:08:14, jam wrote: > btw I'm curious: is there no way for chrome ...
6 years, 7 months ago (2014-05-09 17:29:36 UTC) #52
pfeldman
https://codereview.chromium.org/251653003/#msg25 mentions a new DevToolsManagerDelegate that could be used to make embedder dispatch the command ...
6 years, 7 months ago (2014-05-09 17:48:30 UTC) #53
rvargas (doing something else)
net lgtm after renaming the file. https://codereview.chromium.org/182993003/diff/330001/net/net.gyp File net/net.gyp (right): https://codereview.chromium.org/182993003/diff/330001/net/net.gyp#newcode829 net/net.gyp:829: 'http/http_transaction_unittest.cc', nit: We ...
6 years, 7 months ago (2014-05-12 23:49:57 UTC) #54
eustas
https://codereview.chromium.org/182993003/diff/330001/net/net.gyp File net/net.gyp (right): https://codereview.chromium.org/182993003/diff/330001/net/net.gyp#newcode829 net/net.gyp:829: 'http/http_transaction_unittest.cc', On 2014/05/12 23:49:58, rvargas wrote: > nit: We ...
6 years, 7 months ago (2014-05-13 11:39:54 UTC) #55
jam
On 2014/05/09 17:29:36, pfeldman wrote: > On 2014/05/09 17:08:14, jam wrote: > > btw I'm ...
6 years, 7 months ago (2014-05-13 21:26:55 UTC) #56
eustas
> > As a start, we could give embedder the right to process the > ...
6 years, 7 months ago (2014-05-14 14:49:34 UTC) #57
pfeldman
> Just to make sure I understood correctly: > DevToolsManagerDelegate should become a devtools protocol ...
6 years, 7 months ago (2014-05-14 15:50:48 UTC) #58
eustas
On 2014/05/14 15:50:48, pfeldman wrote: > > Just to make sure I understood correctly: > ...
6 years, 7 months ago (2014-05-19 15:00:45 UTC) #59
jam
On 2014/05/19 15:00:45, eustas wrote: > On 2014/05/14 15:50:48, pfeldman wrote: > > > Just ...
6 years, 7 months ago (2014-05-21 16:32:16 UTC) #60
jam
On 2014/05/19 15:00:45, eustas wrote: > On 2014/05/14 15:50:48, pfeldman wrote: > > > Just ...
6 years, 7 months ago (2014-05-21 16:32:17 UTC) #61
eustas
On 2014/05/21 16:32:17, jam wrote: > On 2014/05/19 15:00:45, eustas wrote: > > On 2014/05/14 ...
6 years, 7 months ago (2014-05-21 17:44:52 UTC) #62
eustas
On 2014/05/21 16:32:17, jam wrote: > On 2014/05/19 15:00:45, eustas wrote: > > On 2014/05/14 ...
6 years, 7 months ago (2014-05-22 08:33:36 UTC) #63
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-05-28 10:24:57 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/390001
6 years, 6 months ago (2014-05-28 10:26:00 UTC) #65
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-05-28 12:12:48 UTC) #66
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-28 12:23:10 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/8022)
6 years, 6 months ago (2014-05-28 12:23:11 UTC) #68
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-05-28 12:32:45 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/410001
6 years, 6 months ago (2014-05-28 12:33:45 UTC) #70
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-05-28 12:59:28 UTC) #71
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/430001
6 years, 6 months ago (2014-05-28 13:00:42 UTC) #72
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-05-28 13:01:51 UTC) #73
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/430001
6 years, 6 months ago (2014-05-28 13:02:13 UTC) #74
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-05-28 14:08:44 UTC) #75
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/450001
6 years, 6 months ago (2014-05-28 14:09:07 UTC) #76
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-05-28 18:21:59 UTC) #77
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-28 19:43:25 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/157687)
6 years, 6 months ago (2014-05-28 19:43:26 UTC) #79
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-05-29 06:04:59 UTC) #80
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/470001
6 years, 6 months ago (2014-05-29 06:06:49 UTC) #81
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-05-29 07:58:27 UTC) #82
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-29 08:38:02 UTC) #83
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/78793)
6 years, 6 months ago (2014-05-29 08:38:03 UTC) #84
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-05-29 09:06:30 UTC) #85
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/470001
6 years, 6 months ago (2014-05-29 09:08:47 UTC) #86
commit-bot: I haz the power
Change committed as 273584
6 years, 6 months ago (2014-05-29 20:52:06 UTC) #87
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-06-02 08:38:46 UTC) #88
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/510001
6 years, 6 months ago (2014-06-02 08:39:01 UTC) #89
eustas
The CQ bit was unchecked by eustas@chromium.org
6 years, 6 months ago (2014-06-02 08:39:29 UTC) #90
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 6 months ago (2014-06-02 08:50:54 UTC) #91
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/182993003/530001
6 years, 6 months ago (2014-06-02 08:51:41 UTC) #92
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-02 12:53:12 UTC) #93
commit-bot: I haz the power
6 years, 6 months ago (2014-06-02 16:03:18 UTC) #94
Message was sent while issue was closed.
Change committed as 274253

Powered by Google App Engine
This is Rietveld 408576698