[Webkit-unassigned] [Bug 34005] Safari pegs CPU and drops tons of frames using HTML5 Vimeo player

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 15:28:12 PDT 2010


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


Jer Noble <jer.noble at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54600|0                           |1
        is obsolete|                            |
  Attachment #55053|                            |review?
               Flag|                            |




--- Comment #56 from Jer Noble <jer.noble at apple.com>  2010-05-04 15:28:12 PST ---
Created an attachment (id=55053)
 --> (https://bugs.webkit.org/attachment.cgi?id=55053)
Part 1.1: QTMovieWin: The breakup of QTMovieWin

Sam, I addressed your comments in this patch, except for the DEFINE_STATIC
change.  That I left out because I could not find a way to declare a static
non-const pointer with that macro.  Also, it appeared that the macro in
question was designed to avoid file-level static initializers, and this static
is function level.  If you want, I can still use the DEFINE_STATIC macro, and
const_cast away the constness of the static variable before returning it.

-- 
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