On Fri, Sep 20, 2013 at 11:14 AM, Patrick Brosset <[email protected]> wrote: > When the site loads, we listen to (using nsIWebProgressListener) state > changes and for each window that completes loading, we call a helper > function that'll tell us if that window is the website's top one or not.
Can't you use aWebProgress.isTopLevel for that? I probably don't understand all of the requirements, but LayoutHelpers seems overly complicated. Gavin _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

