[chromium-dev] Re: Clobbering

2009-08-11 Thread Jeremy Orlow
On Mon, Aug 10, 2009 at 10:45 PM, Aaron Boodman a...@chromium.org wrote: Such a system does not help when people sync your change. We should invest the effort we would expend building this system fixing the dependency issues. gclient could be made to obey it as well. But I agree, it's a

[chromium-dev] Re: Clobbering

2009-08-11 Thread Bradley Nelson
We currently have a hack of sorts in mind (well an issue filed on gyp) that would cover a larger class of settings changes (the worst handled by vstudio directly). The idea is to have gyp generate a text file full of settings garp which would be an additional dependency of each project. There are

[chromium-dev] Re: Clobbering

2009-08-11 Thread Jeremy Orlow
They were both WebKit deps rolls. The latter one was caused by an .idl file that changed. The former, I don't know off the top of my head. Here's the chromium review: http://codereview.chromium.org/165278 Here are the files that changed:

[chromium-dev] Re: Clobbering

2009-08-11 Thread Amanda Walker
I agree. Every clobber means we have a dependency bug. I would prefer that we track and fix those bugs than get desensitized to them. --Amanda On Tue, Aug 11, 2009 at 1:45 AM, Aaron Boodman a...@chromium.org wrote: Such a system does not help when people sync your change. We should invest

[chromium-dev] Re: Clobbering

2009-08-11 Thread Marc-Antoine Ruel
Knowing MS, it could be the forward slash (/) that is breaking the dependency scanner. M-A On Tue, Aug 11, 2009 at 2:24 AM, Jeremy Orlowjor...@chromium.org wrote: They were both WebKit deps rolls.  The latter one was caused by an .idl file that changed. The former, I don't know off the top

[chromium-dev] Re: Clobbering

2009-08-11 Thread Dimitri Glazkov
The culprit here was the change to the CodeGeneratorV8.pm. It looks like we should somehow trigger clobber of of rule_binding.py when that happens. :DG On Mon, Aug 10, 2009 at 11:24 PM, Jeremy Orlowjor...@chromium.org wrote: They were both WebKit deps rolls.  The latter one was caused by an

[chromium-dev] Re: Clobbering

2009-08-11 Thread Eric Seidel
Never mind, that line is already complete! GENERATE_BINDINGS_SCRIPTS = \ bindings/scripts/CodeGenerator.pm \ bindings/scripts/IDLParser.pm \ bindings/scripts/IDLStructure.pm \ bindings/scripts/generate-bindings.pl \ On Tue, Aug 11, 2009 at 7:51 AM, Eric Seidel

[chromium-dev] Re: Clobbering

