Re: [chromium-dev] seeking c++ expertise for a tiny tricky bit of code

2010-01-13 Thread Wan-Teh Chang
On Wed, Jan 13, 2010 at 9:42 AM, Evan Martin e...@chromium.org wrote: With that in mind I think we should explicitly use -fno-strict-aliasing until someone is willing to take the time to run buildbots, track down regressions, etc. for the other configuration. I tend to agree. Many

[chromium-dev] http://build.chromium.org/buildbot/continuous/LATEST/REVISION has changed

2009-12-14 Thread Wan-Teh Chang
If you're using the safesync URL http://build.chromium.org/buildbot/continuous/LATEST/REVISION in your .gclient file, your gclient sync command should be failing now. This is because the URL has been replaced by three platform-specific URLs:

Re: [chromium-dev] Compiler version used for official Windows builds?

2009-11-25 Thread Wan-Teh Chang
On Wed, Nov 25, 2009 at 4:22 AM, Ted Mielczarek ted.mielcza...@gmail.com wrote: Hi, I couldn't find this info anywhere on the dev site (maybe I just wasn't looking hard enough), but I'm curious as to what version of Visual C++ you're using for the official Chrome builds. It's Visual C++

Re: [chromium-dev] Any interest in command line tools for network stack?

2009-11-13 Thread Wan-Teh Chang
On Fri, Nov 13, 2009 at 11:58 AM, Chris Bentzel cbent...@gmail.com wrote: I'm using them as a learning exercise for the network stack - and I'm guessing that they will help debug behavior in the future as well. I don't intend to add additional functionality over the standard tools - in fact,

[chromium-dev] Re: FreeBSD port, take 2

2009-08-27 Thread Wan-Teh Chang
On Thu, Aug 27, 2009 at 3:02 AM, Ben Laurieb...@google.com wrote: I forgot to mention - there's a single file that may not be complete, base/crypto/signature_verifier_nss.cc - this is because the FreeBSD port of NSS is too old and doesn't have a function it needs. I'll get to that at some

[chromium-dev] Re: linux dev channel crashing on first login to gmail today?

2009-08-19 Thread Wan-Teh Chang
On Wed, Aug 19, 2009 at 12:20 PM, Evan Martine...@chromium.org wrote: I got a crash on an SSL site today. It was http://code.google.com/p/chromium/issues/detail?id=18907 Fumitoshi Ukai just fixed that crash in r23696 last night. Wan-Teh --~--~-~--~~~---~--~~

[chromium-dev] Re: url_request document

2009-08-18 Thread Wan-Teh Chang
On Fri, Aug 14, 2009 at 1:49 PM, Marshall Greenblattmagreenbl...@gmail.com wrote: Hi All, I've been using url_request for a while now, and I find myself consistently forgetting the relationship between the various managers/handlers and order in which the asynchronous calls take place.  Does

[chromium-dev] Re: new hunspell has tons of valgrind warnings... revert?

2009-08-03 Thread Wan-Teh Chang
On Sat, Aug 1, 2009 at 2:54 PM, Dan Kegeld...@kegel.com wrote: http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Linux%20(valgrind)/builds/1671/steps/valgrind%20test:%20unit/logs/stdio introduces 26 new unintialized memory references and two leaks. That's a big enough batch

[chromium-dev] Re: [BUG][PATCH] Small compilation issue on Linux

2009-07-30 Thread Wan-Teh Chang
On Thu, Jul 30, 2009 at 12:13 PM, LivioSoareslivi...@gmail.com wrote:  Hi,  I'm running Debian, with GCC 4.3.3 and am current getting a compilation error while compiling Chromium: cc1plus: warnings being treated as errors chromium/src/net/base/net_util.cc: In function

[chromium-dev] Re: Compiler warnings?

2009-07-23 Thread Wan-Teh Chang
Ben, I believe the GCC warning you want is -Wreturn-type, which is enabled if we specify -Wall: http://gcc.gnu.org/onlinedocs/gcc-4.3.3/gcc/Warning-Options.html#Warning-Options Are we not compiling with -Wall? Wan-Teh --~--~-~--~~~---~--~~ Chromium Developers

[chromium-dev] Re: HTTP POST via net package?

2009-06-08 Thread Wan-Teh Chang
On Mon, Jun 8, 2009 at 2:02 PM, Daniel Cowxdaniel.c...@gmail.com wrote: How can I upload multipart form data (including a file) via HTTP POST? Is there something already written in the net package (or elsewhere) for this task? If so, can someone please point me to what class to use. You can

[chromium-dev] Re: UI_test.exe fails to complete (please help)

2009-05-26 Thread Wan-Teh Chang
On Mon, May 25, 2009 at 7:18 PM, nakro yoav.zilberb...@gmail.com wrote: but still this is what i get : (in hebrew it gets stuck, so this is an improvement) [  FAILED  ] UnloadTest.BrowserCloseTabWhenOtherTabHasListener [  FAILED  ] LoginPromptTest.TestBasicAuth [  FAILED  ]

[chromium-dev] Re: cryptoht.h not found

2009-05-18 Thread Wan-Teh Chang
On Sat, May 16, 2009 at 12:13 AM, Mohamed Mansour m0.interact...@gmail.com wrote: Weird, I just received this error while compiling a fresh build on linux. Downloaded the tarball, and hammer (clean). The first error I saw on the screen was: cd: 1: can't cd to

