Bug 51266

Summary: WebKit2: Implement a title attribute per frame
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch darin: review+

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.