Bug 138342 - Expose visibleDebugOverlayRegions pref via the WK2 C SPI
Summary: Expose visibleDebugOverlayRegions pref via the WK2 C SPI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 17:54 PST by Simon Fraser (smfr)
Modified: 2014-12-09 20:40 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.09 KB, patch)
2014-11-03 17:55 PST, Simon Fraser (smfr)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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