Descriptionmac: Toolbar renders incorrectly when downloads bar is open.
The toolbar's superview chromeContentView was incorrectly sized and was too
small. This happened because chromeContentView's layout was not being updated
in -[BrowserWindowController layoutSubviews].
I updated the unit tests in browser_window_controller_unittest.mm with 2 changes:
- All layout checking should use window coordinates, to ensure consistency.
- Layout checking should ensure that the frame of each view is within the
bounds of the superview.
BUG=396740
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285796
Patch Set 1 : Syntax. #
Total comments: 7
Patch Set 2 : Comments from shess. #
Total comments: 5
Patch Set 3 : Comments from shess, round two. #
Messages
Total messages: 11 (0 generated)
|