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

Issue 862933004: Update spec. step numbering in RenderVTTCue (Closed)

Created:
5 years, 11 months ago by fs
Modified:
5 years, 11 months ago
Reviewers:
philipj_slow
CC:
blink-reviews, blink-reviews-rendering, zoltan1, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, Dominik Röttsches, jchaffraix+rendering
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Update spec. step numbering in RenderVTTCue Update spec steps from a later draft. No code-changes except for the rounding added in steps 6-7 and, moving the containingBlock() call in initializeLayoutParameters() and renaming of m_defaultPosition to m_specifiedPosition and some variable-scoping changes in repositionCueSnapToLinesSet. BUG=301580 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188823

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use LayoutUnit for line-position. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -44 lines) Patch
M Source/core/rendering/RenderVTTCue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderVTTCue.cpp View 1 8 chunks +104 lines, -43 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
fs
5 years, 11 months ago (2015-01-21 18:03:34 UTC) #2
philipj_slow
lgtm https://codereview.chromium.org/862933004/diff/1/Source/core/rendering/RenderVTTCue.cpp File Source/core/rendering/RenderVTTCue.cpp (left): https://codereview.chromium.org/862933004/diff/1/Source/core/rendering/RenderVTTCue.cpp#oldcode95 Source/core/rendering/RenderVTTCue.cpp:95: linePosition = -(linePosition + 1); This will overflow ...
5 years, 11 months ago (2015-01-22 14:35:03 UTC) #3
fs
https://codereview.chromium.org/862933004/diff/1/Source/core/rendering/RenderVTTCue.cpp File Source/core/rendering/RenderVTTCue.cpp (left): https://codereview.chromium.org/862933004/diff/1/Source/core/rendering/RenderVTTCue.cpp#oldcode95 Source/core/rendering/RenderVTTCue.cpp:95: linePosition = -(linePosition + 1); On 2015/01/22 14:35:02, philipj ...
5 years, 11 months ago (2015-01-22 15:49:49 UTC) #4
philipj_slow
lgtm
5 years, 11 months ago (2015-01-22 16:09:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/862933004/20001
5 years, 11 months ago (2015-01-22 16:10:43 UTC) #7
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 18:47:43 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188823

Powered by Google App Engine
This is Rietveld 408576698