[Webkit-unassigned] [Bug 74071] [Chromium] Chromium should have EditorClientImpl::checkTextOfParagraph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 18 18:19:58 PST 2011


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





--- Comment #14 from Shinya Kawanaka <shinyak at chromium.org>  2011-12-18 18:19:58 PST ---
> > Source/WebKit/chromium/public/WebTextCheckingResult.h:98
> > +    WebVector<WebGrammarDetail> details;
> 
> it seems like there is potentially a lot of copying of data here.  have you
> considered transforming WebCore::GrammarDetail and WebCore::TextCheckingResult
> to be reference counted so that we can just create WebPrivatePtr<>-style wrappers
> for them at the API boundary?

Darin,

I didn't know that... I think it should be better than the current implementation. I'll change the code to use it.

-- 
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