Building Firefox install

2014-11-10 Thread Josip Maras
Hi, I've made some modifications to the Firefox source code and now I would like to build the install exe on Windows, so that i can normally install Firefox (I want to couple it with a crawler - http://crawljax.com/). However I would like that installation to be standard Firefox (and not

Re: Building Firefox install

2014-11-10 Thread Josip Maras
On Monday, November 10, 2014 8:36:36 PM UTC+1, Daniel Holbert wrote: On 11/10/2014 01:44 AM, Josip Maras wrote: How can I build a normal, standard Firefox installer for Windows, like the one distributed to standard Firefox users? I don't know the answer to your specific question (I've

Re: Problem with batch logging

2014-10-29 Thread Josip Maras
at 11:56:49AM -0400, Ehsan Akhgari wrote: On 2014-10-28 4:16 AM, Josip Maras wrote: Hi Ehsan, Yes, in my opinion that is the problem. I'm trying to use the global stream variable across module boundaries, more specifically from the following source files: content\base\src

Re: Problem with batch logging

2014-10-28 Thread Josip Maras
and MOZ_IMPORT_API and friends. On 2014-10-24 8:36 AM, Josip Maras wrote: Hi, I'm extending the Firefox source in order to log some information during web app execution, for example event, script executions, new element creations, removals, attribute modifications, etc. Since these things

Re: Problem with batch logging

2014-10-28 Thread Josip Maras
performance, as you witness. No amount of batching is going to be sufficient. Also, why don't you use our stream classes? Cheers, David On 24/10/14 14:36, Josip Maras wrote: Hi, I'm extending the Firefox source in order to log some information during web app execution, for example

Problem with batch logging

2014-10-24 Thread Josip Maras
Hi, I'm extending the Firefox source in order to log some information during web app execution, for example event, script executions, new element creations, removals, attribute modifications, etc. Since these things occur often, when I load a more demanding application (e.g. facebook),

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
around, so I might start with there. Thank you. On Wednesday, October 1, 2014 5:25:18 PM UTC+2, Josh Matthews wrote: 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

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