Bug 142462

Summary: [iOS Media] Video buffer progress missing on iPhones
Product: WebKit Reporter: Dean Jackson <dino>
Component: MediaAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Dean Jackson 2015-03-08 14:44:38 PDT
[iOS Media] Video buffer progress missing on iPhones
Comment 1 Dean Jackson 2015-03-08 14:45:02 PDT
rdar://problem/17713396
Comment 2 Dean Jackson 2015-03-08 14:53:36 PDT
Created attachment 248205 [details]
Patch
Comment 3 WebKit Commit Bot 2015-03-08 14:55:26 PDT
Attachment 248205 [details] did not pass style-queue:


ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterface.h:50:  The parameter name "bufferedTime" adds no information, so it should be removed.  [readability/parameter_name] [5]
ERROR: Source/WebKit2/WebProcess/ios/WebVideoFullscreenManager.h:74:  The parameter name "bufferedTime" adds no information, so it should be removed.  [readability/parameter_name] [5]
ERROR: Source/WebCore/platform/ios/WebVideoFullscreenInterfaceAVKit.h:79:  The parameter name "bufferedTime" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 3 in 12 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Dean Jackson 2015-03-08 21:55:58 PDT
Committed r181259: <http://trac.webkit.org/changeset/181259>