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

Issue 102010: Implement dropping of tabs into an existing tab strip from another window. (Closed)

Created:
11 years, 7 months ago by pink (ping after 24hrs)
Modified:
9 years, 7 months ago
Reviewers:
TVL
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement dropping of tabs into an existing tab strip from another window. Implement dragging and dropping of tabs within a window. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14879

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -40 lines) Patch
M chrome/browser/cocoa/browser_window_controller.mm View 1 chunk +42 lines, -6 lines 1 comment Download
M chrome/browser/cocoa/tab_strip_controller.h View 1 chunk +8 lines, -2 lines 0 comments Download
M chrome/browser/cocoa/tab_strip_controller.mm View 1 3 chunks +58 lines, -5 lines 0 comments Download
M chrome/browser/cocoa/tab_view.mm View 5 chunks +30 lines, -23 lines 0 comments Download
M chrome/browser/cocoa/tab_window_controller.h View 2 chunks +17 lines, -3 lines 0 comments Download
M chrome/browser/cocoa/tab_window_controller.mm View 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
pink (ping after 24hrs)
11 years, 7 months ago (2009-04-29 19:14:28 UTC) #1
TVL
11 years, 7 months ago (2009-04-29 19:42:01 UTC) #2
lgtm

http://codereview.chromium.org/102010/diff/1003/2012
File chrome/browser/cocoa/browser_window_controller.mm (right):

http://codereview.chromium.org/102010/diff/1003/2012#newcode293
Line 293: BrowserWindowController* dragBWC =
(BrowserWindowController*)dragController;
nit: maybe do the cast after the class check, just so reading it in order,
you're proving it good before the cast?

Powered by Google App Engine
This is Rietveld 408576698