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

Issue 2284663003: DevTools: Use a Map for modelListeners in TargetManager (Closed)

Created:
4 years, 3 months ago by alph
Modified:
4 years, 3 months ago
Reviewers:
dgozman, lushnikov
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, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Use a Map for modelListeners in TargetManager The Object used to store the listeners before does not support iteration over Symbol keys. BUG=641468 Committed: https://crrev.com/895cd721262c4fcf86ea35e5a3fdb92bb8b85fdd Cr-Commit-Position: refs/heads/master@{#414816}

Patch Set 1 #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js View 6 chunks +16 lines, -16 lines 9 comments Download

Messages

Total messages: 13 (6 generated)
alph
4 years, 3 months ago (2016-08-26 19:28:56 UTC) #3
lushnikov
lgtm, thank you! https://codereview.chromium.org/2284663003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js File third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js (right): https://codereview.chromium.org/2284663003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js#newcode19 third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js:19: /** @type {!Map<symbol, !Array<{modelClass: !Function, thisObject: ...
4 years, 3 months ago (2016-08-26 19:34:45 UTC) #5
dgozman
https://codereview.chromium.org/2284663003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js File third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js (right): https://codereview.chromium.org/2284663003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js#newcode19 third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js:19: /** @type {!Map<symbol, !Array<{modelClass: !Function, thisObject: (!Object|undefined), listener: function(!WebInspector.Event)}>>} ...
4 years, 3 months ago (2016-08-26 20:52:49 UTC) #6
alph
https://codereview.chromium.org/2284663003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js File third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js (right): https://codereview.chromium.org/2284663003/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js#newcode19 third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js:19: /** @type {!Map<symbol, !Array<{modelClass: !Function, thisObject: (!Object|undefined), listener: function(!WebInspector.Event)}>>} ...
4 years, 3 months ago (2016-08-26 21:00:34 UTC) #8
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/2284663003/1
4 years, 3 months ago (2016-08-26 21:33:27 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-08-26 21:39:01 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 21:41:09 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/895cd721262c4fcf86ea35e5a3fdb92bb8b85fdd
Cr-Commit-Position: refs/heads/master@{#414816}

Powered by Google App Engine
This is Rietveld 408576698