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

Issue 1913353002: [MD Extensions] Add a details subpage, move to one list (Closed)

Created:
4 years, 8 months ago by Devlin
Modified:
4 years, 7 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, extensions-reviews_chromium.org, dbeam+watch-polymer_chromium.org, oshima+watch_chromium.org, michaelpg+watch-polymer_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, dbeam+watch-elements_chromium.org, chromium-apps-reviews_chromium.org, michaelpg+watch-elements_chromium.org, stevenjb+watch-md-settings_chromium.org, michaelpg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Extensions] Add a details subpage, move to one list Kick the dust off the MD extensions implementation now that we have updated mocks. * Add a "details" subpage that shows the details for a given extension. Note that this isn't complete - there are quite a few TODOs left. * Move to a single list view instead of three lists for extensions, apps, and websites. * Combine the apps and websites sections. BUG=529395 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/da2ca5ac93171a4ab1352063f5103eae84e5f8ce Cr-Commit-Position: refs/heads/master@{#391408}

Patch Set 1 : #

Total comments: 9

Patch Set 2 : iron list fixes, menu default selection #

Total comments: 38

Patch Set 3 : Dan's #

Total comments: 3

Patch Set 4 : Rebase #

Patch Set 5 : Remove unneeded method #

Total comments: 24

Patch Set 6 : Dan's #

Patch Set 7 : latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -257 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 3 chunks +15 lines, -3 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_extensions/compiled_resources2.gyp View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_extensions/detail_view.html View 1 2 3 4 5 1 chunk +95 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_extensions/detail_view.js View 1 2 3 4 5 1 chunk +71 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_extensions/item.js View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/resources/md_extensions/item_list.css View 1 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_extensions/item_list.html View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_extensions/item_list.js View 1 2 3 3 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_extensions/manager.css View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_extensions/manager.html View 1 2 3 2 chunks +11 lines, -18 lines 0 comments Download
M chrome/browser/resources/md_extensions/manager.js View 1 2 3 4 5 5 chunks +40 lines, -33 lines 0 comments Download
M chrome/browser/resources/md_extensions/service.js View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_extensions/sidebar.html View 1 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/browser/resources/md_extensions/sidebar.js View 1 2 3 4 5 5 chunks +25 lines, -40 lines 0 comments Download
M chrome/browser/ui/webui/extensions/extensions_ui.cc View 1 2 3 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/test/data/webui/extensions/cr_extensions_browsertest.js View 1 chunk +4 lines, -25 lines 0 comments Download
M chrome/test/data/webui/extensions/extension_item_test.js View 1 2 3 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/test/data/webui/extensions/extension_manager_test.js View 1 2 3 chunks +39 lines, -98 lines 0 comments Download
M chrome/test/data/webui/extensions/extension_service_test.js View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/data/webui/extensions/extension_sidebar_test.js View 1 2 3 chunks +6 lines, -12 lines 0 comments Download
M ui/webui/resources/polymer_resources.grdp View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
Devlin
Hey, we have new mocks! Let's get crackin'. +michaelpg FYI. https://codereview.chromium.org/1913353002/diff/40001/chrome/browser/resources/md_extensions/compiled_resources.gyp File chrome/browser/resources/md_extensions/compiled_resources.gyp (right): https://codereview.chromium.org/1913353002/diff/40001/chrome/browser/resources/md_extensions/compiled_resources.gyp#newcode1 ...
4 years, 8 months ago (2016-04-23 01:50:11 UTC) #5
Dan Beam
https://codereview.chromium.org/1913353002/diff/60001/chrome/browser/resources/md_extensions/compiled_resources.gyp File chrome/browser/resources/md_extensions/compiled_resources.gyp (right): https://codereview.chromium.org/1913353002/diff/60001/chrome/browser/resources/md_extensions/compiled_resources.gyp#newcode22 chrome/browser/resources/md_extensions/compiled_resources.gyp:22: 'detail_view.js', dare you to switch to v2 GYP ;) ...
4 years, 8 months ago (2016-04-26 01:32:13 UTC) #6
Dan Beam
also, could you post screenshots?
4 years, 8 months ago (2016-04-26 01:32:46 UTC) #7
Devlin
Screenshots: https://drive.google.com/corp/drive/u/0/folders/0BxjK6_MzZ8UPSjg3cXhfbkNXYlE (sorry, internal only) https://codereview.chromium.org/1913353002/diff/60001/chrome/browser/resources/md_extensions/compiled_resources.gyp File chrome/browser/resources/md_extensions/compiled_resources.gyp (right): https://codereview.chromium.org/1913353002/diff/60001/chrome/browser/resources/md_extensions/compiled_resources.gyp#newcode22 chrome/browser/resources/md_extensions/compiled_resources.gyp:22: 'detail_view.js', On 2016/04/26 01:32:12, ...
4 years, 8 months ago (2016-04-26 17:24:19 UTC) #8
Devlin
fyi, rebased onto v2 gyp
4 years, 7 months ago (2016-04-28 02:02:58 UTC) #9
Devlin
friendly ping -> dbeam@. After this patch lands, a lot of the other ones are ...
4 years, 7 months ago (2016-05-02 17:06:38 UTC) #10
Dan Beam
looks pretty darn good to me :) https://codereview.chromium.org/1913353002/diff/120001/chrome/browser/resources/md_extensions/detail_view.html File chrome/browser/resources/md_extensions/detail_view.html (right): https://codereview.chromium.org/1913353002/diff/120001/chrome/browser/resources/md_extensions/detail_view.html#newcode31 chrome/browser/resources/md_extensions/detail_view.html:31: border-bottom: 1px ...
4 years, 7 months ago (2016-05-03 19:16:49 UTC) #11
Devlin
https://codereview.chromium.org/1913353002/diff/120001/chrome/browser/resources/md_extensions/detail_view.html File chrome/browser/resources/md_extensions/detail_view.html (right): https://codereview.chromium.org/1913353002/diff/120001/chrome/browser/resources/md_extensions/detail_view.html#newcode31 chrome/browser/resources/md_extensions/detail_view.html:31: border-bottom: 1px solid #ccc; On 2016/05/03 19:16:49, Dan Beam ...
4 years, 7 months ago (2016-05-03 19:56:55 UTC) #12
Dan Beam
lgtm https://codereview.chromium.org/1913353002/diff/120001/chrome/browser/resources/md_extensions/detail_view.js File chrome/browser/resources/md_extensions/detail_view.js (right): https://codereview.chromium.org/1913353002/diff/120001/chrome/browser/resources/md_extensions/detail_view.js#newcode16 chrome/browser/resources/md_extensions/detail_view.js:16: /** @suppress {checkTypes} Compiler doesn't recognize this.$.main. */ ...
4 years, 7 months ago (2016-05-03 20:55:04 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913353002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913353002/140001
4 years, 7 months ago (2016-05-03 23:00:31 UTC) #15
commit-bot: I haz the power
Failed to apply the patch.
4 years, 7 months ago (2016-05-04 00:08:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1913353002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1913353002/160001
4 years, 7 months ago (2016-05-04 00:11:08 UTC) #22
commit-bot: I haz the power
Committed patchset #7 (id:160001)
4 years, 7 months ago (2016-05-04 02:10:10 UTC) #23
commit-bot: I haz the power
4 years, 7 months ago (2016-05-04 02:11:48 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/da2ca5ac93171a4ab1352063f5103eae84e5f8ce
Cr-Commit-Position: refs/heads/master@{#391408}

Powered by Google App Engine
This is Rietveld 408576698