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

Issue 570503002: Compile chrome://settings, part 6 (Closed)

Created:
6 years, 3 months ago by Vitaly Pavlenko
Modified:
6 years, 1 month ago
Reviewers:
stevenjb, Dan Beam
CC:
chromium-reviews, dbeam+watch-options_chromium.org, nkostylev+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, stevenjb+watch_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@H_options_errors_4
Project:
chromium
Visibility:
Public.

Description

Compile chrome://settings, part 6 R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep ERROR | wc -l Committed: https://crrev.com/c168caec5653c5acc17f44d7ce0d38fc61901746 Cr-Commit-Position: refs/heads/master@{#295606}

Patch Set 1 #

Total comments: 22

Patch Set 2 : fixed comments #

Total comments: 2

Patch Set 3 : fix asserts, rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -78 lines) Patch
M chrome/browser/resources/chromeos/keyboard/keyboard_utils.js View 2 chunks +20 lines, -16 lines 0 comments Download
M chrome/browser/resources/chromeos/user_images_grid.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/options/browser_options.js View 1 2 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/certificate_tree.js View 2 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/accounts_user_list.js View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/accounts_user_name_edit.js View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js View 4 chunks +5 lines, -14 lines 0 comments Download
M chrome/browser/resources/options/chromeos/display_options.js View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_detail.js View 1 2 2 chunks +8 lines, -3 lines 1 comment Download
M chrome/browser/resources/options/chromeos/keyboard_overlay.js View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/chromeos/network_list.js View 1 2 5 chunks +30 lines, -12 lines 0 comments Download
M chrome/browser/resources/options/chromeos/onc_data.js View 1 2 8 chunks +18 lines, -8 lines 0 comments Download
M chrome/browser/resources/options/chromeos/pointer_overlay.js View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/chromeos/preferred_networks.js View 1 6 chunks +15 lines, -7 lines 0 comments Download
M chrome/browser/resources/options/chromeos/proxy_rules_list.js View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/third_party_ime_confirm_overlay.js View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/options/compiled_resources.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/options/deletable_item_list.js View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/options/pref_ui.js View 1 3 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
Vitaly Pavlenko
6 years, 3 months ago (2014-09-12 00:19:02 UTC) #1
Dan Beam
https://chromiumcodereview.appspot.com/570503002/diff/1/chrome/browser/resources/chromeos/user_images_grid.js File chrome/browser/resources/chromeos/user_images_grid.js (right): https://chromiumcodereview.appspot.com/570503002/diff/1/chrome/browser/resources/chromeos/user_images_grid.js#newcode32 chrome/browser/resources/chromeos/user_images_grid.js:32: * clickHandler: (!Function|undefined)}. Contains user image URL, why are ...
6 years, 3 months ago (2014-09-12 03:25:20 UTC) #2
Vitaly Pavlenko
https://codereview.chromium.org/570503002/diff/1/chrome/browser/resources/chromeos/user_images_grid.js File chrome/browser/resources/chromeos/user_images_grid.js (right): https://codereview.chromium.org/570503002/diff/1/chrome/browser/resources/chromeos/user_images_grid.js#newcode32 chrome/browser/resources/chromeos/user_images_grid.js:32: * clickHandler: (!Function|undefined)}. Contains user image URL, On 2014/09/12 ...
6 years, 3 months ago (2014-09-12 19:16:23 UTC) #3
Dan Beam
lgtm w/whining https://chromiumcodereview.appspot.com/570503002/diff/1/chrome/browser/resources/options/chromeos/network_list.js File chrome/browser/resources/options/chromeos/network_list.js (right): https://chromiumcodereview.appspot.com/570503002/diff/1/chrome/browser/resources/options/chromeos/network_list.js#newcode912 chrome/browser/resources/options/chromeos/network_list.js:912: entry)); On 2014/09/12 19:16:23, Vitaly Pavlenko wrote: ...
6 years, 3 months ago (2014-09-16 01:04:15 UTC) #4
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/570503002/diff/1/chrome/browser/resources/options/chromeos/network_list.js File chrome/browser/resources/options/chromeos/network_list.js (right): https://chromiumcodereview.appspot.com/570503002/diff/1/chrome/browser/resources/options/chromeos/network_list.js#newcode912 chrome/browser/resources/options/chromeos/network_list.js:912: entry)); On 2014/09/16 01:04:14, Dan Beam wrote: > On ...
6 years, 3 months ago (2014-09-16 03:11:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/570503002/40001
6 years, 3 months ago (2014-09-18 22:08:08 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001) as de4ba78e5cdb381cfce94e6bac03ea9b6e3324b6
6 years, 3 months ago (2014-09-18 23:46:12 UTC) #8
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/c168caec5653c5acc17f44d7ce0d38fc61901746 Cr-Commit-Position: refs/heads/master@{#295606}
6 years, 3 months ago (2014-09-18 23:46:45 UTC) #9
stevenjb
6 years, 1 month ago (2014-11-05 20:30:15 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/570503002/diff/40001/chrome/browser/resources...
File chrome/browser/resources/options/chromeos/internet_detail.js (right):

https://codereview.chromium.org/570503002/diff/40001/chrome/browser/resources...
chrome/browser/resources/options/chromeos/internet_detail.js:1574: propValue =
assertInstanceof(propValue, Object);
While I do appreciate this effort, this actually introduced a subtle bug causing
the details page not to load at all. If you could include me on the review of
any internet options related changes in the future I may be able to catch these
in advance. (FYI, fix is here: https://codereview.chromium.org/701243002/).
Thanks!

Powered by Google App Engine
This is Rietveld 408576698