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

Issue 2178213002: Add note page to settings. (Closed)

Created:
4 years, 5 months ago by jdufault
Modified:
4 years, 4 months ago
Reviewers:
stevenjb
CC:
michaelpg+watch-md-settings_chromium.org, arv+watch_chromium.org, michaelpg+watch-md-ui_chromium.org, jlklein+watch-closure_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, chromium-apps-reviews_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, davemoore+watch_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@stylus-add-switch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add note page to settings. BUG=616112 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/5d4c81c60fba62a0e66a57352aee5331fbfb3122 Cr-Commit-Position: refs/heads/master@{#408461}

Patch Set 1 : Initial upload #

Total comments: 19

Patch Set 2 : Comments #

Total comments: 3

Patch Set 3 : Address comments and add utility method #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -13 lines) Patch
M ash/ash.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/palette/palette_tray.cc View 1 2 2 chunks +1 line, -6 lines 0 comments Download
A ash/common/system/chromeos/palette/palette_utils.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A ash/common/system/chromeos/palette/palette_utils.cc View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/app/settings_strings.grdp View 1 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/settings_private/prefs_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/device_page/compiled_resources2.gyp View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/device_page/device_page.html View 1 3 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/device_page/device_page.js View 2 chunks +17 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/device_page/note.html View 1 1 chunk +29 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/device_page/note.js View 1 chunk +8 lines, -7 lines 0 comments Download
M chrome/browser/resources/settings/icons.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/route.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 32 (22 generated)
jdufault
https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/ui/webui/settings/chromeos/note_handler.cc File chrome/browser/ui/webui/settings/chromeos/note_handler.cc (right): https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/ui/webui/settings/chromeos/note_handler.cc#newcode23 chrome/browser/ui/webui/settings/chromeos/note_handler.cc:23: NoteHandler::NoteHandler(content::WebUIDataSource* html_source) { For right now, the handler is ...
4 years, 4 months ago (2016-07-26 19:42:56 UTC) #16
jdufault
Steven, PTAL. Thanks!
4 years, 4 months ago (2016-07-26 19:43:26 UTC) #18
stevenjb
https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/device_page.html#newcode38 chrome/browser/resources/settings/device_page/device_page.html:38: <div id="noteRow" class="settings-box" on-tap="onNoteTap_" id not needed? https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/device_page.html#newcode42 chrome/browser/resources/settings/device_page/device_page.html:42: ...
4 years, 4 months ago (2016-07-26 23:21:39 UTC) #21
jdufault
https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/device_page.html#newcode38 chrome/browser/resources/settings/device_page/device_page.html:38: <div id="noteRow" class="settings-box" on-tap="onNoteTap_" On 2016/07/26 23:21:39, stevenjb wrote: ...
4 years, 4 months ago (2016-07-27 20:55:02 UTC) #22
stevenjb
https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/note.html File chrome/browser/resources/settings/device_page/note.html (right): https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/note.html#newcode30 chrome/browser/resources/settings/device_page/note.html:30: <div class="settings-box"></div> On 2016/07/27 20:55:01, jdufault wrote: > On ...
4 years, 4 months ago (2016-07-27 22:29:42 UTC) #23
jdufault
https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/note.html File chrome/browser/resources/settings/device_page/note.html (right): https://codereview.chromium.org/2178213002/diff/60001/chrome/browser/resources/settings/device_page/note.html#newcode30 chrome/browser/resources/settings/device_page/note.html:30: <div class="settings-box"></div> On 2016/07/27 22:29:42, stevenjb wrote: > On ...
4 years, 4 months ago (2016-07-28 17:54:40 UTC) #25
stevenjb
lgtm https://codereview.chromium.org/2178213002/diff/80001/chrome/browser/resources/settings/device_page/device_page.html File chrome/browser/resources/settings/device_page/device_page.html (right): https://codereview.chromium.org/2178213002/diff/80001/chrome/browser/resources/settings/device_page/device_page.html#newcode65 chrome/browser/resources/settings/device_page/device_page.html:65: <template is="dom-if" name="note"> On 2016/07/28 17:54:40, jdufault wrote: ...
4 years, 4 months ago (2016-07-28 18:01:47 UTC) #26
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/2178213002/120001
4 years, 4 months ago (2016-07-28 19:11:26 UTC) #28
commit-bot: I haz the power
Committed patchset #3 (id:120001)
4 years, 4 months ago (2016-07-28 20:22:25 UTC) #30
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 20:24:00 UTC) #32
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5d4c81c60fba62a0e66a57352aee5331fbfb3122
Cr-Commit-Position: refs/heads/master@{#408461}

Powered by Google App Engine
This is Rietveld 408576698