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

Issue 5962018: Chromium support for webkitAnimationTime property (Closed)

Created:
9 years, 11 months ago by jamesr
Modified:
9 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Chromium support for webkitAnimationTime property These are the chrome changes needed for https://bugs.webkit.org/show_bug.cgi?id=51952. BUG=64848 TEST=layout tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70626

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M chrome/renderer/render_widget.cc View 1 chunk +2 lines, -0 lines 1 comment Download
M chrome/renderer/render_widget_fullscreen_pepper.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jamesr
This patch adds one call to a new function that https://bugs.webkit.org/show_bug.cgi?id=51952 will add to WebWidget ...
9 years, 11 months ago (2011-01-06 02:34:44 UTC) #1
darin (slow to review)
LGTM http://codereview.chromium.org/5962018/diff/1/chrome/renderer/render_widget.cc File chrome/renderer/render_widget.cc (right): http://codereview.chromium.org/5962018/diff/1/chrome/renderer/render_widget.cc#newcode569 chrome/renderer/render_widget.cc:569: webwidget_->clearCurrentAnimationTime(); what about other places where we call ...
9 years, 11 months ago (2011-01-06 05:52:29 UTC) #2
jamesr
> it is unfortunate that we need to expose such a low-level detail to the ...
9 years, 11 months ago (2011-01-06 18:41:30 UTC) #3
jamesr
One wrinkle is that test_shell and DRT call layout() independently of rendering, so we can't ...
9 years, 11 months ago (2011-01-06 18:52:04 UTC) #4
darin (slow to review)
9 years, 11 months ago (2011-01-06 22:30:14 UTC) #5
I see.  Anyways, this'll all get fixed once we move 2D rendering to an
output-style device.

-Darin


On Thu, Jan 6, 2011 at 10:52 AM, <jamesr@chromium.org> wrote:

> One wrinkle is that test_shell and DRT call layout() independently of
> rendering,
> so we can't totally hide that call.
>
>
> http://codereview.chromium.org/5962018/
>

Powered by Google App Engine
This is Rietveld 408576698