[Webkit-unassigned] [Bug 119785] Replace currentTime() with monotonicallyIncreasingTime() in WebCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 16 11:43:04 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119785
--- Comment #16 from Arunprasad Rajkumar <arurajku at cisco.com> 2013-08-16 11:42:36 PST ---
(From update of attachment 208849)
View in context: https://bugs.webkit.org/attachment.cgi?id=208849&action=review
Modfied as per Jer's comments.
>> Source/WebCore/html/HTMLMediaElement.cpp:283
>> + , m_minimumClockTimeToCacheMediaTime(0)
>
> These names are now confusing with the removal of "Wall". E.g., what is a "TimeClock"? (Arguably, they were confusing before, but they are definitely much more confusing now.)
>
> I suggest "m_clockTimeAtLastCachedTimeUpdate" and "m_minimumClockTimeToUpdateCachedTime"
LGTM as well. Corrected.
>> Source/WebCore/html/HTMLMediaElement.cpp:2326
>> + double wallClockDelta = now - m_cachedTimeClockUpdateTime;
>
> You removed "wall" from everywhere else, why not here?
>
> Apart from the above, the changes to HTMLMediaElement and MediaController LGTM.
Done :)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list