[Webkit-unassigned] [Bug 151165] jQuery 'is' implementation causes exception to be thrown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 16:54:38 PST 2015


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

--- Comment #7 from Brent Fulgham <bfulgham at webkit.org> ---
(In reply to comment #5)
> All major browsers (Tested Safari, Firefox and Chrome) throw when calling:
> document.body.matches(":visible")
> 
> They all complain about the selector being invalid.

Yes -- I see that now. It looks like jQuery catches the exception internally and discards it.

That means that the blob of these exception objects on the heap is expected, and GC should clean them up when it decides it needs the memory.

I'm closing this as works properly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151112/f5aa1c6a/attachment.html>


More information about the webkit-unassigned mailing list