[chromium-dev] Browser power use

2009-12-16 Thread Joel Stanley
Hello Chromium, Continuing with my interest in Chromium's effect on battery life I've been playing with an ARM build of Chromium on the BeagleBoard, with power instrumentation. I've taken power measurements showing Firefox and Chromium at cold start, warm start and loading Gmail.

[chromium-dev] ARM Buildbot

2009-12-15 Thread Joel Stanley
On Wed, Dec 16, 2009 at 08:11, Antoine Labour pi...@chromium.org wrote: We now have a buildbot for it (thanks bradn!), see  http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Arm And it's on the main waterfall too. Thanks! Joel -- Chromium Developers mailing list:

[chromium-dev] Re: Building chromium for arm--erroring out

2009-12-10 Thread Joel Stanley
On Fri, Dec 11, 2009 at 04:08, Sofia Tahseen sofia.tahs...@gmail.com wrote: You are so right, Joel... I corrected my .so and now I could build the chrome browser ...finally!! I copied the whole /src/out/Release directory While it's not important, that is unnecessary. This directory contains

[chromium-dev] Re: Building chromium for arm--erroring out

2009-12-09 Thread Joel Stanley
On Thu, Dec 10, 2009 at 05:14, Sofia Tahseen sofia.tahs...@gmail.com wrote: /home/adas/0_Data/0_Lin/091203_Chromium_OS/toolchain/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: skipping incompatible

Re: [chromium-dev] skia floating point

2009-11-17 Thread Joel Stanley
On Wed, Nov 18, 2009 at 05:23, Antoine Labour pi...@google.com wrote: That's really a question for the Android team, not Chromium... As far as Chrome's use of Skia, if you compile for ARMv7, you'll get NEON acceleration when available. Except that the tree won't build for ARM, because we don't

[chromium-dev] Re: Multiple constrained windows

