[Webkit-unassigned] [Bug 56507] DeviceOrientationClient leak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 17:51:57 PDT 2011


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dino at apple.com,
                   |                            |joepeck at webkit.org




--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2011-03-16 17:51:58 PST ---
We could probably adopt an approach similar to chromium, and have
WebKit mac client code manage the lifetime, and pass just a point
down to the Page to use. This would make sense if the
WebDeviceOrientationClient was a singleton and we could get
away with just one. However, it seems to want to request a
WebDeviceOrientationProvider from a WebView.

Can these objects be made into a singleton?

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