[chromium-dev] Question on Window's CRichEditCtrl, SetParaFormat, and IME

2009-05-12 Thread xji
I have one question might be related to MFC's CRichEditCtrl and SetParaFormat, and I would appreciate any input. TextField::Edit is derived from CWindowImplTextField::Edit, CRichEditCtrl, CWinTraitskDefaultEditStyle . Currently, in RTL UI (for example, Hebrew Chrome), the TextField::Edit is

[chromium-dev] A UI crash bug report

2009-05-12 Thread 张亚霏
hi all Every time I click the back button with Ctrl pressed, the browse will crashed. Best wishes. Kimi Zhang --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe:

[chromium-dev] Dev channel build schedule

2009-05-12 Thread Mark Larson (Google)
I'm working on documenting the normal schedule for release milestones and how we track that in the bug tracker. I still have some issues to work out around when a particular feature is ready and qualified for Beta and Stable channel releases. For the Dev channel, however, we have a

[chromium-dev] Re: A UI crash bug report

2009-05-12 Thread PhistucK
Shift+Mouse Click on the back button opens a tab and closes it right away, results in no changes whatsoever.:) ☆PhistucK On Mon, May 11, 2009 at 8:59 PM, 张亚霏 zhangyafeik...@gmail.com wrote: hi all Every time I click the back button with Ctrl pressed, the browse will crashed. Best

[chromium-dev] Re: build error

2009-05-12 Thread Berend-Jan Wever
I have had this very same issue on most of my VMs. They have been syncing and building for a while. I've cloned them, but only some were affected. I've tried deleting parts of the source tree and resyncing, --runhooks, rebuilding, all kinds of things. Some of them suddenly started building again,

[chromium-dev] Re: Question on Window's CRichEditCtrl, SetParaFormat, and IME

2009-05-12 Thread 坊野 博典
Hi Xiaomei, Sorry for the lack of my responses. It seems a known issue of a RichEdit control (*1), which automatically changes its keyboard layout with the current selection. When I create a simple MFC application which just shows a dialog including a RICHEDIT20 control, it also changes its

[chromium-dev] Re: Should the header file sentries contain double underscores?

2009-05-12 Thread Dean McNamee
Yes, this is legacy. You'll see that new code uses (at least should use) a single trailing underscore: cpu.h:#ifndef BASE_CPU_H_ cpu.h:#define BASE_CPU_H_ cpu.h:#endif // BASE_CPU_H_ It should be an easy mass replace, but it's not really more than an ideological concern. We've just been

[chromium-dev] Re: CIA-bot on #chromium?

2009-05-12 Thread Mike Pinkerton
Please please please no. It's the most annoying thing about #webkit and is mostly noise with very little signal. We already have a mailing list for all checkins and the waterfall. We don't need something interrupting our only form of real-time communication with redundant data. On Tue, May 12,

[chromium-dev] Re: CIA-bot on #chromium?

2009-05-12 Thread Nicolas Sylvain
On Mon, May 11, 2009 at 10:38 PM, Mohamed Mansour m0.interact...@gmail.comwrote: I would say we do it. I would like to see statuses of checkins live. Instead of no sort of notifications in the build bot page other than the auto refresh. I personally like to learn from others on how they do

[chromium-dev] Re: CIA-bot on #chromium?

2009-05-12 Thread Amanda Walker
On Tue, May 12, 2009 at 10:16 AM, Nicolas Sylvain nsylv...@chromium.org wrote: It's why we have checkin notification emails. http://groups.google.com/group/chromium-checkins?pli=1 I also like the RSS feeds, especially on a mobile device: http://groups.google.com/group/chromium-checkins/feeds

[chromium-dev] i would like to help code chrome.. but i have some compilation issues (and unittest)

2009-05-12 Thread nakro
i use VS2008 on Vista32Sp1, and i need to change treat warnings as errors for 2 projects for this to even compile (i also tried setting GYP_MSVS_VERSION=2008 to no avail) c:\chromiumtrunk\src\third_party\WebKit\JavaScriptCore\wtf/PassRefPtr.h (70) : error C2220: warning treated as error - no

[chromium-dev] Re: Dev channel build schedule

2009-05-12 Thread Marc-Antoine Ruel
On Tue, May 12, 2009 at 3:44 AM, Mark Larson (Google) m...@chromium.org wrote: The release manager for the week cuts a dev channel build Monday morning (Pacific) from the LKGR at that time. To be sure, uou are referring to the continuous build, e.g.

[chromium-dev] Re: Dev channel build schedule

2009-05-12 Thread Mark Larson (Google)
On Tue, May 12, 2009 at 07:48, Marc-Antoine Ruel mar...@chromium.orgwrote: On Tue, May 12, 2009 at 3:44 AM, Mark Larson (Google) m...@chromium.org wrote: The release manager for the week cuts a dev channel build Monday morning (Pacific) from the LKGR at that time. To be sure, uou are

[chromium-dev] Re: i would like to help code chrome.. but i have some compilation issues (and unittest)

