[Webkit-unassigned] [Bug 108509] [Chromium] Select multi-word misspelling on context click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 16:59:35 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108509


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #185896|commit-queue?               |commit-queue+
               Flag|                            |




--- Comment #12 from Tony Chang <tony at chromium.org>  2013-01-31 17:01:36 PST ---
(From update of attachment 185896)
(In reply to comment #10)
> (In reply to comment #8)

> > > Tools/DumpRenderTree/chromium/TestRunner/src/MockSpellCheck.cpp:120
> > > +    if (word == WebString::fromUTF8("wellcome"))
> > > +        append(suggestions, WebString::fromUTF8("welcome"));
> > 
> > Why do we copy and swap?  Why can't we append to |suggestions| directly?
> 
> WebVector has a constant size.

I see. Makes sense.

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


More information about the webkit-unassigned mailing list