Group email address

2019-07-16 Thread Mahmood Naderan
Hi, When I post an email to mozilla.dev.platf...@googlegroups.com from my gmail account, I get the following failure return message Address not found Your message wasn't delivered to mozilla.dev.platf...@googlegroups.com because the address couldn't be found, or is unable to receive mail. How

Re: Group email address

2019-07-16 Thread Mahmood Naderan
Trying now... Thanks. Regards, Mahmood On Tue, Jul 16, 2019 at 6:50 PM Boris Zbarsky wrote: > On 7/16/19 10:01 AM, Mahmood Naderan wrote: > > When I post an email to mozilla.dev.platf...@googlegroups.com from my > gmail account > > The right e-mail address for this li

Firefox command seems to be a wrapper

2019-07-16 Thread Mahmood Naderan
Hi, I want to analyze firefox by tracing instruction footprints as I am working with that. Problem is that when I pass /usr/bin/firefox (or simply firefox) to the tracer, it stops logging as soon as the main window opens. As I looked further, I have noticed that another process is launched and

Re: Firefox command seems to be a wrapper

2019-07-16 Thread Mahmood Naderan
OK I will try the source compilation. Please let me know if I have use specific options for my purpose or not. If I build from source, can I do what I want? > It looks like your Linux distro has set their own wrapper for Firefox. > That's not something that comes from Firefox itself. So looking

Firefox command seems to be a wrapper

2019-07-16 Thread Mahmood Naderan
Hi, I want to analyze firefox by tracing instruction footprints as I am working with that. Problem is that when I pass /usr/bin/firefox (or simply firefox) to the tracer, it stops logging as soon as the main window opens. As I looked further, I have noticed that another process is launched and th

Re: Firefox command seems to be a wrapper

2019-07-16 Thread Mahmood Naderan
>Is just "the main firefox" enough for the tracing you want to do? I am looking for way to run "firefox www.google.com" and then see firefox opens that shows google web page. >Note >that all the website rendering happens in separate processes, not the >Firefox UI process. Maybe that is tru

Re: Firefox command seems to be a wrapper

2019-07-16 Thread Mahmood Naderan
OK I will try the source compilation. Please let me know if I have use specific options for my purpose or not. On Tue, Jul 16, 2019, 02:20 Mike Hommey wrote: > > It looks like your Linux distro has set their own wrapper for Firefox. > That's not something that comes from Firefox itself. So looki

Problem with hg and git

2019-07-16 Thread Mahmood Naderan
Hi, I am trying to install firefox on Centos 7 from source. It seems that I am not able to clone via git or hg as shown below [root@compute-0-4 src]# python bootstrap.py --vcs=git Note on Artifact Mode: Artifact builds download prebuilt C++ components rather than building them locally. Artifact

Re: Problem with hg and git

2019-07-16 Thread Mahmood Naderan
On Tue, Jul 16, 2019 at 8:25 PM Josh Bowman-Matthews wrote: > Given how old your installed Mercurial version is, I suspect the problem > with git (fatal: Unable to find remote helper for 'hg') is similar. I > recommend installing updated Mercurial and git packages and trying again. > So, I rem

Re: Firefox command seems to be a wrapper

2019-07-20 Thread Mahmood Naderan
Mike, I even tried that. The command /usr/lib64/firefox/firefox www.google.com will spawn multiple processes. As I tried with my tracer, I see that the above process executes instructions even after the firefox window is opened and google page is fetched. However, I am not sure if the tracer logs