Re: [b2g] False Perf Regression on v1.0.1

2013-04-18 Thread Julien Wajsberg
This happens because until today we needed to use a gecko build from
mozilla-central to be able to use gaia master.
However, vicamo landed today what's needed to the b2g18 branch so it
should work with a build from today.

Le 17/04/2013 08:09, Satender Saroha a écrit :
 I just checked out the latest from gaia master, and I am also not able to see 
 the messages in SMS list. here is the JS error from logcat:

 901): [JavaScript Error: TypeError: this._mozSms.getThreads is not a
  function {file: app://sms.gaiamobile.org/js/message_manager.js line: 271}]
 04-17 11:19:29.177 E/GeckoConsole(  901): [JavaScript Warning: Expected 
 pseudo-element but found '-moz-p
 laceholder'.  Ruleset ignored due to bad selector. {file: 
 app://sms.gaiamobile.org/shared/style/input_a
 reas.css line: 40}]

 Note this error message is different than one reported in the bug: 
 https://bugzilla.mozilla.org/show_bug.cgi?id=860724#c5


 Is anybody else seeing similar error message?

 Thanks
 Satender

 - Original Message -
 From: Julien Wajsberg jwajsb...@mozilla.com
 To: Daniel Neis Araujo danieln...@gmail.com
 Cc: Dave Hunt daveh...@mozilla.com, dev-b2g dev-b2g@lists.mozilla.org
 Sent: Tuesday, April 16, 2013 8:45:09 PM
 Subject: Re: [b2g] False Perf Regression on v1.0.1

 Le 16/04/2013 16:55, Daniel Neis Araujo a écrit :
 Hello,

 I have a Keon device and since a build last friday (using b2g
 default, gaia v1-train and master) the performance turn de devices
 almost unusable also, the sms app show the message text only on
 thread list so i cannot see the full text.
 the sms problem is
 https://bugzilla.mozilla.org/show_bug.cgi?id=860724




 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g





signature.asc
Description: OpenPGP digital signature
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] an error occured when doing the ./flash to pandaboard

2013-04-18 Thread Thomas Zimmermann
Hi Sam
 
 The FFOS can finally be brought up on Pandaboard.
 
 However,
 
 When i tried to flash the board,
 
 the error occurred in the begging. 
 
 Please take a look for the following messages.
 
 sam@sam-PORTEGE-R700:~/Mozilla_panda/B2G$ sudo ./flash.sh 
 * daemon not running. starting it now on port 5037 *
 * daemon started successfully *
 error: device not found

The bootloader has a mode called 'fastboot' in which it allows for the
flashing of disk images to partitons. We run 'adb reboot
bootloader' to switch to fastboot mode for flashing the board. This is
where the message comes from. But the next line indicates that your
board already ran fastboot.

 4C8800020001  fastboot
 ...
 FAILED (remote failure)
 finished. total time: 0.004s
 erasing 'cache'...
 OKAY [102.702s]
 finished. total time: 102.702s
 sending 'userdata' (62053 KB)...
 OKAY [  3.714s]
 writing 'userdata'...
 OKAY [ 21.963s]
 finished. total time: 25.677s
 sending 'boot' (4010 KB)...
 OKAY [  0.244s]
 writing 'boot'...
 OKAY [  1.620s]
 finished. total time: 1.864s
 sending 'system' (84069 KB)...
 OKAY [  4.938s]
 writing 'system'...
 OKAY [ 30.873s]
 finished. total time: 35.812s
 rebooting...

That's interesting. What SD card do you use to get this performance?
When I do a full flash, it takes more like 30 minutes.

Best regards
Thomas

 
 
 You see the remote failure happened there. 
 
 Could anyone tell me why this happened and how to fix it if possible?
 
 
 thank you
  
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g

___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] an error occured when doing the ./flash to pandaboard

2013-04-18 Thread Sam Lin
Thanks for your reply Thomas.

Transcend(no brand preference) 16G with class 10(I guess this is why it runs 
fast) is the sdcard i used to boot.
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Kernel compilation for Pandaboard

2013-04-18 Thread Dhyan
Thank You Thomas  Anil !!!

It worked :)

Dhyan




