Bug 51266 - WebKit2: Implement a title attribute per frame
Summary: WebKit2: Implement a title attribute per frame
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 11:24 PST by Sam Weinig
Modified: 2010-12-17 11:36 PST (History)
0 users

See Also:


Attachments
Patch (7.06 KB, patch)
2010-12-17 11:28 PST, Sam Weinig
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-12-17 11:24:27 PST
WebKit2: Implement a title attribute per frame. WebKit1 has a per-frame title attribute. On the Mac this is exposed as [WebDataSource pageTitle].
Comment 1 Sam Weinig 2010-12-17 11:28:21 PST
Created attachment 76897 [details]
Patch
Comment 2 Darin Adler 2010-12-17 11:32:04 PST
Comment on attachment 76897 [details]
Patch

A little irritating that frame titles matter.
Comment 3 Sam Weinig 2010-12-17 11:35:25 PST
(In reply to comment #2)
> (From update of attachment 76897 [details])
> A little irritating that frame titles matter.

Indeed. I blame John Sullivan.
Comment 4 Sam Weinig 2010-12-17 11:36:02 PST
Landed in r74282.