[chromium-dev] gcl upload error

2009-11-21 Thread Munjal Doshi
I get the following error when running gcl upload when it tries to send the job to try server after successfully uploading files: Traceback (most recent call last): File C:\Tools\depot_tools\gcl.py, line 1273, in ? sys.exit(main()) File C:\Tools\depot_tools\gcl.py, line 1244, in main

Re: [chromium-dev] gcl upload error

2009-11-21 Thread Munjal Doshi
data. Try something like svn ls --username=mycommitern...@chromium.org svn://... and log in if it prompts you. On Sat, Nov 21, 2009 at 12:46 AM, Munjal Doshi mun...@chromium.org wrote: I get the following error when running gcl upload when it tries to send the job to try server after

[chromium-dev] Re: Recommendations for string data type

2009-11-07 Thread Munjal Doshi
Thanks for all the responses. Just ot give some context (as some of you asked) I came across this recently when working on string cleanup in bookmark sync code. The sync protocol uses UTF8 and it interacts with bookmarks which is all wstrings. syncapi.h is the interface on top of sync engine that

[chromium-dev] Installing Chrome without another browser...

2009-10-19 Thread Munjal Doshi
This weekend IE stopped working on my father-in-law's machine such that it crashes at startup. I took the opportunity to market Chrome (again) to him. But then got puzzled by how would I install it without a working browser on the machine. I thought about downloading the installer on one machine

[chromium-dev] Sheriff help from 3:30 to 4:30 today

2009-10-16 Thread Munjal Doshi
Can someone perform sheriff duties from 3:30 to 4:30 PM today? I have a meeting which I would like to attend during that time. Thanks -Munjal --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options,

[chromium-dev] No co-sheriff today

2009-10-15 Thread Munjal Doshi
I am the only scheduled sheriff today and there is no co-sheriff. I was out for 5 minutes to grab lunch and ran to my desk. The tree became red in the meantime. Sorry for not being thoughful to aks someone to cover for me during those 5 minutes. It would be great if someone can help me out today

[chromium-dev] Re: Proposal: rename CHROME_PERSONALIZATION to ENABLE_BROWSER_SYNC

2009-10-14 Thread Munjal Doshi
I like ENABLE_BROWSER_SYNC too. -Munjal On Wed, Oct 14, 2009 at 12:17 PM, Tim Steele t...@chromium.org wrote: (chromium-dev-izing thread) Are we still a month from having the platforms build? If we aren't do we have another way to disable a feature per platform, or just command line flags?

[chromium-dev] Re: Replacing BaseTransaction with a straight lock?

2009-09-24 Thread Munjal Doshi
+Adding back chromium-dev -Munjal On Wed, Sep 23, 2009 at 5:22 PM, Munjal Doshi mun...@chromium.org wrote: I am not sure. But it doesn't seem crazy to use sync data as a database directly for certain data types. -Munjal On Wed, Sep 23, 2009 at 5:04 PM, Jonathan Huang ch...@google.com