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

Issue 69343016: Fix autofill popup size. (Closed)

Created:
7 years, 1 month ago by jbauman
Modified:
7 years ago
CC:
chromium-reviews, sadrul, ben+aura_chromium.org, kalyank
Visibility:
Public.

Description

Fix autofill popup size. This is expanded to 64 pixels tall so that it will be presented correctly, but we want to avoid telling the content about that. BUG=320974 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236409

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M ui/aura/remote_root_window_host_win.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
ui/aura/remote_root_window_host_win.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M ui/aura/root_window.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_root_window_host_win.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jbauman
7 years, 1 month ago (2013-11-20 21:45:53 UTC) #1
Ben Goodger (Google)
https://codereview.chromium.org/69343016/diff/1/ui/aura/root_window.cc File ui/aura/root_window.cc (right): https://codereview.chromium.org/69343016/diff/1/ui/aura/root_window.cc#newcode836 ui/aura/root_window.cc:836: UpdateRootWindowSize(window_size); What does GetBounds() return if the window is ...
7 years, 1 month ago (2013-11-20 21:50:44 UTC) #2
jbauman
On 2013/11/20 21:50:44, Ben Goodger (Google) wrote: > https://codereview.chromium.org/69343016/diff/1/ui/aura/root_window.cc > File ui/aura/root_window.cc (right): > > ...
7 years, 1 month ago (2013-11-20 22:01:43 UTC) #3
jbauman
On 2013/11/20 22:01:43, jbauman wrote: > On 2013/11/20 21:50:44, Ben Goodger (Google) wrote: > > ...
7 years, 1 month ago (2013-11-20 23:53:49 UTC) #4
Ben Goodger (Google)
lgtm
7 years, 1 month ago (2013-11-21 02:42:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/69343016/90002
7 years, 1 month ago (2013-11-21 03:13:09 UTC) #6
commit-bot: I haz the power
Change committed as 236409
7 years, 1 month ago (2013-11-21 06:22:09 UTC) #7
dcheng
7 years, 1 month ago (2013-11-21 08:16:05 UTC) #8
Message was sent while issue was closed.
On 2013/11/21 06:22:09, I haz the power (commit-bot) wrote:
> Change committed as 236409

This might be causing issues on the Win8 aura bots, for example see
http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/12843

BaseLayoutManagerTest.MaximizeRootWindowResize: 
wm\base_layout_manager_unittest.cc(141): error: Value of:
window->bounds().ToString()
Actual: "0,0 800x553"
Expected: ScreenAsh::GetMaximizedWindowBoundsInParent(window.get()).ToString()
Which is: "0,0 900x653"
[1780:892:1120/225834:1142301:INFO:test_metro_viewer_process_host.cc(31)]
ash::test::TestMetroViewerProcessHost::OnSetTargetSurface, target_surface =
11666048

Powered by Google App Engine
This is Rietveld 408576698