[b2g] How to find/list registered XPCOM components details at runtime?

2013-11-20 Thread Lalit Arora
Hi, I want to check/watch xpcom components registration related details at runtime. Any tool/script available? Any suggestion? BR/ Lalit ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] 11/20/2013 Buri Master/M-C Mozilla RIL Smoke Test Results - 48/48 tests passed, no new blockers

2013-11-20 Thread Marcia Knous
48 out of 48 tests passed for the 2013-11-20 Buri Master M-C Mozilla RIL Build. There are no major issues preventing the smoketest from passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdOR

[b2g] 11/20/2013 COM RIL Buri 1.2 Smoketest Results - 48/48 tests passed, no new blockers

2013-11-20 Thread Marcia Knous
48 out of 48 tests passed for the 2013-11-20 Buri v1.2.0 COM RIL Build. There are no major issues preventing the smoketest from passing. COM RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVdORlFpUGt5XzZ3Z

Re: [b2g] how to AES on client?

2013-11-20 Thread Daniel Roesler
> This is the exact problem that TLS (HTTPS, WebSockets over TLS, etc.) solves. Sometimes you want to encrypt some data locally, so if your phone gets stolen, you don't expose that data. SJCL is probably the best AES javascript library right now, but it doesn't include other things like RSA[1], b

Re: [b2g] how to AES on client?

2013-11-20 Thread Brian Smith
On Wed, Nov 20, 2013 at 3:12 PM, jose llopis wrote: > i was wondering how to safe cipher my data on the client for sending it to a > server, getting a response and doing something with the returned (also > ciphered) data ?? This is the exact problem that TLS (HTTPS, WebSockets over TLS, etc.) sol

[b2g] how to AES on client?

