Bug 139161 - Clients need a way to explicitly set the title of a page preview
Summary: Clients need a way to explicitly set the title of a page preview
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Conrad Shultz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-12-01 16:18 PST by Conrad Shultz
Modified: 2014-12-01 16:49 PST (History)
6 users (show)

See Also:


Attachments
Patch (7.84 KB, patch)
2014-12-01 16:21 PST, Conrad Shultz
bdakin: review+
Details | Formatted Diff | Diff

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