Bug 138342

Summary: Expose visibleDebugOverlayRegions pref via the WK2 C SPI
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Simon Fraser (smfr) 2014-11-03 17:54:40 PST
Expose visibleDebugOverlayRegions pref via the WK2 C SPI
Comment 1 Simon Fraser (smfr) 2014-11-03 17:55:30 PST
Created attachment 240893 [details]
Patch
Comment 2 mitz 2014-11-03 17:59:16 PST
Comment on attachment 240893 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=240893&action=review

> Source/WebKit2/UIProcess/API/C/WKPreferencesRef.h:258
> +WK_EXPORT void WKPreferencesSetVisibleDebugOverlayRegions(WKPreferencesRef preferencesRef, WKDebugOverlayRegions enabled);

s/enabled/visible/

> Source/WebKit2/UIProcess/API/C/WKPreferencesRef.h:259
> +WK_EXPORT WKDebugOverlayRegions WKPreferencesGetVisibleDebugOverlayRegions(WKPreferencesRef preferencesRef);

this can be called WKPreferencesGetVisibleDebugOverlayRegions
Comment 3 Simon Fraser (smfr) 2014-12-09 20:40:32 PST
http://trac.webkit.org/changeset/175503