Bug 29199 - wx port: no way to query Frame::shouldClose
Summary: wx port: no way to query Frame::shouldClose
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 11:41 PDT by Kevin Watters
Modified: 2009-09-13 18:21 PDT (History)
1 user (show)

See Also:


Attachments
exposes Frame::shouldClose in a wxWebView method (2.07 KB, patch)
2009-09-11 11:42 PDT, Kevin Watters
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-09-11 11:41:41 PDT
The wx port should expose Frame::shouldClose through its API to allow complex closing behavior in users of wxWebKit.
Comment 1 Kevin Watters 2009-09-11 11:42:42 PDT
Created attachment 39459 [details]
exposes Frame::shouldClose in a wxWebView method
Comment 2 Kevin Ollivier 2009-09-13 18:21:30 PDT
Landed in r48347, thanks!