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

Issue 2819633002: Restored Pre-Harmony Bubble title margin metrics (Closed)

Created:
3 years, 8 months ago by kylix_rd
Modified:
3 years, 8 months ago
CC:
chromium-reviews, tfarina, groby+bubble_chromium.org, rouslan+bubble_chromium.org, msw+watch_chromium.org, hcarmona+bubble_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Restored Pre-Harmony Bubble title margin metrics Added INSETS_BUBBLE_TITLE metric to distinguish from INSETS_DIALOG_TITLE BUG=711012 BUG=705907 Review-Url: https://codereview.chromium.org/2819633002 Cr-Commit-Position: refs/heads/master@{#465635} Committed: https://chromium.googlesource.com/chromium/src/+/5d0f09e42f23950e3937e36e5bdc3a384f732330

Patch Set 1 #

Patch Set 2 : Added browser dialog interactive test for password bubbles #

Total comments: 11

Patch Set 3 : Moved dialog tests to new *_browsertest.cc file #

Patch Set 4 : Added SessionCrashedBubbleViewTest for bug 705907 #

Total comments: 12

Patch Set 5 : Addressed feedback #

Total comments: 2

Patch Set 6 : Fixed a typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -13 lines) Patch
M chrome/browser/ui/views/harmony/harmony_layout_provider.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 4 2 chunks +0 lines, -6 lines 0 comments Download
A chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc View 1 2 3 4 1 chunk +48 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc View 1 2 3 4 5 5 chunks +31 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/session_crashed_bubble_view.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/session_crashed_bubble_view_browsertest.cc View 1 2 3 4 1 chunk +37 lines, -0 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/bubble/bubble_dialog_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/layout/layout_provider.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/layout/layout_provider.cc View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 30 (19 generated)
kylix_rd
I'll add the appropriate owners once I can get some guidance on using the BrowserDialogTest ...
3 years, 8 months ago (2017-04-17 18:57:49 UTC) #3
Peter Kasting
LGTM Further cleanup is possible (e.g. renaming INSETS_PANEL to INSETS_DIALOG_CONTENTS and in general nuking the ...
3 years, 8 months ago (2017-04-17 19:53:36 UTC) #4
tapted
https://codereview.chromium.org/2819633002/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc (right): https://codereview.chromium.org/2819633002/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc#newcode358 chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc:358: : public SupportsTestDialog<ManagePasswordsBubbleViewTest> { Note this file isn't compiled ...
3 years, 8 months ago (2017-04-18 05:26:34 UTC) #5
tapted
https://codereview.chromium.org/2819633002/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc (right): https://codereview.chromium.org/2819633002/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc#newcode72 chrome/browser/ui/views/passwords/manage_passwords_bubble_view_interactive_uitest.cc:72: ManagePasswordsIconView* view() override { I made https://codereview.chromium.org/2818383004/ to remove ...
3 years, 8 months ago (2017-04-18 07:32:55 UTC) #6
kylix_rd
https://codereview.chromium.org/2819633002/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/2819633002/diff/20001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode18 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:18: #include "chrome/browser/ui/views/harmony/chrome_layout_provider.h" On 2017/04/17 19:53:36, Peter Kasting wrote: > ...
3 years, 8 months ago (2017-04-18 16:05:18 UTC) #7
tapted
lgtm with the following. https://codereview.chromium.org/2818383004/ is in the CQ now (tree is closed though). Note ...
3 years, 8 months ago (2017-04-19 00:25:03 UTC) #18
kylix_rd
Addressed the feedback. Added vabr@. vabr@, please review the changes in the c/b/ui/views/passwords folder. https://codereview.chromium.org/2819633002/diff/80001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc ...
3 years, 8 months ago (2017-04-19 14:55:37 UTC) #22
vabr (Chromium)
c/b/ui/views/passwords LGTM, thanks for fixing this for us and for adding the tests! Vaclav https://codereview.chromium.org/2819633002/diff/100001/chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc ...
3 years, 8 months ago (2017-04-19 15:07:30 UTC) #23
kylix_rd
https://codereview.chromium.org/2819633002/diff/100001/chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc File chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc (right): https://codereview.chromium.org/2819633002/diff/100001/chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc#newcode483 chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc:483: form.display_name = base::ASCIIToUTF16("Peter Pen"); On 2017/04/19 15:07:29, vabr (Chromium) ...
3 years, 8 months ago (2017-04-19 15:29:02 UTC) #26
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/2819633002/120001
3 years, 8 months ago (2017-04-19 15:29:15 UTC) #27
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 16:45:26 UTC) #30
Message was sent while issue was closed.
Committed patchset #6 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/5d0f09e42f23950e3937e36e5bdc...

Powered by Google App Engine
This is Rietveld 408576698