[chromium-dev] Question about BrowserRenderProcessHost::OnPageContents() method

2009-06-07 Thread meryl
Hi, I add debug print status in BrowserRenderProcessHost::OnPageContents () to print out the value of 'contents' void BrowserRenderProcessHost::OnPageContents(const GURL url, int32 page_id, const std::wstring

[chromium-dev] Re: Question about BrowserRenderProcessHost::OnPageContents() method

2009-06-07 Thread Brett Wilson
On Sat, Jun 6, 2009 at 11:13 PM, meryl silverburgh.me...@gmail.com wrote: Hi, I add debug print status in  BrowserRenderProcessHost::OnPageContents () to print out the value of 'contents' void BrowserRenderProcessHost::OnPageContents(const GURL url,                                      

[chromium-dev] RE : chrome's testing

2009-06-07 Thread sitan2006
nbsp;I located my questions, and thesenbsp;2 following questions are the most important for me: nbsp; 1. there's test projects list of chrome at http://dev.chromium.org/developers/testing. But I don't think it's up tp date, or it misses some projects under Test/ in chrome.sln. Also, i don't

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread nakro
Regarding 1 : at least for VS2008 the tests seemed to have been moved to the chrome folder (i know that ui_tests.vcproj and unit_tests.vcproj have been moved there) --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread PhistucK
A Try Bot is a machine that gets sent code patches and instantly (or not instantly) builds chrome with these changes with the latest source. That is the place to see if the things you want to commit are fine, I guess mostly big, could-be-breaking changes are getting sent there. Of course, only

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread Amanda Walker
Anyone ccould set one up for their own use, or even public use if they wanted to--the ones Google has set up are just a convenience provided to committers that may not have a machine of each platform available. --Amanda 2009/6/7 PhistucK phist...@gmail.com A Try Bot is a machine that gets sent

[chromium-dev] Re: chrome always break in debugger when run under XCode

2009-06-07 Thread Robert Sesek
Hi Nathan, I started noticing the same problem this week, too. The class looks like it's supposed to help developers by attaching a C++ debugger whenever a critical exception is raised, so they can view the stack trace and inspect variables. What I think happens is that Chromium thinks that

[chromium-dev] Re: build.chromium.org / buildbot downtime - June 7th

2009-06-07 Thread Nicolas Sylvain
On Sat, Jun 6, 2009 at 1:51 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: Hello, Sunday June 7th from 10:30 AM PST to 1:30PM PST the buildbot and web server will be moved to a new location. During this time the tree will be closed and http://build.chromium.orgmight be inaccessible.

[chromium-dev] Re: build.chromium.org / buildbot downtime - June 7th

2009-06-07 Thread Nicolas Sylvain
On Sun, Jun 7, 2009 at 1:32 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: On Sat, Jun 6, 2009 at 1:51 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: Hello, Sunday June 7th from 10:30 AM PST to 1:30PM PST the buildbot and web server will be moved to a new location. During this time

[chromium-dev] trybots down?

2009-06-07 Thread Dan Kegel
http://build.chromium.org/buildbot/try-server/waterfall isn't showing any activity since 2pm, and my jobs aren't showing up or generating email...? --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email

[chromium-dev] Re: trybots down?

2009-06-07 Thread Nicolas Sylvain
On Sun, Jun 7, 2009 at 5:16 PM, Dan Kegel d...@kegel.com wrote: On Sun, Jun 7, 2009 at 4:41 PM, Nicolas Sylvainnsylv...@chromium.org wrote: http://build.chromium.org/buildbot/try-server/waterfall isn't showing any activity since 2pm, and my jobs aren't showing up or generating email...?

[chromium-dev] Re: trybots down?

2009-06-07 Thread Nicolas Sylvain
Ok, there was another change missing. Now gclient update should work for real! Nicolas On Sun, Jun 7, 2009 at 5:21 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: On Sun, Jun 7, 2009 at 5:16 PM, Dan Kegel d...@kegel.com wrote: On Sun, Jun 7, 2009 at 4:41 PM, Nicolas

[chromium-dev] Re: Fixing our keyboard handling act on OSX

2009-06-07 Thread 坊野 博典
Hi Nico, Thank you for your comment and sorry for confusing you. 2009/6/6 Nico Weber tha...@chromium.org: Hi, re Type ctrl-a on hebrew keyboard: On OS X, ctrl-a usually does not select all text (that's what cmd-a does) but goes to the beginning of the current line, as in emacs. But that

[chromium-dev] RE : chrome's testing

2009-06-07 Thread sitan2006
A Try Bot is a machine that gets sent code patches and instantly (or not instantly) builds chrome with these changes with the latest source. That is the place to see if the things you want to commit are fine, I guess mostly big, could-be-breaking changes are getting sent there. Of course, only

[chromium-dev] Re: Fixing our keyboard handling act on OSX

2009-06-07 Thread 坊野 博典
Hi James Su, Thank you for your comments. On Sat, Jun 6, 2009 at 1:17 AM, Zhe Sujames...@gmail.com wrote: Hi,   I'm interested in working with you on the IME support issue, especially on Linux. I just read attached document, and following are some of my questions and information: 1. How

[chromium-dev] Re: RE : chrome's testing

2009-06-07 Thread PhistucK
I forgot about the cross platform compiling stuff. I do not think every change is going through the try bot first, but only stuff that has greater scopes. About the testing thing, it says there Here is a list of some of the tests currently used by Chromium:, so those are only some of them.

[chromium-dev] Re: Fixing our keyboard handling act on OSX

2009-06-07 Thread Jeremy Moskovich
Hi Hironori, Thanks for the detailed report. I haven't nearly the same insight into the text input system as you and Avi do, but from what I've seen it may be possible for us to do at least a marginally better job using the built-in system routines and thus avoiding many sticky bugs e.g.

[chromium-dev] Re: Build errors with VS2008SP1

2009-06-07 Thread Bradley Nelson
With VS2008 it is very likely things are messed up right now. I run VS2008 on one of my boxes and a few days ago when I last tried it was hitting several issues: tcmalloc stuff, _TR1 thing related to boost/tuple. Unfortunately results have been unstable with vs2008 lately. Once gyp is fully

[chromium-dev] Re: Build errors with VS2008SP1

2009-06-07 Thread Mohamed Mansour
In contrast :) I have had no issues so far, for months. I believe you guys are doing an awesome job supporting this. The _TR1 thing was happening on all the build bots and try servers a few days ago and nsylvain fixed it. Other than that, everything works smooth. I have been using Visual Studio

[chromium-dev] Is there any way to know if a web page is fully loaded from the Browser object

2009-06-07 Thread Mohamed Mansour
Hi chromium, I have been working on some feature (automatic printing) where it requires the page to be fully loaded before I bring up the printer dialog and print. The printer dialog (native to windows) blocks the UI so the page being loaded is still white, hence it prints a white page. After the

[chromium-dev] Re: Is there any way to know if a web page is fully loaded from the Browser object

2009-06-07 Thread Peter Kasting
On Sun, Jun 7, 2009 at 10:45 PM, Mohamed Mansour m0.interact...@gmail.comwrote: My question is this, how can I ensure all the page elements are finished loading? There seems to be no asynchronous event I could use to wait till a page has been fully loaded. Any ideas? Have you tried tracing

[chromium-dev] Re: Is there any way to know if a web page is fully loaded from the Browser object

2009-06-07 Thread PhistucK
As a hacky workaround, you can create an embedded userscript with an onload event window.print() and trigger it whenever there is a --print-page switch.:P ☆PhistucK On Mon, Jun 8, 2009 at 08:45, Mohamed Mansour m0.interact...@gmail.comwrote: Hi chromium, I have been working on some feature

[chromium-dev] Re: Question about chromium V8 engine compiling into native code

2009-06-07 Thread Mads Sig Ager
Hi Nathan, I understand chromium V8 engine compiling JS files into native code and then have native os executes the generated code. 1. Is there a lot of over head in writing the generated code to a file and have native os executes it? the code is put in the JavaScript heap in a code object.

[chromium-dev] What is the best way to get document location from an NPAPI plugin?

2009-06-07 Thread vijay
Preferably a browser-independent way would be great. Thanks in advance, Vijay --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: