Re: Logging start page loading

2014-10-05 Thread Josip Maras
Great, Thank you! ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Logging start page loading

2014-10-02 Thread Josip Maras
Hi, Thank you! Yes, I do care about iFrames, and I'll check out nsDocShell::LoadURI. As for the logging, currently i'm using my own, simple infrastructure, but I was just curious if there is something already used by the Firefox source, e.g. I see a bunch of LOG(...) statements scattered

Re: Logging start page loading

2014-10-02 Thread Josh Matthews
That's provided by the NSPR library we use; see https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR/Reference/Logging for an in-depth explanation, or http://bertrandbenoit.blogspot.ca/2011/09/activate-logging-for-mozilla.html for a quick explanation of how to view the output.

Logging start page loading

2014-10-01 Thread Josip Maras
Hi, How can I log to a file the URL of every page that has started loading? What is the best code location to do this. (I understand that this can be easily done with a Firefox plugin, but I would like to work directly in the Firefox source code). I was thinking of going with the nsURILoader

Re: Logging start page loading

2014-10-01 Thread Josh Matthews
On 2014-10-01 9:47 AM, Josip Maras wrote: Hi, How can I log to a file the URL of every page that has started loading? What is the best code location to do this. (I understand that this can be easily done with a Firefox plugin, but I would like to work directly in the Firefox source code). I