2013-11-20 Thread jose llopis
i was wondering how to safe cipher my data on the client for sending it to a server, getting a response and doing something with the returned (also ciphered) data ?? thx ppl ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/l

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Andrew Sutherland
On 11/20/2013 04:53 PM, Jonathan Watt wrote: So if I use |DEBUG=1 make| as the documentation says to do then things are broken. If I use |make profile| then they work. make DEBUG=1 profile-debug The name of the profile target changes when you use DEBUG=1. (There is a plan to address this by

Re: [b2g] Where to put improvement requests?

2013-11-20 Thread Jonas Sicking
On Nov 19, 2013 5:08 AM, "Julien Wajsberg" wrote: > > - To clear the caller log, I have to go to the log -> edit -> select all > > -> delete -> do you really want to delete? yes. Is there a shortcut? > > Deleting the caller log seems like something that is performed often and > > that wouldn't req

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jonathan Watt
On 20/11/2013 21:38, Jonathan Watt wrote: I'm currently doing a clobber build in my gecko tree without my extra patches applied, and with the line disabling the crash reporter commented out in my ...mozconfig. I'll report back regarding success/failure. So if I use |DEBUG=1 make| as the documen

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jonathan Watt
On 20/11/2013 21:20, Fabrice Desré wrote: About b2g vs b2g-bin. If you did your own build, forget about b2g-bin. If you downloaded a prebuilt b2g, they come with gaia bundled and b2g is a wrapper around b2g-bin to use the bundled gaia. It sounds like the documentation may be a little confused t

Re: [b2g] Firefox os concept

2013-11-20 Thread Colin Ryan
https://drive.google.com/file/d/0B9CmCgmo6LUSdE5ibzJfakFXcVE/edit?usp=sharing ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Fabrice Desré
On 11/20/2013 01:15 PM, Jonathan Watt wrote: > On 20/11/2013 19:20, Jonathan Watt wrote: > I've been running: > > /path/to/b2g -profile /absolute/path/to/gaia/built/profile-debug > > but I've noticed that running this: > > /path/to/b2g -profile /broken/path/to/gaia/built/profile-debug > > p

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jonathan Watt
On 20/11/2013 19:20, Jonathan Watt wrote: On 20/11/2013 18:12, Jordano Francisco (UK) wrote: Fabrice just landed bug 941071 to fix the FTU problem. I'm still not able to start B2G desktop after pulling, nuking the gaia profile directory and rebuilding. It doesn't work for me either with or wit

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jonathan Watt
Unfortunately that doesn't seem to help. Also you say you made that mistake, but I'm not sure how the omission of DESKTOP_SHIMS is a mistake since it's not mentioned in the documentation at all: https://developer.mozilla.org/en-US/Firefox_OS/Using_the_B2G_desktop_client On 20/11/2013 20:48, D

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jonathan Watt
On 20/11/2013 20:36, Fabrice Desré wrote: On 11/20/2013 11:20 AM, Jonathan Watt wrote: On 20/11/2013 18:12, Jordano Francisco (UK) wrote: Fabrice just landed bug 941071 to fix the FTU problem. I'm still not able to start B2G desktop after pulling, nuking the gaia profile directory and rebuild

Re: [b2g] Firefox os concept

2013-11-20 Thread Colin Ryan
Hey, guys have you heard the new snapdragon 805, that have adreno 440 with 4k displays i am even deciding should i buy a nexus 5 or not, the sd800 is already ousted by a7 and sd 805 back the design the main goal of firefox os is to eliminate the new technology as much as possible, i know you can

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Dale Harvey
Just checking (since I made the same mistake) have you tried with DESKTOP_SHIMS=1 make? that worked for me (although DEBUG=1 didnt) On 20 November 2013 19:20, Jonathan Watt wrote: > On 20/11/2013 18:12, Jordano Francisco (UK) wrote: > >> Fabrice just landed bug 941071 to fix the FTU problem. >>

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Fabrice Desré
On 11/20/2013 11:20 AM, Jonathan Watt wrote: > On 20/11/2013 18:12, Jordano Francisco (UK) wrote: >> Fabrice just landed bug 941071 to fix the FTU problem. > > I'm still not able to start B2G desktop after pulling, nuking the gaia > profile directory and rebuilding. It doesn't work for me either w

Re: [b2g] mavericks + vmware + hamachi: "flash.sh -h" works, "flash.sh" doesnt

2013-11-20 Thread Jared Hirsch
Thanks so much for the feedback, all. This was super informative. On Nov 15, 2013, at 9:53 AM, Jed Davis wrote: > On Thu, Nov 14, 2013 at 04:45:18PM -0800, Dave Hylands wrote: >> So ./flash.sh someword winds up being essentially the same as >> ./flash.sh -f which does a fullflash. > > More spec

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jonathan Watt
On 20/11/2013 18:12, Jordano Francisco (UK) wrote: Fabrice just landed bug 941071 to fix the FTU problem. I'm still not able to start B2G desktop after pulling, nuking the gaia profile directory and rebuilding. It doesn't work for me either with or without NOFTU=1. Console output without NOF

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Hubert Figuière
On 20/11/13 01:07 PM, Kevin Grandon wrote: > It looks like mozWifiManager is not supported in b2g desktop. My dream would > be to have a fully working api on b2g desktop. If that's not possible I think > the api should probably return an empty list of networks when called on b2g > desktop. It

Re: [b2g] Let QA write your Gaia/Marionette UI tests!

2013-11-20 Thread Gareth Aye
On Tue, Nov 19, 2013 at 8:40 PM, Zac Campbell wrote: > Why would a dev want to write a rigid and reliable test? It delays the > feature/bug fix, it's harder and it might have to be maintained in the > future if it fails. We all know it's easy to write a test that's more > likely to stay green ov

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jordano Francisco (UK)
Fabrice just landed bug 941071 to fix the FTU problem. Cheers, F. On 20/11/2013 18:07, "Kevin Grandon" wrote: >If you are getting stuck on FTU, you can get around this with building a >gaia profile with: NOFTU=1 make. > >It looks like mozWifiManager is not supported in b2g desktop. My dream >wo

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Kevin Grandon
If you are getting stuck on FTU, you can get around this with building a gaia profile with: NOFTU=1 make. It looks like mozWifiManager is not supported in b2g desktop. My dream would be to have a fully working api on b2g desktop. If that's not possible I think the api should probably return an

Re: [b2g] Unknow SIM card state

2013-11-20 Thread Johannes Bauer
On 19.11.2013 18:49, Julien Wajsberg wrote: > These are proprietary. I think you should have a look to similar > threads in this mailing list archives, you might have some helpful > information. Hmmm... I've searched and found these... https://bugzilla.mozilla.org/show_bug.cgi?id=877757 http://w

Re: [b2g] "Build Failed!" when building emulator on Mac OSX 10.6.8

2013-11-20 Thread worc0260
I have same issue on Mountain Lion. Did any of you guys solve it? Pete ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Firefox os concept

2013-11-20 Thread Joshua Smith
Does anyone have the UX spec for Heida? I think Colin's suggestion has many similarities :) - Josh On 11/20/13, 7:29 AM, Colin Ryan wrote: https://drive.google.com/file/d/0B9CmCgmo6LUSaFdwN2xJOENZZFU/edit?usp=sharing link for my design it is only the prototype but you will get the concept __

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Dale Harvey
I am seeing broken builds on latest m-c / gaia in all debug / opt configurations I can try http://pastebin.mozilla.org/3641675 Gonna do some mochitest / gecko only work for a second then will look into it, but seems like we shouldnt be able to break this On 20 November 2013 12:58, Jonathan Watt

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Jonathan Watt
I just happened to try and build a B2G desktop today on OS X following the instructions here: https://developer.mozilla.org/en-US/Firefox_OS/Using_the_B2G_desktop_client I used latest m-c (I'm testing the effect of recent changes on B2G) and latest gaia master. The first issue I had was than

Re: [b2g] Firefox os concept

2013-11-20 Thread Colin Ryan
https://drive.google.com/file/d/0B9CmCgmo6LUSaFdwN2xJOENZZFU/edit?usp=sharing link for my design it is only the prototype but you will get the concept ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Firefox os concept

2013-11-20 Thread Colin Ryan
i believe you are suggesting me to try the desktop os or are you suggesting for me to try the simulator? ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Firefox os concept

2013-11-20 Thread an
On Wednesday, November 20, 2013 11:25:44 AM UTC+2, an wrote: > On Wednesday, November 20, 2013 10:15:21 AM UTC+2, Julien Wajsberg wrote: > > > Le 20/11/2013 08:55, an a écrit : > > > > > > > > > > > I don't see how the quoted text says something different? > > > > I was going to say, rea

Re: [b2g] Firefox os concept

2013-11-20 Thread Nicolas B. Pierron
On 11/19/2013 06:54 PM, Aaron Cajes (Mozilla PHL) wrote: * /Firefox OS does not assume a fast, stable and always available connection/. When traveling I start hating my Android phone (which I love to bits otherwise.) Having dozens of megabyte updates over roaming is out of the

Re: [b2g] Firefox os concept

2013-11-20 Thread an
On Wednesday, November 20, 2013 10:15:21 AM UTC+2, Julien Wajsberg wrote: > Le 20/11/2013 08:55, an a écrit : > > > I don't see how the quoted text says something different? I was going to say, read again but here: -Firefox OS kills the idea of mobile Web connectivity only being for the rich i

Re: [b2g] How shell.js is loaded?

2013-11-20 Thread Lalit Arora
Thanks for the pointer. As I understood after debugging (in short), XRE_MainRun() is doing the magic using cmdLine->Run() which is setting up shell.html and later appStartup->Run() runs the messageloop and processes the further action BR/ Lalit On Nov 20, 2013 4:22 PM, "Fabrice Desré" wrote: >

Re: [b2g] I may have broken your B2G desktop workflow

2013-11-20 Thread Julien Wajsberg
Le 19/11/2013 21:53, Kevin Grandon a écrit : > Apologies in advance, I may have broken your B2G desktop workflow. In a patch > we moved shims from production gaia code into gaia extensions. These > extensions are now being bundled by the DESKTOP_SHIMS=1 flag (included by > default with DESKTOP=1

Re: [b2g] Firefox os concept

2013-11-20 Thread Julien Wajsberg
Hey Colin, have you tried Firefox OS already? You know we already have some code, and even a product, right ? :) It would be very useful if you can try what we have now and give your feedback on it, rather than a "concept UI" that would not help much currently. Thanks! Le 20/11/2013 04:31, Col

Re: [b2g] Firefox os concept

2013-11-20 Thread Julien Wajsberg
Le 20/11/2013 08:55, an a écrit : > On Wednesday, November 20, 2013 4:54:33 AM UTC+2, Aaron Cajes (Mozilla PHL) > wrote: > >> Q: Why do you think Firefox OS is important? >> A: Here are a few reasons. >> Firefox OS kills the idea of mobile Web connectivity only being for the rich >> in the wester

Re: [b2g] Let QA write your Gaia/Marionette UI tests!

2013-11-20 Thread Julien Wajsberg
Le 20/11/2013 02:40, Zac Campbell a écrit : > It strikes me that with devs writing tests there's a huge potential for > gaming your system of only landing tests with bugs and/or patches. > > Why would a dev want to write a rigid and reliable test? It delays the > feature/bug fix, it's harder and

Re: [b2g] Firefox os concept

2013-11-20 Thread an
On Wednesday, November 20, 2013 4:54:33 AM UTC+2, Aaron Cajes (Mozilla PHL) wrote: > Q: Why do you think Firefox OS is important? > A: Here are a few reasons. > Firefox OS kills the idea of mobile Web connectivity only being for the rich > in the western world. Yes, for those in the US or the UK