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

Issue 8430013: Split Mac WebDropTarget into two, content and chrome. (Closed)

Created:
9 years, 1 month ago by Avi (use Gerrit)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Avi (use Gerrit), ajwong+watch_chromium.org, creis+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Split Mac WebDropTarget into two, content and chrome. BUG=95573 TEST=no visible change Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108113

Patch Set 1 #

Patch Set 2 : removed commented out code #

Total comments: 12

Patch Set 3 : changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+115 lines, -53 lines) Patch
M chrome/browser/tab_contents/tab_contents_view_mac.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view_mac.mm View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/web_drag_bookmark_handler_gtk.cc View 1 2 3 chunks +7 lines, -3 lines 0 comments Download
A + chrome/browser/tab_contents/web_drag_bookmark_handler_mac.h View 1 2 3 chunks +10 lines, -12 lines 0 comments Download
A chrome/browser/tab_contents/web_drag_bookmark_handler_mac.mm View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/web_drop_target.h View 3 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/web_drop_target.mm View 7 chunks +17 lines, -32 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Avi (use Gerrit)
You're as much of a mac guy as we have here on content.
9 years, 1 month ago (2011-10-31 20:18:25 UTC) #1
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8430013/diff/1001/chrome/browser/tab_contents/tab_contents_view_mac.h File chrome/browser/tab_contents/tab_contents_view_mac.h (right): http://codereview.chromium.org/8430013/diff/1001/chrome/browser/tab_contents/tab_contents_view_mac.h#newcode42 chrome/browser/tab_contents/tab_contents_view_mac.h:42: scoped_ptr<WebDragBookmarkHandlerMac> bookmark_handler_; nit. maybe rename the other variables for ...
9 years, 1 month ago (2011-11-01 15:16:06 UTC) #2
Avi (use Gerrit)
http://codereview.chromium.org/8430013/diff/1001/chrome/browser/tab_contents/tab_contents_view_mac.h File chrome/browser/tab_contents/tab_contents_view_mac.h (right): http://codereview.chromium.org/8430013/diff/1001/chrome/browser/tab_contents/tab_contents_view_mac.h#newcode42 chrome/browser/tab_contents/tab_contents_view_mac.h:42: scoped_ptr<WebDragBookmarkHandlerMac> bookmark_handler_; On 2011/11/01 15:16:07, jochen wrote: > nit. ...
9 years, 1 month ago (2011-11-01 16:01:06 UTC) #3
jochen (gone - plz use gerrit)
9 years, 1 month ago (2011-11-01 16:10:42 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698