[Webkit-unassigned] [Bug 11160] Double Click to Select Words does not work on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 13 13:37:57 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11160
------- Comment #15 from hlwebkit at gmail.com 2006-10-13 13:37 PDT -------
Maciej,
I think Darin's suggestion was that the platform/icu part wasn't all code that
_used_ icu, but rather ICU utilities for code that does use it - in other words
code to create the shared break iterator.
The Mac specific code that's in there is solely to get the system breaking
language. I could move that one function to a new .mm/.h file in platform/mac,
but platform/icu/BreakIterator.cpp would still need to #include that new header
#ifdef PLATFORM(MAC) ... (other platforms don't need to use that specific
function since they just rely on ICU to tell what the breaking language is - if
you think Mac should do that too, then this is simplified a lot and the Mac
code goes away).
The Mac specific word boundary code remains unchanged in
platform/mac/TextBoundaries.mm
--
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