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

Issue 9307063: Split TabContentsViewMac. (Closed)

Created:
8 years, 10 months ago by Avi (use Gerrit)
Modified:
8 years, 10 months ago
CC:
chromium-reviews, creis+watch_chromium.org, yusukes+watch_chromium.org, brettw-cc_chromium.org, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org, James Su, Elliot Glaysher
Visibility:
Public.

Description

Split TabContentsViewMac. BUG=93804, 95573 TEST=no change Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120489

Patch Set 1 #

Patch Set 2 : deps fix #

Total comments: 17

Patch Set 3 : update #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -104 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
A chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.mm View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/moving_to_content/tab_contents_view_mac.h View 6 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/tab_contents/moving_to_content/tab_contents_view_mac.mm View 1 2 6 chunks +25 lines, -36 lines 0 comments Download
M chrome/browser/tab_contents/moving_to_content/tab_contents_view_mac_unittest.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 chunks +1 line, -1 line 0 comments Download
D content/browser/renderer_host/render_widget_host_view_mac_delegate.h View 1 chunk +0 lines, -47 lines 0 comments Download
M content/browser/tab_contents/tab_contents_view_gtk.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/content_browser.gypi View 3 chunks +2 lines, -1 line 0 comments Download
A + content/public/browser/render_widget_host_view_mac_delegate.h View 3 chunks +5 lines, -5 lines 0 comments Download
A content/public/browser/web_contents_view_mac_delegate.h View 1 2 1 chunk +46 lines, -0 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
Avi (use Gerrit)
Jochen: for review John, Joi, Elliot: FYI This is a split just like Elliot did ...
8 years, 10 months ago (2012-02-02 23:31:18 UTC) #1
jochen (gone - plz use gerrit)
https://chromiumcodereview.appspot.com/9307063/diff/3001/chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h File chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h (right): https://chromiumcodereview.appspot.com/9307063/diff/3001/chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h#newcode47 chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h:47: }; you have scoped ptrs in here. shouldn't this ...
8 years, 10 months ago (2012-02-03 00:13:32 UTC) #2
jam
https://chromiumcodereview.appspot.com/9307063/diff/3001/content/public/browser/render_widget_host_view_mac_delegate.h File content/public/browser/render_widget_host_view_mac_delegate.h (right): https://chromiumcodereview.appspot.com/9307063/diff/3001/content/public/browser/render_widget_host_view_mac_delegate.h#newcode19 content/public/browser/render_widget_host_view_mac_delegate.h:19: nit: everything in content/public is in the content namespace. ...
8 years, 10 months ago (2012-02-03 00:29:14 UTC) #3
Avi (use Gerrit)
https://chromiumcodereview.appspot.com/9307063/diff/3001/chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h File chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h (right): https://chromiumcodereview.appspot.com/9307063/diff/3001/chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h#newcode47 chrome/browser/tab_contents/chrome_web_contents_view_mac_delegate.h:47: }; On 2012/02/03 00:13:33, jochen wrote: > you have ...
8 years, 10 months ago (2012-02-03 01:18:53 UTC) #4
jam
https://chromiumcodereview.appspot.com/9307063/diff/3001/content/public/browser/web_contents_view_mac_delegate.h File content/public/browser/web_contents_view_mac_delegate.h (right): https://chromiumcodereview.appspot.com/9307063/diff/3001/content/public/browser/web_contents_view_mac_delegate.h#newcode38 content/public/browser/web_contents_view_mac_delegate.h:38: virtual void ShowContextMenu(const ContextMenuParams& params) = 0; On 2012/02/03 ...
8 years, 10 months ago (2012-02-03 07:59:17 UTC) #5
Avi (use Gerrit)
I think we have a bit of a misunderstanding. As it exists _today_, what you ...
8 years, 10 months ago (2012-02-03 15:09:14 UTC) #6
jam
On 2012/02/03 15:09:14, Avi wrote: > I think we have a bit of a misunderstanding. ...
8 years, 10 months ago (2012-02-03 17:04:28 UTC) #7
Avi (use Gerrit)
No problem. I like the refactor, as it'll be a lot cleaner. I'll do it ...
8 years, 10 months ago (2012-02-03 17:30:15 UTC) #8
jam
lgtm https://chromiumcodereview.appspot.com/9307063/diff/1014/content/public/browser/web_contents_view_mac_delegate.h File content/public/browser/web_contents_view_mac_delegate.h (right): https://chromiumcodereview.appspot.com/9307063/diff/1014/content/public/browser/web_contents_view_mac_delegate.h#newcode23 content/public/browser/web_contents_view_mac_delegate.h:23: class CONTENT_EXPORT WebContentsViewMacDelegate { nit: I don't think ...
8 years, 10 months ago (2012-02-03 18:15:41 UTC) #9
jochen (gone - plz use gerrit)
8 years, 10 months ago (2012-02-03 19:36:43 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698