[chromium-dev] Re: Fixing a CSS problem?

2008-09-24 Thread HLS
Evan, A Safari tester for us reported the following: --- Hector 1. Both Chrome and Safari render the page in the same way. Large blank area at the top. 2. Safari reports that Safari cannot find the Internet Plug-in The Page 'AUP Index' has content of

[chromium-dev] Re: Fixing a CSS problem?

2008-09-24 Thread Eric Seidel
http://bugs.webkit.org/ is the place to file WebKit-level issues. (Issues which reproduce in both Safari and Chrome). http://webkit.org/quality/reporting.html There are numerous known issues with WebKit's object tag handling:

[chromium-dev] r2546 fails to compile

2008-09-24 Thread avcoder
there are lot of error C2039: 'FastToNativeObject' : is not a member of 'WebCore::V8Proxy' eg: //@file:V8XSLTProcessor.cpp static v8::Handlev8::Value clearParametersCallback(const v8::Arguments args) { INC_STATS(LDOM.XSLTProcessor.clearParameters); XSLTProcessor* imp =

[chromium-dev] Re: base_drop_target.cc - base_drag_source.cc

2008-09-24 Thread Marc-Antoine Ruel
You are right, this class seems like it needs some love (e.g. refactoring). Note that this COM object is probably in a single apartment so it is single threaded. Note that it isn't specified in the class' comments. I don't know this class enough to give a definite answer. For the constructor,

[chromium-dev] Re: r2546 fails to compile

2008-09-24 Thread Marc-Antoine Ruel
If you synched in the last day, you need to clobber the output directory. This is due to some V8 binding changes. When you get errors like that in an incremental build, first thing to try to start with a fresh build (and not use Clean/Rebuild on VS). Thanks M-A 2008/9/24 avcoder [EMAIL

[chromium-dev] Re: About the Issue 1529: port build/localized_strings/SConscript for linux

2008-09-24 Thread [EMAIL PROTECTED]
Any comments on my solution in the above posts? - or is it just more common to post instead if reading what came beforehand now :) On 24 Sep., 01:22, James Vega [EMAIL PROTECTED] wrote: On Tue, Sep 23, 2008 at 03:55:07PM -0700, Simon B. wrote: You can provide context[0] for a string to

[chromium-dev] Re: base_drop_target.cc - base_drag_source.cc

2008-09-24 Thread Evan Martin
It sounds to me like you understand both the issues and how to resolve them pretty well -- if you submitted a patch I'd be happy to find someone to review it. Here's how to get started: http://dev.chromium.org/developers/contributing-code On Wed, Sep 24, 2008 at 3:37 AM, Gaetano Mendola [EMAIL

[chromium-dev] Build Errors in The lasted Build 2554 on Mac

2008-09-24 Thread [EMAIL PROTECTED]
Just being curious that if anyone has noticed the latest build produced hundreds of build errors on Mac compared a build last week(can't remember the bulid #) which only had a few errors. I would not be surprised enough to post a message about it if the difference in the number of errors weren't

[chromium-dev] Re: Build Errors in The lasted Build 2554 on Mac

2008-09-24 Thread Mike Pinkerton
Try tossing your src/xcodebuild folder and trying again. The nature of the DerivedSources in Webkit makes it hard to fully clean a build just from Xcode alone. On Wed, Sep 24, 2008 at 3:46 PM, Nicolas Sylvain [EMAIL PROTECTED] wrote: Hello, I don't know anything about mac, but I think we

[chromium-dev] Re: base_drop_target.cc - base_drag_source.cc

2008-09-24 Thread Gaetano Mendola
Shall I first submit a bug so I can insert the right BUG=XX line when I do a gcl change mychange ? Regards Gaetano Mendola On Sep 24, 6:55 pm, Evan Martin [EMAIL PROTECTED] wrote: It sounds to me like you understand both the issues and how to resolve them pretty well -- if you submitted

[chromium-dev] Re: base_drop_target.cc - base_drag_source.cc

2008-09-24 Thread Nicolas Sylvain
On 9/24/08, Gaetano Mendola [EMAIL PROTECTED] wrote: Shall I first submit a bug so I can insert the right BUG=XX line when I do a gcl change mychange ? It's always better, but I don't think we are really strict about that, as long as the comment is really explicit. If you want to

[chromium-dev] Re: base_drop_target.cc - base_drag_source.cc

2008-09-24 Thread Gaetano Mendola
On Sep 25, 12:25 am, Nicolas Sylvain [EMAIL PROTECTED] wrote: On 9/24/08, Gaetano Mendola [EMAIL PROTECTED] wrote:  Shall I first submit a bug so I can insert the right  BUG=XX  line when I do a gcl change mychange ? It's always better, but I don't think we are really strict

[chromium-dev] chrome expierence

2008-09-24 Thread if-ifone
use a few days of chrome .I think chrome is great! but it has a critical problem in use,this will prevent chrome's going forth. issue: chrome intermittent block when some page is loading. it makes browser table switch difficult,viewer scroll bar stop and os block for a while.

[chromium-dev] Adding additional vector handling methods to CppVariant

2008-09-24 Thread Marshall Greenblatt
Hi All, I'd like to add a full compliment of vector handling methods to the webkit/glue/CppVariant class. The methods I'm proposing are as follows: // Methods for retrieving vectors of different data types std::vectorstd::wstring ToStringVector() const; // this method already exists

[chromium-dev] Re: r2546 fails to compile

2008-09-24 Thread avcoder
Thanks for your tips On Sep 24, 10:06 pm, Marc-Antoine Ruel [EMAIL PROTECTED] wrote: If you synched in the last day, you need to clobber the output directory. This is due to some V8 binding changes. When you get errors like that in an incremental build, first thing to try to start with a

[chromium-dev] Re: Suggestion: Chrome Standalone

2008-09-24 Thread Milton Segura
@ph Thank you, that's what I needed. @Ian: Thanks for the advice, I'll try to use it on NTFS partitions only. (I think copying it from the USB drive to the disk would solve the fat32 issue) --~--~-~--~~~---~--~~ You received this message because you are subscribed

[chromium-dev] Re: chrome expierence

2008-09-24 Thread HLS
Chrome is showing an excellent proof of concept but it has a long way to go to become a reliable product. I like Chrome for the following reasons: As one of the original since the 80s multi-milllion dollar online hosting with GUI frontends commercial systems, migrating to Windows in 90s and to

[chromium-dev] Re: About the Issue 1529: port build/localized_strings/SConscript for linux

2008-09-24 Thread Arnaud
An other proposition: Based on: - Translations are done in XML files - There is tools to handle this (I guess), no need for gettext - The ability to test a translation without recompiling is a plus My proposition: - Store translations in protobuf files - Generate the protobuf files with GRIT. -

[chromium-dev] Re: How does l10n work in Chrome?

2008-09-24 Thread tony
Oh, I had written this up here but forgot to email about it: http://dev.chromium.org/developers/design-documents/ui-localization Also, you can now communicate bad translations using the issue tracker. There is now a bug template for translation errors: