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

Issue 2716153003: Removed FrameHost::chromeClient() (Closed)

Created:
3 years, 9 months ago by sashab
Modified:
3 years, 9 months ago
Reviewers:
haraken, slangley
CC:
ajuma+watch-canvas_chromium.org, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-frames_chromium.org, blink-reviews-html_chromium.org, Rik, chromium-reviews, dglazkov+blink, dshwang, krit, eae+blinkwatch, fmalita+watch_chromium.org, fs, gyuyoung2, Justin Novosad, kenneth.christiansen, kinuko+watch, kouhei+svg_chromium.org, mlamouri+watch-screen-orientation_chromium.org, mlamouri+watch-blink_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, sof
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed FrameHost::chromeClient() Removed the FrameHost::chromeClient() method, and redirected calls to Page::chromeClient() using FrameHost's Page reference (or directly on the Page object if it is available). Also removed some now-redundant FrameHost includes, and added a TODO to remove Page::frameHost(). This is part of the work to merge FrameHost back into Page. BUG=691794 Review-Url: https://codereview.chromium.org/2716153003 Cr-Commit-Position: refs/heads/master@{#453485} Committed: https://chromium.googlesource.com/chromium/src/+/d1291c79d5f9b2e34bb9c15c32d869f44111f8e0

Patch Set 1 #

Patch Set 2 : Fixed includes #

Patch Set 3 : Rebase #

Total comments: 2

Patch Set 4 : Small feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -145 lines) Patch
M third_party/WebKit/Source/core/css/MediaValues.cpp View 5 chunks +12 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/EditorCommand.cpp View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/BarProp.cpp View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/frame/BrowserControls.cpp View 1 2 3 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/EventHandlerRegistry.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameHost.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameHost.cpp View 1 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 2 3 9 chunks +36 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Navigator.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Screen.cpp View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/VisualViewport.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLInputElement.cpp View 1 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSelectElement.cpp View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLTextAreaElement.cpp View 1 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/ChooserOnlyTemporalInputTypeView.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/InputType.cpp View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp View 1 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/CreateWindow.cpp View 5 chunks +12 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/page/Page.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAElement.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp View 3 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/WebInputEventConversion.cpp View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 21 (15 generated)
sashab
3 years, 9 months ago (2017-02-27 07:06:50 UTC) #9
haraken
LGTM
3 years, 9 months ago (2017-02-27 07:53:23 UTC) #10
slangley
lgtm https://codereview.chromium.org/2716153003/diff/20002/third_party/WebKit/Source/core/frame/BrowserControls.cpp File third_party/WebKit/Source/core/frame/BrowserControls.cpp (right): https://codereview.chromium.org/2716153003/diff/20002/third_party/WebKit/Source/core/frame/BrowserControls.cpp#newcode8 third_party/WebKit/Source/core/frame/BrowserControls.cpp:8: #include "core/frame/FrameHost.h" should be a vertical space between ...
3 years, 9 months ago (2017-02-27 08:32:35 UTC) #12
sashab
Thanks for the feedback stu! Done.
3 years, 9 months ago (2017-02-28 01:13:59 UTC) #15
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/2716153003/50001
3 years, 9 months ago (2017-02-28 01:14:44 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 03:41:26 UTC) #21
Message was sent while issue was closed.
Committed patchset #4 (id:50001) as
https://chromium.googlesource.com/chromium/src/+/d1291c79d5f9b2e34bb9c15c32d8...

Powered by Google App Engine
This is Rietveld 408576698