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

Issue 2400243002: Remove grow box rect support, browser part. (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
CC:
chromium-reviews, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tfarina, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove grow box rect support, browser part. We added all this grow box rect plumbing for macOS, but 10.6 was the last version with grow boxes, and we no longer suport that. Views never sets this to anything other than (0, 0, 0, 0), and on macOS we use whatever [NSWindow _growBoxRect] returns -- on macOS versions newer than 10.6, that's always (0, 0, 0, 0) also, even if "always show scrollbars" is checked in System Preferences (but the method _growBoxRect still exists as of 10.11) BUG=653271 TBR=rsesek Committed: https://crrev.com/4c77f96d88caa76e1200e5dab191215000fda7cb Cr-Commit-Position: refs/heads/master@{#423920}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -152 lines) Patch
M blimp/engine/feature/engine_render_widget_feature_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser_window.h View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 2 3 4 4 chunks +1 line, -40 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/test/base/test_browser_window.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/base/test_browser_window.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_delegate.h View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_delegate.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 2 chunks +0 lines, -18 lines 0 comments Download
M content/public/browser/render_widget_host.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 chunk +0 lines, -4 lines 0 comments Download
M content/public/browser/web_contents_delegate.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M services/navigation/public/cpp/view.h View 1 chunk +0 lines, -5 lines 0 comments Download
M services/navigation/public/cpp/view.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M services/navigation/public/interfaces/view.mojom View 1 chunk +0 lines, -4 lines 0 comments Download
M services/navigation/view_impl.h View 3 chunks +0 lines, -4 lines 0 comments Download
M services/navigation/view_impl.cc View 2 chunks +0 lines, -11 lines 0 comments Download

Messages

Total messages: 39 (24 generated)
Nico
ben: services (removes an uncalled function) avi: rest
4 years, 2 months ago (2016-10-07 16:55:44 UTC) #13
Avi (use Gerrit)
lgtm
4 years, 2 months ago (2016-10-07 17:32:26 UTC) #16
Ben Goodger (Google)
lgtm
4 years, 2 months ago (2016-10-07 17:48:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2400243002/80001
4 years, 2 months ago (2016-10-07 18:29:22 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/276633)
4 years, 2 months ago (2016-10-07 18:40:42 UTC) #21
Nico
Thanks! TBR=rsesek for view.mojo SECURITY_OWNERS (just removing a method, which seems pretty safe)
4 years, 2 months ago (2016-10-07 18:45:33 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2400243002/80001
4 years, 2 months ago (2016-10-07 18:46:06 UTC) #26
Robert Sesek
On 2016/10/07 18:45:33, Nico wrote: > Thanks! > > TBR=rsesek for view.mojo SECURITY_OWNERS (just removing ...
4 years, 2 months ago (2016-10-07 18:47:47 UTC) #27
Robert Sesek
But LGTM :)
4 years, 2 months ago (2016-10-07 18:48:36 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2400243002/80001
4 years, 2 months ago (2016-10-07 18:49:02 UTC) #31
Nico
On 2016/10/07 18:47:47, Robert Sesek wrote: > On 2016/10/07 18:45:33, Nico wrote: > > Thanks! ...
4 years, 2 months ago (2016-10-07 18:49:07 UTC) #32
Robert Sesek
On 2016/10/07 18:49:07, Nico wrote: > On 2016/10/07 18:47:47, Robert Sesek wrote: > > On ...
4 years, 2 months ago (2016-10-07 18:52:49 UTC) #33
Nico
On Fri, Oct 7, 2016 at 2:52 PM, <rsesek@chromium.org> wrote: > On 2016/10/07 18:49:07, Nico ...
4 years, 2 months ago (2016-10-07 19:09:10 UTC) #34
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-07 19:10:35 UTC) #37
commit-bot: I haz the power
4 years, 2 months ago (2016-10-07 19:12:03 UTC) #39
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4c77f96d88caa76e1200e5dab191215000fda7cb
Cr-Commit-Position: refs/heads/master@{#423920}

Powered by Google App Engine
This is Rietveld 408576698