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

Issue 2104063002: [DevTools] Store script source in v8::Global. (Closed)

Created:
4 years, 5 months ago by dgozman
Modified:
4 years, 5 months ago
Reviewers:
kozy, Yang
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] Store script source in v8::Global. This is a preparation step to migrate away from WTF::String in v8_inspector. To avoid copying the global, this patch moves V8DebuggerScript to the heap. BUG=580337 Committed: https://crrev.com/50d0615528c167f0dd996dc03598590bfbb6d69f Cr-Commit-Position: refs/heads/master@{#403320}

Patch Set 1 #

Total comments: 1

Patch Set 2 : more cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -223 lines) Patch
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 10 chunks +42 lines, -97 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h View 1 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 6 chunks +10 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h View 1 3 chunks +10 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.cpp View 1 1 chunk +82 lines, -66 lines 0 comments Download

Messages

Total messages: 26 (11 generated)
dgozman
Could you please take a look?
4 years, 5 months ago (2016-06-28 19:32:32 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104063002/1
4 years, 5 months ago (2016-06-28 23:19:34 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/28391) ios-simulator-gn on ...
4 years, 5 months ago (2016-06-28 23:27:23 UTC) #6
kozy
https://codereview.chromium.org/2104063002/diff/1/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h File third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h (right): https://codereview.chromium.org/2104063002/diff/1/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h#newcode61 third_party/WebKit/Source/platform/v8_inspector/V8DebuggerScript.h:61: V8DebuggerScript* setScriptId(const String16&); It looks like we use most ...
4 years, 5 months ago (2016-06-29 00:34:05 UTC) #7
dgozman
PTAL
4 years, 5 months ago (2016-06-29 18:58:19 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104063002/20001
4 years, 5 months ago (2016-06-29 18:59:37 UTC) #10
kozy
lgtm
4 years, 5 months ago (2016-06-29 19:19:38 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/96074)
4 years, 5 months ago (2016-06-29 20:09:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104063002/20001
4 years, 5 months ago (2016-06-30 00:18:14 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/96401)
4 years, 5 months ago (2016-06-30 01:33:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104063002/20001
4 years, 5 months ago (2016-06-30 18:58:28 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/255803)
4 years, 5 months ago (2016-06-30 21:17:51 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2104063002/20001
4 years, 5 months ago (2016-06-30 21:34:26 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-06-30 23:01:13 UTC) #24
commit-bot: I haz the power
4 years, 5 months ago (2016-06-30 23:04:43 UTC) #26
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/50d0615528c167f0dd996dc03598590bfbb6d69f
Cr-Commit-Position: refs/heads/master@{#403320}

Powered by Google App Engine
This is Rietveld 408576698