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

Issue 18009003: Instant Extended: Delete unused overlay code (Closed)

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

Description

Instant Extended: Delete unused overlay code This CL deletes unused overlay code. This code was used to display an HTML popup above the bookmark bar. Now that we're using a native omnibox popup we don't need this code anymore. BUG=254670, 230574, 176585, 244211, 177747, 173836 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209013

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -995 lines) Patch
M chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm View 1 2 chunks +0 lines, -9 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.h View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 2 3 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm View 7 chunks +0 lines, -265 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.h View 2 chunks +0 lines, -18 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 1 10 chunks +18 lines, -135 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_unittest.mm View 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/dev_tools_controller.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/dev_tools_controller.mm View 8 chunks +1 line, -58 lines 0 comments Download
M chrome/browser/ui/cocoa/dev_tools_controller_browsertest.mm View 1 chunk +0 lines, -105 lines 0 comments Download
M chrome/browser/ui/cocoa/fast_resize_view.h View 1 chunk +1 line, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/fast_resize_view.mm View 1 2 3 2 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/instant_overlay_controller_mac.mm View 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/ui/cocoa/tab_contents/overlay_separator_view.h View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/ui/cocoa/tab_contents/overlay_separator_view.mm View 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/browser/ui/cocoa/tab_contents/overlay_separator_view_unittest.mm View 1 chunk +0 lines, -52 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.h View 2 chunks +1 line, -32 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm View 8 chunks +13 lines, -120 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/overlayable_contents_controller_browsertest.mm View 4 chunks +0 lines, -64 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 chunks +0 lines, -8 lines 0 comments Download
M content/public/browser/render_widget_host_view_mac_delegate.h View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
sail
7 years, 6 months ago (2013-06-27 05:25:51 UTC) #1
Robert Sesek
https://codereview.chromium.org/18009003/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm (left): https://codereview.chromium.org/18009003/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm#oldcode283 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm:283: - (void)compositingIOSurfaceCreated { Remove the method too? https://codereview.chromium.org/18009003/diff/1/chrome/browser/ui/cocoa/browser_window_controller_private.mm File ...
7 years, 5 months ago (2013-06-27 13:29:47 UTC) #2
sail
+avi for content/ OWNERS review. https://codereview.chromium.org/18009003/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm File chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm (left): https://codereview.chromium.org/18009003/diff/1/chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm#oldcode283 chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm:283: - (void)compositingIOSurfaceCreated { On ...
7 years, 5 months ago (2013-06-27 18:26:03 UTC) #3
Avi (use Gerrit)
<meme type="cheering minions"> Native popup! </meme> Content LGTM
7 years, 5 months ago (2013-06-27 18:34:37 UTC) #4
Robert Sesek
LGTM https://codereview.chromium.org/18009003/diff/5001/content/browser/renderer_host/render_widget_host_view_mac.mm File content/browser/renderer_host/render_widget_host_view_mac.mm (right): https://codereview.chromium.org/18009003/diff/5001/content/browser/renderer_host/render_widget_host_view_mac.mm#newcode1240 content/browser/renderer_host/render_widget_host_view_mac.mm:1240: bool should_post_notification = false; This variable is unused.
7 years, 5 months ago (2013-06-27 18:45:38 UTC) #5
sail
https://codereview.chromium.org/18009003/diff/5001/content/browser/renderer_host/render_widget_host_view_mac.mm File content/browser/renderer_host/render_widget_host_view_mac.mm (right): https://codereview.chromium.org/18009003/diff/5001/content/browser/renderer_host/render_widget_host_view_mac.mm#newcode1240 content/browser/renderer_host/render_widget_host_view_mac.mm:1240: bool should_post_notification = false; On 2013/06/27 18:45:38, rsesek wrote: ...
7 years, 5 months ago (2013-06-27 18:47:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/18009003/10002
7 years, 5 months ago (2013-06-27 18:51:14 UTC) #7
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/cocoa/fast_resize_view.mm: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-06-27 18:51:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/18009003/16001
7 years, 5 months ago (2013-06-27 19:01:10 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=12777
7 years, 5 months ago (2013-06-27 19:14:49 UTC) #10
sail
TBR thakis for chrome/browser/renderer_host/* OWNERS.
7 years, 5 months ago (2013-06-27 19:22:52 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/18009003/16001
7 years, 5 months ago (2013-06-27 19:24:16 UTC) #12
Nico
lgtm, but that doesn't look like a tbr'able chagne
7 years, 5 months ago (2013-06-27 19:29:27 UTC) #13
sail
On 2013/06/27 19:29:27, Nico wrote: > lgtm, but that doesn't look like a tbr'able chagne ...
7 years, 5 months ago (2013-06-27 22:20:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sail@chromium.org/18009003/16001
7 years, 5 months ago (2013-06-27 22:29:40 UTC) #15
commit-bot: I haz the power
7 years, 5 months ago (2013-06-27 22:32:06 UTC) #16
Message was sent while issue was closed.
Change committed as 209013

Powered by Google App Engine
This is Rietveld 408576698