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

Issue 2375493003: MD Settings: Fix rendering of popup menus inside iron-lists. (Closed)

Created:
4 years, 2 months ago by dpapad
Modified:
4 years, 2 months ago
Reviewers:
stevenjb, Dan Beam
CC:
arv+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, extensions-reviews_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Fix rendering of popup menus inside iron-lists. BUG=639718 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Patch Set 1 #

Patch Set 2 : More #

Patch Set 3 : Nit #

Total comments: 6

Patch Set 4 : Rebase, address comments. #

Patch Set 5 : Fix compilation. #

Total comments: 6

Patch Set 6 : Rebase + address comments. #

Patch Set 7 : Static z index. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -14 lines) Patch
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.js View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/bluetooth_page/compiled_resources2.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/compiled_resources2.gyp View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/list_item_behavior.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/settings/list_item_behavior.js View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/startup_url_entry.html View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/on_startup_page/startup_url_entry.js View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/on_startup_page/startup_urls_page.html View 1 2 3 4 5 1 chunk +5 lines, -0 lines 1 comment Download
M chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.html View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/omnibox_extension_entry.js View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engine_entry.html View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engine_entry.js View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engines_list.html View 1 2 3 4 5 1 chunk +4 lines, -0 lines 1 comment Download
M chrome/browser/resources/settings/search_engines_page/search_engines_page.html View 2 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
stevenjb
lgtm w/ nits https://codereview.chromium.org/2375493003/diff/40001/chrome/browser/resources/settings/list_item_behavior.js File chrome/browser/resources/settings/list_item_behavior.js (right): https://codereview.chromium.org/2375493003/diff/40001/chrome/browser/resources/settings/list_item_behavior.js#newcode5 chrome/browser/resources/settings/list_item_behavior.js:5: cr.define('settings', function() { Optional: It seems ...
4 years, 2 months ago (2016-09-26 22:52:00 UTC) #3
dpapad
+dbeam FYI, I am waiting on Steven's https://codereview.chromium.org/2338133011 to land, because most likely there will ...
4 years, 2 months ago (2016-09-26 23:04:32 UTC) #5
stevenjb
On 2016/09/26 23:04:32, dpapad wrote: > +dbeam > > FYI, I am waiting on Steven's ...
4 years, 2 months ago (2016-09-27 16:43:30 UTC) #10
Dan Beam
https://codereview.chromium.org/2375493003/diff/80001/chrome/browser/resources/settings/list_item_behavior.js File chrome/browser/resources/settings/list_item_behavior.js (right): https://codereview.chromium.org/2375493003/diff/80001/chrome/browser/resources/settings/list_item_behavior.js#newcode14 chrome/browser/resources/settings/list_item_behavior.js:14: showActionMenu: function() { this really doesn't show any action ...
4 years, 2 months ago (2016-09-27 23:02:04 UTC) #11
dpapad
FWIW, I am experimenting with a centralized approach for showing popup menus (see https://codereview.chromium.org/2373793003). That ...
4 years, 2 months ago (2016-09-28 00:13:35 UTC) #12
Dan Beam
https://codereview.chromium.org/2375493003/diff/80001/chrome/browser/resources/settings/list_item_behavior.js File chrome/browser/resources/settings/list_item_behavior.js (right): https://codereview.chromium.org/2375493003/diff/80001/chrome/browser/resources/settings/list_item_behavior.js#newcode22 chrome/browser/resources/settings/list_item_behavior.js:22: }; On 2016/09/28 00:13:35, dpapad wrote: > On 2016/09/27 ...
4 years, 2 months ago (2016-09-28 01:32:07 UTC) #13
Dan Beam
On 2016/09/28 00:13:35, dpapad wrote: > FWIW, I am experimenting with a centralized approach for ...
4 years, 2 months ago (2016-09-28 01:33:21 UTC) #14
Dan Beam
lgtm
4 years, 2 months ago (2016-09-28 01:33:32 UTC) #15
dpapad
https://codereview.chromium.org/2375493003/diff/80001/chrome/browser/resources/settings/list_item_behavior.js File chrome/browser/resources/settings/list_item_behavior.js (right): https://codereview.chromium.org/2375493003/diff/80001/chrome/browser/resources/settings/list_item_behavior.js#newcode22 chrome/browser/resources/settings/list_item_behavior.js:22: }; On 2016/09/28 at 01:32:07, Dan Beam wrote: > ...
4 years, 2 months ago (2016-09-28 01:50:32 UTC) #16
stevenjb
https://codereview.chromium.org/2375493003/diff/120001/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html File chrome/browser/resources/settings/on_startup_page/startup_urls_page.html (right): https://codereview.chromium.org/2375493003/diff/120001/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html#newcode24 chrome/browser/resources/settings/on_startup_page/startup_urls_page.html:24: } Is there a reason not to apply this ...
4 years, 2 months ago (2016-10-13 16:49:52 UTC) #17
dpapad
On 2016/10/13 at 16:49:52, stevenjb wrote: > https://codereview.chromium.org/2375493003/diff/120001/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html > File chrome/browser/resources/settings/on_startup_page/startup_urls_page.html (right): > > https://codereview.chromium.org/2375493003/diff/120001/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html#newcode24 ...
4 years, 2 months ago (2016-10-13 17:04:00 UTC) #18
stevenjb
4 years, 2 months ago (2016-10-13 18:56:04 UTC) #19
Ugh, You know you can close these without deleting them :) Anyway, no
worries, sgtm.


On Thu, Oct 13, 2016 at 11:04 AM, dpapad@chromium.org via
codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote:

> On 2016/10/13 at 16:49:52, stevenjb wrote:
> >
> https://codereview.chromium.org/2375493003/diff/120001/
> chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
> > File chrome/browser/resources/settings/on_startup_page/
> startup_urls_page.html
> (right):
> >
> >
> https://codereview.chromium.org/2375493003/diff/120001/
> chrome/browser/resources/settings/on_startup_page/startup_urls_page.html#
> newcode24
> >
chrome/browser/resources/settings/on_startup_page/startup_urls_page.html:24:
> }
> > Is there a reason not to apply this to all .scroll-container divs?
> >
> >
> https://codereview.chromium.org/2375493003/diff/120001/
> chrome/browser/resources/settings/search_engines_page/
> search_engines_list.html
> > File
> chrome/browser/resources/settings/search_engines_page/
> search_engines_list.html
> (right):
> >
> >
> https://codereview.chromium.org/2375493003/diff/120001/
> chrome/browser/resources/settings/search_engines_page/
> search_engines_list.html#newcode38
> >
> chrome/browser/resources/settings/search_engines_page/
> search_engines_list.html:38:
> }
> > Is it intentional that this is overflow-y and startup_urls_page is
> overflow?
>
> This CL is obsolete. The latest approach for fixing popup menus is in
> review at
> https://codereview.chromium.org/2402553002.
>
> https://codereview.chromium.org/2375493003/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698