Re: Analyzing Asynchronous Callbacks

2014-12-14 Thread Erdal Mutlu
Hey, I am only interested in user-defined callbacks on a web page like button clicks, XHR callbacks and setTimeout/Interval callbacks. Erdal ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Analyzing Asynchronous Callbacks

2014-12-14 Thread Kyle Huey
Are you only interested in DOM events and similar callbacks that are visible to web pages? Or are you interested in things inside Gecko itself (like networking loads, etc)? - Kyle On Fri, Dec 12, 2014 at 12:53 AM, Erdal Mutlu wrote: > Hi all, > > I am currently working on races that can happen

Analyzing Asynchronous Callbacks

2014-12-12 Thread Erdal Mutlu
Hi all, I am currently working on races that can happen across asynchronous event callbacks. I started investigating the Mozilla source code hoping that I can find a concrete event loop and queue implementation as discussed in https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/EventL