2009-08-11 Thread Mark Mentovai
Dimitri Glazkov wrote: The culprit here was the change to the CodeGeneratorV8.pm. It looks like we should somehow trigger clobber of of rule_binding.py when that happens. We already do. In the .idl rule in webkit.gyp, we have: 'inputs': [

[chromium-dev] Problem building chrome in windows

2009-08-11 Thread circle
Hi I'm getting some linking errors as I build Chrome in VS2008: Error 19 error LNK2005: _CLSID_DestinationList already defined in browser.lib(jumplist.obj) uuid.lib Error 20 error LNK2005: _CLSID_EnumerableObjectCollection already defined in browser.lib(jumplist.obj)

[chromium-dev] Re: How not to spend the day getting depot_tools, cygwin svn to play nicely...

2009-08-11 Thread Andrew Scherkus
FYI the issue should resolve itself next time you run gclient sync with cygwin svn:http://src.chromium.org/viewvc/chrome?view=revrevision=23035 Let me know if you run into any issues. On Mon, Aug 10, 2009 at 3:34 PM, Andrew Scherkus scher...@chromium.orgwrote: This thread couldn't have been

[chromium-dev] Re: Subversion tags for stable/beta/dev?

2009-08-11 Thread Mark Larson (Google)
Yes, I think we can add something so each channel has a persistent URL. I'll discuss with Aaron offline. On Sat, Aug 8, 2009 at 00:17, Darin Fisher da...@chromium.org wrote: On Fri, Aug 7, 2009 at 11:59 PM, Aaron Boodman a...@chromium.org wrote: Ok, sorry I got defensive. Short answer is we

[chromium-dev] Re: Subversion tags for stable/beta/dev?

2009-08-11 Thread Aaron Boodman
Hooray, thanks Mark. - a On Tue, Aug 11, 2009 at 1:22 PM, Mark Larson (Google)m...@chromium.org wrote: Yes, I think we can add something so each channel has a persistent URL. I'll discuss with Aaron offline. On Sat, Aug 8, 2009 at 00:17, Darin Fisher da...@chromium.org wrote: On Fri, Aug

[chromium-dev] stopgap fix for flaky UI tests

2009-08-11 Thread cpu
We know that one source of flakiness in UI tests (and some other) is the use of Sleep(). I was wondering if we could use WaitForInputIdle() instead on Windows instead and some moral equivalent in the other platforms. I of course agree that it would be best to remove the sleeps altogether, but as

[chromium-dev] How to simulate a MMS message on emulator

2009-08-11 Thread n179911
Hi, How to simulate a MMS message on emulator? From the eclipse android plugins, I can only see 'SMS'. I don't see any MMS message. Thank you. --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread Wallace Araujo
Someone could help me in these disputes? it is an Opensource project. Wallace Araujo cellphone: +55 (21) 7681-9846 Follow me on Twitter: @wallacejvm 2009/8/10 Wallace Araujo wallace@gmail.com Portugues( lingua nativa): Eu estou desenvolvendo um sistema para gerenciamento de lan

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread Jeremy Orlow
Even with the translation, it's difficult to understand what you're saying and asking. Chromium has a full screen feature and is open source so you could tweak it to meet your needs. Does that help? On Tue, Aug 11, 2009 at 3:16 PM, Wallace Araujo wallace@gmail.comwrote: Someone could help

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread Dan Kegel
And are you looking to hire somebody to do the work? (That's what I seem to gather from your hourly comment.) On Tue, Aug 11, 2009 at 3:23 PM, Jeremy Orlowjor...@chromium.org wrote: Even with the translation, it's difficult to understand what you're saying and asking.  Chromium has a full

[chromium-dev] Re: Clobbering

2009-08-11 Thread Bradley Nelson
Ok I think I've found it.It looks like a bug in the rule - makefile emitter which is only used for webcore. (Most gyp rules turn into custom build rules, but we added a makefile emitter option for this one because the native rules were too slow). It appears that the custom build step for the

[chromium-dev] Re: Why does Chromium on mac have a theme switch UI in the preferences?

2009-08-11 Thread Meok
Just to add my two cents worth. Even though there is a full resource, I still see a need for users to be able to keep their favorites easily accessible. It;s the same philosophy of having a New Tab Page even though you can pull back your most visited sites from the bookmarks. I think it would

[chromium-dev] Re: Clobbering

2009-08-11 Thread Jeremy Orlow
Nice!!! On Tue, Aug 11, 2009 at 3:57 PM, Bradley Nelson bradnel...@google.comwrote: Ok I think I've found it.It looks like a bug in the rule - makefile emitter which is only used for webcore. (Most gyp rules turn into custom build rules, but we added a makefile emitter option for this one

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread Ricardo Vargas
I guess he's looking at a way to prevent the browser from going out of full screen mode. My second guess is that the last comment is just a greeting (that's all for now). On Tue, Aug 11, 2009 at 3:37 PM, Dan Kegel d...@kegel.com wrote: And are you looking to hire somebody to do the work?

[chromium-dev] Chrome Trunk at 4.0

2009-08-11 Thread Anthony LaForge
We've officially bumped Chromium to 4.0.x to reflect our code freeze point for 3.0. There is still a bit of work that needs to be done for 3.0 in terms of stability and fixes, and to that end we will be pulling changes into the 195 branch (what will become the stable release). Keep your eyes out

[chromium-dev] Re: Why does Chromium on mac have a theme switch UI in the preferences?

2009-08-11 Thread Mohamed Mansour
I kinda like that idea, I personally don't know what directions themes is going. It seems like a hidden project that will just surprise us one day. -- Mohamed Mansour On Tue, Aug 11, 2009 at 7:03 PM, Meok meok...@gmail.com wrote: Just to add my two cents worth. Even though there is a full

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread Mohamed Mansour
Firefox and IE has Kiosk mode, where you can go full screen all the time. iexplore -k url We currently don't have that in Chromium, the closest we have is Application Mode. Kiosk mode is a browser with no frame (aka full screen with no exit) -- Mohamed Mansour On Tue, Aug 11, 2009 at 7:30 PM,

[chromium-dev] Re: Why does Chromium on mac have a theme switch UI in the preferences?

2009-08-11 Thread Peter Kasting
On Tue, Aug 11, 2009 at 4:03 PM, Meok meok...@gmail.com wrote: Just to add my two cents worth. Even though there is a full resource, I still see a need for users to be able to keep their favorites easily accessible. It;s the same philosophy of having a New Tab Page even though you can pull

[chromium-dev] --safe-plugins

2009-08-11 Thread Caleb Eggensperger
I have a friend who is interested in trying --safe-plugins and I told him he should file compat bugs at crbug.com/new, which was what I thought the advice was. I then looked for a bug that mentioned the flag to give him an example (which is difficult, incidentally, because I think it's

[chromium-dev] Re: --safe-plugins

2009-08-11 Thread Adam Barth
Please do file these bugs. They should probably get their own tag (SafePlugins, maybe?) and will be moved to Mstone-X because enabling --safe-plugins by default is not a feature assigned to a specific milestone. Thanks! Adam On Tue, Aug 11, 2009 at 7:05 PM, Caleb

[chromium-dev] Allocator Choice

2009-08-11 Thread Mike Belshe
In an effort to make it easier to test debugging heaps and allocators, I just landed a changelist which makes our allocators switchable at runtime. Unlike Obama's plan for healthcare, this CL is about giving you more choice. From an environment variable, you can now switch between 4 different

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread Wallace Araujo
Jeremy Orlow So, how can I do this? ^^ Dan Kegel No, but if I can get help I would be thankful. I can't find the material of the documentation about this. Ricardo Vargas Exactly, I need a screen without the full-screen frame and that can't be closed by the user

[chromium-dev] Re: Why does Chromium on mac have a theme switch UI in the preferences?

2009-08-11 Thread Meok
I'm all in favor of Chromium using web interfaces instead of local code. As I've said before in a thread on Chromium-Discuss, if Google is creating a browser to maximize the potential of the web, and encourage web developers to make more complex applications, then the said Google browser should

[chromium-dev] Re: How to simulate a MMS message on emulator

2009-08-11 Thread PhistucK
If this is not related to Chrome\Chromium (and I suspect it does not), this is not the place. I am sure there are groups for Android, google it. ☆PhistucK On Wed, Aug 12, 2009 at 01:02, n179911 n179...@gmail.com wrote: Hi, How to simulate a MMS message on emulator? From the eclipse android

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread PhistucK
You can embed Chromium with this project -chromiumembedded.googlecode.com ☆PhistucK On Wed, Aug 12, 2009 at 07:01, Wallace Araujo wallace@gmail.com wrote: Jeremy Orlow So, how can I do this? ^^ Dan Kegel No, but if I can get help I would be thankful. I can't find the

[chromium-dev] Re: Why does Chromium on mac have a theme switch UI in the preferences?

2009-08-11 Thread PhistucK
I have not read through the entire message, so forgive me if I am saying something unrelated and that was already answered here -It seems like there might be security issues with loading web resources in the internal pages, since internal pages seem to have a lot of power and privileges and the

[chromium-dev] Re: Allocator Choice

2009-08-11 Thread Dean McNamee
Do we have numbers on how the 4 allocates compare on those tests (page cycler, etc)? On Tue, Aug 11, 2009 at 8:25 PM, Mike Belshembel...@google.com wrote: In an effort to make it easier to test debugging heaps and allocators, I just landed a changelist which makes our allocators switchable at

[chromium-dev] Re: lan manager in cloud

2009-08-11 Thread Jeremy Orlow
On Tue, Aug 11, 2009 at 9:27 PM, PhistucK phist...@gmail.com wrote: You can embed Chromium with this project -chromiumembedded.googlecode.com ☆PhistucK Yeah...that sounds like what you're looking for probably. It's a way to embed the Chromium rendering engine into your own apps. On Wed,