Bug 54784 - Rename new media statistics apis to better names
Summary: Rename new media statistics apis to better names
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 17:17 PST by Steve Lacey
Modified: 2011-02-22 01:03 PST (History)
5 users (show)

See Also:


Attachments
Patch (9.32 KB, patch)
2011-02-18 17:22 PST, Steve Lacey
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Lacey 2011-02-18 17:17:54 PST
webkitDecodedFrames -> webkitDecodedFrameCount
webkitDroppedFrames -> webkitDroppedFrameCount
audioBytesDecoded -> audioDecodedByteCount
videoBytesDecoded -> videoDecodedByteCount

Also changed usage of "unsigned long" to "unsigned".
Comment 1 Steve Lacey 2011-02-18 17:22:51 PST
Created attachment 83039 [details]
Patch
Comment 2 Steve Lacey 2011-02-20 18:54:51 PST
Comment on attachment 83039 [details]
Patch

Thanks. cq+?
Comment 3 WebKit Commit Bot 2011-02-22 01:03:32 PST
Comment on attachment 83039 [details]
Patch

Clearing flags on attachment: 83039

Committed r79301: <http://trac.webkit.org/changeset/79301>
Comment 4 WebKit Commit Bot 2011-02-22 01:03:37 PST
All reviewed patches have been landed.  Closing bug.