[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-06 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 Kastingpkast...@google.com wrote: On Wed, Aug 5, 2009 at 10:10 PM, Eric Seidel esei...@chromium.org wrote: Do we have

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

2009-08-03 Thread Paul Wicks
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, or unsubscribe: http

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

2009-07-26 Thread Paul Wicks
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). -Paul Wicks On Sun

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

2009-07-20 Thread Paul Wicks
a hand. -Paul Wicks On Mon, Jul 20, 2009 at 1:00 PM, sidchat sidc...@chromium.org 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 doc can be found at: http://sites.google.com/a/chromium.org/dev

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

2009-07-19 Thread Paul Wicks
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. Thanks, -Paul Wicks

[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 sidc...@chromium.org wrote: Yes, Evan is right. So, when you change a spellcheck language in the Options menu

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

2009-06-15 Thread Paul Wicks
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 sidc...@chromium.org wrote: Use of OS X spellchecker integration in our multi process model probably should be the primary goal here to begin

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

2009-06-09 Thread Paul Wicks
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/group/chromium

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

2009-06-09 Thread Paul Wicks
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] 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 of my