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

Issue 2443613002: Rename classes related to top controls (Closed)

Created:
4 years, 2 months ago by mdjones
Modified:
4 years, 1 month ago
CC:
agrieve+watch_chromium.org, cc-bugs_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, donnd+watch_chromium.org, jam, mdjones+watch_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, piman+watch_chromium.org, twellington+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename classes related to top controls This change renames TopControls* to BrowserControls*. This is done to represent the fact that the toolbar/controls for the browser are not necessarily at the top of the screen. BUG=652892 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Committed: https://crrev.com/2ee41afd2d4f2b631a0792e10b8b2c9fcc682c83 Cr-Commit-Position: refs/heads/master@{#428054}

Patch Set 1 #

Total comments: 21

Patch Set 2 : rename the world #

Patch Set 3 : fix comment references #

Patch Set 4 : fix ContentViewClient #

Patch Set 5 : nit #

Patch Set 6 : rebase off manager change #

Patch Set 7 : fix build file #

Patch Set 8 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1985 lines, -3940 lines) Patch
M cc/BUILD.gn View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/base/switches.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M cc/base/switches.cc View 1 2 1 chunk +6 lines, -4 lines 0 comments Download
M cc/blimp/layer_tree_host_remote.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/blimp/layer_tree_host_remote.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
A + cc/input/browser_controls_offset_manager.h View 1 2 3 4 5 7 chunks +33 lines, -35 lines 0 comments Download
A + cc/input/browser_controls_offset_manager.cc View 1 2 3 4 5 13 chunks +69 lines, -56 lines 0 comments Download
A cc/input/browser_controls_offset_manager_client.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A + cc/input/browser_controls_offset_manager_unittest.cc View 1 2 3 4 5 19 chunks +112 lines, -87 lines 0 comments Download
A cc/input/browser_controls_state.h View 1 1 chunk +16 lines, -0 lines 0 comments Download
D cc/input/top_controls_manager.h View 1 2 3 4 5 1 chunk +0 lines, -120 lines 0 comments Download
D cc/input/top_controls_manager.cc View 1 2 3 4 5 1 chunk +0 lines, -258 lines 0 comments Download
D cc/input/top_controls_manager_client.h View 1 chunk +0 lines, -27 lines 0 comments Download
D cc/input/top_controls_manager_unittest.cc View 1 2 3 4 5 1 chunk +0 lines, -531 lines 0 comments Download
D cc/input/top_controls_state.h View 1 chunk +0 lines, -17 lines 0 comments Download
M cc/layers/viewport.h View 1 2 2 chunks +8 lines, -7 lines 0 comments Download
M cc/layers/viewport.cc View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M cc/proto/layer_tree.proto View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_proxy.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/channel_main.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M cc/trees/layer_tree.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree.cc View 1 2 4 chunks +11 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 8 chunks +12 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 3 16 chunks +37 lines, -33 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 68 chunks +312 lines, -277 lines 0 comments Download
M cc/trees/layer_tree_host_in_process.h View 1 3 chunks +4 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_host_in_process.cc View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 1 2 6 chunks +15 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_impl.cc View 1 2 3 7 chunks +17 lines, -17 lines 0 comments Download
M cc/trees/proxy.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/proxy_impl.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/proxy_impl.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M cc/trees/proxy_main.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M cc/trees/proxy_main.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M cc/trees/remote_channel_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/remote_channel_impl.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M cc/trees/remote_channel_main.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/remote_channel_main.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/single_thread_proxy.cc View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M cc/trees/threaded_channel.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/threaded_channel.cc View 1 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ApplicationInitialization.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java View 1 2 3 2 chunks +10 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/CompositorView.java View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/CompositorViewHolder.java View 1 4 chunks +11 lines, -10 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanel.java View 1 2 5 chunks +14 lines, -14 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelBase.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelContent.java View 1 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/readermode/ReaderModePanel.java View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/Layout.java View 1 2 5 chunks +17 lines, -17 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/LayoutManager.java View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/LayoutRenderHost.java View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/StackLayout.java View 1 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/Stack.java View 1 7 chunks +10 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackAnimation.java View 1 2 5 chunks +9 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackAnimationLandscape.java View 1 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackAnimationPortrait.java View 1 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackViewAnimation.java View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/SceneOverlay.java View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelperManager.java View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/scene_layer/TabStripSceneLayer.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/compositor/scene_layer/ToolbarSceneLayer.java View 1 2 5 chunks +16 lines, -15 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/BarOverlapTapSuppression.java View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabDelegateFactory.java View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ReaderModeManager.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/fullscreen/ChromeFullscreenManager.java View 1 2 3 13 chunks +30 lines, -29 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/fullscreen/FullscreenHtmlApiHandler.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/fullscreen/FullscreenManager.java View 1 2 4 chunks +9 lines, -9 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/tab/BrowserControlsVisibilityDelegate.java View 1 2 1 chunk +19 lines, -19 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java View 1 2 3 4 12 chunks +50 lines, -47 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/TabDelegateFactory.java View 1 1 chunk +4 lines, -4 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/tab/TopControlsVisibilityDelegate.java View 1 1 chunk +0 lines, -65 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/FullScreenActivity.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/FullScreenDelegateFactory.java View 1 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappDelegateFactory.java View 1 2 3 chunks +15 lines, -14 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/widget/ControlContainer.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/widget/OverviewListLayout.java View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/TabsTest.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/compositor/layouts/MockLayoutHost.java View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/fullscreen/FullscreenManagerTest.java View 1 2 3 20 chunks +46 lines, -46 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java View 1 2 1 chunk +26 lines, -24 lines 0 comments Download
M chrome/browser/android/compositor/layer/toolbar_layer.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/tab_android.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/android/tab_android.cc View 1 2 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_window.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/render_messages.h View 1 2 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M content/browser/android/content_view_core_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 3 chunks +6 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/screen_orientation/screen_orientation_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_android.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M content/browser/web_contents/web_contents_android.cc View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M content/common/layer_tree_settings_factory.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/layer_tree_settings_factory.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M content/common/resize_params.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/common/resize_params.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/android/BUILD.gn View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 6 chunks +15 lines, -17 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/RenderCoordinates.java View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/webcontents/WebContentsImpl.java View 1 2 chunks +5 lines, -5 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/common/ContentSwitches.java View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content_public/browser/WebContents.java View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M content/public/common/BUILD.gn View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
A content/public/common/browser_controls_state.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
D content/public/common/top_controls_state.h View 1 chunk +0 lines, -23 lines 0 comments Download
M content/public/renderer/render_view.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/public/test/android/javatests/src/org/chromium/content/browser/test/util/DOMUtils.java View 1 1 chunk +4 lines, -3 lines 0 comments Download
M content/public/test/render_view_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/render_widget_compositor.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 chunks +20 lines, -19 lines 0 comments Download
M content/renderer/render_frame_impl_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.h View 1 2 5 chunks +12 lines, -12 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 6 chunks +12 lines, -11 lines 0 comments Download
M content/renderer/render_view_impl_android.cc View 1 2 chunks +33 lines, -30 lines 0 comments Download
M content/renderer/render_widget_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/BUILD.gn View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/Source/core/frame/BrowserControls.h View 1 2 4 chunks +24 lines, -23 lines 0 comments Download
A + third_party/WebKit/Source/core/frame/BrowserControls.cpp View 1 2 6 chunks +32 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameHost.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameHost.cpp View 1 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 5 chunks +9 lines, -9 lines 0 comments Download
D third_party/WebKit/Source/core/frame/TopControls.h View 1 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/WebKit/Source/core/frame/TopControls.cpp View 1 1 chunk +0 lines, -124 lines 0 comments Download
M third_party/WebKit/Source/core/frame/VisualViewport.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/VisualViewport.cpp View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/ScrollManager.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/ChromeClient.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ViewportScrollCallback.h View 1 2 3 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ViewportScrollCallback.cpp View 1 2 4 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/BUILD.gn View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewFrameWidget.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewFrameWidget.cpp View 1 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 6 chunks +14 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 10 chunks +42 lines, -36 lines 0 comments Download
A + third_party/WebKit/Source/web/tests/BrowserControlsTest.cpp View 1 2 15 chunks +266 lines, -260 lines 0 comments Download
M third_party/WebKit/Source/web/tests/RootScrollerTest.cpp View 1 2 5 chunks +14 lines, -12 lines 0 comments Download
D third_party/WebKit/Source/web/tests/TopControlsTest.cpp View 1 1 chunk +0 lines, -855 lines 0 comments Download
M third_party/WebKit/Source/web/tests/VisualViewportTest.cpp View 1 2 3 17 chunks +63 lines, -62 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 2 chunks +21 lines, -18 lines 0 comments Download
A + third_party/WebKit/public/platform/WebBrowserControlsState.h View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/public/platform/WebLayerTreeView.h View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
D third_party/WebKit/public/platform/WebTopControlsState.h View 1 1 chunk +0 lines, -46 lines 0 comments Download
M third_party/WebKit/public/web/WebView.h View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/public/web/WebWidget.h View 1 2 4 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 52 (27 generated)
mdjones
Was going to do all references to top controls in one cl, but it became ...
4 years, 2 months ago (2016-10-21 16:37:44 UTC) #3
vmpstr
I just noticed your comment that you want to split this up into more patches, ...
4 years, 2 months ago (2016-10-21 17:54:59 UTC) #5
aelias_OOO_until_Jul13
Both me and vmpstr@ have spotted a few loose ends and there's probably more lurking. ...
4 years, 2 months ago (2016-10-21 18:44:21 UTC) #6
aelias_OOO_until_Jul13
Well, OK, anyway, I guess lgtm to stage it in however many patches you want.
4 years, 2 months ago (2016-10-21 18:46:40 UTC) #7
Ted C
lgtm ... one of many :-) https://codereview.chromium.org/2443613002/diff/1/content/public/common/browser_controls_state.h File content/public/common/browser_controls_state.h (right): https://codereview.chromium.org/2443613002/diff/1/content/public/common/browser_controls_state.h#newcode1 content/public/common/browser_controls_state.h:1: // Copyright (c) ...
4 years, 2 months ago (2016-10-21 18:52:49 UTC) #8
mdjones
On 2016/10/21 18:46:40, aelias wrote: > Well, OK, anyway, I guess lgtm to stage it ...
4 years, 2 months ago (2016-10-21 19:58:56 UTC) #9
aelias_OOO_until_Jul13
On 2016/10/21 at 19:58:56, mdjones wrote: > On 2016/10/21 18:46:40, aelias wrote: > > Well, ...
4 years, 2 months ago (2016-10-21 20:14:02 UTC) #10
mdjones
On 2016/10/21 20:14:02, aelias wrote: > On 2016/10/21 at 19:58:56, mdjones wrote: > > On ...
4 years, 2 months ago (2016-10-21 20:26:34 UTC) #11
mdjones
Renamed everything, ptal. Kept "top controls" where it makes sense. https://codereview.chromium.org/2443613002/diff/1/cc/input/browser_controls_offset_manager.h File cc/input/browser_controls_offset_manager.h (right): https://codereview.chromium.org/2443613002/diff/1/cc/input/browser_controls_offset_manager.h#newcode55 ...
4 years, 1 month ago (2016-10-24 21:20:24 UTC) #13
mdjones
+esprehn for third_party/WebKit
4 years, 1 month ago (2016-10-24 21:21:23 UTC) #15
esprehn
lgtm
4 years, 1 month ago (2016-10-24 21:22:31 UTC) #16
mdjones
+jam for owners on: chrome/browser/ui chrome/common chrome/renderer content/common content/public/renderer content/public/test
4 years, 1 month ago (2016-10-24 21:41:14 UTC) #18
jam
lgtm
4 years, 1 month ago (2016-10-25 00:25:00 UTC) #19
aelias_OOO_until_Jul13
Still lgtm
4 years, 1 month ago (2016-10-26 21:46:56 UTC) #20
commit-bot: I haz the power
This CL has an open dependency (Issue 2442473002 Patch 20001). Please resolve the dependency and ...
4 years, 1 month ago (2016-10-26 23:47:27 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/2443613002/100001
4 years, 1 month ago (2016-10-26 23:54:08 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: android_cronet on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_cronet/builds/25297) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-10-26 23:59:35 UTC) #29
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/2443613002/140001
4 years, 1 month ago (2016-10-27 15:27:47 UTC) #40
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/291021)
4 years, 1 month ago (2016-10-27 15:37:55 UTC) #42
mdjones
+tsepez for *_messages.h
4 years, 1 month ago (2016-10-27 15:41:02 UTC) #44
Tom Sepez
RS LGTM on renaming in messages.h
4 years, 1 month ago (2016-10-27 16:31:00 UTC) #45
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/2443613002/140001
4 years, 1 month ago (2016-10-27 16:42:13 UTC) #47
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 1 month ago (2016-10-27 16:50:49 UTC) #49
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/2ee41afd2d4f2b631a0792e10b8b2c9fcc682c83 Cr-Commit-Position: refs/heads/master@{#428054}
4 years, 1 month ago (2016-10-27 16:59:25 UTC) #51
mdjones
4 years, 1 month ago (2016-11-01 22:29:13 UTC) #52
Message was sent while issue was closed.
TopControlsManager changes that accidentally made it into this patch reverted
here: https://codereview.chromium.org/2473583002/

Powered by Google App Engine
This is Rietveld 408576698