[Webkit-unassigned] [Bug 35630] New: Refactoring: XMLHTTPRequest.open() should have all overloaded implementations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 22:36:27 PST 2010


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

           Summary: Refactoring: XMLHTTPRequest.open() should have all
                    overloaded implementations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: yaar at chromium.org


Currently XMLHTTPRequest::open() miss a overloaded method that W3C IDL has, and
glue code emulate that overload. 
We should have XMLHTTPRequest::open(method, url, ec) to comprehend overloads 
to eliminate vague overload emulation from each glues (both JSC and V8).

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