2009-11-07 Thread Joel Stanley
On Sun, Nov 8, 2009 at 16:48, Nico Weber tha...@chromium.org wrote: some pages try to show multiple http auth dialogs at the same time ( one example is in http://crbug.com/26900 ). On linux, that happens to work fine, but on OS X it doesn't. I could change the OS X code to queue constrained

[chromium-dev] Re: [FYI] Build errors while building Chromium with gcc 4.4.

2009-11-02 Thread Joel Stanley
2009/11/2 Hironori Bono (坊野 博典) hb...@chromium.org: 1. Creating a file ~/.gyp/inclulde.gypi'. 2. Adding a following lines to the file. { 'variables': { 'no_strict_aliasing': 1 } } If you're only building chrome, not the unit_tests target, you can instead define gcc_version

[chromium-dev] Re: [FYI] Build errors while building Chromium with gcc 4.4.

2009-11-01 Thread Joel Stanley
2009/11/2 Yuta Kitamura yu...@chromium.org: IIRC specifying 'gcc_version': '44' does the same thing as above. This might be better than specifying 'no_strict_aliasing' directly. Ah, you bet me to it. You're right; gcc_version is used to only enable -fno-strict-aliasing when building v8.

[chromium-dev] Re: [linux] user feedback one month in

2009-09-20 Thread Joel Stanley
On Mon, Sep 21, 2009 at 15:02, Peter Kasting pkast...@chromium.org wrote: You're referring to crbug.com/406.  This is a nasty bug, but it doesn't kick in until you're several megabytes into a resource, so I doubt it is the cause of the images partially load issue. I'd agree, I've been seeing

[chromium-dev] Valgrind + 64bit binaries

2009-09-16 Thread Joel Stanley
Hello, While attempting to run x64 unit_tests under valgrind I am hitting an error: vex: priv/guest_amd64_toIR.c:14600 (disInstr_AMD64_WRK): Assertion `sz == 2 || sz == 4' failed. vex storage: T total 4600074960 bytes allocated vex storage: P total 816 bytes allocated valgrind: the

[chromium-dev] Re: Cross-compiling on ARM

2009-08-25 Thread Joel Stanley
On Tue, Aug 25, 2009 at 17:06, Lei Zhangthes...@chromium.org wrote: Only x86 and x86_64 were supported at the time gold was originally released. Does it support ARM yet? Yes, gold can link ARM binaries as of a few months ago. I have used it in my cross compiling. Ubuntu is shipping it it in

[chromium-dev] Re: private VM field on the about:memory page

2009-08-24 Thread Joel Stanley
Hello, On Mon, Aug 24, 2009 at 22:48, Anand Mistryakmis...@gmail.com wrote: Also, in general, how useful is knowing VM size considering it's not necessarily corollated with actual memory usage? I chatted with a few people when doing doing my memory work. Based on this, I think we should

[chromium-dev] Re: Chromium / Google Summer of Code

2009-08-23 Thread Joel Stanley
On Sat, Aug 22, 2009 at 07:31, Lei Zhangthes...@chromium.org wrote: With the Google Summer of Code program winding down, I'm curious how our GSoC participants are doing. Can the students and their mentors share their experiences? (Assuming you're all done with evaluations and all that.) My

[chromium-dev] Re: Chromium Linux 64-bit

2009-08-21 Thread Joel Stanley
On Fri, Aug 21, 2009 at 01:14, Dean McNameede...@chromium.org wrote: The v8 team did some amazing work this quarter building a working 64-bit port.  After a handful of changes on the Chromium side, I've had Chromium Linux building on 64-bit for the last few weeks. This is awesome. You should

[chromium-dev] Re: jankfs

2009-08-19 Thread Joel Stanley
On Wed, Aug 19, 2009 at 19:38, Ben Laurieb...@chromium.org wrote: warm: t=         397   528   3072   599 cold: t=         371   375    401   16 The cold startup are skewed as I suspect FUSE has extra caching that /proc/sys/vm/drop_caches does not control.  The warm startup numbers show a

[chromium-dev] Re: jankfs

2009-08-19 Thread Joel Stanley
On Wed, Aug 19, 2009 at 22:15, Evan Martine...@chromium.org wrote: Just to eliminate any doubt, you can manually as root  echo 3 /proc/sys/vm/drop_caches to force the caches to be dropped. I have been doing this. I don't know how slow I'd expect an SD card to be, but this random page I

[chromium-dev] Re: Can someone compile this patch for me?

2009-08-02 Thread Joel Stanley
Hello, On Mon, Aug 3, 2009 at 11:35, Anand Mistryakmis...@gmail.com wrote: Hi all, I don't have the resources (disk space + tools) to compile my patch under Windows and OSX, so can someone on this list quickly try it before I post it for review?  And on Windows, do a sanity check on the

[chromium-dev] Re: Improving power usage

2009-07-14 Thread Joel Stanley
On Tue, Jul 14, 2009 at 01:52, Evan Martine...@chromium.org wrote: I've used it to browse on real hardware; the Beagleboard, an OMAP3 based ARM board with 128MB of RAM. Wow, impressive.  How much do you think multi-process hurts us? The full story is 128MB of RAM + 128MB of swap on a slow

[chromium-dev] Re: Improving power usage

2009-07-14 Thread Joel Stanley
On Tue, Jul 14, 2009 at 03:09, Craig Schlentercraig.schlen...@gmail.com wrote: I've mentioned this to Joel off-list but in case anyone else is interested, I have code that runs background tabs at lower scheduling priorities on linux. Thanks. Are you able to post the newer version you

[chromium-dev] Re: Improving power usage

2009-07-14 Thread Joel Stanley
On Tue, Jul 14, 2009 at 00:53, Dan Kegeld...@kegel.com wrote: It'd be nice if users didn't have to do that... does HTML 5 specify any kind of low power idle state for applications? Ideally when the screen blanks, we'd want all the apps to go into some kind of low power state, wouldn't we? It

[chromium-dev] Re: Linux developers: you need to read this

2009-07-14 Thread Joel Stanley
On Wed, Jul 15, 2009 at 02:12, Adam Langleya...@chromium.org wrote:  * build chrome_sandbox I think the defines got messed up somewhere... http://codereview.chromium.org/149667 fixes it for me. Joel --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Improving power usage

2009-07-13 Thread Joel Stanley
Hello, I'm a Summer of Code student working with Dean. My interests are the Linux port, specifically ensuring Chromium behaves well on low spec machines. So far I've spent my 'summer' (it's winter here in Australia) on the ARM port of Chromium. As of the recent v8 gyp changes, the tree can