[Webkit-unassigned] [Bug 39102] [GTK] eventSender.contextClick() should return the contents of the context menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 07:59:21 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39102





--- Comment #5 from Philippe Normand <pnormand at igalia.com>  2010-09-15 07:59:21 PST ---
Well I don't think it's leaked but I'm very new to this JSValue stuff :)

/*!
@function
@abstract       Creates a JavaScript value of the string type.
@param ctx  The execution context to use.
@param string   The JSString to assign to the newly created JSValue. The
 newly created JSValue retains string, and releases it upon garbage collection.
@result         A JSValue of the string type, representing the value of string.
*/
JS_EXPORT JSValueRef JSValueMakeString(JSContextRef ctx, JSStringRef string);

Xan, when you get time can you have a look at the patch please?
A second eye on the patch of bug 45021 would also be very appreciated please ;)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list