zw _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform
If an event is dispatched from C++ using
nsContentUtils::DispatchTrustedEvent with both the 'bubbles' and
'cancelable' flags set false, what precisely is the difference between
targeting it at a document's window and targeting it at the document's
window's chrome event handler? In particular, if such an event is
targeted at the window, is there any circumstance in which a handler
registered from chrome JS on gBrowser will *not* get a crack at it?
- Firing events at the window vs. firing them at the chrome ev... Zack Weinberg
- Re: Firing events at the window vs. firing them at the ... Boris Zbarsky
- Re: Firing events at the window vs. firing them at ... Zack Weinberg
- Re: Firing events at the window vs. firing them... Boris Zbarsky
- Re: Firing events at the window vs. firing ... Zack Weinberg
- Re: Firing events at the window vs. fi... Boris Zbarsky