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

Issue 1313453002: Make cr.ui.Focus* play nice with Shadow DOM and MD chrome://downloads (Closed)

Created:
5 years, 4 months ago by Dan Beam
Modified:
5 years, 4 months ago
Reviewers:
hcarmona
CC:
chromium-reviews, asanka, benjhayden+dwatch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org, jlklein+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make cr.ui.Focus* play nice with Shadow DOM and MD chrome://downloads R=hcarmona@chromium.org BUG=425626 Committed: https://crrev.com/5d5147694e7b8179ef9014bcf3a021c233be7b46 Cr-Commit-Position: refs/heads/master@{#345257}

Patch Set 1 : the pain #

Patch Set 2 : merge #

Total comments: 13
Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -163 lines) Patch
M chrome/browser/browser_resources.grd View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_downloads/compiled_resources.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_downloads/compiled_resources2.gyp View 2 chunks +10 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_downloads/focus_row.html View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/resources/md_downloads/focus_row.js View 1 chunk +35 lines, -0 lines 3 comments Download
M chrome/browser/resources/md_downloads/item.html View 1 2 chunks +21 lines, -26 lines 0 comments Download
M chrome/browser/resources/md_downloads/item.js View 3 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/resources/md_downloads/manager.html View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_downloads/manager.js View 3 chunks +42 lines, -1 line 7 comments Download
M chrome/browser/resources/md_downloads/shared_style.css View 1 chunk +10 lines, -1 line 0 comments Download
M chrome/browser/resources/md_downloads/toolbar.css View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/md_downloads/toolbar.html View 1 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/ui/webui/downloads_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/webui/resources/html/cr/ui/focus_grid.html View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/webui/resources/html/cr/ui/focus_row.html View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/webui/resources/js/cr/ui/focus_grid.js View 3 chunks +37 lines, -82 lines 0 comments Download
M ui/webui/resources/js/cr/ui/focus_row.js View 6 chunks +46 lines, -45 lines 3 comments Download

Messages

Total messages: 12 (4 generated)
Dan Beam
5 years, 4 months ago (2015-08-24 19:39:27 UTC) #3
hcarmona
https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/focus_row.js File chrome/browser/resources/md_downloads/focus_row.js (right): https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/focus_row.js#newcode24 chrome/browser/resources/md_downloads/focus_row.js:24: this.addItem('controlled-by', '#controlled-by a'); Why no assert for this? https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/manager.js ...
5 years, 4 months ago (2015-08-24 21:00:38 UTC) #5
Dan Beam
https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/focus_row.js File chrome/browser/resources/md_downloads/focus_row.js (right): https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/focus_row.js#newcode24 chrome/browser/resources/md_downloads/focus_row.js:24: this.addItem('controlled-by', '#controlled-by a'); On 2015/08/24 21:00:37, Hector Carmona wrote: ...
5 years, 4 months ago (2015-08-24 22:59:30 UTC) #6
hcarmona
lgtm https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/focus_row.js File chrome/browser/resources/md_downloads/focus_row.js (right): https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/focus_row.js#newcode24 chrome/browser/resources/md_downloads/focus_row.js:24: this.addItem('controlled-by', '#controlled-by a'); On 2015/08/24 22:59:30, Dan Beam ...
5 years, 4 months ago (2015-08-24 23:49:20 UTC) #7
Dan Beam
https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/manager.js File chrome/browser/resources/md_downloads/manager.js (right): https://codereview.chromium.org/1313453002/diff/80001/chrome/browser/resources/md_downloads/manager.js#newcode193 chrome/browser/resources/md_downloads/manager.js:193: Promise.all(allReady).then(this.rebuildFocusGrid_.bind(this)); On 2015/08/24 23:49:19, Hector Carmona wrote: > On ...
5 years, 4 months ago (2015-08-25 03:22:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313453002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313453002/80001
5 years, 4 months ago (2015-08-25 03:22:54 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:80001)
5 years, 4 months ago (2015-08-25 04:47:56 UTC) #11
commit-bot: I haz the power
5 years, 4 months ago (2015-08-25 04:48:53 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5d5147694e7b8179ef9014bcf3a021c233be7b46
Cr-Commit-Position: refs/heads/master@{#345257}

Powered by Google App Engine
This is Rietveld 408576698