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

Issue 1587933004: Reland [DevTools] Added base SourceMap implementation on backend (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@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland [DevTools] Added base SourceMap implementation on backend Oilpan build is fixed. Original CL: https://codereview.chromium.org/1574133002/ BUG=341082 TBR=pfeldman@chromium.org,lushnikov@chromium.org,dgozman@chromium.org R=oilpan-reviews Committed: https://crrev.com/b81836e9825f78680fdd6f79fc9ae1fd0c7e8069 Cr-Commit-Position: refs/heads/master@{#369960}

Patch Set 1 #

Total comments: 1

Patch Set 2 : deoilpanize #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+502 lines, -0 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/inspector/v8/SourceMap.h View 1 1 chunk +55 lines, -0 lines 2 comments Download
A third_party/WebKit/Source/core/inspector/v8/SourceMap.cpp View 1 1 chunk +262 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/inspector/v8/SourceMapTest.cpp View 1 1 chunk +182 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 13 (5 generated)
kozy
I need oilpan review. I'm not sure about using OwnPtrWillBeRawPtr in SourceMapTest.cpp file in TEST(SourceMapTest, ...
4 years, 11 months ago (2016-01-15 01:24:15 UTC) #2
sof
https://codereview.chromium.org/1587933004/diff/1/third_party/WebKit/Source/core/inspector/v8/SourceMap.h File third_party/WebKit/Source/core/inspector/v8/SourceMap.h (right): https://codereview.chromium.org/1587933004/diff/1/third_party/WebKit/Source/core/inspector/v8/SourceMap.h#newcode22 third_party/WebKit/Source/core/inspector/v8/SourceMap.h:22: class CORE_EXPORT Entry: public NoBaseWillBeGarbageCollectedFinalized<SourceMap> { Unless Entry will ...
4 years, 11 months ago (2016-01-16 07:25:05 UTC) #4
kozy
On 2016/01/16 07:25:05, sof wrote: > https://codereview.chromium.org/1587933004/diff/1/third_party/WebKit/Source/core/inspector/v8/SourceMap.h > File third_party/WebKit/Source/core/inspector/v8/SourceMap.h (right): > > https://codereview.chromium.org/1587933004/diff/1/third_party/WebKit/Source/core/inspector/v8/SourceMap.h#newcode22 > ...
4 years, 11 months ago (2016-01-16 19:34:44 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1587933004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1587933004/20001
4 years, 11 months ago (2016-01-16 19:34:58 UTC) #7
sof
lgtm https://codereview.chromium.org/1587933004/diff/20001/third_party/WebKit/Source/core/inspector/v8/SourceMap.h File third_party/WebKit/Source/core/inspector/v8/SourceMap.h (right): https://codereview.chromium.org/1587933004/diff/20001/third_party/WebKit/Source/core/inspector/v8/SourceMap.h#newcode19 third_party/WebKit/Source/core/inspector/v8/SourceMap.h:19: WTF_MAKE_NONCOPYABLE(SourceMap); Perhaps add USING_FAST_MALLOC(SourceMap) and on Entry? https://codereview.chromium.org/1587933004/diff/20001/third_party/WebKit/Source/core/inspector/v8/SourceMap.h#newcode30 ...
4 years, 11 months ago (2016-01-16 19:56:33 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-16 22:55:24 UTC) #10
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/b81836e9825f78680fdd6f79fc9ae1fd0c7e8069 Cr-Commit-Position: refs/heads/master@{#369960}
4 years, 11 months ago (2016-01-16 22:56:27 UTC) #12
haraken
4 years, 11 months ago (2016-01-17 00:29:52 UTC) #13
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698