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

Issue 274323004: NOT FOR LANDING - [WebView] Allow fling animation via the LayerScrollOffsetDelegate (Closed)

Created:
6 years, 7 months ago by jdduke (slow)
Modified:
5 years, 6 months ago
Reviewers:
mkosiba (inactive)
CC:
chromium-reviews, jdduke+watch_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, jam, android-webview-reviews_chromium.org, boliu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Visibility:
Public.

Description

NOT FOR LANDING - [WebView] Allow fling animation via the LayerScrollOffsetDelegate BUG=378984

Patch Set 1 #

Total comments: 7

Patch Set 2 : Rebase and working update #

Patch Set 3 : Working fling glow #

Patch Set 4 : Fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -16 lines) Patch
M android_webview/browser/browser_view_renderer.h View 1 4 chunks +11 lines, -0 lines 0 comments Download
M android_webview/browser/browser_view_renderer.cc View 1 2 4 chunks +38 lines, -1 line 0 comments Download
M android_webview/browser/browser_view_renderer_client.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 5 chunks +23 lines, -2 lines 0 comments Download
M android_webview/native/aw_contents.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M android_webview/native/aw_contents.cc View 1 2 2 chunks +16 lines, -2 lines 0 comments Download
M cc/input/input_handler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input/layer_scroll_offset_delegate.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 4 chunks +5 lines, -1 line 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 4 chunks +29 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 3 4 chunks +14 lines, -1 line 0 comments Download
M content/browser/android/in_process/synchronous_compositor_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/in_process/synchronous_compositor_impl.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M content/public/browser/android/synchronous_compositor_client.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/input/input_handler_proxy.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jdduke (slow)
mkosiba@, here's a very rough sketch of some plumbing for the unified fling pipeline we ...
6 years, 7 months ago (2014-05-14 18:53:09 UTC) #1
mkosiba (inactive)
On 2014/05/14 18:53:09, jdduke wrote: > mkosiba@, here's a very rough sketch of some plumbing ...
6 years, 7 months ago (2014-05-15 13:48:42 UTC) #2
mkosiba (inactive)
https://codereview.chromium.org/274323004/diff/1/android_webview/browser/browser_view_renderer.cc File android_webview/browser/browser_view_renderer.cc (right): https://codereview.chromium.org/274323004/diff/1/android_webview/browser/browser_view_renderer.cc#newcode632 android_webview/browser/browser_view_renderer.cc:632: // Stash the callback and wait for a call? ...
6 years, 7 months ago (2014-05-15 13:48:50 UTC) #3
jdduke (slow)
https://codereview.chromium.org/274323004/diff/1/android_webview/browser/browser_view_renderer.cc File android_webview/browser/browser_view_renderer.cc (right): https://codereview.chromium.org/274323004/diff/1/android_webview/browser/browser_view_renderer.cc#newcode632 android_webview/browser/browser_view_renderer.cc:632: // Stash the callback and wait for a call? ...
6 years, 7 months ago (2014-05-15 14:15:42 UTC) #4
mkosiba (inactive)
looks cool. I'll try and build the remaining webview plumbing on top of this. I ...
6 years, 7 months ago (2014-05-15 17:23:38 UTC) #5
jdduke (slow)
On 2014/05/15 17:23:38, mkosiba wrote: > looks cool. I'll try and build the remaining webview ...
6 years, 7 months ago (2014-05-15 17:24:48 UTC) #6
jdduke (slow)
6 years, 7 months ago (2014-05-15 21:25:45 UTC) #7
On 2014/05/15 17:24:48, jdduke wrote:
> On 2014/05/15 17:23:38, mkosiba wrote:
> > looks cool. I'll try and build the remaining webview plumbing on top of
this.
> I
> > don't think I'll get around to doing that this week though.
> 
> Sounds good, yeah I don't think we're in a rush here, I just realized I
promised
> to whip this up a few weeks ago and I never did :)

I'll go ahead and close this for now.  The key change this would need you've
already noticed (not animating the fling in LTHI::Animate if there's a root
delegate and the root is locked to the scrolling layer).

Powered by Google App Engine
This is Rietveld 408576698