RESOLVED CONFIGURATION CHANGED 105163
MediaQueryListListener should be implemented as custom binding
https://bugs.webkit.org/show_bug.cgi?id=105163
Summary MediaQueryListListener should be implemented as custom binding
Yury Semikhatsky
Reported 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).
Attachments
Alexey Shvayka
Comment 1 2020-04-17 04:13:38 PDT
Closing this since r260243 removes MediaQueryListListener, and ScriptCallback is long gone.
Note You need to log in before you can comment on or make changes to this bug.