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

Issue 2723613004: [MD Extensions] Update Detail View UI (Closed)

Created:
3 years, 9 months ago by Devlin
Modified:
3 years, 9 months ago
Reviewers:
michaelpg
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, michaelpg+watch-md-ui_chromium.org, srahim+watch_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Extensions] Update Detail View UI We have new mocks! Update the detail view UI to be more in-line with the new specs. Update tests accordingly. BUG=529395 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2723613004 Cr-Commit-Position: refs/heads/master@{#455099} Committed: https://chromium.googlesource.com/chromium/src/+/7615c37d20b7b4a57cf9b4ae7e3034e63003b2ec

Patch Set 1 : . #

Patch Set 2 : missed an i18n #

Total comments: 27

Patch Set 3 : Michael's #

Total comments: 2

Patch Set 4 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -148 lines) Patch
M chrome/app/generated_resources.grd View 1 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/md_extensions/compiled_resources2.gyp View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_extensions/detail_view.html View 1 2 6 chunks +127 lines, -43 lines 0 comments Download
M chrome/browser/resources/md_extensions/detail_view.js View 1 2 3 6 chunks +57 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_extensions/item.html View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/md_extensions/item.js View 1 2 2 chunks +17 lines, -27 lines 0 comments Download
D chrome/browser/resources/md_extensions/item_source.html View 1 chunk +0 lines, -4 lines 0 comments Download
D chrome/browser/resources/md_extensions/item_source.js View 1 chunk +0 lines, -52 lines 0 comments Download
A + chrome/browser/resources/md_extensions/item_util.html View 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/resources/md_extensions/item_util.js View 1 2 1 chunk +123 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_extensions/manager.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extensions_ui.cc View 1 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/test/data/webui/extensions/extension_detail_view_test.js View 1 2 4 chunks +20 lines, -8 lines 0 comments Download

Messages

Total messages: 51 (36 generated)
Devlin
Michael, mind taking a look?
3 years, 9 months ago (2017-03-01 19:57:59 UTC) #25
michaelpg
On 2017/03/01 19:57:59, Devlin wrote: > Michael, mind taking a look? Hey, unfortunately I'm pretty ...
3 years, 9 months ago (2017-03-01 23:42:09 UTC) #26
Devlin
On 2017/03/01 23:42:09, michaelpg wrote: > On 2017/03/01 19:57:59, Devlin wrote: > > Michael, mind ...
3 years, 9 months ago (2017-03-01 23:50:41 UTC) #27
michaelpg
On 2017/03/01 23:50:41, Devlin wrote: > On 2017/03/01 23:42:09, michaelpg wrote: > > On 2017/03/01 ...
3 years, 9 months ago (2017-03-01 23:52:02 UTC) #28
michaelpg
As promised. https://codereview.chromium.org/2723613004/diff/120001/chrome/browser/resources/md_extensions/detail_view.html File chrome/browser/resources/md_extensions/detail_view.html (right): https://codereview.chromium.org/2723613004/diff/120001/chrome/browser/resources/md_extensions/detail_view.html#newcode125 chrome/browser/resources/md_extensions/detail_view.html:125: <img alt="icon" id="icon" src="[[data.iconUrl]]"> alt should be ...
3 years, 9 months ago (2017-03-06 19:08:47 UTC) #29
michaelpg
https://codereview.chromium.org/2723613004/diff/120001/chrome/test/data/webui/extensions/extension_detail_view_test.js File chrome/test/data/webui/extensions/extension_detail_view_test.js (right): https://codereview.chromium.org/2723613004/diff/120001/chrome/test/data/webui/extensions/extension_detail_view_test.js#newcode114 chrome/test/data/webui/extensions/extension_detail_view_test.js:114: // TODO(devlin): Add these back once homepages are in ...
3 years, 9 months ago (2017-03-06 19:55:02 UTC) #30
Devlin
https://codereview.chromium.org/2723613004/diff/120001/chrome/browser/resources/md_extensions/detail_view.html File chrome/browser/resources/md_extensions/detail_view.html (right): https://codereview.chromium.org/2723613004/diff/120001/chrome/browser/resources/md_extensions/detail_view.html#newcode125 chrome/browser/resources/md_extensions/detail_view.html:125: <img alt="icon" id="icon" src="[[data.iconUrl]]"> On 2017/03/06 19:08:46, michaelpg wrote: ...
3 years, 9 months ago (2017-03-06 20:12:13 UTC) #31
michaelpg
lgtm https://codereview.chromium.org/2723613004/diff/120001/chrome/browser/resources/md_extensions/item_util.js File chrome/browser/resources/md_extensions/item_util.js (right): https://codereview.chromium.org/2723613004/diff/120001/chrome/browser/resources/md_extensions/item_util.js#newcode29 chrome/browser/resources/md_extensions/item_util.js:29: assertNotReached(); // FileNotFound. On 2017/03/06 20:12:12, Devlin wrote: ...
3 years, 9 months ago (2017-03-06 22:19:58 UTC) #32
Devlin
https://codereview.chromium.org/2723613004/diff/140001/chrome/browser/resources/md_extensions/detail_view.js File chrome/browser/resources/md_extensions/detail_view.js (right): https://codereview.chromium.org/2723613004/diff/140001/chrome/browser/resources/md_extensions/detail_view.js#newcode23 chrome/browser/resources/md_extensions/detail_view.js:23: /** Whether the user has the UI's developer mode. ...
3 years, 9 months ago (2017-03-07 01:18:56 UTC) #39
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/2723613004/160001
3 years, 9 months ago (2017-03-07 01:19:47 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/395229)
3 years, 9 months ago (2017-03-07 03:43:55 UTC) #42
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/2723613004/160001
3 years, 9 months ago (2017-03-07 04:36:05 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/379194)
3 years, 9 months ago (2017-03-07 06:43:20 UTC) #46
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/2723613004/160001
3 years, 9 months ago (2017-03-07 15:50:11 UTC) #48
commit-bot: I haz the power
3 years, 9 months ago (2017-03-07 16:56:34 UTC) #51
Message was sent while issue was closed.
Committed patchset #4 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/7615c37d20b7b4a57cf9b4ae7e30...

Powered by Google App Engine
This is Rietveld 408576698