[Webkit-unassigned] [Bug 24102] New: Ideas for enhancements for Qt Runtime bridge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 13:35:07 PST 2009


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

           Summary: Ideas for enhancements for Qt Runtime bridge
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yael.aharon at nokia.com
                CC: hausmann at webkit.org


1. QObjects that are dynamically created and exposed to JavaScript are not
garbage-collected, leading to potentially huge memory leaks.
2. Add support for setting JavaScript exceptions from native C++ code.
3. Add a way to call JavaScript callback functions with parameters that are
QObjects being dynamically created from the C++ code.
4. QObjects that are exposed to JavaScript need access to the DOM.
5. Add a way to find out if a script was initiated by the user or not.
6. Add a way to support an object behaving both as a QObject with properties
and slots and as a collection of other objects. i.e. both myobject.myslot() and
myobject[i] should work.
7. Enable access to objects that are added to the window object through the
main frame, from iFrames (same origin policy should still apply).


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



More information about the webkit-unassigned mailing list