[b2g] Build on OS X 10.10.2?

2015-03-20 Thread Peter Neubauer
Hi there, I'm trying to build FFOS on OSX 10.10.2, but it seems Xcode can't be found? ➜ B2G (master✔) ./build.sh build/core/combo/HOST_darwin-x86.mk:42: *** build/core/combo/HOST_darwin-x86.mk:43: * No 10.6 or 10.5 SDK found, do y

Re: [b2g] Mobile Use Case Survey and Diary - Your Input Needed

2015-03-20 Thread Eric Rescorla
This survey methodology (via the social adjacency graph) seems like it's going to create an extremely biased sample. Do you have some plans to correct for this using a random sample or some other technique? -Ekr On Wed, Mar 18, 2015 at 10:36 AM, Peter Dolanjski wrote: > Hello All, > > My apolo

[b2g] Byte[] and EXIF writing?

2015-03-20 Thread Peter Neubauer
Hi there, I'm needing to write to image EXIF data - is there any support for e.g. modifying the ImgDescr tag? Thanks, /peter ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Apps and Sensitive APIs (TCPSocket API specific example subthread)

2015-03-20 Thread cgvnilsson
Den onsdag 11 mars 2015 kl. 20:02:45 UTC+1 skrev Andrew Sutherland: > On Wed, Mar 11, 2015, at 01:58 PM, Jonas Sicking wrote: > > I'm not sure what you're point is then? If only mozilla implements the > > "standard" then it's still not really a standard. Even if it has a W3C > > logo on it. > > I'

Re: [b2g] Accessing NetworkStats from an XPCOM component

2015-03-20 Thread Naoki Hirata
\o/ +1 on the UML diagram! This helps out for testing as well. :) Regards, Naoki On Mar 20, 2015, at 4:16 AM, Ethan Tseng wrote: > Hi John, > > Hope it's not too late to answer your question. > > This is an UML class diagram that gives you a whole picture of NetworkStats > architecture. >

Re: [b2g] Accessing NetworkStats from an XPCOM component

2015-03-20 Thread Ethan Tseng
Hi John, Hope it's not too late to answer your question. This is an UML class diagram that gives you a whole picture of NetworkStats architecture. https://wiki.mozilla.org/images/3/3e/NetworkStats_Architecture.svg The current design of NetworkStatsService exposes API for other XPCOM components t