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

Issue 1309033003: [DevTools] Show blocked requests in network log. (Closed)

Created:
5 years, 3 months ago by dgozman
Modified:
5 years, 3 months ago
Reviewers:
pfeldman, brucedawson
CC:
blink-reviews, caseq+blink_chromium.org, Yoav Weiss, kinuko+watch, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, gavinp+loader_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, Nate Chapin, tyoshino+watch_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

[DevTools] Show blocked requests in network log. BUG=520259 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201275

Patch Set 1 #

Patch Set 2 : tyo #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -34 lines) Patch
M Source/core/inspector/InspectorResourceAgent.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/inspector/InspectorResourceAgent.cpp View 1 5 chunks +40 lines, -27 lines 2 comments Download
M Source/core/loader/FrameFetchContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameFetchContext.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/network/NetworkDataGridNode.js View 2 chunks +3 lines, -1 line 0 comments Download
M Source/devtools/front_end/sdk/NetworkManager.js View 2 chunks +3 lines, -1 line 0 comments Download
M Source/devtools/front_end/sdk/NetworkRequest.js View 1 chunk +13 lines, -0 lines 0 comments Download
M Source/devtools/protocol.json View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
dgozman
Please take a look.
5 years, 3 months ago (2015-08-26 21:40:02 UTC) #2
pfeldman
lgtm
5 years, 3 months ago (2015-08-26 23:28:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1309033003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1309033003/20001
5 years, 3 months ago (2015-08-26 23:30:35 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=201275
5 years, 3 months ago (2015-08-27 01:48:10 UTC) #6
brucedawson
https://codereview.chromium.org/1309033003/diff/20001/Source/core/inspector/InspectorResourceAgent.cpp File Source/core/inspector/InspectorResourceAgent.cpp (right): https://codereview.chromium.org/1309033003/diff/20001/Source/core/inspector/InspectorResourceAgent.cpp#newcode380 Source/core/inspector/InspectorResourceAgent.cpp:380: bool blocked = true; This 'blocked' variable shadows the ...
5 years, 3 months ago (2015-08-28 17:19:56 UTC) #8
dgozman
https://codereview.chromium.org/1309033003/diff/20001/Source/core/inspector/InspectorResourceAgent.cpp File Source/core/inspector/InspectorResourceAgent.cpp (right): https://codereview.chromium.org/1309033003/diff/20001/Source/core/inspector/InspectorResourceAgent.cpp#newcode380 Source/core/inspector/InspectorResourceAgent.cpp:380: bool blocked = true; On 2015/08/28 17:19:56, brucedawson wrote: ...
5 years, 3 months ago (2015-08-28 17:48:34 UTC) #9
brucedawson
Just a routine reading of all of the CLs committed over the last 24 hours... ...
5 years, 3 months ago (2015-08-28 17:50:54 UTC) #10
dgozman
5 years, 3 months ago (2015-08-28 18:21:08 UTC) #11
Message was sent while issue was closed.
On 2015/08/28 17:50:54, brucedawson wrote:
> Just a routine reading of all of the CLs committed over the last 24 hours...
> 
> Actually, I have an FYI bot that runs VC++'s /analyze (static code analysis)
on
> Chrome. I generate a report every morning that looks at new warnings, which
> includes variable shadowing.
> 
> I haven't advertised it more or recommended that others do this because of the
> high false positive rate. However, I do plan to investigate enabling
> gcc/clang/VC++ variable shadowing warnings in normal builds at some point.

Sounds great, that would definitely help!

Powered by Google App Engine
This is Rietveld 408576698