[chromium-dev] Re: cygwin dependence missing?

2009-07-02 Thread David Jones
Well,new headway is I found it's really a weird bug. I copies the same source from my pc to my notebook(both are Windows XP), and run layouttest. The one on pc is still with the cygwin errors I've posted, but the notebook's succeeded without any cygwin error. I cann't explain that, could

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-02 Thread Non-Stick
Are there any javascript errors in the developer console? (page - developer - javascript console) I couldn't see any errors in the javascript console. If you go to chrome://extensions/ do you see your extension listed? Yes, my plugin is listed in chrome://extensions, and all the

[chromium-dev] Re: cygwin dependence missing?

2009-07-02 Thread Marc-Antoine Ruel
Just guessing, access controls. Assuming you are an administrator on your workstation, try: - Right click on src, Properties - Security tab - Advanced button - Owner tab - Select your account, check Replace owner on subcontainers and objects, Click OK and wait - Click OK again to dismiss all the

[chromium-dev] Re: Trac

2009-07-02 Thread Erik Kay
+evan Have any of you tried Evan's git web interface (sorry, it's currently inside google only)? It's really fast, and very nice (although it appears to be a bit stale now). Perhaps it would be worth it to set that up externally as an alternative to viewvc. Erik On Wed, Jul 1, 2009 at 9:32

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-02 Thread Non-Stick
Your best bet is to file a bug with references to the needed files so that someone here can try to reproduce your problem. OK.  I will see if I can produce a cut-down version of my plugin and submit a bug. Done. Raised as Issue 15835 NPAPI Plugin support appears to be broken in the

[chromium-dev] Re: Trac

2009-07-02 Thread Mohamed Mansour
Since I am external, it would be nice to have access to the git web interface. Trac seems too heavy weight, slow, and too crowded in my opinion. ViewVC is great, maybe apply some sort of patch to ViewVC of what Darin has done (which is very cool) and very useful. -- Mohamed Mansour On Thu, Jul

[chromium-dev] Re: Trac

2009-07-02 Thread Jeremy Orlow
Yeah, I'll admit that trac is slow and that Darin's page solves most of my needs. And no, I haven't tried git web yet. What's the URL? Is there anything major blocking it from being made external? J On Thu, Jul 2, 2009 at 10:17 AM, Mohamed Mansour m...@chromium.org wrote: Since I am

[chromium-dev] Re: Trac

2009-07-02 Thread Jonas Fonseca
On Thu, Jul 2, 2009 at 13:17, Mohamed Mansourm...@chromium.org wrote: Since I am external, it would be nice to have access to the git web interface. Trac seems too heavy weight, slow, and too crowded in my opinion. ViewVC is great, maybe apply some sort of patch to ViewVC of what Darin has

[chromium-dev] memory leak in the jpeg_codec.cc

2009-07-02 Thread runtime
Hi There is memory leak in the module jpeg_codec.cc, member function bool JPEGCodec::Encode(const unsigned char* input, ColorFormat format, int w, int h, int row_byte_width, int quality, std::vectorunsigned char* output); code // output row

[chromium-dev] PLEASE read this before you commit today

2009-07-02 Thread Jeremy Orlow
AppSpot is being flaky today. It's not letting us close the tree and code reviews are only somewhat working. Please watch the waterfall extra closely before you commit. Also, PLEASE check this thread as well, in case there are any further instructions. If I need to close the tree, I'll mention

[chromium-dev] Re: memory leak in the jpeg_codec.cc

2009-07-02 Thread Lei Zhang
It probably needs to be converted into a scoped_array like in JPEGCodec::Decode. Can you file a bug for this on http://crbug.com/ ? On Thu, Jul 2, 2009 at 5:59 AM, runtimerun_t...@tut.by wrote: Hi There is memory leak in the module jpeg_codec.cc, member function bool JPEGCodec::Encode(const

[chromium-dev] [Windows CRichEditCtrl] question on parenthesis handling in right-to-Left CRichEditCtrl

2009-07-02 Thread Xiaomei Ji
For RTL locales, our current layout of omnibox and textfield are left-to-right, which is not right, and there are 5 bugs related to this wrong layout (issue 6101 http://crbug.com/6101, 6106http://crbug.com/6106, 6108 http://crbug.com/6108, 6082 http://crbug.com/6082, and

[chromium-dev] HTML 5 and Codec in Chromium Build 3.0.191.0 (0)

2009-07-02 Thread richard winterton
Hi, I have a quiestion about the HTML 5 capabilities of Chromium 3.0.191.0 (0) which I have built. Is there a switch or build setting I need to enable HTML5 and the H.264 decoder to play the video on http://youtube.com/html5? I get the default You must have an HTML5 capable browser. This

[chromium-dev] Re: HTML 5 and Codec in Chromium Build 3.0.191.0 (0)

2009-07-02 Thread Evan Martin
What platform? On Thu, Jul 2, 2009 at 5:06 PM, richard wintertonrrwinter...@gmail.com wrote: Hi, I have a quiestion about the HTML 5 capabilities of Chromium 3.0.191.0 (0) which I have built.  Is there a switch or build setting I need to enable HTML5 and the H.264 decoder to play the video

[chromium-dev] Re: HTML 5 and Codec in Chromium Build 3.0.191.0 (0)

2009-07-02 Thread Andrew Scherkus
Assuming Windows, you'll need to have built FFmpeg as well (our mac/linux support is a little unstable at the moment). Chromium will not enable audio and video unless the DLLs are alongside chrome.exe. You can find instructions on how to build FFmpeg here: