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

Issue 1228183002: cr.js: Replace usage of ES6 Map with Object. (Closed)

Created:
5 years, 5 months ago by James Hawkins
Modified:
5 years, 5 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, oshima+watch_chromium.org, stuartmorgan, arv (Not doing code reviews)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

cr.js: Replace usage of ES6 Map with Object. This is necessary because some platforms (iOS) do not yet support this construct. BUG=508318 Committed: https://crrev.com/956dfa5415736b20ce1a60bcdd807755fd44c43d Cr-Commit-Position: refs/heads/master@{#338186}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix jsdoc. #

Total comments: 7

Patch Set 3 : Fix jsdoc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M ui/webui/resources/js/cr.js View 1 2 5 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
James Hawkins
5 years, 5 months ago (2015-07-09 20:53:57 UTC) #2
Dan Beam
https://codereview.chromium.org/1228183002/diff/1/ui/webui/resources/js/cr.js File ui/webui/resources/js/cr.js (right): https://codereview.chromium.org/1228183002/diff/1/ui/webui/resources/js/cr.js#newcode321 ui/webui/resources/js/cr.js:321: * @type {!Map<string, Function>} ^ fix https://codereview.chromium.org/1228183002/diff/1/ui/webui/resources/js/cr.js#newcode376 ui/webui/resources/js/cr.js:376: for ...
5 years, 5 months ago (2015-07-09 21:03:27 UTC) #3
James Hawkins
https://codereview.chromium.org/1228183002/diff/1/ui/webui/resources/js/cr.js File ui/webui/resources/js/cr.js (right): https://codereview.chromium.org/1228183002/diff/1/ui/webui/resources/js/cr.js#newcode321 ui/webui/resources/js/cr.js:321: * @type {!Map<string, Function>} On 2015/07/09 21:03:27, Dan Beam ...
5 years, 5 months ago (2015-07-09 22:02:50 UTC) #4
Dan Beam
lgtm https://codereview.chromium.org/1228183002/diff/1/ui/webui/resources/js/cr.js File ui/webui/resources/js/cr.js (right): https://codereview.chromium.org/1228183002/diff/1/ui/webui/resources/js/cr.js#newcode376 ui/webui/resources/js/cr.js:376: for (var i = 0; i < listenerCallbacks.length; ...
5 years, 5 months ago (2015-07-09 22:11:15 UTC) #5
James Hawkins
https://codereview.chromium.org/1228183002/diff/20001/ui/webui/resources/js/cr.js File ui/webui/resources/js/cr.js (right): https://codereview.chromium.org/1228183002/diff/20001/ui/webui/resources/js/cr.js#newcode321 ui/webui/resources/js/cr.js:321: * @type {!Object<string, Function>} On 2015/07/09 22:11:15, Dan Beam ...
5 years, 5 months ago (2015-07-09 22:19:50 UTC) #6
Dan Beam
lgtm https://codereview.chromium.org/1228183002/diff/20001/ui/webui/resources/js/cr.js File ui/webui/resources/js/cr.js (right): https://codereview.chromium.org/1228183002/diff/20001/ui/webui/resources/js/cr.js#newcode323 ui/webui/resources/js/cr.js:323: var chromeSendCallbackMap = Object.create(null); On 2015/07/09 22:19:50, James ...
5 years, 5 months ago (2015-07-09 22:21:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1228183002/40001
5 years, 5 months ago (2015-07-09 22:25:25 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-07-09 23:46:30 UTC) #10
commit-bot: I haz the power
5 years, 5 months ago (2015-07-09 23:47:45 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/956dfa5415736b20ce1a60bcdd807755fd44c43d
Cr-Commit-Position: refs/heads/master@{#338186}

Powered by Google App Engine
This is Rietveld 408576698