2009-05-12 Thread Lei Zhang
On Tue, May 12, 2009 at 6:19 AM, nakro yoav.zilberb...@gmail.com wrote: the other thing, is that after i modify it the unit tests fail [  PASSED  ] 864 tests. [  FAILED  ] 1 test, listed below: [  FAILED  ] URLFetcherBadHTTPSTest.BadHTTPSTest  1 FAILED TEST  YOU HAVE 19 DISABLED TESTS See

[chromium-dev] Re: Developing Chrome using tip-of-tree WebKit

2009-05-12 Thread Darin Fisher
On Mon, May 11, 2009 at 5:44 PM, Ojan Vafai o...@chromium.org wrote: On Tue, May 12, 2009 at 3:16 AM, Darin Fisher da...@chromium.org wrote: Then, create a .gclient file like so: solutions = [ { name : src, url : http://src.chromium.org/svn/trunk/src;, custom_deps : {

[chromium-dev] Chrome's Accelerators (alternative to IE8 Accelerators) is here

2009-05-12 Thread jack
I recently migrated the Firefox add-on, called Cleeki, into Google Chrome. Cleeki can be used as Google Chrome's Accelerators, only superior to IE8 accelerators. Basically you select any text to search/ share/publish on the Internet, and preview the results in the same page instantly.

[chromium-dev] Re: Need help in finding a performance problem...

2009-05-12 Thread Marc-Andre Decoste
Salut again, I finally got it all working well on Windows (at least as far as I can see), and the numbers seem to say that this optimization would compensate for the slow down that was introduced when the resizer corner was enabled... I still have some doubts about the validity of the

[chromium-dev] Re: CIA-bot on #chromium?

2009-05-12 Thread Peter Kasting
On Mon, May 11, 2009 at 6:35 PM, Adam Barth aba...@chromium.org wrote: One feature of #webkit that I find useful is that every commit is summarized by the CIA-bot. http://cia.vc/ Funny, that's a feature I find utterly useless and annoying and I hate it. Why do you like it? PK

[chromium-dev] Re: i would like to help code chrome.. but i have some compilation issues (and unittest)

2009-05-12 Thread nakro
Lei, a thousand thanx now i can finally start coding my first fix will be simple just to see how one checks code in but then i will fix the horrible uninstall bugs, and many others i see repeat themselves in the hep forum. the adventure really begins now once again, thanx man (or

[chromium-dev] Re: CIA-bot on #chromium?

2009-05-12 Thread Adam Barth
On Tue, May 12, 2009 at 11:49 AM, Peter Kasting pkast...@chromium.org wrote: On Mon, May 11, 2009 at 6:35 PM, Adam Barth aba...@chromium.org wrote: One feature of #webkit that I find useful is that every commit is summarized by the CIA-bot. http://cia.vc/ Funny, that's a feature I find

[chromium-dev] Re: CIA-bot on #chromium?

2009-05-12 Thread Peter Kasting
On Tue, May 12, 2009 at 1:27 PM, Adam Barth aba...@chromium.org wrote: Of course there are other ways of doing those things (like reading the buildbot page or subscribing to the RSS), but I find IRC useful since I'm half paying attention to it anyway. OK, that makes some sense. I think if

[chromium-dev] Skia is moving

2009-05-12 Thread Stephen White
I'm in the process of updating chromium to use tip-of-tree skia, and in the same CL, moving skia to a third_party directory, retrieved via DEPS. What this means for you: 1) Any outstanding CL's in which you've added #include skia/include/... will have to be changed to the corresponding path in

[chromium-dev] Re: Skia is moving

2009-05-12 Thread Adam Langley
On Tue, May 12, 2009 at 2:22 PM, Stephen White senorbla...@chromium.org wrote: Unless I hear otherwise, I'm planning to do this Wednesday morning, 10AM EST (7AM PST). Stephen Woo! Woo! Very glad to see Skia unforking! (Linux folks: this unblocks me writing complex-text support) AGL

[chromium-dev] Re: Skia is moving

2009-05-12 Thread Nicolas Sylvain
On Tue, May 12, 2009 at 2:22 PM, Stephen White senorbla...@chromium.orgwrote: I'm in the process of updating chromium to use tip-of-tree skia, and in the same CL, moving skia to a third_party directory, retrieved via DEPS. What this means for you: Hi, Why do you want to move it to third

[chromium-dev] Re: Skia is moving

2009-05-12 Thread Stephen White
On Tue, May 12, 2009 at 5:48 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: On Tue, May 12, 2009 at 2:22 PM, Stephen White senorbla...@chromium.orgwrote: I'm in the process of updating chromium to use tip-of-tree skia, and in the same CL, moving skia to a third_party directory, retrieved

[chromium-dev] Re: Skia is moving

2009-05-12 Thread Brett Wilson
On Tue, May 12, 2009 at 2:48 PM, Nicolas Sylvain nsylv...@chromium.org wrote: On Tue, May 12, 2009 at 2:22 PM, Stephen White senorbla...@chromium.org wrote: I'm in the process of updating chromium to use tip-of-tree skia, and in the same CL, moving skia to a third_party directory, retrieved

[chromium-dev] Help: WebKit builder out of diskspace

2009-05-12 Thread Jeremy Moskovich
Can anyone resolve this so we can reopen the tree? Thanks, Jeremy --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev

[chromium-dev] Re: Help: WebKit builder out of diskspace

2009-05-12 Thread Bradley Nelson
It's my change. Fixing but I've opened the tree, as the only side effect is output goes somewhere else temporarily (hence the disk overflow).Sorry -BradN On Tue, May 12, 2009 at 3:11 PM, Jeremy Moskovich jer...@chromium.orgwrote: Can anyone resolve this so we can reopen the tree? Thanks,

[chromium-dev] Re: Skia is moving

2009-05-12 Thread Darin Fisher
On Tue, May 12, 2009 at 3:06 PM, Brett Wilson bre...@chromium.org wrote: On Tue, May 12, 2009 at 2:48 PM, Nicolas Sylvain nsylv...@chromium.org wrote: On Tue, May 12, 2009 at 2:22 PM, Stephen White senorbla...@chromium.org wrote: I'm in the process of updating chromium to use

[chromium-dev] Re: Skia is moving

2009-05-12 Thread Nicolas Sylvain
On Tue, May 12, 2009 at 3:05 PM, Stephen White senorbla...@chromium.orgwrote: On Tue, May 12, 2009 at 5:48 PM, Nicolas Sylvain nsylv...@chromium.orgwrote: On Tue, May 12, 2009 at 2:22 PM, Stephen White senorbla...@chromium.orgwrote: I'm in the process of updating chromium to use

[chromium-dev] Extensions now a bit more useful on Dev!

2009-05-12 Thread Aaron Boodman
Hello everyone, The extensions posse would like to point out that as of today's dev channel release (2.0.180.0), extensions are starting to be a bit more useful. We can now put little bits of UI in the chrome of Chrome, and some of the APIs are starting to come together. There is still quite a

[chromium-dev] Re: Extensions now a bit more useful on Dev!

2009-05-12 Thread Aaron Boodman
Argh, Gmail. You're not my friend anymore. On Tue, May 12, 2009 at 5:15 PM, Aaron Boodman a...@chromium.org wrote: Following in what is apparently a tradition[1], one of our samples is a builtbot monitor. Here is what it looks like when it is running:

[chromium-dev] Re: Severity Guidelines for Security Issues

2009-05-12 Thread Adam Barth
Thanks for all your comments. The guidelines are now posted at: http://dev.chromium.org/developers/severity-guidelines Adam On Thu, May 7, 2009 at 11:41 PM, Adam Barth aba...@chromium.org wrote: Recently some folks have asked how we decide what severity to rate each security vulnerability.

[chromium-dev] Re: Should the header file sentries contain double underscores?

2009-05-12 Thread Adam Barth
We're following Google Style: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml Adam On Tue, May 12, 2009 at 9:29 PM, Benjamin ice...@gmail.com wrote: What is the point of a single trailing underscore?  Wouldn't it make more sense to match webkit and have no trailing

[chromium-dev] Re: Extensions now a bit more useful on Dev!

2009-05-12 Thread Aaron Boodman
2009/5/12 PhistucK phist...@gmail.com: Note that in the Content Scripts page, there are two things to fix - The sample Content Script for google.com (replacing the image) does not work because the document.images.length is 0. Also, there is a mentioning in the comment of the API reference of

[chromium-dev] Re: Extensions now a bit more useful on Dev!

2009-05-12 Thread PhistucK
Oh, so sorry, when I go to google.com, it goes straight to my local domain (still English, at least) - generally annoying. After I clicked on the link to go to where I wanted to go in the first place, the script worked because there is an image there. Sorry! (Unify the structure of the main Google

[chromium-dev] Re: Extensions now a bit more useful on Dev!

2009-05-12 Thread Peter Kasting
2009/5/12 PhistucK phist...@gmail.com Or give me an option to always always always go to google.com :() www.google.com/ncr ? By the way - is the Extensions system slated for the Chrome 2 release, or is it not a requirement for it? No (Because I saw some messages, though not from

Re: [chromium-discuss] Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

2009-05-12 Thread Nick Baum
To expand on Peter's comment, we're more focused on specific features than release numbers. The extension system will work its way to the stable channel as soon as it's got enough APIs to be broadly useful. The team is working really hard to get to that point as soon as possible; we're excited to

Re: [chromium-discuss] Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

2009-05-12 Thread PhistucK
Thank you for your answers, there has been no word regarding what is slated for what release, so I hoped you could really clear that out - and you did. About the Chrome 3 release time, a few months are also far away for some people ;) And if we go by the estimation, in a year we should have

Re: [chromium-discuss] Re: [chromium-dev] Re: Extensions now a bit more useful on Dev!

2009-05-12 Thread Nick Baum
Yeah, don't worry too much about Chrome 3 vs 5, the numbers are just a way to keep track of releases. As long as a year from now, you have a Chrome that has lots of cool new features, we're doing the right thing! -Nick 2009/5/12 PhistucK phist...@gmail.com Thank you for your answers, there has