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

Issue 1638563002: DevTools: migrate ScriptFunctionCall off ScriptValue (to be inlined into the InjectedScript.cpp). (Closed)

Created:
4 years, 11 months ago by pfeldman
Modified:
4 years, 11 months ago
Reviewers:
dgozman
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, blink-reviews-bindings_chromium.org, 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: migrate ScriptFunctionCall off ScriptValue (to be inlined into the InjectedScript.cpp). BUG= Committed: https://crrev.com/e18e3b2ce08c3c747329aab455ce676fff947da6 Cr-Commit-Position: refs/heads/master@{#371703}

Patch Set 1 #

Patch Set 2 : ready for review #

Total comments: 11

Patch Set 3 : review comments addressed #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -200 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ScriptFunctionCall.h View 1 2 1 chunk +14 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptFunctionCall.cpp View 1 2 1 chunk +37 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8InjectedScriptManager.cpp View 1 2 2 chunks +1 line, -12 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InjectedScript.h View 1 2 3 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InjectedScript.cpp View 1 2 3 19 chunks +73 lines, -71 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InjectedScriptManager.h View 1 2 3 2 chunks +4 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InjectedScriptManager.cpp View 1 2 3 chunks +7 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/MainThreadDebugger.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/MainThreadDebugger.cpp View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ThreadDebugger.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerInspectorController.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/WorkerThreadDebugger.cpp View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8DebuggerAgentImpl.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8DebuggerClient.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/JSONValuesForV8.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/JSONValuesForV8.cpp View 1 4 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
pfeldman
4 years, 11 months ago (2016-01-26 02:10:14 UTC) #2
dgozman
https://codereview.chromium.org/1638563002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html File third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html (right): https://codereview.chromium.org/1638563002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html#newcode6 third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html:6: console.error = function() {}; This looks like a bad ...
4 years, 11 months ago (2016-01-26 02:45:15 UTC) #3
pfeldman
https://codereview.chromium.org/1638563002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html File third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html (right): https://codereview.chromium.org/1638563002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html#newcode6 third_party/WebKit/LayoutTests/inspector/console/console-custom-formatters.html:6: console.error = function() {}; On 2016/01/26 02:45:14, dgozman wrote: ...
4 years, 11 months ago (2016-01-27 01:24:09 UTC) #4
dgozman
lgtm
4 years, 11 months ago (2016-01-27 02:07:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1638563002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1638563002/80001
4 years, 11 months ago (2016-01-27 02:09:33 UTC) #7
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-27 03:26:54 UTC) #8
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 03:27:48 UTC) #10
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e18e3b2ce08c3c747329aab455ce676fff947da6
Cr-Commit-Position: refs/heads/master@{#371703}

Powered by Google App Engine
This is Rietveld 408576698