[Webkit-unassigned] [Bug 23877] Allow port to disable progress events from media elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 15:24:10 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23877


simon.fraser at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27541|review?                     |review+
               Flag|                            |




------- Comment #2 from simon.fraser at apple.com  2009-02-10 15:24 PDT -------
(From update of attachment 27541)

> Index: WebCore/html/HTMLMediaElement.h
> ===================================================================
> --- WebCore/html/HTMLMediaElement.h	(revision 40828)
> +++ WebCore/html/HTMLMediaElement.h	(working copy)
> @@ -221,6 +221,8 @@ protected:
>      OwnPtr<MediaPlayer> m_player;
>  
>      LoadRestrictions m_loadRestrictions;
> +    
> +    bool m_supportProgressEvents;

Rename to something like 'm_sendProgressEvents' and add a comment about
why you need the switch, and r=me.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list