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

Issue 22694002: InstantExtended: Nuke InstantOverlayController. (Closed)

Created:
7 years, 4 months ago by Jered
Modified:
7 years, 4 months ago
CC:
chromium-reviews, mad+watch_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, browser-components-watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, samarth+watch_chromium.org, kmadhusu+watch_chromium.org
Visibility:
Public.

Description

InstantExtended: Nuke InstantOverlayController. There is no longer an Instant overlay that needs controlling, so we can remove InstantOverlayController. Mac's view code is warped around the existence of an overlay, so cut out as much of the dead Instant code as possible without removing OverlayableContentsController; I'm not a Cocoa expert and don't know the best way to do that. BUG=251262 TEST=None. TBR=erg@chromium.org, rsesek@chromium.org, samarth@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217079

Patch Set 1 : Remove InstantOverlayController. #

Total comments: 4

Patch Set 2 : Rebase. #

Patch Set 3 : Address comments. #

Total comments: 1

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -571 lines) Patch
M chrome/browser/history/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.h View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 2 chunks +0 lines, -23 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h View 2 chunks +5 lines, -38 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm View 1 2 2 chunks +0 lines, -100 lines 0 comments Download
D chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller_browsertest.mm View 1 chunk +0 lines, -125 lines 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.cc View 2 chunks +0 lines, -4 lines 0 comments Download
D chrome/browser/ui/gtk/instant_overlay_controller_gtk.h View 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/browser/ui/gtk/instant_overlay_controller_gtk.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D chrome/browser/ui/search/instant_overlay_controller.h View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/ui/search/instant_overlay_controller.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/browser/ui/search/instant_overlay_model.h View 1 chunk +0 lines, -64 lines 0 comments Download
D chrome/browser/ui/search/instant_overlay_model.cc View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/browser/ui/search/instant_overlay_model_observer.h View 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 3 chunks +0 lines, -9 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/instant_types.h View 1 chunk +0 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Jered
Please review. avi -> cocoa brettw -> chrome, history erg ->gtk
7 years, 4 months ago (2013-08-09 09:37:11 UTC) #1
Jered
Also samarth -> instant
7 years, 4 months ago (2013-08-09 09:39:52 UTC) #2
Elliot Glaysher
I love the smell of deleted code in the morning. gtk parts lgtm
7 years, 4 months ago (2013-08-09 17:21:36 UTC) #3
Avi (use Gerrit)
Tossing to Robert to handle while I'm away.
7 years, 4 months ago (2013-08-09 22:20:38 UTC) #4
Robert Sesek
cocoa/ LGTM with more deletions https://codereview.chromium.org/22694002/diff/21001/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm File chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm (right): https://codereview.chromium.org/22694002/diff/21001/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm#newcode10 chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm:10: @interface OverlayableContentsController() Delete this ...
7 years, 4 months ago (2013-08-12 15:08:37 UTC) #5
Jered
https://codereview.chromium.org/22694002/diff/21001/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm File chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm (right): https://codereview.chromium.org/22694002/diff/21001/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm#newcode10 chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm:10: @interface OverlayableContentsController() On 2013/08/12 15:08:37, rsesek wrote: > Delete ...
7 years, 4 months ago (2013-08-12 18:11:08 UTC) #6
samarth
lgtm yay https://codereview.chromium.org/22694002/diff/32001/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h File chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h (right): https://codereview.chromium.org/22694002/diff/32001/chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h#newcode24 chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h:24: // TODO(sail): Remove this class and replace ...
7 years, 4 months ago (2013-08-12 20:34:20 UTC) #7
Jered
+sail -> cocoa stuff Sail is this an ok intermediate state or should I hand ...
7 years, 4 months ago (2013-08-12 20:41:58 UTC) #8
sail
On 2013/08/12 20:41:58, Jered wrote: > +sail -> cocoa stuff > Sail is this an ...
7 years, 4 months ago (2013-08-12 21:17:35 UTC) #9
Jered
On 2013/08/12 21:17:35, sail wrote: > On 2013/08/12 20:41:58, Jered wrote: > > +sail -> ...
7 years, 4 months ago (2013-08-12 21:26:04 UTC) #10
Jered
7 years, 4 months ago (2013-08-12 21:28:53 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 manually as r217079 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698