Bug 19067 - Add a ReceivedTitle event for wxWebKit
Summary: Add a ReceivedTitle event for wxWebKit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Wx
Depends on:
Blocks:
 
Reported: 2008-05-14 19:56 PDT by Robin Dunn
Modified: 2008-05-28 13:58 PDT (History)
1 user (show)

See Also:


Attachments
ReceivedTitle event for wxWebKit (4.68 KB, patch)
2008-05-14 19:57 PDT, Robin Dunn
kevino: review+
Details | Formatted Diff | Diff

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