[chromium-dev] Unexpected PDB error; ACCESS_DENIED (15) while building browser_tests_launcher

2009-05-08 Thread Wan-Teh Chang
I am using Visual Studio 2005 SP1 with hotfix 935225 on Windows XP SP3. I checked out a chromium source tree from scrash, using http://build.chromium.org/buildbot/continuous/LATEST/REVISION as the safesync_url, and did a Release build. I got the following link error while building

[chromium-dev] Re: Unexpected PDB error; ACCESS_DENIED (15) while building browser_tests_launcher

2009-05-08 Thread Wan-Teh Chang
On Fri, May 8, 2009 at 11:06 AM, Marc-Antoine Ruel mar...@chromium.org wrote: /MP ? If so, that's normal. Make sure you also kill mspdbsrv.exe. No, I didn't add /MP to essential.vsprops because I know it doesn't work well with Visual Studio 2005. I did a web search for the linker error message

[chromium-dev] Re: Fwd: Friend who works on Chrome

2009-05-06 Thread Wan-Teh Chang
On Wed, May 6, 2009 at 1:26 PM, Nick Baum nickb...@chromium.org wrote: -- Forwarded message -- Kirill - thanks for the intro. Nick - I just wanted to follow up on that strange issue with Chrome I mentioned when we last talked. When I load Chrome, the favorites boxes load

[chromium-dev] Re: BUG= formatting

2009-04-30 Thread Wan-Teh Chang
On Thu, Apr 30, 2009 at 1:50 PM, Ben Goodger (Google) b...@chromium.org wrote: Hint: If you write your changelist bug line like this: http://crbug.com/7991 instead of like this: BUG=7991 your bug line will be linkified and clickable in numerous places (like the buildbot pages,

[chromium-dev] Re: GSoC: Network Stack in Chromium

2009-04-23 Thread Wan-Teh Chang
On Wed, Apr 22, 2009 at 7:20 PM, Smita vsmi...@gmail.com wrote: Hello, I am not sure if this is the correct forum to put in this question, but I was just curious to know where my application lacked, and why it did not qualify. Your feedback is greatly appreciated! Hi Smita, Our product

[chromium-dev] Re: GSoC: Providing Client Certificate using PKCS#11

2009-03-24 Thread Wan-Teh Chang
On Tue, Mar 24, 2009 at 3:21 PM, Smita vsmi...@gmail.com wrote: Hello, I am putting forth the problem of client authentication handling in Chrome, as I understand it. Kindly correct me if this isn't correct. I understand that SSL handshake fails when a server asks for the client

[chromium-dev] Re: NSS and NSPR

2009-02-27 Thread Wan-Teh Chang
On Fri, Feb 27, 2009 at 5:38 PM, Mark Mentovai m...@chromium.org wrote: Wan-Teh Chang wrote: Another idea is to work harder with Ubuntu to provide the ia32 NSPR/NSS libs for x86_64 in Ubuntu 8.04 LTS.  That'd be the best solution but require a lot of red tape. It sounds like the red tape

[chromium-dev] Re: Reviewing commit messages

2009-02-03 Thread Wan-Teh Chang
Dean, I agree with all your suggestions. Re: typos/spelling errors: I recently started to fix typos/spelling errors in the description of a CL I'm reviewing by clicking Edit Issue. (Rietveld allows a reviewer to edit the description of a CL.) Wan-Teh

[chromium-dev] Re: Windows SDK requirement change : v6.1 is required

2009-01-07 Thread Wan-Teh Chang
On Wed, Jan 7, 2009 at 2:12 PM, Jungshik Shin (신정식, 申政湜) js...@chromium.org wrote: Therefore, the only thing necessary to do is to download Windows SDK 6.1 at http://www.microsoft.com/downloads/details.aspx?FamilyID=e6e1c3df-a74f-4207-8586-711ebe331cdcDisplayLang=en and install it (and

[chromium-dev] Re: HTTP BASIC/DIGEST BUG - Has it been fixed yet?

2009-01-05 Thread Wan-Teh Chang
Authorization header after receiving a 401 Authorization Required response to the first attempt of the request. Wan-Teh Chang --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe

[chromium-dev] Re: SSLClientSocket, TCPClientSocket design choices on linux

2008-09-18 Thread Wan-Teh Chang
On Wed, Sep 17, 2008 at 3:12 PM, Darin Fisher [EMAIL PROTECTED] wrote: In previous discussion with Darin, it seemed we wanted to use epoll rather than poll. This implies that we want to not use NSPR for our network I/O, and thus implies that we want to write an NSPR I/O layer so we can do

[chromium-dev] Re: SSLClientSocket, TCPClientSocket design choices on linux

2008-09-18 Thread Wan-Teh Chang
On Thu, Sep 18, 2008 at 2:55 PM, Dan Kegel [EMAIL PROTECTED] wrote: I bet you five bucks we can layer SSLClientSocket on top of TCPClientSocket by creating a little nspr i/o layer that talks to a memory buffer. I did this with OpenSSL some time ago, I figure I can do it with nss, too.

[chromium-dev] Re: Will Chrome use OCSP?

2008-09-18 Thread Wan-Teh Chang
On Thu, Sep 18, 2008 at 3:04 PM, Rick Andrews [EMAIL PROTECTED] wrote: Chrome appears to use CRLs for SSL cert status checking. Are there any plans to use OCSP instead, or primarily use OCSP with a fallback to CRLs? We should primarily use OCSP with a fallback to CRLs. If we aren't doing