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

Issue 2882923002: Remove dependency of DateTimeChooserImpl on ChromeClientImpl (Closed)

Created:
3 years, 7 months ago by sashab
Modified:
3 years, 7 months ago
Reviewers:
slangley, dcheng
CC:
blink-reviews, chromium-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove dependency of DateTimeChooserImpl on ChromeClientImpl Remove dependency of DateTimeChooserImpl on ChromeClientImpl, moving virtual methods into ChromeClient instead. This also required implementing the methods in EmptyChromeClient. BUG=708879 Review-Url: https://codereview.chromium.org/2882923002 Cr-Commit-Position: refs/heads/master@{#471701} Committed: https://chromium.googlesource.com/chromium/src/+/06b9f76225c4771ec0f2807dde44ae2d46ddead7

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -9 lines) Patch
M third_party/WebKit/Source/core/loader/EmptyClients.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/ChromeClient.h View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/DateTimeChooserImpl.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/web/DateTimeChooserImpl.cpp View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (14 generated)
sashab
3 years, 7 months ago (2017-05-15 03:00:10 UTC) #2
slangley
lgtm
3 years, 7 months ago (2017-05-15 03:38:39 UTC) #5
sashab
3 years, 7 months ago (2017-05-15 03:39:28 UTC) #7
dcheng
https://codereview.chromium.org/2882923002/diff/1/third_party/WebKit/Source/core/loader/EmptyClients.cpp File third_party/WebKit/Source/core/loader/EmptyClients.cpp (right): https://codereview.chromium.org/2882923002/diff/1/third_party/WebKit/Source/core/loader/EmptyClients.cpp#newcode110 third_party/WebKit/Source/core/loader/EmptyClients.cpp:110: return new EmptyPagePopup(); Can we just return nullptr here?
3 years, 7 months ago (2017-05-15 04:04:52 UTC) #8
sashab
This removed all changes to EmptyClients.cpp. https://codereview.chromium.org/2882923002/diff/1/third_party/WebKit/Source/core/loader/EmptyClients.cpp File third_party/WebKit/Source/core/loader/EmptyClients.cpp (right): https://codereview.chromium.org/2882923002/diff/1/third_party/WebKit/Source/core/loader/EmptyClients.cpp#newcode110 third_party/WebKit/Source/core/loader/EmptyClients.cpp:110: return new EmptyPagePopup(); ...
3 years, 7 months ago (2017-05-15 05:23:32 UTC) #11
dcheng
LGTM
3 years, 7 months ago (2017-05-15 05:58:44 UTC) #14
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/2882923002/20001
3 years, 7 months ago (2017-05-15 07:04:22 UTC) #19
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 08:42:55 UTC) #22
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/06b9f76225c4771ec0f2807dde44...

Powered by Google App Engine
This is Rietveld 408576698