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

Issue 2708703004: Reland "Refactor ContentViewClient (4/6)" (Closed)

Created:
3 years, 10 months ago by Jinsuk Kim
Modified:
3 years, 10 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, yusukes+watch_chromium.org, Peter Beverloo, shuchen+watch_chromium.org, jam, nona+watch_chromium.org, darin-cc_chromium.org, agrieve+watch_chromium.org, James Su, android-webview-reviews_chromium.org, jochen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland "Refactor ContentViewClient (4/6)" Moved following interface methods to ViewAndroid: - onBackgroundColorChanged - onTopControlsChanged - onBottomControlsChanged - onStartContentIntent Remove following as they are not used: - getSystemWindowInsetTop - getSystemWindowInsetLeft - getSystemWindowInsetRight Had been reverted due to a bug. https://crrev.com/2694273002/ |Tab.onOffsetChanged| was not updating the offsets as intended. Fixed it. BUG=620172, 691718 Review-Url: https://codereview.chromium.org/2708703004 Cr-Commit-Position: refs/heads/master@{#452767} Committed: https://chromium.googlesource.com/chromium/src/+/e03fba3a51966b99375531dc7250a56deffc808c

Patch Set 1 #

Patch Set 2 : reverted CL #

Patch Set 3 : - #

Total comments: 2

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+381 lines, -374 lines) Patch
M android_webview/java/src/org/chromium/android_webview/AwContentViewClient.java View 3 chunks +3 lines, -36 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwViewAndroidDelegate.java View 5 chunks +26 lines, -1 line 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwContentsAnchorViewTest.java View 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java View 1 2 3 6 chunks +14 lines, -61 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/tab/TabViewAndroidDelegate.java View 1 chunk +59 lines, -0 lines 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.h View 1 2 3 3 chunks +0 lines, -5 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 3 chunks +0 lines, -23 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 6 chunks +30 lines, -6 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java View 3 chunks +5 lines, -116 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 2 3 7 chunks +3 lines, -30 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/RenderCoordinates.java View 3 chunks +3 lines, -14 lines 0 comments Download
M content/public/android/javatests/src/org/chromium/content/browser/ContentDetectionTestBase.java View 1 2 3 5 chunks +57 lines, -5 lines 0 comments Download
M content/public/test/android/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestCallbackHelperContainer.java View 4 chunks +0 lines, -28 lines 0 comments Download
D content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClient.java View 1 chunk +0 lines, -41 lines 0 comments Download
M content/shell/android/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/android/java/src/org/chromium/content_shell/Shell.java View 4 chunks +7 lines, -3 lines 0 comments Download
A content/shell/android/java/src/org/chromium/content_shell/ShellViewAndroidDelegate.java View 1 chunk +52 lines, -0 lines 0 comments Download
M ui/android/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/android/java/src/org/chromium/ui/base/ViewAndroidDelegate.java View 3 chunks +60 lines, -0 lines 0 comments Download
M ui/android/view_android.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M ui/android/view_android.cc View 1 2 3 2 chunks +43 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (17 generated)
Jinsuk Kim
dtrainor@chromium.org: Please review changes in chrome/ boliu@chromium.org: Please review changes in content/ ui/
3 years, 10 months ago (2017-02-21 13:52:29 UTC) #6
boliu
can you upload the original patch that got landed, then upload new changes, so we ...
3 years, 10 months ago (2017-02-21 16:24:28 UTC) #7
Jinsuk Kim
On 2017/02/21 16:24:28, boliu wrote: > can you upload the original patch that got landed, ...
3 years, 10 months ago (2017-02-21 19:44:40 UTC) #8
boliu
diff is in chrome code just carrying my lgtm from last CL then :)
3 years, 10 months ago (2017-02-21 21:25:50 UTC) #9
Jinsuk Kim
On 2017/02/21 21:25:50, boliu wrote: > diff is in chrome code > > just carrying ...
3 years, 10 months ago (2017-02-23 01:15:45 UTC) #10
David Trainor- moved to gerrit
lgtm! https://codereview.chromium.org/2708703004/diff/40001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/2708703004/diff/40001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode403 content/browser/renderer_host/render_widget_host_view_android.cc:403: bool FloatEquals(float a, float b) { Does this ...
3 years, 10 months ago (2017-02-24 02:17:35 UTC) #11
Jinsuk Kim
https://codereview.chromium.org/2708703004/diff/40001/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/2708703004/diff/40001/content/browser/renderer_host/render_widget_host_view_android.cc#newcode403 content/browser/renderer_host/render_widget_host_view_android.cc:403: bool FloatEquals(float a, float b) { On 2017/02/24 02:17:34, ...
3 years, 10 months ago (2017-02-24 02:32:08 UTC) #12
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/2708703004/60001
3 years, 10 months ago (2017-02-24 05:52:47 UTC) #23
commit-bot: I haz the power
3 years, 10 months ago (2017-02-24 05:57:46 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/e03fba3a51966b99375531dc7250...

Powered by Google App Engine
This is Rietveld 408576698