[chromium-dev] Re: buildbot off line tonight

2009-04-16 Thread Darin Fisher
Sounds interesting... how did you implement size tracking? Just looking at the size of chrome.dll or the total zip or ...? Mozilla has a very nice tool that shows the delta for each symbol in each binary. It is very helpful for understand where code size changes come from. Some info: https://wik

[chromium-dev] Try server issues today

2009-04-16 Thread Marc-Antoine Ruel
You may have realized that the try server has started merging unrelated jobs in one run. What a time saving feature! It seems to be a side-effect of a change I've introduced today and I'll fix this ASAP, e.g. tomorrow. :) Before anyone starts running with a pitch fork, let me show you this: http:

[chromium-dev] buildbot off line tonight

2009-04-16 Thread Steven Knight
Heads up: I'd like to take the buildbot off line tonight, ~22:00 PDT, to add size tracking to the release builders. It should not be down long. Let me know if that would interfere with any plans you have. Thanks, --SK --~--~-~--~~~---~--~~ Chromium Deve

[chromium-dev] Re: Building Chromium and running on Fedora 10

2009-04-16 Thread Tony Chang
Also, can you verify that you have msttcorefonts installed in /usr/share/fonts/truetype/msttcorefonts? It's likely that the renderers are crashing because they can't find the required fonts. On Thu, Apr 16, 2009 at 12:04 PM, Adam Langley wrote: > > On Thu, Apr 16, 2009 at 11:34 AM, rrwinterton

[chromium-dev] Re: localStorage design document - please offer feedback!

2009-04-16 Thread Jeremy Orlow
On Tue, Apr 14, 2009 at 9:32 AM, Darin Fisher wrote: > Please ask Brett Wilson to review your DB schema and operations. > Brett, can you please take a look? The database part of it is towards the end of the page. http://docs.google.com/a/chromium.org/Doc?id=dhs4g97m_1v79p3wdd&hl=en --~--~

[chromium-dev] chrome code size source lines

2009-04-16 Thread 陈智昌
I don't know if anyone's already done this, but I figured I'd share the results in case anyone was curious. I'm using j...@google.com's script for parsing objdump output and sorting it. These results are generated by building a Release mode chrome with "-g2" added to get the line numbers. This

[chromium-dev] Re: Building Chromium and running on Fedora 10

2009-04-16 Thread Adam Langley
On Thu, Apr 16, 2009 at 11:34 AM, rrwinterton wrote: > I have build and ran the latest (10 Apr 09) source on Ubuntu.  I then > tried to build and run it on Fedora 10.  I was successful in building > it but when I ran the binary the browser came up but the chromium > splash did not show up and I w

[chromium-dev] Building Chromium and running on Fedora 10

2009-04-16 Thread rrwinterton
Hi, I have build and ran the latest (10 Apr 09) source on Ubuntu. I then tried to build and run it on Fedora 10. I was successful in building it but when I ran the binary the browser came up but the chromium splash did not show up and I was unable to browse to different sites. I believe it is a