[Webkit-unassigned] [Bug 11160] Double Click to Select Words does not work on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 12 19:02:04 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=11160





------- Comment #14 from mjs at apple.com  2006-10-12 19:02 PDT -------
First off, this patch is a great change!

But I'm a little confused about what code goes where with this patch. It puts
ICU specific code in the platform/ directory directly, while some other
ICU-specific code is in platform/icu. Meanwhile there's also mac-specific code
in platform/icu. Maybe that could go in platform/mac and the non-mac-related
bits could be in #if !PLATFORM(MAC), although I guess that's a matter of taste.
We do similar things in other cases though.

Probably all of the implementation should go in platform/icu unless there's
some truly generic portion.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list