[Webkit-unassigned] [Bug 20232] New: JavaScriptCore API needs a version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 30 13:35:04 PDT 2008


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

           Summary: JavaScriptCore API needs a version
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: christian at imendio.com


The public interface of JavaScriptCore has no version of its own. The Mac port
actually introduced WebKitAvailabillity.h some time ago to share the version
number between JavaScriptCore and WebKit. The situation is becoming
particularly interesting now since JavaScriptCore gains new API and ports other
than Mac cannot check any kind of version number.

For instance JSContextGroupRef was introduced 2008-07-29, "Implement
JSContextGroup APIs to make concurrent execution possible for JavaScriptCore
clients". The commit intorduced new API and changed behaviour.

I don't know what ports apart from Gtk are actually shipping JavaScriptCore
headers as part of their API right now, but a port agnostic version seems like
the right solution here.


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