[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Evan Martin
On Wed, Mar 25, 2009 at 6:26 PM, Adam Langley a...@chromium.org wrote: On Wed, Mar 25, 2009 at 6:08 PM, fta f...@sofaraway.org wrote: thing as a mandatory dep. This is clearly non-free. So i guess someone will have to patch that, if not upstream, then downstream, with all the consequences it

[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Fabien Tassin
On Thu, 2009-03-26 at 08:19 -0700, Evan Martin wrote: On Wed, Mar 25, 2009 at 6:26 PM, Adam Langley a...@chromium.org wrote: At some point I can imagine changing the default font and rebaselining pretty much every test. That will mark the final departure from Windows metrics in the test

[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Evan Martin
On Thu, Mar 26, 2009 at 8:41 AM, Fabien Tassin f...@sofaraway.org wrote: On Thu, 2009-03-26 at 08:19 -0700, Evan Martin wrote: On Wed, Mar 25, 2009 at 6:26 PM, Adam Langley a...@chromium.org wrote: At some point I can imagine changing the default font and rebaselining pretty much every

[chromium-dev] Should all automatable browser APIs have per-object unique IDs?

2009-03-26 Thread Aaron Boodman
I'm starting to dig into implementing the tab and window API as a first example of all the other browser-automation type APIs we eventually want to implement for extensions. One of my early assumptions was that the APIs we exposed would be service-style, where we pass dumb json data structures

[chromium-dev] Re: Should all automatable browser APIs have per-object unique IDs?

2009-03-26 Thread Brett Wilson
On Thu, Mar 26, 2009 at 9:41 AM, Aaron Boodman a...@chromium.org wrote: I'm starting to dig into implementing the tab and window API as a first example of all the other browser-automation type APIs we eventually want to implement for extensions. One of my early assumptions was that the APIs

[chromium-dev] Re: Should all automatable browser APIs have per-object unique IDs?

2009-03-26 Thread Brett Wilson
On Thu, Mar 26, 2009 at 10:09 AM, Aaron Boodman a...@chromium.org wrote: On Thu, Mar 26, 2009 at 9:52 AM, Brett Wilson bre...@chromium.org wrote: What would IDs refer to in history? I've only barely looked into the history data model, but I was hoping it would be a persistent ID for each

[chromium-dev] Re: Should all automatable browser APIs have per-object unique IDs?

2009-03-26 Thread Aaron Boodman
On Thu, Mar 26, 2009 at 11:22 AM, Brett Wilson bre...@chromium.org wrote: Those are exposed, but I wonder which cases an extension needs to refer to them. They are internal IDs generated by sqlite. If you clear your history, you'll get re-used ones. This could also theoretically possible

[chromium-dev] Re: Should all automatable browser APIs have per-object unique IDs?

2009-03-26 Thread Brett Wilson
On Thu, Mar 26, 2009 at 11:37 AM, Aaron Boodman a...@chromium.org wrote: On Thu, Mar 26, 2009 at 11:22 AM, Brett Wilson bre...@chromium.org wrote: Those are exposed, but I wonder which cases an extension needs to refer to them. They are internal IDs generated by sqlite. If you clear your

[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Wei Hu
Thanks for the info. I installed ttf-mscorefonts-installer, but still got the same problem. No idea what's going wrong under the hood. On Mar 25, 9:08 pm, fta f...@sofaraway.org wrote: On Mar 25, 11:56 pm, Wei Hu wei@gmail.com wrote: I also tried the Ubuntu package for Intrepid

[chromium-dev] Clobber again...

2009-03-26 Thread Dmitry Titov
After the merge will land today, you will need to clobber your Windows build. It seems Mac and Linux are fine (at least they went through try bot fine).We are picking up the CSS generated files change from upstream and our build scripts do not pick up the change :-( Dimich

Re: IMPORTANT: Re: [chromium-dev] Re: layout tests and bug triaging

2009-03-26 Thread Pam Greene
Just to make sure I understand correctly, the model here is that each test has a BUG12345 note, possibly shared with other tests. But it doesn't have a name or priority, not even the (ambiguous) priority implied by DEFER, directly in the list. Instead, we use the bug tracker to track all that,

Re: IMPORTANT: Re: [chromium-dev] Re: layout tests and bug triaging

2009-03-26 Thread Ojan Vafai
This matches my understanding. As a transition plan, I'm thinking to replace DEFER with UNTRIAGED. That way there is a way we can keep from adding 400 this test has no bug id warnings until we add bugs for all the currently deferred tests. Ojan On Thu, Mar 26, 2009 at 3:28 PM, Pam Greene

Re: IMPORTANT: Re: [chromium-dev] Re: layout tests and bug triaging

2009-03-26 Thread Pam Greene
I take it back: there's one additional disadvantage. With no DEFER, we won't be able to use the layout-test report directly to say what percentage of tests that we want to pass for the next release we pass. Instead, we'll have to take one number from that report and one number (searching on

[chromium-dev] Re: Last Known Good Revision

2009-03-26 Thread Ryan Hope
That would be great On 3/25/09, Patrick Johnson patr...@chromium.org wrote: Nice! Can we add an option to gclient to make it automatically sync to the last known good revision? Patrick On Wed, Mar 25, 2009 at 9:18 AM, Marc-Andre Decoste m...@chromium.orgwrote: Salut Chromium-Dev'ers,

[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Ryan Hope
I have a similar issue with my build of chromium on Gentoo. Some pages load... like google.com and phononix.com, and others dont... like forums.gentoo.org and mail.google.com I havent really spend much time trying to figure this out since I just figured the project wasnt close to being done but