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

Issue 20045007: Use DidOverscrollParams in the browser (Closed)

Created:
7 years, 5 months ago by jdduke (slow)
Modified:
6 years, 7 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, penghuang+watch_chromium.org, apatrick_chromium, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Use DidOverscrollParams in the browser Adopt usage of the DidOverscrollParams struct for overscroll notifications from the renderer. This eases the burden of changing overscroll metadata in the future, and simplifies overscroll-related methods. This also fixes an issue where repeated flings into the same edge would not trigger the overscroll effect until a different edge overscrolled or the overscroll was generated by a touch scroll. BUG=354444 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266805

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase... #

Total comments: 2

Patch Set 5 : Remove overscroll handling from port/ #

Patch Set 6 : Rebase #

Patch Set 7 : Rebase 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -99 lines) Patch
M content/browser/android/overscroll_glow.h View 1 2 3 3 chunks +7 lines, -10 lines 0 comments Download
M content/browser/android/overscroll_glow.cc View 1 2 3 7 chunks +31 lines, -44 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 2 chunks +0 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 4 chunks +21 lines, -16 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 2 3 4 5 6 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 3 chunks +9 lines, -3 lines 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/input/input_event_filter.cc View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
jdduke (slow)
aelias@: Review for content/browser/android and content/browser/renderer_host. How's this for a 9 month old patch... cevans@: ...
6 years, 8 months ago (2014-04-24 20:38:46 UTC) #1
aelias_OOO_until_Jul13
lgtm
6 years, 8 months ago (2014-04-25 00:30:11 UTC) #2
jam
lgtm with comment https://codereview.chromium.org/20045007/diff/15001/content/port/browser/render_widget_host_view_port.h File content/port/browser/render_widget_host_view_port.h (right): https://codereview.chromium.org/20045007/diff/15001/content/port/browser/render_widget_host_view_port.h#newcode312 content/port/browser/render_widget_host_view_port.h:312: virtual void DidOverscroll(const DidOverscrollParams& params) = ...
6 years, 8 months ago (2014-04-25 05:09:07 UTC) #3
jdduke (slow)
https://codereview.chromium.org/20045007/diff/15001/content/port/browser/render_widget_host_view_port.h File content/port/browser/render_widget_host_view_port.h (right): https://codereview.chromium.org/20045007/diff/15001/content/port/browser/render_widget_host_view_port.h#newcode312 content/port/browser/render_widget_host_view_port.h:312: virtual void DidOverscroll(const DidOverscrollParams& params) = 0; On 2014/04/25 ...
6 years, 8 months ago (2014-04-25 14:44:32 UTC) #4
jdduke (slow)
jam@: I removed the overscroll wiring from port/, still look OK?
6 years, 8 months ago (2014-04-25 17:23:54 UTC) #5
jam
On 2014/04/25 17:23:54, jdduke wrote: > jam@: I removed the overscroll wiring from port/, still ...
6 years, 8 months ago (2014-04-25 18:45:02 UTC) #6
jdduke (slow)
palmer@: Security review for content/common/view_messages.h? Thanks.
6 years, 7 months ago (2014-04-28 20:05:34 UTC) #7
palmer
IPC security LGTM
6 years, 7 months ago (2014-04-28 21:19:58 UTC) #8
jdduke (slow)
The CQ bit was checked by jdduke@chromium.org
6 years, 7 months ago (2014-04-28 21:34:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/20045007/75001
6 years, 7 months ago (2014-04-28 21:35:18 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 21:35:39 UTC) #11
commit-bot: I haz the power
Failed to apply patch for content/browser/renderer_host/render_widget_host_view_base.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-04-28 21:35:39 UTC) #12
jdduke (slow)
The CQ bit was checked by jdduke@chromium.org
6 years, 7 months ago (2014-04-28 21:45:48 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/20045007/115001
6 years, 7 months ago (2014-04-28 21:46:57 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 23:11:13 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 7 months ago (2014-04-28 23:11:14 UTC) #16
jdduke (slow)
The CQ bit was checked by jdduke@chromium.org
6 years, 7 months ago (2014-04-28 23:22:39 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/20045007/115001
6 years, 7 months ago (2014-04-28 23:25:38 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 00:19:46 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 7 months ago (2014-04-29 00:19:47 UTC) #20
jdduke (slow)
The CQ bit was checked by jdduke@chromium.org
6 years, 7 months ago (2014-04-29 02:08:01 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/20045007/115001
6 years, 7 months ago (2014-04-29 02:09:04 UTC) #22
commit-bot: I haz the power
6 years, 7 months ago (2014-04-29 09:37:58 UTC) #23
Message was sent while issue was closed.
Change committed as 266805

Powered by Google App Engine
This is Rietveld 408576698