Bug 105163 - MediaQueryListListener should be implemented as custom binding
Summary: MediaQueryListListener should be implemented as custom binding
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-17 04:36 PST by Yury Semikhatsky
Modified: 2020-04-17 04:13 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-12-17 04:36:05 PST
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).
Comment 1 Alexey Shvayka 2020-04-17 04:13:38 PDT
Closing this since r260243 removes MediaQueryListListener, and ScriptCallback is long gone.