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

Issue 795053003: [Password Manager] Close the bubble when fullscreen state gets change. (Closed)

Created:
6 years ago by Pritam Nikam
Modified:
5 years, 11 months ago
CC:
chromium-reviews, vabr (Chromium)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Close the bubble when full screen state gets change. BUG=425993 Committed: https://crrev.com/bef9a565814ecf1c571640fea39a8e49754016ec Cr-Commit-Position: refs/heads/master@{#309613}

Patch Set 1 : #

Total comments: 31

Patch Set 2 : Incorporated Vasilii's review comments. #

Total comments: 6

Patch Set 3 : Addresses Vasilii's review comments. #

Total comments: 28

Patch Set 4 : Addresses Peter's review comments. #

Total comments: 14

Patch Set 5 : Addresses Peter's review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -279 lines) Patch
M chrome/browser/ui/views/location_bar/zoom_bubble_view.h View 1 2 3 4 5 chunks +19 lines, -38 lines 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_bubble_view.cc View 1 2 3 4 6 chunks +112 lines, -148 lines 0 comments Download
A chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.h View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.cc View 1 2 3 4 1 chunk +58 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h View 1 2 3 4 5 chunks +8 lines, -29 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 6 chunks +26 lines, -61 lines 0 comments Download
M chrome/browser/ui/views/translate/translate_bubble_view.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/translate/translate_bubble_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (8 generated)
Pritam Nikam
Hi Vaclav, Vasilii & Mike, I could see many bubble view implementations (derived from views::BubbleDelegateView); ...
6 years ago (2014-12-16 15:20:17 UTC) #3
vabr (Chromium)
Hi Pritam, I'm unavailable in the next couple of weeks. You don't need 3 reviewers ...
6 years ago (2014-12-16 15:32:48 UTC) #4
vasilii
https://codereview.chromium.org/795053003/diff/20001/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc File chrome/browser/ui/views/location_bar/zoom_bubble_view.cc (right): https://codereview.chromium.org/795053003/diff/20001/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc#newcode144 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc:144: // Add observers immersive fullscreen revealed state changes. nit: ...
6 years ago (2014-12-17 13:40:12 UTC) #6
Pritam Nikam
Thanks vasilii for your review inputs. I've addressed these in my new patch set, PTAL. ...
6 years ago (2014-12-17 16:06:26 UTC) #7
vasilii
https://codereview.chromium.org/795053003/diff/20001/chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.cc File chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.cc (right): https://codereview.chromium.org/795053003/diff/20001/chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.cc#newcode22 chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.cc:22: AddAccelerator(ui::Accelerator(ui::VKEY_F11, ui::EF_NONE)); On 2014/12/17 16:06:26, Pritam Nikam wrote: > ...
6 years ago (2014-12-18 16:16:22 UTC) #8
Pritam Nikam
Thanks Visilii for review inputs. I've addressed these along newest patch set, PTAL. Thanks! https://codereview.chromium.org/795053003/diff/40001/chrome/browser/ui/views/managed_full_screen_bubble_delegate_view.cc ...
6 years ago (2014-12-19 09:16:54 UTC) #9
vasilii
lgtm You also need LGTMs from other bubble's owners.
6 years ago (2014-12-19 15:32:17 UTC) #10
Pritam Nikam
Hi Peter, please review changes in - chrome/browser/ui/views/location_bar/zoom_bubble_view.h/cc - chrome/browser/ui/views/translate/translate_bubble_view.h/cc Thanks!
6 years ago (2014-12-19 17:55:05 UTC) #12
Peter Kasting
Mostly trivial stuff https://codereview.chromium.org/795053003/diff/60001/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc File chrome/browser/ui/views/location_bar/zoom_bubble_view.cc (right): https://codereview.chromium.org/795053003/diff/60001/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc#newcode144 chrome/browser/ui/views/location_bar/zoom_bubble_view.cc:144: // Add observer to immerse fullscreen ...
6 years ago (2014-12-19 22:11:36 UTC) #13
Pritam Nikam
Thanks Peter for inputs. I've addressed same with patch set #4, PTAL. Thanks! https://codereview.chromium.org/795053003/diff/60001/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc File ...
6 years ago (2014-12-22 08:19:10 UTC) #15
Peter Kasting
https://codereview.chromium.org/795053003/diff/100001/chrome/browser/ui/views/location_bar/zoom_bubble_view.h File chrome/browser/ui/views/location_bar/zoom_bubble_view.h (right): https://codereview.chromium.org/795053003/diff/100001/chrome/browser/ui/views/location_bar/zoom_bubble_view.h#newcode63 chrome/browser/ui/views/location_bar/zoom_bubble_view.h:63: // views::View methods. Since you're trying to clean this ...
6 years ago (2014-12-23 00:49:03 UTC) #16
Pritam Nikam
Thanks Peter, I've incorporated review inputs along patch set #5, PTAL. Thanks! https://codereview.chromium.org/795053003/diff/100001/chrome/browser/ui/views/location_bar/zoom_bubble_view.h File chrome/browser/ui/views/location_bar/zoom_bubble_view.h ...
6 years ago (2014-12-23 06:22:29 UTC) #18
Peter Kasting
LGTM
6 years ago (2014-12-23 20:56:24 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/795053003/140001
5 years, 12 months ago (2014-12-24 03:20:51 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:140001)
5 years, 12 months ago (2014-12-24 04:27:21 UTC) #22
commit-bot: I haz the power
5 years, 12 months ago (2014-12-24 04:28:18 UTC) #23
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/bef9a565814ecf1c571640fea39a8e49754016ec
Cr-Commit-Position: refs/heads/master@{#309613}

Powered by Google App Engine
This is Rietveld 408576698