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

Issue 23450021: Profile Reset dialog: the new section with detailed feedback information (Closed)

Created:
7 years, 3 months ago by vasilii
Modified:
6 years, 3 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, Dan Beam
Visibility:
Public.

Description

Profile Reset dialog: the new section with detailed feedback information. BUG=266354 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223580

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed all comments #

Patch Set 3 : Fixed compilation #

Total comments: 6

Patch Set 4 : New icon #

Total comments: 2

Patch Set 5 : ReplaceChars() #

Total comments: 2

Messages

Total messages: 16 (1 generated)
vasilii
Hi guys, please review the CL: Dominic: everything Evan: WebUI (or everything optionally) You can ...
7 years, 3 months ago (2013-09-05 16:15:35 UTC) #1
Evan Stade
lgtm https://codereview.chromium.org/23450021/diff/1/chrome/browser/resources/options/reset_profile_settings_overlay.html File chrome/browser/resources/options/reset_profile_settings_overlay.html (right): https://codereview.chromium.org/23450021/diff/1/chrome/browser/resources/options/reset_profile_settings_overlay.html#newcode30 chrome/browser/resources/options/reset_profile_settings_overlay.html:30: <div id='expandFeedback'></div> ids are supposed to be hyphenated ...
7 years, 3 months ago (2013-09-06 01:05:37 UTC) #2
battre
https://codereview.chromium.org/23450021/diff/1/chrome/browser/profile_resetter/resettable_settings_snapshot.cc File chrome/browser/profile_resetter/resettable_settings_snapshot.cc (right): https://codereview.chromium.org/23450021/diff/1/chrome/browser/profile_resetter/resettable_settings_snapshot.cc#newcode191 chrome/browser/profile_resetter/resettable_settings_snapshot.cc:191: ASCIIToUTF16(kProfileResetFeedbackBucket)); I would remove this, it is a technicality. ...
7 years, 3 months ago (2013-09-06 08:42:45 UTC) #3
vasilii
https://codereview.chromium.org/23450021/diff/1/chrome/browser/profile_resetter/resettable_settings_snapshot.cc File chrome/browser/profile_resetter/resettable_settings_snapshot.cc (right): https://codereview.chromium.org/23450021/diff/1/chrome/browser/profile_resetter/resettable_settings_snapshot.cc#newcode191 chrome/browser/profile_resetter/resettable_settings_snapshot.cc:191: ASCIIToUTF16(kProfileResetFeedbackBucket)); On 2013/09/06 08:42:45, battre wrote: > I would ...
7 years, 3 months ago (2013-09-06 12:39:22 UTC) #4
battre
lgtm https://codereview.chromium.org/23450021/diff/18001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc File chrome/browser/profile_resetter/resettable_settings_snapshot.cc (right): https://codereview.chromium.org/23450021/diff/18001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc#newcode260 chrome/browser/profile_resetter/resettable_settings_snapshot.cc:260: extension_ids.erase(extension_ids.end() - 1); do you want to do ...
7 years, 3 months ago (2013-09-12 14:03:13 UTC) #5
battre
https://codereview.chromium.org/23450021/diff/18001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc File chrome/browser/profile_resetter/resettable_settings_snapshot.cc (right): https://codereview.chromium.org/23450021/diff/18001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc#newcode155 chrome/browser/profile_resetter/resettable_settings_snapshot.cc:155: list->AppendString(i->first + ";" + i->second); One more request: Can ...
7 years, 3 months ago (2013-09-13 08:59:01 UTC) #6
vasilii
Please check again https://codereview.chromium.org/23450021/diff/18001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc File chrome/browser/profile_resetter/resettable_settings_snapshot.cc (right): https://codereview.chromium.org/23450021/diff/18001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc#newcode155 chrome/browser/profile_resetter/resettable_settings_snapshot.cc:155: list->AppendString(i->first + ";" + i->second); On ...
7 years, 3 months ago (2013-09-16 13:58:02 UTC) #7
battre
https://codereview.chromium.org/23450021/diff/30001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc File chrome/browser/profile_resetter/resettable_settings_snapshot.cc (right): https://codereview.chromium.org/23450021/diff/30001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc#newcode158 chrome/browser/profile_resetter/resettable_settings_snapshot.cc:158: std::back_inserter(ext), '\"', '\''); I would prefer this: std::string& ext_id ...
7 years, 3 months ago (2013-09-16 14:25:44 UTC) #8
vasilii
https://codereview.chromium.org/23450021/diff/30001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc File chrome/browser/profile_resetter/resettable_settings_snapshot.cc (right): https://codereview.chromium.org/23450021/diff/30001/chrome/browser/profile_resetter/resettable_settings_snapshot.cc#newcode158 chrome/browser/profile_resetter/resettable_settings_snapshot.cc:158: std::back_inserter(ext), '\"', '\''); On 2013/09/16 14:25:44, battre wrote: > ...
7 years, 3 months ago (2013-09-16 14:38:01 UTC) #9
battre
Thanks. LGTM
7 years, 3 months ago (2013-09-16 14:41:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vasilii@chromium.org/23450021/42001
7 years, 3 months ago (2013-09-17 07:39:55 UTC) #11
commit-bot: I haz the power
Change committed as 223580
7 years, 3 months ago (2013-09-17 11:52:15 UTC) #12
Vitaly Pavlenko
https://chromiumcodereview.appspot.com/23450021/diff/42001/chrome/browser/resources/options/reset_profile_settings_overlay.js File chrome/browser/resources/options/reset_profile_settings_overlay.js (right): https://chromiumcodereview.appspot.com/23450021/diff/42001/chrome/browser/resources/options/reset_profile_settings_overlay.js#newcode85 chrome/browser/resources/options/reset_profile_settings_overlay.js:85: var input = new JsEvalContext(feedbackListData); I'm trying to understand, ...
6 years, 3 months ago (2014-09-08 22:20:32 UTC) #14
Evan Stade
https://chromiumcodereview.appspot.com/23450021/diff/42001/chrome/browser/resources/options/reset_profile_settings_overlay.js File chrome/browser/resources/options/reset_profile_settings_overlay.js (right): https://chromiumcodereview.appspot.com/23450021/diff/42001/chrome/browser/resources/options/reset_profile_settings_overlay.js#newcode85 chrome/browser/resources/options/reset_profile_settings_overlay.js:85: var input = new JsEvalContext(feedbackListData); On 2014/09/08 22:20:32, Vitaly ...
6 years, 3 months ago (2014-09-08 22:26:34 UTC) #15
Vitaly Pavlenko
6 years, 3 months ago (2014-09-08 22:27:29 UTC) #16
Message was sent while issue was closed.
On 2014/09/08 22:26:34, Evan Stade wrote:
>
https://chromiumcodereview.appspot.com/23450021/diff/42001/chrome/browser/res...
> File chrome/browser/resources/options/reset_profile_settings_overlay.js
(right):
> 
>
https://chromiumcodereview.appspot.com/23450021/diff/42001/chrome/browser/res...
> chrome/browser/resources/options/reset_profile_settings_overlay.js:85: var
input
> = new JsEvalContext(feedbackListData);
> On 2014/09/08 22:20:32, Vitaly Pavlenko wrote:
> > I'm trying to understand, what does JsEvalContext means at this point? When
I
> > just open chrome://settings, JsEvalContext is undefined.
> 
> that's probably because your console is in the context of the top frame. Try
> switching the dropdown right above the console prompt from <top frame> to
> settings( settings-frame/ ), or navigate to chrome://settings-frame instead of
> chrome://settings.

Thank you, that works for me.

Powered by Google App Engine
This is Rietveld 408576698