Bug 19067

Summary: Add a ReceivedTitle event for wxWebKit
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino
Priority: P2 Keywords: Wx
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
ReceivedTitle event for wxWebKit kevino: review+

Description Robin Dunn 2008-05-14 19:56:15 PDT
This patch adds a new wx event type and code to send it when a new title is set by the page being loaded.
Comment 1 Robin Dunn 2008-05-14 19:57:46 PDT
Created attachment 21151 [details]
ReceivedTitle event for wxWebKit
Comment 2 Kevin Ollivier 2008-05-28 13:58:43 PDT
Landed in r34183, thanks!