Bug 18659

Summary: Add source ID to be used in wx events
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Kevin Ollivier <kevino>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch adding winids kevino: review+

Description Robin Dunn 2008-04-21 10:11:25 PDT
This patch changes the wx event macros to allow the widget source ID to be specified, in case there is more than one webview widgets in the window hierarchy.
Comment 1 Robin Dunn 2008-04-21 10:13:51 PDT
Created attachment 20729 [details]
patch adding winids
Comment 2 Kevin Ollivier 2008-05-04 22:34:39 PDT
Landed in r32863, thanks! :)