Bug 139161

Summary: Clients need a way to explicitly set the title of a page preview
Product: WebKit Reporter: Conrad Shultz <conrad_shultz>
Component: WebKit2Assignee: Conrad Shultz <conrad_shultz>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, conrad_shultz, mitz, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+

Description Conrad Shultz 2014-12-01 16:18:37 PST
Clients need a way to explicitly set the title of a page preview.

This will allow clients to change the title after the initial page load if needed.
Comment 1 Radar WebKit Bug Importer 2014-12-01 16:19:27 PST
<rdar://problem/19108805>
Comment 2 Conrad Shultz 2014-12-01 16:21:08 PST
Created attachment 242360 [details]
Patch
Comment 3 Conrad Shultz 2014-12-01 16:29:51 PST
Comment on attachment 242360 [details]
Patch

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

> Source/WebKit2/UIProcess/mac/WKActionMenuController.mm:130
> +    _previewTitle = [previewTitle copy];

Oh, I think this needs adoptNS. Will add before landing.
Comment 4 Conrad Shultz 2014-12-01 16:49:23 PST
Committed r176613: <http://trac.webkit.org/changeset/176613>