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

Issue 1240853002: Slice MD downloads into more components (Closed)

Created:
5 years, 5 months ago by Dan Beam
Modified:
5 years, 5 months ago
Reviewers:
Jeremy Klein
CC:
chromium-reviews, asanka, benjhayden+dwatch_chromium.org, arv+watch_chromium.org, michaelpg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Slice MD downloads into more components downloads.{ ActionService: tells the browser to modify downloads * Manager: the whole page (required for CSS var expansion) * Toolbar: blue, top bar with search/title/actions } * has an actual UI/<element> Also adding a shared_styles.css with variables to be @apply()ed or --used through downloads. BUG=425626 R=jlklein@chromium.org Committed: https://crrev.com/c2e322a97306b817289ea4d14710216a94ec2a5f Cr-Commit-Position: refs/heads/master@{#339544}

Patch Set 1 : compile #

Total comments: 22

Patch Set 2 : import position #

Total comments: 2

Patch Set 3 : remove is="polymer-toolbar" #

Patch Set 4 : merge origin/master #

Patch Set 5 : license #

Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -284 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download
A chrome/browser/resources/md_downloads/action_service.html View 1 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_downloads/action_service.js View 1 1 chunk +76 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_downloads/compiled_resources.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_downloads/compiled_resources2.gyp View 1 3 chunks +20 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_downloads/downloads.css View 1 1 chunk +0 lines, -29 lines 0 comments Download
M chrome/browser/resources/md_downloads/downloads.html View 1 2 chunks +2 lines, -36 lines 0 comments Download
A + chrome/browser/resources/md_downloads/item_view.css View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_downloads/item_view.html View 1 2 chunks +38 lines, -28 lines 0 comments Download
M chrome/browser/resources/md_downloads/item_view.js View 1 4 chunks +36 lines, -52 lines 0 comments Download
A + chrome/browser/resources/md_downloads/manager.css View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_downloads/manager.html View 1 1 chunk +15 lines, -1 line 0 comments Download
M chrome/browser/resources/md_downloads/manager.js View 1 4 chunks +67 lines, -126 lines 0 comments Download
A + chrome/browser/resources/md_downloads/shared_style.css View 1 2 3 4 1 chunk +6 lines, -6 lines 0 comments Download
A chrome/browser/resources/md_downloads/toolbar.css View 1 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_downloads/toolbar.html View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_downloads/toolbar.js View 1 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/downloads_ui.cc View 1 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 31 (14 generated)
Dan Beam
5 years, 5 months ago (2015-07-16 03:02:56 UTC) #4
Jeremy Klein
https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/action_service.js File chrome/browser/resources/md_downloads/action_service.js (right): https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/action_service.js#newcode6 chrome/browser/resources/md_downloads/action_service.js:6: /** @interface */ Include description of its purpose. https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/item_view.css ...
5 years, 5 months ago (2015-07-16 18:54:54 UTC) #5
Dan Beam
https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/action_service.js File chrome/browser/resources/md_downloads/action_service.js (right): https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/action_service.js#newcode6 chrome/browser/resources/md_downloads/action_service.js:6: /** @interface */ On 2015/07/16 18:54:53, Jeremy Klein wrote: ...
5 years, 5 months ago (2015-07-18 01:02:21 UTC) #7
Dan Beam
+michaelpg@ as FYI
5 years, 5 months ago (2015-07-18 01:08:05 UTC) #8
Jeremy Klein
https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/item_view.html File chrome/browser/resources/md_downloads/item_view.html (right): https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/item_view.html#newcode60 chrome/browser/resources/md_downloads/item_view.html:60: <link rel="import" href="chrome://downloads/action_service.html"> On 2015/07/18 01:02:20, Dan Beam wrote: ...
5 years, 5 months ago (2015-07-20 17:09:57 UTC) #9
Dan Beam
https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/item_view.html File chrome/browser/resources/md_downloads/item_view.html (right): https://codereview.chromium.org/1240853002/diff/60001/chrome/browser/resources/md_downloads/item_view.html#newcode60 chrome/browser/resources/md_downloads/item_view.html:60: <link rel="import" href="chrome://downloads/action_service.html"> On 2015/07/20 17:09:57, Jeremy Klein wrote: ...
5 years, 5 months ago (2015-07-20 17:25:53 UTC) #10
Jeremy Klein
lgtm https://codereview.chromium.org/1240853002/diff/110001/chrome/browser/resources/md_downloads/toolbar.html File chrome/browser/resources/md_downloads/toolbar.html (right): https://codereview.chromium.org/1240853002/diff/110001/chrome/browser/resources/md_downloads/toolbar.html#newcode9 chrome/browser/resources/md_downloads/toolbar.html:9: <dom-module id="downloads-toolbar" is="polymer-toolbar"> Where did the is come ...
5 years, 5 months ago (2015-07-20 17:40:18 UTC) #11
Dan Beam
https://codereview.chromium.org/1240853002/diff/110001/chrome/browser/resources/md_downloads/toolbar.html File chrome/browser/resources/md_downloads/toolbar.html (right): https://codereview.chromium.org/1240853002/diff/110001/chrome/browser/resources/md_downloads/toolbar.html#newcode9 chrome/browser/resources/md_downloads/toolbar.html:9: <dom-module id="downloads-toolbar" is="polymer-toolbar"> On 2015/07/20 17:40:18, Jeremy Klein wrote: ...
5 years, 5 months ago (2015-07-20 17:41:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240853002/150001
5 years, 5 months ago (2015-07-20 18:25:22 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/80168)
5 years, 5 months ago (2015-07-20 18:31:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240853002/150001
5 years, 5 months ago (2015-07-20 20:44:51 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/80232)
5 years, 5 months ago (2015-07-20 20:54:38 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240853002/170001
5 years, 5 months ago (2015-07-20 21:03:48 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/80240)
5 years, 5 months ago (2015-07-20 21:12:41 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1240853002/170001
5 years, 5 months ago (2015-07-20 22:39:13 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:170001)
5 years, 5 months ago (2015-07-20 22:46:21 UTC) #30
commit-bot: I haz the power
5 years, 5 months ago (2015-07-20 22:47:23 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c2e322a97306b817289ea4d14710216a94ec2a5f
Cr-Commit-Position: refs/heads/master@{#339544}

Powered by Google App Engine
This is Rietveld 408576698