On Thu, Apr 18, 2013 at 10:38 AM, Sasidharan, Anil 
anil.sasidha...@ap.sony.com wrote:

 Hi,

 You need to make sure that the kernel is compiled using the toolchain
 arm-eabi-4.4.3 bundled in B2G under
 prebuilt/linux-x86/toolchain/arm-eabi-4.4.3. Also try to diff the
 kernel image in out/target/product/panda folder with the one built out of
 your kernel sources (under arch/arm/boot).

 Warm Regards,
 Anil

 -Original Message-
 From: dev-b2g-bounces+anil.sasidharan=ap.sony@lists.mozilla.org[mailto:
 dev-b2g-bounces+anil.sasidharan=ap.sony@lists.mozilla.org] On Behalf
 Of linuxdh...@gmail.com
 Sent: Wednesday, April 17, 2013 7:34 PM
 To: dev-b2g@lists.mozilla.org
 Subject: [b2g] Kernel compilation for Pandaboard

 Dear all ,

 I cloned the B2G source code and ported it to Pandaboard with the help of
 Mozilla docs.Now i am trying to replace the Pre-built kernel with my own
 compiled kernel,for that i followed below steps

 1.Cloned the kernel source from
 https://github.com/tdz/android-kernel-omap.git,

 2.Cross compiled it with arm-linux-gnueabi-gcc and panda_defconfig

 3.Replaced the zImage in  device/ti/panda/kernel with new image and done a
 fresh B2G built

 Then flashed the new imageand tried booting,But system is hanging in

 Starting kernel ...

 Uncompressing Linux... done, booting the kernel

 Sorry for my ignorance,Is it the rite steps or i am doing something wrong?

 Can some one please guide on this ??

 Thanks in advance
 Dhyan
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g


 

 This email is confidential and intended only for the use of the individual
 or entity named above and may contain information that is privileged. If
 you are not the intended recipient, you are notified that any
 dissemination, distribution or copying of this email is strictly
 prohibited. If you have received this email in error, please notify us
 immediately by return email or telephone and destroy the original message.
 - This mail is sent via Sony Asia Pacific Mail Gateway..


___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] App load signal

2013-04-18 Thread Justin Lebar
I wonder if we could do what reftest does: Put an attribute on the
root html element (or the body element, or whatever) that says
I'm still loading.  You can remove it when you're done loading.

File a bug and we can see if this is reasonable!

On Thu, Apr 18, 2013 at 7:39 AM, James Burke jrbu...@gmail.com wrote:
 This started on dev-gaia:
 http://groups.google.com/group/mozilla.dev.gaia/browse_thread/thread/a0faa6512f71bc94

 Summary:
 As apps use more async/defer-loaded JS and more async APIs for final
 construction, the platform cannot accurately detect when the app has
 finished loading and is in a usable state.

 Ideally the app could signal to the platform when it considers itself
 loaded. This would give the following immediate benefits:

 * better transitions from app screenshots to running app (avoiding
 its a web page white flash during initial load)
 * better indication when a screenshot could be taken, without it
 happening during the time the app needs to finish the load.
 * better tracking of how long apps actually take to load to be usable.

 Would it be possible for the platform to support a way for the app to
 signal that is has finished loading?

 Perhaps a 'mozappload' (or some moz-prefixed) event that can be
 created via new CustomEvent by the app JS code and dispatched on
 window, and the platform would allow mozbrowser elements to surface
 this event, so that the gaia system could listen for it, as it can for
 the other mozbrowser events:

 https://developer.mozilla.org/en-US/docs/WebAPI/Browser#Events

 James
 ___
 dev-b2g mailing list
 dev-b2g@lists.mozilla.org
 https://lists.mozilla.org/listinfo/dev-b2g
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] Safe Browsing on Firefox OS

2013-04-18 Thread Shian-Yow Wu
Hi Yusuke,

There was a bug filed to support Safe Browsing on Firefox OS.
https://bugzilla.mozilla.org/show_bug.cgi?id=839120

No one started the implementation yet.
If you want to contribute, welcome to discuss in that bug.

Best Regards,
Shianyow

- Original Message -
From: Yusuke YAMAMOTO yu-yamam...@kddi-tech.com
To: dev-b2g dev-b2g@lists.mozilla.org
Sent: Thursday, April 18, 2013 8:02:29 PM
Subject: [b2g] Safe Browsing on Firefox OS

Hi all,

I was wondering if Firefox OS have a plan of correspondence to Safe Browsing.
I know, Firefox Browser has the Safe Browsing feature.
So, does the Firefox OS have a plan to get a Safe Browsing feature?

Regard,
Yusuke

-- 
---
Yusuke YAMAMOTO
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


[b2g] Fwd: Fwd: Re: Test Automation Discussion

2013-04-18 Thread Lucas Adamski


 Original message 
Subject: Fwd: Re: Test Automation Discussion
Date: Thu Apr 18 2013 15:54:08 GMT+0200 (CEST)
From: Jonathan Griffin jgrif...@mozilla.com
To: f...@mozilla.org

This meeting is starting in ~10 minutes on the 8th floor.  We'll take
over a corner of the room, or maybe go to the balcony if it's not too
hot. Please attend if you have any interest in or opinion on test
automation!

Jonathan



___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g


Re: [b2g] App load signal

2013-04-18 Thread James Burke
On Thu, Apr 18, 2013 at 2:51 AM, Justin Lebar justin.le...@gmail.com wrote:
 File a bug and we can see if this is reasonable!

Thanks for suggestion. For future reference, filed here:

https://bugzilla.mozilla.org/show_bug.cgi?id=863499

James
___
dev-b2g mailing list
dev-b2g@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-b2g