[Webkit-unassigned] [Bug 41678] New: [Qt] QtScript should provide an API for accessing the JS environment from slots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 6 03:15:08 PDT 2010


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

           Summary: [Qt] QtScript should provide an API for accessing the
                    JS environment from slots
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt, QtTriaged
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kent.hansen at nokia.com
        Depends on: 41664
            Blocks: 31863


See http://doc.trolltech.com/latest/qscriptable.html

This API effectively gives a C++ slot access to the this-object and arguments when the slot is invoked from JS.
It's most useful for implementing a QObject-based prototype object.
It can also be used to implement slots that can take an arbitrary number of arguments (normally the "extra" arguments would be discarded when calling the slot).

-- 
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