[Webkit-unassigned] [Bug 31863] [Qt] Enable access to WebKit's JavaScript environment with the QtScript API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 15 06:59:21 PST 2009


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


Jędrzej Nowacki <jedrzej.nowacki at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|New Bugs                    |JavaScriptCore
         AssignedTo|kent.hansen at nokia.com       |webkit-unassigned at lists.web
                   |                            |kit.org




--- Comment #4 from Jędrzej Nowacki <jedrzej.nowacki at nokia.com>  2009-12-15 06:59:20 PST ---
It is time to start, as it was discussed on dev mailing list
(https://lists.webkit.org/pipermail/webkit-dev/2009-August/009610.html), it
would be really great to have Qtish API over JSC. We considered all hints and
suggestions and we decided to create a new QtScript like API on top of JSC's
__public__ C API. We would like to start developing in the WebKit repository
from the very beginning to avoid any confusion and make our development process
transparent.

I would like to keep the bug (31863) as a meta-bug. All other development bugs
should be connected to this one as a blockers.

Roadmap:
1. Create a small QJavaScript API.
  a) The API should provide enough functionality to be useful (run scripts,
call functions, convert basic data...)
  b) The API implementation should be simple, all optimization work should be
started after the API review
2. Change the building system - QtJavaScript and JSC should be build as a
shared library (bug 27551)
3. Connect the new API to the QtWebkit API
4. Add new features

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