Bug 50739

Summary: [GTK] Add hasSpellingMarker support to the DRT
Product: WebKit Reporter: Alejandro G. Castro <alex>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 50738    
Bug Blocks:    
Attachments:
Description Flags
Proposed patch mrobinson: review+

Description Alejandro G. Castro 2010-12-09 01:56:33 PST
We need to add support to hasSpellingMarker in order to make the spelling tests to pass.
Comment 1 Alejandro G. Castro 2010-12-09 02:56:07 PST
Created attachment 76031 [details]
Proposed patch
Comment 2 Martin Robinson 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.
Comment 3 Alejandro G. Castro 2010-12-10 10:20:58 PST
Landed http://trac.webkit.org/changeset/73740