Re: [b2g] how to make a firefox os rom package

2014-01-24 Thread Alexandre Lissy
Le 24/01/2014 02:39, jacobvis...@gmail.com a écrit : On Tuesday, March 19, 2013 10:12:06 AM UTC-5, Alfredos (fredy) Damkalis wrote: I will describe what have I done on samsung galaxy s2. Probably building it the same way will give you a working rom package. 1. You have to gather to a

[b2g] 01/24/2014 Hamachi Gaia-ui Automation v1.4 Mozilla RIL Build 115/124 tests

2014-01-24 Thread florin.strugariu
Hi all, Here is the automation report on Hamachi for today: Looks like we have some issues when we try to open the persona frame, we should investigate some more *Bug 963582* https://bugzilla.mozilla.org/show_bug.cgi?id=963582. Also the test_keyboard_predictive_key works fine locally but we

[b2g] Expose UDP Client socket as nsIEventTarget?

2014-01-24 Thread pwork70
I'm working on https://bugzilla.mozilla.org/show_bug.cgi?id=745283 and am implementing it in JS. Does this need to derive from nsIEventTarget, and if so, are there any examples? ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] v1.2 for ZTE Open from the Ebay Seller

2014-01-24 Thread lgg2lgg2
Hello, Check this: https://groups.google.com/d/msg/mozilla.dev.b2g/pPLsGpEUqxc/_qFw4CeRTqcJ ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Expose UDP Client socket as nsIEventTarget?

2014-01-24 Thread Josh Matthews
On 01/24/2014 10:48 AM, pwor...@gmail.com wrote: I'm working on https://bugzilla.mozilla.org/show_bug.cgi?id=745283 and am implementing it in JS. Does this need to derive from nsIEventTarget, and if so, are there any examples? Not nsIEventTarget. You should probably use the original patch

[b2g] 01/24/2014 Mozilla RIL Buri 1.3 Smoketest Results - 46/48 tests passed, no new blockers

2014-01-24 Thread Marcia Knous
46 out of 48 tests passed for the 2014-01-24 Buri v1.3.0 MOZ RIL Build. There are two existing issues that kept the smoketests from fully passing. MOZ RIL Build Smoketest Results: Daily Smoke Test Logs:

[b2g] 01/24/2014 Buri Master/M-C Mozilla RIL Smoke Test Results - 45/48 tests passed, no new blockers

2014-01-24 Thread Marcia Knous
45 out of 48 tests passed for the 2014-01-24 Buri Master M-C Mozilla RIL Build. There are three existing issues that kept the smoketests from fully passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs:

Re: [b2g] Expose UDP Client socket as nsIEventTarget?

2014-01-24 Thread Shih-Chiang Chien
You may reference to the existed UDP IPC architecture here. https://bugzilla.mozilla.org/attachment.cgi?id=779708action=edit Best Regards, Shih-Chiang Chien Mozilla Taiwan On Jan 25, 2014, at 6:15 AM, Josh Matthews j...@joshmatthews.net wrote: On 01/24/2014 10:48 AM, pwor...@gmail.com wrote: