Bug 17799

Summary: WebView signals should use more specific types
Product: WebKit Reporter: Tommi Komulainen <tkomulai+webkit>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alp
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Fix types of signal parameters alp: review+

Tommi Komulainen
Reported 2008-03-12 10:59:23 PDT
The signals "script-alert", "script-confirm", "script-script-prompt" are using G_TYPE_OBJECT as the type for the WebFrame argument. This causes generated documentation to document the type as GObject rather than WebkitWebFrame, so it would be better to use the more specific type instead.
Attachments
Fix types of signal parameters (1.98 KB, patch)
2008-03-12 11:01 PDT, Tommi Komulainen
alp: review+
Tommi Komulainen
Comment 1 2008-03-12 11:01:08 PDT
Created attachment 19703 [details] Fix types of signal parameters
Alp Toker
Comment 2 2008-03-12 12:41:46 PDT
Landed in r31004.
Note You need to log in before you can comment on or make changes to this bug.