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

Issue 2039593002: [Md Feedback] Add initial content/strings to feedback-container element. (Closed)

Created:
4 years, 6 months ago by apacible
Modified:
4 years, 6 months ago
Reviewers:
Dan Beam, hcarmona
CC:
chromium-reviews, dbeam+watch-polymer_chromium.org, apacible+watch_chromium.org, michaelpg+watch-polymer_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, hcarmona
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Md Feedback] Add initial content/strings to feedback-container element. Changes include: - Create feedback-container custom Polymer element with initial contents/strings and very minimal styling. - String localization. The strings are primarily duplicates of the existing feedback, which avoids messiness if/when one set of strings are modified. - Add newly used resources to polymer_resources.grdp. WebUI interaction/functionality implemented later. BUG=615535, 606844 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/20deb53f9df11c8a5967f34ac07d911138f0a153 Cr-Commit-Position: refs/heads/master@{#399296}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Changes per dbeam@'s comments. Rebase. #

Total comments: 16

Patch Set 3 : Changes per dbeam@'s comments. #

Total comments: 6

Patch Set 4 : Rebase. #

Patch Set 5 : Changes per dbeam@'s comments. #

Total comments: 2

Patch Set 6 : Changes per hcarmona@'s comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -5 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_feedback/feedback.html View 1 2 1 chunk +9 lines, -2 lines 0 comments Download
A chrome/browser/resources/md_feedback/feedback_container.html View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_feedback/feedback_container.js View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc View 1 2 3 4 2 chunks +41 lines, -3 lines 0 comments Download
M ui/webui/resources/polymer_resources.grdp View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (19 generated)
apacible
PTAL, thanks! Should I add a compiled_resources2.gyp file since I included I18nBehavior (IWYU), even though ...
4 years, 6 months ago (2016-06-04 14:57:47 UTC) #8
apacible
Friendly ping
4 years, 6 months ago (2016-06-07 13:36:01 UTC) #9
Dan Beam
i would highly recommend using $i18n{} instead of i18n-content, as this does the processing before ...
4 years, 6 months ago (2016-06-08 00:29:51 UTC) #11
apacible
On 2016/06/08 00:29:51, Dan Beam wrote: > i would highly recommend using $i18n{} instead of ...
4 years, 6 months ago (2016-06-09 18:41:04 UTC) #13
Dan Beam
https://codereview.chromium.org/2039593002/diff/20001/chrome/browser/resources/md_feedback/feedback.html File chrome/browser/resources/md_feedback/feedback.html (right): https://codereview.chromium.org/2039593002/diff/20001/chrome/browser/resources/md_feedback/feedback.html#newcode2 chrome/browser/resources/md_feedback/feedback.html:2: <html i18n-values="dir:textdirection;lang:language"> On 2016/06/09 18:41:04, apacible wrote: > On ...
4 years, 6 months ago (2016-06-09 18:57:47 UTC) #14
Dan Beam
what's up with the polymer_resources.grdp changes? are those intentional? i know hcarmona@ was thinking of ...
4 years, 6 months ago (2016-06-09 19:03:39 UTC) #15
hcarmona
https://codereview.chromium.org/2039593002/diff/60001/ui/webui/resources/polymer_resources.grdp File ui/webui/resources/polymer_resources.grdp (right): https://codereview.chromium.org/2039593002/diff/60001/ui/webui/resources/polymer_resources.grdp#newcode508 ui/webui/resources/polymer_resources.grdp:508: type="chrome_html" /> On 2016/06/09 19:03:39, Dan Beam wrote: > ...
4 years, 6 months ago (2016-06-09 19:07:05 UTC) #17
apacible
https://codereview.chromium.org/2039593002/diff/60001/ui/webui/resources/polymer_resources.grdp File ui/webui/resources/polymer_resources.grdp (right): https://codereview.chromium.org/2039593002/diff/60001/ui/webui/resources/polymer_resources.grdp#newcode508 ui/webui/resources/polymer_resources.grdp:508: type="chrome_html" /> On 2016/06/09 19:07:05, Hector Carmona wrote: > ...
4 years, 6 months ago (2016-06-09 20:23:49 UTC) #18
apacible
https://codereview.chromium.org/2039593002/diff/20001/chrome/browser/resources/md_feedback/feedback.html File chrome/browser/resources/md_feedback/feedback.html (right): https://codereview.chromium.org/2039593002/diff/20001/chrome/browser/resources/md_feedback/feedback.html#newcode2 chrome/browser/resources/md_feedback/feedback.html:2: <html i18n-values="dir:textdirection;lang:language"> On 2016/06/09 18:57:47, Dan Beam wrote: > ...
4 years, 6 months ago (2016-06-09 21:01:35 UTC) #19
Dan Beam
lgtm w/request + question https://codereview.chromium.org/2039593002/diff/80001/chrome/browser/resources/md_feedback/feedback_container.html File chrome/browser/resources/md_feedback/feedback_container.html (right): https://codereview.chromium.org/2039593002/diff/80001/chrome/browser/resources/md_feedback/feedback_container.html#newcode6 chrome/browser/resources/md_feedback/feedback_container.html:6: <link rel="import" type="css" href="feedback_container.css"> note: ...
4 years, 6 months ago (2016-06-09 22:50:53 UTC) #20
Dan Beam
https://codereview.chromium.org/2039593002/diff/80001/ui/webui/resources/polymer_resources.grdp File ui/webui/resources/polymer_resources.grdp (right): https://codereview.chromium.org/2039593002/diff/80001/ui/webui/resources/polymer_resources.grdp#newcode506 ui/webui/resources/polymer_resources.grdp:506: <structure name="IDR_POLYMER_1_0_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_HTML" also, can you manually revert this and/or ...
4 years, 6 months ago (2016-06-09 22:52:20 UTC) #21
apacible
https://codereview.chromium.org/2039593002/diff/80001/chrome/browser/resources/md_feedback/feedback_container.html File chrome/browser/resources/md_feedback/feedback_container.html (right): https://codereview.chromium.org/2039593002/diff/80001/chrome/browser/resources/md_feedback/feedback_container.html#newcode6 chrome/browser/resources/md_feedback/feedback_container.html:6: <link rel="import" type="css" href="feedback_container.css"> On 2016/06/09 22:50:53, Dan Beam ...
4 years, 6 months ago (2016-06-10 20:09:52 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2039593002/140001
4 years, 6 months ago (2016-06-10 20:25:16 UTC) #27
hcarmona
https://codereview.chromium.org/2039593002/diff/140001/chrome/browser/resources/md_feedback/feedback_container.css File chrome/browser/resources/md_feedback/feedback_container.css (right): https://codereview.chromium.org/2039593002/diff/140001/chrome/browser/resources/md_feedback/feedback_container.css#newcode1 chrome/browser/resources/md_feedback/feedback_container.css:1: /* Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 6 months ago (2016-06-10 20:32:02 UTC) #28
apacible
https://codereview.chromium.org/2039593002/diff/140001/chrome/browser/resources/md_feedback/feedback_container.css File chrome/browser/resources/md_feedback/feedback_container.css (right): https://codereview.chromium.org/2039593002/diff/140001/chrome/browser/resources/md_feedback/feedback_container.css#newcode1 chrome/browser/resources/md_feedback/feedback_container.css:1: /* Copyright 2016 The Chromium Authors. All rights reserved. ...
4 years, 6 months ago (2016-06-10 20:53:36 UTC) #30
hcarmona
lgtm
4 years, 6 months ago (2016-06-10 20:54:14 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2039593002/160001
4 years, 6 months ago (2016-06-10 20:54:18 UTC) #34
commit-bot: I haz the power
Committed patchset #6 (id:160001)
4 years, 6 months ago (2016-06-10 22:27:06 UTC) #36
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-10 22:27:11 UTC) #37
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 22:28:47 UTC) #39
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/20deb53f9df11c8a5967f34ac07d911138f0a153
Cr-Commit-Position: refs/heads/master@{#399296}

Powered by Google App Engine
This is Rietveld 408576698