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

Issue 2954863003: MD Settings: Convert all browser proxies to use ES6 class syntax. (Closed)

Created:
3 years, 5 months ago by dpapad
Modified:
3 years, 5 months ago
Reviewers:
scottchen
CC:
arv+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, dschuyler, extensions-reviews_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg, michaelpg+watch-md-ui_chromium.org, rginda+watch_chromium.org, stevenjb+watch-md-settings_chromium.org, tfarina
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Convert all browser proxies to use ES6 class syntax. The conversion has been performed automatically with a tool, followed by minimal human editing on the tool's output. BUG=671426 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2954863003 Cr-Commit-Position: refs/heads/master@{#482820} Committed: https://chromium.googlesource.com/chromium/src/+/340ecaca61543a25037c176a91597429cbc29eef

Patch Set 1 #

Patch Set 2 : More files. #

Patch Set 3 : Fix indentation #

Patch Set 4 : More #

Patch Set 5 : More #

Patch Set 6 : Fix compilation error. #

Patch Set 7 : Remove @constructor annotations. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+751 lines, -862 lines) Patch
M chrome/browser/resources/settings/about_page/about_page_browser_proxy.js View 1 2 3 4 5 6 2 chunks +42 lines, -42 lines 0 comments Download
M chrome/browser/resources/settings/android_apps_page/android_apps_browser_proxy.js View 1 2 3 4 5 6 1 chunk +14 lines, -19 lines 0 comments Download
M chrome/browser/resources/settings/appearance_page/appearance_browser_proxy.js View 1 2 3 4 5 6 1 chunk +31 lines, -32 lines 0 comments Download
M chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js View 1 2 3 4 5 6 1 chunk +14 lines, -19 lines 1 comment Download
M chrome/browser/resources/settings/certificate_manager_page/certificates_browser_proxy.js View 1 2 3 4 5 6 6 chunks +50 lines, -55 lines 0 comments Download
M chrome/browser/resources/settings/chrome_cleanup_page/chrome_cleanup_proxy.js View 1 2 3 4 5 6 1 chunk +18 lines, -23 lines 0 comments Download
M chrome/browser/resources/settings/clear_browsing_data_dialog/clear_browsing_data_browser_proxy.js View 1 2 3 4 5 6 1 chunk +15 lines, -19 lines 0 comments Download
M chrome/browser/resources/settings/default_browser_page/default_browser_browser_proxy.js View 1 2 3 4 5 6 1 chunk +12 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/device_page/device_page_browser_proxy.js View 1 2 3 4 5 6 1 chunk +48 lines, -52 lines 0 comments Download
M chrome/browser/resources/settings/downloads_page/downloads_browser_proxy.js View 1 2 3 4 5 6 1 chunk +15 lines, -22 lines 0 comments Download
M chrome/browser/resources/settings/extension_control_browser_proxy.js View 1 2 3 4 5 6 1 chunk +12 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/languages_page/languages_browser_proxy.js View 1 2 3 4 5 6 1 chunk +22 lines, -24 lines 0 comments Download
M chrome/browser/resources/settings/lifetime_browser_proxy.js View 1 2 3 4 5 6 1 chunk +18 lines, -22 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/on_startup_browser_proxy.js View 1 2 3 4 5 6 1 chunk +9 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/startup_urls_page_browser_proxy.js View 1 2 3 4 5 6 2 chunks +24 lines, -30 lines 0 comments Download
M chrome/browser/resources/settings/people_page/change_picture_browser_proxy.js View 1 2 3 4 5 6 1 chunk +26 lines, -30 lines 0 comments Download
M chrome/browser/resources/settings/people_page/easy_unlock_browser_proxy.js View 1 2 3 4 5 6 1 chunk +23 lines, -27 lines 0 comments Download
M chrome/browser/resources/settings/people_page/fingerprint_browser_proxy.js View 1 2 3 4 5 6 1 chunk +36 lines, -42 lines 0 comments Download
M chrome/browser/resources/settings/people_page/import_data_browser_proxy.js View 1 2 3 4 5 6 1 chunk +17 lines, -21 lines 0 comments Download
M chrome/browser/resources/settings/people_page/manage_profile_browser_proxy.js View 1 2 3 4 5 6 1 chunk +29 lines, -33 lines 0 comments Download
M chrome/browser/resources/settings/people_page/profile_info_browser_proxy.js View 1 2 3 4 5 6 1 chunk +15 lines, -19 lines 0 comments Download
M chrome/browser/resources/settings/people_page/sync_browser_proxy.js View 1 2 3 4 5 6 1 chunk +39 lines, -39 lines 0 comments Download
M chrome/browser/resources/settings/printing_page/cups_printers_browser_proxy.js View 1 2 3 4 5 6 1 chunk +36 lines, -42 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page_browser_proxy.js View 1 2 3 4 5 6 1 chunk +24 lines, -25 lines 0 comments Download
M chrome/browser/resources/settings/reset_page/reset_browser_proxy.js View 1 2 3 4 5 6 2 chunks +30 lines, -34 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engines_browser_proxy.js View 1 2 3 4 5 6 1 chunk +38 lines, -42 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js View 1 2 3 4 5 6 8 chunks +82 lines, -87 lines 0 comments Download
M chrome/browser/resources/settings/system_page/system_page_browser_proxy.js View 1 2 3 4 5 6 1 chunk +12 lines, -17 lines 0 comments Download

Messages

Total messages: 25 (19 generated)
dpapad
3 years, 5 months ago (2017-06-27 00:44:39 UTC) #13
scottchen
LGTM, excited to see ES6 back in action. https://codereview.chromium.org/2954863003/diff/120001/chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js File chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js (left): https://codereview.chromium.org/2954863003/diff/120001/chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js#oldcode26 chrome/browser/resources/settings/appearance_page/fonts_browser_proxy.js:26: openAdvancedFontSettings: ...
3 years, 5 months ago (2017-06-27 21:14:10 UTC) #16
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/2954863003/120001
3 years, 5 months ago (2017-06-27 21:29:45 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/458928)
3 years, 5 months ago (2017-06-27 22:06:23 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/2954863003/120001
3 years, 5 months ago (2017-06-27 23:28:49 UTC) #22
commit-bot: I haz the power
3 years, 5 months ago (2017-06-28 00:37:22 UTC) #25
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/340ecaca61543a25037c176a9159...

Powered by Google App Engine
This is Rietveld 408576698