[chromium-dev] Updated UsingGit wiki for WebKit developers

2009-09-15 Thread Yaar Schnitman
I added an optional setup step and a link to WebKit's using git wiki for those of us who do side-by-side development of chromium and webkit. Let me know if I missed something. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com

[chromium-dev] Re: Updated UsingGit wiki for WebKit developers

2009-09-15 Thread Evan Martin
Thanks! I rearranged it a bit because the checkout instructions were starting to get intimidating. On Tue, Sep 15, 2009 at 1:59 PM, Yaar Schnitman y...@chromium.org wrote: I added an optional setup step and a link to WebKit's using git wiki for those of us who do side-by-side development of

[chromium-dev] Re: Layout tests can now be run on both XP and Vista

2009-09-15 Thread Ojan Vafai
On Tue, Sep 15, 2009 at 4:26 AM, Dirk Pranke dpra...@chromium.org wrote: I have just landed a patch that enables us to run layout tests on Vista as well as XP. Thanks for doing this! Needing to run the tests on a 32bit XP machine sucks. I don't think we can call running the tests on Vista

[chromium-dev] Re: Updated UsingGit wiki for WebKit developers

2009-09-15 Thread Yaar Schnitman
Evan just did that. Thanks guys! On Tue, Sep 15, 2009 at 2:08 PM, Jeremy Moskovich jer...@chromium.orgwrote: Major kudos for helping to improve our documentation!!! Evan [I think] actually created a script in 'tools/sync-webkit-git.py' which has support for syncing the right version of WebKit

[chromium-dev] Re: Layout tests can now be run on both XP and Vista

2009-09-15 Thread Dirk Pranke
On Tue, Sep 15, 2009 at 2:15 PM, Ojan Vafai o...@chromium.org wrote: On Tue, Sep 15, 2009 at 4:26 AM, Dirk Pranke dpra...@chromium.org wrote: I have just landed a patch that enables us to run layout tests on Vista as well as XP. Thanks for doing this! Needing to run the tests on a 32bit XP

[chromium-dev] Re: Layout tests can now be run on both XP and Vista

2009-09-15 Thread Ojan Vafai
On Tue, Sep 15, 2009 at 2:24 PM, Dirk Pranke dpra...@chromium.org wrote: Well, practically, there's very little difference between XP and Vista (about 10 baselines). I see. Looking at your rebaseline checkin, it looks like it's entirely complex font tests as well. I think given that, it will

[chromium-dev] Add Jank to appropriate bugs

2009-09-15 Thread Peter Kasting
Tomorrow afternoon a couple of us will be triaging all bugs with the Jank label. Jankiness is sluggishness in the UI, so things like slow startup or shutdown, tabs taking a while to paint or to close, keyboard accelerators and button clicks being unresponsive, and other similar Chrome doesn't do

[chromium-dev] Forcing the common.gypi include

2009-09-15 Thread Yaar Schnitman
FYI: As of revision 26302 ( http://src.chromium.org/viewvc/chrome?view=revrevision=26302), gyp_chromium automatically enforces the inclusion of src/build/common.gypi for all chromium-related gyp files. To avoid conflicts, *all explicit* inclusions of src/build/common.gypi have been *removed*. Its

[chromium-dev] Re: Forcing the common.gypi include

2009-09-15 Thread Nick Carter
Thanks for the heads up. As it happens, I think this will conflict with the sync deps, which I landed in the last hour. I'll try to get this sorted out promptly. - nick On Tue, Sep 15, 2009 at 5:12 PM, Yaar Schnitman y...@chromium.org wrote: FYI: As of revision 26302 (

[chromium-dev] Re: Layout tests can now be run on both XP and Vista

2009-09-15 Thread 坊野 博典
Hi Dirk, Thank you so much for your great work! By the way, I have been using XP Mode of Windows 7 (*1) to run layout tests since I changed my development PC to Windows 7. (It's not so fast, but it's OK.) Does this Win7 baselines mean we don't need to use XP Mode? (I assume yes.) (*1)

[chromium-dev] Re: Forcing the common.gypi include

2009-09-15 Thread Evan Martin
This probably obsoletes a variety of build instructions we have on the wiki (all of my build scripts broke, in part because gyp_chromium eats all the flags you give it). If you see obsolete docs somewhere, please be bold[1] and fix it or bring it to my attention so I can fix it. [1]

[chromium-dev] Re: Forcing the common.gypi include

2009-09-15 Thread Yaar Schnitman
Sorry, but I forgot to mention that we moved gyp_chromium from src/tools/gyp to its rightful place at src/build. If any other tools other than DEPS use it, update those tools to the correct location. On Tue, Sep 15, 2009 at 6:19 PM, Evan Martin e...@chromium.org wrote: This probably obsoletes a

[chromium-dev] Re: Layout tests can now be run on both XP and Vista

2009-09-15 Thread Dirk Pranke
Hi Hironori, That's not a stupid question at all. I haven't actually tried using XP mode, or Win 7 at all yet. I will be installing Win 7 as soon as I can get my hands on a copy, and then we should get some Win 7 baselines. Once we have those, and can get some Win 7 build bots configured, then

[chromium-dev] Need help on how to send data from RenderView to a custom DOMUI instantly

2009-09-15 Thread Mohamed Mansour
Hi all, I am having trouble trying to figure out how I could replace the contents of a specific WebFrame while I am in RenderView with a custom DOMUI page that I have created. Here is a scenario: 1. User visits http://www.google.com 2. User waits till page is done loading 3. User

[chromium-dev] Re: Need help on how to send data from RenderView to a custom DOMUI instantly

2009-09-15 Thread Brett Wilson
On Tue, Sep 15, 2009 at 7:31 PM, Mohamed Mansour m0.interact...@gmail.com wrote: Hi all, I am having trouble trying to figure out how I could replace the contents of a specific WebFrame while I am in RenderView with a custom DOMUI page that I have created. Here is a scenario: User visits

[chromium-dev] Re: Need help on how to send data from RenderView to a custom DOMUI instantly

2009-09-15 Thread Mohamed Mansour
The UI is going to be in JavaScript with callbacks from the DOMUI page same as NTP, Downloads, History, etc... Therefore in render_view.cc, I need to replace the WebFrame with the DOMUI (I think). I don't want to introduce my own set of methods that exposes this, that is why I am asking for some

[chromium-dev] Linux views trybot

2009-09-15 Thread Peter Kasting
We need one. I have broken the Linux views build three times in the past three days. This is wasting my time and the sheriffs' both. Is someone working on making this happen? PK --~--~-~--~~~---~--~~ Chromium Developers mailing list: