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

Issue 2651483002: MD Settings: Eliminate use of ES6 for Chrome OS (Closed)

Created:
3 years, 11 months ago by stevenjb
Modified:
3 years, 11 months ago
Reviewers:
dpapad
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-elements_chromium.org, dbeam+watch-settings_chromium.org, dcheng, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, michaelpg+watch-elements_chromium.org, michaelpg, oshima+watch_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Eliminate use of ES6 for Chrome OS The vulcanization currently fails on ES6 syntax, so remove it for now. BUG=673825 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2651483002 Cr-Commit-Position: refs/heads/master@{#445746} Committed: https://chromium.googlesource.com/chromium/src/+/1761cd38fa199b8204a4e17a20599b17bd4b3f0a

Patch Set 1 #

Patch Set 2 : . #

Total comments: 32

Patch Set 3 : Feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -143 lines) Patch
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/device_page/display.js View 1 2 6 chunks +15 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/device_page/display_layout.js View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/device_page/drag_behavior.js View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/device_page/layout_behavior.js View 1 2 10 chunks +36 lines, -30 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_detail_page.js View 1 2 6 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/internet_page.js View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_apnlist.js View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_ip_config.js View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_nameservers.js View 1 2 3 chunks +8 lines, -13 lines 2 comments Download
M chrome/browser/resources/settings/internet_page/network_property_list.js View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_proxy.js View 1 2 8 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary.js View 1 2 4 chunks +17 lines, -14 lines 0 comments Download
M chrome/browser/resources/settings/internet_page/network_summary_item.js View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_icon.js View 2 chunks +5 lines, -5 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/webui/resources/cr_elements/network/cr_network_list_item.js View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/webui/resources/cr_elements/network/cr_onc_types.js View 1 2 7 chunks +21 lines, -11 lines 0 comments Download

Messages

Total messages: 27 (18 generated)
stevenjb
3 years, 11 months ago (2017-01-21 20:10:17 UTC) #5
PhistucK
Why can you not use ECMAScript 2015 on Chrome OS?
3 years, 11 months ago (2017-01-21 21:47:36 UTC) #8
Dan Beam
On 2017/01/21 21:47:36, PhistucK wrote: > Why can you not use ECMAScript 2015 on Chrome ...
3 years, 11 months ago (2017-01-22 01:35:48 UTC) #9
dpapad
Mostly nits, but also some questions. https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js File chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js (right): https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js#newcode231 chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js:231: for (var d ...
3 years, 11 months ago (2017-01-23 19:12:54 UTC) #10
stevenjb
PTAL https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js File chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js (right): https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js#newcode231 chrome/browser/resources/settings/bluetooth_page/bluetooth_page.js:231: for (var d = 0; d <this.deviceList_.length; ++d) ...
3 years, 11 months ago (2017-01-24 02:02:04 UTC) #16
dpapad
LGTM https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/device_page/layout_behavior.js File chrome/browser/resources/settings/device_page/layout_behavior.js (right): https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/device_page/layout_behavior.js#newcode152 chrome/browser/resources/settings/device_page/layout_behavior.js:152: for (var o in orphanIds) On 2017/01/24 at ...
3 years, 11 months ago (2017-01-24 02:38:10 UTC) #19
stevenjb
https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/device_page/layout_behavior.js File chrome/browser/resources/settings/device_page/layout_behavior.js (right): https://codereview.chromium.org/2651483002/diff/20001/chrome/browser/resources/settings/device_page/layout_behavior.js#newcode152 chrome/browser/resources/settings/device_page/layout_behavior.js:152: for (var o in orphanIds) On 2017/01/24 02:38:10, dpapad ...
3 years, 11 months ago (2017-01-24 02:59:52 UTC) #20
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/2651483002/100001
3 years, 11 months ago (2017-01-24 17:06:14 UTC) #24
commit-bot: I haz the power
3 years, 11 months ago (2017-01-24 17:12:00 UTC) #27
Message was sent while issue was closed.
Committed patchset #3 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/1761cd38fa199b8204a4e17a2059...

Powered by Google App Engine
This is Rietveld 408576698