[Webkit-unassigned] [Bug 49366] [Chromium][DRT] EventSender.contextClick() should aware spellchecking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 17 01:40:51 PST 2010


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





--- Comment #10 from MORITA Hajime <morrita at google.com>  2010-11-17 01:40:51 PST ---
(In reply to comment #6)
> (From update of attachment 74089 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=74089&action=review
> 
> > WebKitTools/DumpRenderTree/chromium/EventSender.cpp:756
> > +        for (int i = 0; i < suggestions.size(); ++i) 
> 
> "i" should be unsigned.
Fixed. It broke cr-linux build...

> 
> > WebKitTools/DumpRenderTree/chromium/MockSpellCheck.cpp:95
> > +void MockSpellCheck::fillSuggestionList(const WebString& word,
> > +                                        Vector<WebString>* suggestions)
> 
> nit: no need to break the line
Fixed.

> 
> > WebKitTools/DumpRenderTree/chromium/MockSpellCheck.h:66
> > +    void fillSuggestionList(const WebKit::WebString& word,
> > +                            Vector<WebKit::WebString>* suggestions);
> 
> nit: no need to break the line
Fixed.

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