[Webkit-unassigned] [Bug 105163] New: MediaQueryListListener should be implemented as custom binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 04:33:47 PST 2012


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

           Summary: MediaQueryListListener should be implemented as custom
                    binding
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: oliver at apple.com, pfeldman at chromium.org,
                    yurys at chromium.org, luiz at webkit.org


MediaQueryListListener is the only client of ScriptCallback and it still uses VM-specific code guarded with #if USE(JSC). We should provide JSC and V8 implementations of MediaQueryListListener and get rid of ScriptCallback entirely.

I'm not sure if it is a problem but no connection between MediaQueryList and MediaQueryListListener is reported to the V8 garbage collector(unlike references between DOM node wrapper and its event listeners).

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