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

Issue 1649553002: [DevTools] Support source map with blackboxing in call frame sidebar, console (Closed)

Created:
4 years, 11 months ago by kozy
Modified:
4 years, 10 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Support source map with blackboxing in call frame sidebar, console If source has sourceMap and callFrame location maps to blackboxed source url then blackbox it in stack traces in console and in call frame sidebar. BUG=341082 R=dgozman@chromium.org

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Messages

Total messages: 8 (2 generated)
kozy
please take a look.
4 years, 11 months ago (2016-01-27 23:01:24 UTC) #1
pfeldman
We probably want a test for this. https://codereview.chromium.org/1649553002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js File third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js (right): https://codereview.chromium.org/1649553002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js#newcode115 third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js:115: WebInspector.BlackboxSupport.isBlackboxed = ...
4 years, 11 months ago (2016-01-28 01:20:03 UTC) #3
kozy
Added a test. https://codereview.chromium.org/1649553002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js File third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js (right): https://codereview.chromium.org/1649553002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js#newcode115 third_party/WebKit/Source/devtools/front_end/bindings/BlackboxSupport.js:115: WebInspector.BlackboxSupport.isBlackboxed = function(url, isContentScript) On 2016/01/28 ...
4 years, 11 months ago (2016-01-28 02:35:48 UTC) #4
pfeldman
> There is usage in TimelineFlameChart.js [1] Which I think you should migrate to the ...
4 years, 10 months ago (2016-01-28 18:28:51 UTC) #5
kozy
On 2016/01/28 18:28:51, pfeldman wrote: > > There is usage in TimelineFlameChart.js [1] > > ...
4 years, 10 months ago (2016-01-28 19:52:51 UTC) #6
kozy
4 years, 10 months ago (2016-02-16 19:31:37 UTC) #8
Message was sent while issue was closed.
Different approach was implemented: LiveLocations with blackbox support.
https://codereview.chromium.org/1688283002/

Powered by Google App Engine
This is Rietveld 408576698