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

Issue 390313002: Revert of mac: Fix tab dragging visual bug in Yosemite. (Closed)

Created:
6 years, 5 months ago by Michael Achenbach
Modified:
6 years, 5 months ago
CC:
chromium-reviews, Avi (use Gerrit)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Revert of mac: Fix tab dragging visual bug in Yosemite. (https://codereview.chromium.org/379293003/) Reason for revert: This possibly broke interactive_ui_tests on mac: http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac10.6%20Tests%20%281%29&number=53880 Original issue's description: > mac: Fix tab dragging visual bug in Yosemite. > > In OSX 10.10+, all views must be added to the NSWindow's contentView. Some > views (like the tab strip and the profile icon) are placed on top of the title > bar and require special treatment. All other views are added as subviews of > 'chromeContentView' in TabWindowController. This allows tab dragging and > fullscreen logic to easily move the views that don't need special treatment. > > This CL also removes the instances where a VersionIndependentWindow's > contentView gets replaced by setContentView:. Instead, the 'chromeContentView' > gets passed around as a subview. This allows VersionIndependentWindow to remove > another of its internal hacks. > > BUG=392239 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283166 TBR=andresantoso@chromium.org,shess@chromium.org,erikchen@chromium.org NOTREECHECKS=true NOTRY=true BUG=392239 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283168

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -48 lines) Patch
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_window_controller.h View 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_window_controller.mm View 5 chunks +9 lines, -25 lines 0 comments Download
M chrome/browser/ui/cocoa/version_independent_window.mm View 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Achenbach
Created Revert of mac: Fix tab dragging visual bug in Yosemite.
6 years, 5 months ago (2014-07-15 09:25:26 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/machenbach@chromium.org/390313002/1
6 years, 5 months ago (2014-07-15 09:26:48 UTC) #2
commit-bot: I haz the power
6 years, 5 months ago (2014-07-15 09:29:07 UTC) #3
Message was sent while issue was closed.
Change committed as 283168

Powered by Google App Engine
This is Rietveld 408576698