RESOLVED FIXED 50739
[GTK] Add hasSpellingMarker support to the DRT
https://bugs.webkit.org/show_bug.cgi?id=50739
Summary [GTK] Add hasSpellingMarker support to the DRT
Alejandro G. Castro
Reported 2010-12-09 01:56:33 PST
We need to add support to hasSpellingMarker in order to make the spelling tests to pass.
Attachments
Proposed patch (7.77 KB, patch)
2010-12-09 02:56 PST, Alejandro G. Castro
mrobinson: review+
Alejandro G. Castro
Comment 1 2010-12-09 02:56:07 PST
Created attachment 76031 [details] Proposed patch
Martin Robinson
Comment 2 2010-12-09 03:07:06 PST
Comment on attachment 76031 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=76031&action=review > WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp:418 > + return coreFrame->editor()->selectionStartHasSpellingMarkerFor(from, length); Maybe just core(frame)->... here before landing. > WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h:74 > + static bool webkitWebFrameSelectionHasSpellingMarker(WebKitWebFrame *frame, gint from, gint length); Please remove the variable name before landing.
Alejandro G. Castro
Comment 3 2010-12-10 10:20:58 PST
Note You need to log in before you can comment on or make changes to this bug.