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

Issue 982553002: Paint buffered range closest to the current play position (Closed)

Created:
5 years, 9 months ago by landell
Modified:
5 years, 9 months ago
Reviewers:
philipj_slow
CC:
blink-reviews, zoltan1, blink-reviews-html_chromium.org, eae+blinkwatch, leviw+renderwatch, eric.carlson_apple.com, Dominik Röttsches, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews-rendering, jchaffraix+rendering, pdr+renderingwatchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Paint buffered range that is within delta from CT This patch make sure to avoid cases where the current position and buffered ranges are slightly out of sync and the buffered ranges would not be painted BUG=460904 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191830

Patch Set 1 #

Total comments: 6

Patch Set 2 : Paint ranges within a delta from CT #

Patch Set 3 : Add link to specification bug #

Patch Set 4 : Formatting fixup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M Source/core/layout/LayoutMediaControls.cpp View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 17 (2 generated)
landell
@philipj et al: Please review
5 years, 9 months ago (2015-03-04 14:24:49 UTC) #1
philipj_slow
Sorry, this didn't show up in my "incoming reviews" dashboard but in my "cc'd reviews" ...
5 years, 9 months ago (2015-03-06 03:07:35 UTC) #2
philipj_slow
Thanks Mostyn, let's fix this. https://codereview.chromium.org/982553002/diff/1/Source/core/layout/LayoutMediaControls.cpp File Source/core/layout/LayoutMediaControls.cpp (left): https://codereview.chromium.org/982553002/diff/1/Source/core/layout/LayoutMediaControls.cpp#oldcode218 Source/core/layout/LayoutMediaControls.cpp:218: if (std::isnan(start) || std::isnan(end) ...
5 years, 9 months ago (2015-03-06 03:16:18 UTC) #3
landell
Yes, I missed adding you to the reviewers. https://codereview.chromium.org/982553002/diff/1/Source/core/layout/LayoutMediaControls.cpp File Source/core/layout/LayoutMediaControls.cpp (left): https://codereview.chromium.org/982553002/diff/1/Source/core/layout/LayoutMediaControls.cpp#oldcode218 Source/core/layout/LayoutMediaControls.cpp:218: if ...
5 years, 9 months ago (2015-03-06 13:49:06 UTC) #4
philipj_slow
Sorry I called you Mostyn, I don't know what I was thinking :)
5 years, 9 months ago (2015-03-06 16:00:42 UTC) #5
philipj_slow
It looks like m_cachedTime started out as an optimization: https://trac.webkit.org/changeset/71824 Most of the code has ...
5 years, 9 months ago (2015-03-06 16:59:29 UTC) #6
landell
On 2015/03/06 16:59:29, philipj_UTC7 wrote: > It looks like m_cachedTime started out as an optimization: ...
5 years, 9 months ago (2015-03-10 08:14:13 UTC) #7
philipj_slow
Yes, making WebMediaPlayer::pause() async is the only sound long term fix that I can see. ...
5 years, 9 months ago (2015-03-10 08:39:20 UTC) #8
landell
On 2015/03/10 08:39:20, philipj_UTC7 wrote: > Yes, making WebMediaPlayer::pause() async is the only sound long ...
5 years, 9 months ago (2015-03-10 08:58:29 UTC) #9
philipj_slow
On 2015/03/10 08:58:29, landell wrote: > On 2015/03/10 08:39:20, philipj_UTC7 wrote: > > Yes, making ...
5 years, 9 months ago (2015-03-10 09:31:18 UTC) #10
landell
Uploaded new patch set. The description needs to be modified but I'll wait with that ...
5 years, 9 months ago (2015-03-12 10:52:44 UTC) #11
philipj_slow
This LGTM, nice and contained. If you could also link to the spec bug in ...
5 years, 9 months ago (2015-03-12 16:47:11 UTC) #12
landell
On 2015/03/12 16:47:11, philipj_UTC7 wrote: > This LGTM, nice and contained. If you could also ...
5 years, 9 months ago (2015-03-13 09:28:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/982553002/60001
5 years, 9 months ago (2015-03-13 09:40:40 UTC) #16
commit-bot: I haz the power
5 years, 9 months ago (2015-03-13 11:05:13 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191830

Powered by Google App Engine
This is Rietveld 408576698