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

Issue 1579283002: [DevTools] Blackbox sources with inline source maps (Closed)

Created:
4 years, 11 months ago by kozy
Modified:
4 years, 11 months ago
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@source-map-backend
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Blackbox sources with inline source maps BUG=341082 R=pfeldman@chromium.org,dgozman@chromium.org, oilpan-reviews Committed: https://crrev.com/8f131d2e7ed396d2f68d6762f0eb414f1ed8fae4 Cr-Commit-Position: refs/heads/master@{#370182}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : Fix oilpan build #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : deoilpanize #

Messages

Total messages: 27 (11 generated)
kozy
ptal!
4 years, 11 months ago (2016-01-12 21:29:03 UTC) #1
kozy
Dmitry, please take a look!
4 years, 11 months ago (2016-01-12 22:04:26 UTC) #4
dgozman
no Nullable please! https://codereview.chromium.org/1579283002/diff/1/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html (right): https://codereview.chromium.org/1579283002/diff/1/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html#newcode11 third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html:11: foo(); Let's make it foo(bar), where ...
4 years, 11 months ago (2016-01-13 01:28:50 UTC) #5
kozy
All done! All nullable references are destroyed! https://codereview.chromium.org/1579283002/diff/1/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html (right): https://codereview.chromium.org/1579283002/diff/1/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html#newcode11 third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html:11: foo(); On ...
4 years, 11 months ago (2016-01-13 20:47:57 UTC) #6
dgozman
lgtm https://codereview.chromium.org/1579283002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js File third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js (right): https://codereview.chromium.org/1579283002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js#newcode4 third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js:4: var res = boo(); I'd also add a ...
4 years, 11 months ago (2016-01-14 00:03:06 UTC) #7
kozy
All done. https://codereview.chromium.org/1579283002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js File third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js (right): https://codereview.chromium.org/1579283002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js#newcode4 third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/framework-with-source-map-compiled.js:4: var res = boo(); On 2016/01/14 00:03:06, ...
4 years, 11 months ago (2016-01-14 00:38:32 UTC) #8
kozy
I need oilpan review. please take a look!
4 years, 11 months ago (2016-01-15 01:37:58 UTC) #11
haraken
Where is the implementation of SourceMap? I cannot find it on ToT.
4 years, 11 months ago (2016-01-15 02:42:07 UTC) #12
kozy
On 2016/01/15 02:42:07, haraken wrote: > Where is the implementation of SourceMap? I cannot find ...
4 years, 11 months ago (2016-01-15 04:31:52 UTC) #13
pfeldman
https://codereview.chromium.org/1579283002/diff/80001/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html (right): https://codereview.chromium.org/1579283002/diff/80001/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html#newcode1 third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html:1: <html> This should be a protocol test. https://codereview.chromium.org/1579283002/diff/80001/third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp File ...
4 years, 11 months ago (2016-01-15 22:55:27 UTC) #14
kozy
All done! Still need review from oilpan team. https://codereview.chromium.org/1579283002/diff/80001/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html (right): https://codereview.chromium.org/1579283002/diff/80001/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html#newcode1 third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-skip-step-in-with-source-map.html:1: <html> ...
4 years, 11 months ago (2016-01-16 00:23:16 UTC) #16
kozy
Deoilpanized.
4 years, 11 months ago (2016-01-16 19:43:57 UTC) #19
sof
On 2016/01/16 19:43:57, kozyatinskiy wrote: > Deoilpanized. makes for an easy review for oilpan-reviews@ :) ...
4 years, 11 months ago (2016-01-16 20:02:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1579283002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1579283002/180001
4 years, 11 months ago (2016-01-19 19:03:21 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:180001)
4 years, 11 months ago (2016-01-19 20:37:08 UTC) #25
commit-bot: I haz the power
4 years, 11 months ago (2016-01-19 20:39:12 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/8f131d2e7ed396d2f68d6762f0eb414f1ed8fae4
Cr-Commit-Position: refs/heads/master@{#370182}

Powered by Google App Engine
This is Rietveld 408576698