[chromium-dev] Re: Proposal: per-tab open/save dialogs

2009-08-14 Thread Paul Wicks
This seems like a good idea. Maybe there could also be some visual indication on tabs as to whether they currently have a save/open dialog to avoid hunting through all open tabs to find that one tab where you were going to save that image or whatever. -Paul Wicks On Fri, Aug 14, 2009 at 11:03

[chromium-dev] Re: Flakiness. Please help.

2009-08-05 Thread Paul Wicks
Maybe this is a stupid question, but where can I find test-expectations.txt? I looked in the tree and didn't see it. -Paul Wicks On Wed, Aug 5, 2009 at 11:12 PM, Peter Kasting wrote: > On Wed, Aug 5, 2009 at 10:10 PM, Eric Seidel wrote: >> >> Do we have a list of flakey

[chromium-dev] Reviewer needed for OS X spelling panel CL

2009-08-03 Thread Paul Wicks
id thing's i've done? ;) The issue on code review is here: http://codereview.chromium.org/160565 Thanks, -Paul Wicks --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options,

[chromium-dev] Re: How to attach to Renderer Process in XCode

2009-07-26 Thread Paul Wicks
tever the pid of the renderer is). Once gdb is attached to the renderer, you can set any breakpoints you like and then continue to run chromium (c is continue by default). Note that every time a new renderer is started, chromium will pause until you tell it to continue (usually by attaching a debugger).

[chromium-dev] Re: Design Doc: Adaptive spell checking for multilingual users

2009-07-20 Thread Paul Wicks
go forward, I could probably help out, if you need a hand. -Paul Wicks On Mon, Jul 20, 2009 at 1:00 PM, sidchat wrote: > > A new feature to add to the SpellChecker would be its ability to adapt > to the user's language of choice when typing in a text box. A design > do

[chromium-dev] What's the deal with document tags?

2009-07-19 Thread Paul Wicks
a page with an editable textarea element). The tags themselves are pretty easy to generate (NSSpellChecker has a method to do it), but I'm a bit lost as to how they work in webkit. So, if anybody knows anything about how these are supposed to work, that would be awesome.

[chromium-dev] IPC from webkit glue?

2009-07-16 Thread Paul Wicks
rView from editor_client_impl.cc. Does this sound about right and if it does, how do I get to the right RenderView from something in the webkit glue code? -Paul Wicks --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, ch

[chromium-dev] Re: Changing the language of the spellchecker?

2009-06-17 Thread Paul Wicks
Oh, ok, so when the language is changed, a new spellchecker object is created. That's what I thought might be happening. Thanks, -Paul Wicks On Wed, Jun 17, 2009 at 5:14 PM, sidchat wrote: > > Yes, Evan is right. So, when you change a spellcheck language in the >

[chromium-dev] Re: Adding Mac OS X Spellchecker to Chromium

2009-06-15 Thread Paul Wicks
ybody know anything about how this works or can point me in the right direction (or is this the not-implemented piece that Sid mentioned)? -Paul Wicks On Thu, Jun 11, 2009 at 11:59 AM, sidchat wrote: > > Use of OS X spellchecker integration in our multi process model > probably should b

[chromium-dev] Adding Mac OS X Spellchecker to Chromium

2009-06-09 Thread Paul Wicks
at the code that would need to be altered to make this aspect of the spelling panel function). Any thoughts would be great. Thanks, -Paul Wicks --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~--~~~~--~~--~--~---

[chromium-dev] Adding Mac OS X Spellchecker to Chromium

2009-06-09 Thread Paul Wicks
ea for the overall design * other stuff to be included (mainly the spelling panel) -Paul Wicks --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/grou

[chromium-dev] An Introduction and a question

2009-05-30 Thread Paul Wicks
Hello Chromium Developers! My name is Paul Wicks and I am one of the students working for this project as part of Google's Summer of Code (Mike Pinkerton is my mentor). Specifically, I am working on implementing support for the OSX dictionary/spellchecker in Chromium. There is a blog