[Webkit-unassigned] [Bug 25683] New: nightly cannot work with public beta CFNetwork.dll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 10 22:26:50 PDT 2009


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

           Summary: nightly cannot work with public beta CFNetwork.dll
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: 808caaa4.8ce9.9cd6c799e9f6 at gmail.com


recent WebKit.dll has import to CFNetwork.dll:JSObjectMakeFunctionWithCallback,
so cannot run with recent public beta set of Safari.
// CFNetwork.dll v1.434.3.0 seems have import to WebKit.dll for JS*() now.

---
WebKit.dll ->
CFNetwork:JSCheckScriptSyntax
CFNetwork:JSContextGetGlobalObject
CFNetwork:JSEvaluateScript
CFNetwork:JSGlobalContextCreate
CFNetwork:JSGlobalContextRelease
CFNetwork:JSObjectCallAsFunction
CFNetwork:JSObjectGetProperty
CFNetwork:JSObjectIsFunction
CFNetwork:JSObjectMakeFunctionWithCallback
CFNetwork:JSObjectSetProperty
CFNetwork:JSStringCopyCFString
CFNetwork:JSStringCreateWithCFString
CFNetwork:JSStringRelease
CFNetwork:JSValueIsString
CFNetwork:JSValueMakeNull
CFNetwork:JSValueMakeString
CFNetwork:JSValueToStringCopy
---

probably: should be JavaScriptCore.dll:JSObjectMakeFunctionWithCallback;
needs javascriptcore.lib prior to cfnetwork.lib in link library lists for a
while?
(these suggestions are not tested.)


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