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

Issue 2112673003: [DevTools] Move suspended generator location to internal properties (Closed)

Created:
4 years, 5 months ago by kozy
Modified:
4 years, 5 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, sergeyv+blink_chromium.org, pfeldman, 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] Move suspended generator location to internal properties BUG=623763 R=dgozman@chromium.org Committed: https://crrev.com/af24351730c9de832e6bdfef8003fb7e808cb525 Cr-Commit-Position: refs/heads/master@{#404297}

Patch Set 1 #

Patch Set 2 #

Total comments: 10

Patch Set 3 #

Total comments: 8

Patch Set 4 #

Total comments: 6

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -263 lines) Patch
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-generator-details.html View 1 2 3 2 chunks +16 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/function-generator-details-expected.txt View 1 2 3 1 chunk +54 lines, -25 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/show-generator-location.html View 1 2 3 1 chunk +13 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/ObjectPopoverHelper.js View 1 2 2 chunks +1 line, -22 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js View 1 2 3 4 29 chunks +59 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js View 1 2 3 4 2 chunks +0 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/RemoteObject.js View 2 chunks +0 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/ScopeChainSidebarPane.js View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js View 1 2 2 chunks +2 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js View 1 2 3 6 chunks +9 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js View 1 2 2 chunks +8 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScript.cpp View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/InjectedScriptSource.js View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.cpp View 1 2 chunks +0 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.cpp View 1 2 3 4 2 chunks +23 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8InjectedScriptHost.cpp View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/debugger_script_externs.js View 1 chunk +0 lines, -8 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

Dependent Patchsets:

Messages

Total messages: 19 (5 generated)
kozy
Dmitry, please take a look.
4 years, 5 months ago (2016-06-29 22:15:52 UTC) #1
dgozman
This need screenshot and more detailed description. Why do we have internal location and not ...
4 years, 5 months ago (2016-06-30 00:47:38 UTC) #2
kozy
- internal locations are sent as primitive value, so we don't need additional round trip ...
4 years, 5 months ago (2016-07-06 18:43:46 UTC) #3
dgozman
Let's leave the only place for location: in properties section. https://codereview.chromium.org/2112673003/diff/20001/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/2112673003/diff/20001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode219 ...
4 years, 5 months ago (2016-07-06 19:25:12 UTC) #4
kozy
All done. Please take a look! https://codereview.chromium.org/2112673003/diff/20001/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/2112673003/diff/20001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode219 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:219: this._linkifier = new ...
4 years, 5 months ago (2016-07-06 22:38:42 UTC) #5
dgozman
Almost there! Moar linkifiers! https://codereview.chromium.org/2112673003/diff/40001/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/2112673003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode223 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:223: nit: extra blank line? https://codereview.chromium.org/2112673003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode571 ...
4 years, 5 months ago (2016-07-07 00:44:34 UTC) #6
kozy
All done, please take a look! https://codereview.chromium.org/2112673003/diff/40001/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/2112673003/diff/40001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode223 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:223: On 2016/07/07 00:44:34, ...
4 years, 5 months ago (2016-07-07 17:58:03 UTC) #7
dgozman
lgtm https://codereview.chromium.org/2112673003/diff/60001/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/2112673003/diff/60001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode32 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:32: * @param {?WebInspector.Linkifier=} linkifier Let's make it !WebInspector.Linkifier= ...
4 years, 5 months ago (2016-07-07 19:34:26 UTC) #8
kozy
all done https://codereview.chromium.org/2112673003/diff/60001/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/2112673003/diff/60001/third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode32 third_party/WebKit/Source/devtools/front_end/components/ObjectPropertiesSection.js:32: * @param {?WebInspector.Linkifier=} linkifier On 2016/07/07 19:34:25, ...
4 years, 5 months ago (2016-07-07 21:33:28 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/2112673003/80001
4 years, 5 months ago (2016-07-07 21:33:49 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gyp_rel on master.tryserver.chromium.mac (JOB_TIMED_OUT, no build URL)
4 years, 5 months ago (2016-07-07 23:36:18 UTC) #14
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/2112673003/80001
4 years, 5 months ago (2016-07-07 23:37:34 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-08 01:15:29 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 01:17:07 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/af24351730c9de832e6bdfef8003fb7e808cb525
Cr-Commit-Position: refs/heads/master@{#404297}

Powered by Google App Engine
This is Rietveld 408576698