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

Issue 2122423002: [DevTools] Remove functionDetails from protocol.json (Closed)

Created:
4 years, 5 months ago by kozy
Modified:
4 years, 4 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, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@remove-generator-details-from-protocol
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Remove functionDetails from protocol.json BUG=623763 R=dgozman@chromium.org Committed: https://crrev.com/5b6a87d77630749c6c5a64ba94a6bb855d18a81d Cr-Commit-Position: refs/heads/master@{#404926}

Patch Set 1 #

Patch Set 2 : a #

Total comments: 38

Patch Set 3 : addressed comments #

Patch Set 4 : addressed comments #

Total comments: 8

Patch Set 5 #

Total comments: 8

Patch Set 6 : a #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+357 lines, -403 lines) Patch
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation.html View 1 chunk +6 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html View 1 2 4 chunks +24 lines, -18 lines 0 comments Download
D third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getFunctionDetails.html View 1 chunk +0 lines, -27 lines 0 comments Download
D third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-getFunctionDetails-expected.txt View 1 chunk +0 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details.html View 1 2 3 5 chunks +44 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-details-expected.txt View 1 2 3 7 chunks +21 lines, -18 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-preserve-expansion-expected.txt View 1 2 3 3 chunks +10 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt View 1 2 3 3 chunks +14 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/EventListenersUtils.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/ObjectPopoverHelper.js View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js View 1 2 3 4 5 4 chunks +8 lines, -131 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js View 1 2 3 4 2 chunks +29 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js View 1 2 3 chunks +1 line, -35 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 2 3 4 3 chunks +30 lines, -0 lines 2 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 3 4 2 chunks +0 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 2 3 4 6 chunks +58 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp View 1 2 3 4 5 4 chunks +8 lines, -21 lines 0 comments Download
A third_party/WebKit/Source/platform/v8_inspector/V8InternalValueType.h View 1 2 3 4 5 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/v8_inspector/V8InternalValueType.cpp View 1 2 3 4 5 1 chunk +71 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/js_protocol.json View 1 2 3 4 2 chunks +0 lines, -23 lines 0 comments Download

Messages

Total messages: 49 (18 generated)
kozy
Dmitry, please take a look!
4 years, 5 months ago (2016-07-07 18:39:04 UTC) #1
dgozman
Looks promising. https://codereview.chromium.org/2122423002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html File third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html (right): https://codereview.chromium.org/2122423002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html#newcode105 third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html:105: function callbackFunctionDetails(result) { style: { on next ...
4 years, 5 months ago (2016-07-07 19:59:24 UTC) #2
kozy
please take another look https://codereview.chromium.org/2122423002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html File third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html (right): https://codereview.chromium.org/2122423002/diff/20001/third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html#newcode105 third_party/WebKit/LayoutTests/inspector-protocol/debugger/setScriptSource.html:105: function callbackFunctionDetails(result) { On 2016/07/07 ...
4 years, 5 months ago (2016-07-07 22:59:08 UTC) #3
dgozman
https://codereview.chromium.org/2122423002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt File third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt (right): https://codereview.chromium.org/2122423002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt#newcode43 third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt:43: [[FunctionLocation]]: console-dir.html:19 On 2016/07/07 22:59:07, kozyatinskiy wrote: > On ...
4 years, 5 months ago (2016-07-08 20:37:29 UTC) #4
kozy
ptal!
4 years, 5 months ago (2016-07-08 23:55:54 UTC) #5
dgozman
https://codereview.chromium.org/2122423002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt File third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt (right): https://codereview.chromium.org/2122423002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt#newcode59 third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt:59: [[FunctionLocation]]: Object <unknown> https://codereview.chromium.org/2122423002/diff/60001/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js File third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js (right): https://codereview.chromium.org/2122423002/diff/60001/third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js#newcode684 third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js:684: ...
4 years, 5 months ago (2016-07-09 01:47:29 UTC) #6
kozy
All done. Please take a look! https://codereview.chromium.org/2122423002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt File third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt (right): https://codereview.chromium.org/2122423002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt#newcode59 third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt:59: [[FunctionLocation]]: Object On ...
4 years, 5 months ago (2016-07-11 17:50:39 UTC) #9
dgozman
lgtm https://codereview.chromium.org/2122423002/diff/120001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js File third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js (right): https://codereview.chromium.org/2122423002/diff/120001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode1071 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:1071: } else { No need for else and ...
4 years, 5 months ago (2016-07-11 19:18:08 UTC) #10
kozy
all done https://codereview.chromium.org/2122423002/diff/120001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js File third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js (right): https://codereview.chromium.org/2122423002/diff/120001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode1071 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:1071: } else { On 2016/07/11 19:18:07, dgozman ...
4 years, 5 months ago (2016-07-11 21:20:08 UTC) #11
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/2122423002/140001
4 years, 5 months ago (2016-07-11 21:21:34 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/215412)
4 years, 5 months ago (2016-07-11 21:33:09 UTC) #16
kozy
Pavel, I need owner lgtm for core.gyp. Please take a look!
4 years, 5 months ago (2016-07-11 23:26:25 UTC) #18
pfeldman
lgtm
4 years, 5 months ago (2016-07-11 23:37:35 UTC) #19
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/2122423002/140001
4 years, 5 months ago (2016-07-12 00:17:24 UTC) #21
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/260552)
4 years, 5 months ago (2016-07-12 03:17:06 UTC) #23
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/2122423002/140001
4 years, 5 months ago (2016-07-12 03:27:58 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/190804)
4 years, 5 months ago (2016-07-12 05:45:43 UTC) #27
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/2122423002/140001
4 years, 5 months ago (2016-07-12 06:16:25 UTC) #29
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/260701)
4 years, 5 months ago (2016-07-12 07:56:04 UTC) #31
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/2122423002/140001
4 years, 5 months ago (2016-07-12 15:09:23 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191340)
4 years, 5 months ago (2016-07-12 19:18:31 UTC) #35
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/2122423002/140001
4 years, 5 months ago (2016-07-12 19:26:18 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/254498)
4 years, 5 months ago (2016-07-12 23:27:27 UTC) #39
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/2122423002/140001
4 years, 5 months ago (2016-07-12 23:47:20 UTC) #41
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 5 months ago (2016-07-13 02:45:38 UTC) #42
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 02:45:53 UTC) #43
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/5b6a87d77630749c6c5a64ba94a6bb855d18a81d Cr-Commit-Position: refs/heads/master@{#404926}
4 years, 5 months ago (2016-07-13 02:48:05 UTC) #45
pfeldman
https://codereview.chromium.org/2122423002/diff/140001/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js File third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js (right): https://codereview.chromium.org/2122423002/diff/140001/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js#newcode206 third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js:206: InjectedScript.closureTypes = new Map([ You redefine Object and push ...
4 years, 4 months ago (2016-08-10 16:02:09 UTC) #46
dgozman
https://codereview.chromium.org/2122423002/diff/140001/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js File third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js (right): https://codereview.chromium.org/2122423002/diff/140001/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js#newcode206 third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js:206: InjectedScript.closureTypes = new Map([ On 2016/08/10 16:02:09, pfeldman wrote: ...
4 years, 4 months ago (2016-08-10 16:17:51 UTC) #47
pfeldman
I wish it was a catch :-( On Wed, Aug 10, 2016, 09:17 <dgozman@chromium.org> wrote: ...
4 years, 4 months ago (2016-08-10 16:19:46 UTC) #48
pfeldman
4 years, 4 months ago (2016-08-10 16:19:47 UTC) #49
Message was sent while issue was closed.
I wish it was a catch :-(

On Wed, Aug 10, 2016, 09:17 <dgozman@chromium.org> wrote:

>
>
>
https://codereview.chromium.org/2122423002/diff/140001/third_party/WebKit/Sou...
> File
> third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js
> (right):
>
>
>
https://codereview.chromium.org/2122423002/diff/140001/third_party/WebKit/Sou...
>
> third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js:206:
> InjectedScript.closureTypes = new Map([
> On 2016/08/10 16:02:09, pfeldman wrote:
> > You redefine Object and push for safety, but introduce Map here...
>
> Good catch!
>
> https://codereview.chromium.org/2122423002/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698