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

Issue 12737006: Allow feedback form to be shown in an App Launcher feedback mode. (Closed)

Created:
7 years, 9 months ago by benwells
Modified:
7 years, 9 months ago
Reviewers:
rkc, tapted, Dan Beam, xiyuan
CC:
chromium-reviews, arv+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Visibility:
Public.

Description

Allow feedback form to be shown in an App Launcher feedback mode. This mode changes the strings shown, and also hides some parts of the form such as screenshots and URLs. This mode is opened by showing the feedback form with a new category tab of "AppLauncher" BUG=179474 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190138

Patch Set 1 #

Total comments: 1

Patch Set 2 : Woops #

Total comments: 8

Patch Set 3 : First round of feedback #

Total comments: 15

Patch Set 4 : Feedback #

Patch Set 5 : Use else instead of continue #

Total comments: 14

Patch Set 6 : Next round #

Total comments: 2

Patch Set 7 : Better CSS #

Total comments: 2

Patch Set 8 : No colspan #

Patch Set 9 : Rebase (which removed the category fix) #

Patch Set 10 : Touch up rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -33 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/feedback/feedback_util.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/feedback/feedback_util.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/resources/feedback.css View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/feedback.html View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/feedback.js View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/feedback_ui.cc View 1 2 3 4 5 6 7 8 5 chunks +35 lines, -28 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
benwells
tapted for initial review before sending to owners. https://chromiumcodereview.appspot.com/12737006/diff/1/chrome/browser/feedback/feedback_util.h File chrome/browser/feedback/feedback_util.h (right): https://chromiumcodereview.appspot.com/12737006/diff/1/chrome/browser/feedback/feedback_util.h#newcode36 chrome/browser/feedback/feedback_util.h:36: extern ...
7 years, 9 months ago (2013-03-15 03:22:02 UTC) #1
tapted
Seems lgtm to me with some nits. although a bit unusual to put string constants ...
7 years, 9 months ago (2013-03-15 05:06:03 UTC) #2
benwells
OK moved into chrome::, much nicer and not a big refactor at all. Just the ...
7 years, 9 months ago (2013-03-15 05:54:34 UTC) #3
benwells
+xiyuan for trivial chromeos changes +rkc for chrome/browser/feedback +dbeam for chrome/browser/resources, chrome/browser/ui/webui
7 years, 9 months ago (2013-03-15 05:57:43 UTC) #4
Dan Beam
https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html#newcode18 chrome/browser/resources/feedback.html:18: <h1 id="launcher-title" i18n-content="launcher-title" hidden></h1> this should probably be `i18n-content="launcherTitle"` ...
7 years, 9 months ago (2013-03-15 15:29:51 UTC) #5
xiyuan
chrome/browser/chromeos LGTM
7 years, 9 months ago (2013-03-15 15:59:09 UTC) #6
rkc
https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html#newcode18 chrome/browser/resources/feedback.html:18: <h1 id="launcher-title" i18n-content="launcher-title" hidden></h1> On 2013/03/15 15:29:51, Dan Beam ...
7 years, 9 months ago (2013-03-15 16:58:40 UTC) #7
Dan Beam
https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html#newcode18 chrome/browser/resources/feedback.html:18: <h1 id="launcher-title" i18n-content="launcher-title" hidden></h1> On 2013/03/15 16:58:40, Rahul Chaturvedi ...
7 years, 9 months ago (2013-03-15 17:20:42 UTC) #8
benwells
https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://codereview.chromium.org/12737006/diff/10001/chrome/browser/resources/feedback.html#newcode18 chrome/browser/resources/feedback.html:18: <h1 id="launcher-title" i18n-content="launcher-title" hidden></h1> On 2013/03/15 17:20:42, Dan Beam ...
7 years, 9 months ago (2013-03-18 05:21:19 UTC) #9
Dan Beam
https://codereview.chromium.org/12737006/diff/10001/chrome/browser/ui/webui/feedback_ui.cc File chrome/browser/ui/webui/feedback_ui.cc (right): https://codereview.chromium.org/12737006/diff/10001/chrome/browser/ui/webui/feedback_ui.cc#newcode453 chrome/browser/ui/webui/feedback_ui.cc:453: continue; also, there's a continue at the very bottom ...
7 years, 9 months ago (2013-03-18 06:09:50 UTC) #10
rkc
Ben we've discovered an issue with category tags; I've updated the bug with the new ...
7 years, 9 months ago (2013-03-18 22:15:21 UTC) #11
benwells
rkc: Please let me know asap what to do with the category. If required I ...
7 years, 9 months ago (2013-03-19 02:39:53 UTC) #12
Dan Beam
https://codereview.chromium.org/12737006/diff/27018/chrome/browser/resources/feedback.css File chrome/browser/resources/feedback.css (right): https://codereview.chromium.org/12737006/diff/27018/chrome/browser/resources/feedback.css#newcode113 chrome/browser/resources/feedback.css:113: display: block; s/.normal-layout // CSS works by overriding normal/default ...
7 years, 9 months ago (2013-03-19 04:43:52 UTC) #13
benwells
Next round. dbeam: thanks for your patience! https://codereview.chromium.org/12737006/diff/27018/chrome/browser/resources/feedback.css File chrome/browser/resources/feedback.css (right): https://codereview.chromium.org/12737006/diff/27018/chrome/browser/resources/feedback.css#newcode113 chrome/browser/resources/feedback.css:113: display: block; ...
7 years, 9 months ago (2013-03-20 07:49:32 UTC) #14
Dan Beam
https://codereview.chromium.org/12737006/diff/27018/chrome/browser/resources/feedback.css File chrome/browser/resources/feedback.css (right): https://codereview.chromium.org/12737006/diff/27018/chrome/browser/resources/feedback.css#newcode117 chrome/browser/resources/feedback.css:117: .normal-layout #launcher-description { On 2013/03/20 07:49:32, benwells wrote: > ...
7 years, 9 months ago (2013-03-21 01:09:11 UTC) #15
benwells
ready for next round. rkc: are there more changes you'd like? I won't land until ...
7 years, 9 months ago (2013-03-21 01:40:44 UTC) #16
rkc
Meeting with the Feedback PM to get this resolved at 3:30pm Thursday.
7 years, 9 months ago (2013-03-21 01:55:53 UTC) #17
Dan Beam
lgtm https://chromiumcodereview.appspot.com/12737006/diff/44002/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://chromiumcodereview.appspot.com/12737006/diff/44002/chrome/browser/resources/feedback.html#newcode21 chrome/browser/resources/feedback.html:21: <span id="launcher-description" colspan="2" er, why is this [colspan] ...
7 years, 9 months ago (2013-03-21 02:07:38 UTC) #18
benwells
https://chromiumcodereview.appspot.com/12737006/diff/44002/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://chromiumcodereview.appspot.com/12737006/diff/44002/chrome/browser/resources/feedback.html#newcode21 chrome/browser/resources/feedback.html:21: <span id="launcher-description" colspan="2" On 2013/03/21 02:07:38, Dan Beam wrote: ...
7 years, 9 months ago (2013-03-21 03:07:38 UTC) #19
rkc
lgtm
7 years, 9 months ago (2013-03-21 23:10:00 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12737006/58001
7 years, 9 months ago (2013-03-22 02:07:12 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12737006/58001
7 years, 9 months ago (2013-03-22 03:19:18 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12737006/58001
7 years, 9 months ago (2013-03-22 18:39:34 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/12737006/58001
7 years, 9 months ago (2013-03-23 15:24:40 UTC) #24
commit-bot: I haz the power
7 years, 9 months ago (2013-03-24 00:38:16 UTC) #25
Message was sent while issue was closed.
Change committed as 190138

Powered by Google App Engine
This is Rietveld 408576698