[chromium-dev] Re: Error While compiling on ubuntu 64bit

2009-06-23 Thread Ibrar Ahmed
start using that wonderful thing called Options and add it in there, please. -- Ibrar Ahmed -- Ibrar Ahmed --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options

[chromium-dev] Error While compiling on ubuntu 64bit

2009-06-22 Thread Ibrar Ahmed
of generating it each time a person wants to zoom? If so, for the love of everything decent, please go back to the old system, i don't care for FPZ and never will, or at least start using that wonderful thing called Options and add it in there, please. -- Ibrar Ahmed

[chromium-dev] Re: gcl problem

2008-12-07 Thread Ibrar Ahmed
/4 Ibrar Ahmed [EMAIL PROTECTED] On Thu, Dec 4, 2008 at 7:56 PM, Marc-Antoine Ruel [EMAIL PROTECTED] wrote: Be sure to execute gcl in /your/checkout/src/ directory. Doing the same. Actually problem is just with this file net/base/listen_socket_unittest.cc. I have tried with other files

[chromium-dev] gcl problem

2008-12-04 Thread Ibrar Ahmed
I have made changes in net/base/listen_socket_unittest.cc file but my gcl command doesn't shows it. I want to upload my changes. Can any body check whats wrong? -- Ibrar Ahmed EnterpriseDB http://www.enterprisedb.com --~--~-~--~~~---~--~~ You received

[chromium-dev] Re: gcl problem

2008-12-04 Thread Ibrar Ahmed
AM, Ibrar Ahmed [EMAIL PROTECTED] wrote: I have made changes in net/base/listen_socket_unittest.cc file but my gcl command doesn't shows it. I want to upload my changes. Can any body check whats wrong? -- Ibrar Ahmed EnterpriseDB http://www.enterprisedb.com -- Ibrar

[chromium-dev] Error: OverQuotaError; please report!

2008-10-24 Thread Ibrar Ahmed
Hi, I am getting this error message while updating my patch set. Error: OverQuotaError; please report! If this is a wrong list please tell me where to report. --ibrar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[chromium-dev] Re: Wrap Windows specific call with OS macro

2008-10-22 Thread Ibrar Ahmed
better to make general error conversion table, because these partial conversion on every call of GetLastError really create a mess in a code. On 21 Ott, 20:57, Ibrar Ahmed [EMAIL PROTECTED] wrote: On Tue, Oct 21, 2008 at 9:29 PM, Evan Martin [EMAIL PROTECTED] wrote: Ibrar, What

[chromium-dev] Re: Wrap Windows specific call with OS macro

2008-10-22 Thread Ibrar Ahmed
On Thu, Oct 23, 2008 at 12:14 AM, Dan Kegel [EMAIL PROTECTED] wrote: On Wed, Oct 22, 2008 at 11:11 AM, Ibrar Ahmed [EMAIL PROTECTED] wrote: Agreed, but if we are not wrapping these function then we are doing the same on every call of GetLastError what you want to avoid. Again, we tend

[chromium-dev] Wrap Windows specific call with OS macro

2008-10-21 Thread Ibrar Ahmed
platform::GetLastError(); Function = namespace platform (or any other name) { int GetLastError() { #if defined(OS_WIN) return GetLastError(); #elif defined(OS_POSIX) return errno; #endif } } Comments? -- Ibrar Ahmed EnterpriseDB http://www.enterprisedb.com

[chromium-dev] Re: Wrap Windows specific call with OS macro

2008-10-21 Thread Ibrar Ahmed
the code to properly handle the error (and convert it to a more helpful string error message). On Tue, Oct 21, 2008 at 2:44 AM, Ibrar Ahmed [EMAIL PROTECTED] wrote: Hi All, While porting some module on Linux I feel that there are lot of Windows specific call exists. IMHO we should at least wrap

[chromium-dev] Re: Weird Error while running ../third_party/scons/scons.py Hammer

2008-10-20 Thread Ibrar Ahmed
of ../third_party/scons/scons.py net. Please update this document accordingly. http://dev.chromium.org/developers/how-tos/build-instructions-linux On Mon, Oct 20, 2008 at 12:57 PM, Ibrar Ahmed [EMAIL PROTECTED] wrote: OS = Ubuntu 8.04 I have synced today and getting this error [EMAIL

[chromium-dev] Re: Compilation Errors

2008-10-17 Thread Ibrar Ahmed
] wrote: Everything seems fine. Sorry to hear you had troubles. I'll wait for the logs. If that's an issue with the tarball, I'll ping the right people about that. M-A 2008/10/17 Ibrar Ahmed [EMAIL PROTECTED]: On Thu, Oct 16, 2008 at 7:01 PM, Marc-Antoine Ruel [EMAIL PROTECTED] wrote: Ok I'll

[chromium-dev] Compilation Errors

2008-10-15 Thread Ibrar Ahmed
Hi, I am compiling chrome in VC 2005 SP1 (Windows XP). I am getting too much errors. ERROR SET 1 Cannot open include file: 'config.h': No such file or directory ERROR SET 2 5c:\google\chromium\src\third_party\WebKit\JavaScriptCore\wtf/MathExtras.h(96) : error C2143: syntax error : missing ')'

[chromium-dev] MessageLoopForIO Problem in Linux

2008-09-25 Thread Ibrar Ahmed
Hi, While working on listen_socket module in Linux I stucked in problem where I am getting this run time error while running unittest [0925/013325:FATAL:/home/ibrar/chromium/src/base/message_loop.h(451)] Check failed: MessageLoop::TYPE_IO == loop-type() (2 vs. 0) Actually this error comes due

Re: Development and Build groups

2008-09-06 Thread Ibrar Ahmed
I can't speak for everyone, but I'd rather keep them together, so I don't have to join yet another list. :) We have a lot of new people trying to get builds working now, but it'll slow down eventually. - Pam True for Windows; but Linux/mac/... will take longer :( -- -- Ibrar