[Webkit-unassigned] [Bug 31416] New: Fail early in parseDateFromNullTerminatedCharacters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 10:03:46 PST 2009


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

           Summary: Fail early in parseDateFromNullTerminatedCharacters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vandebo at chromium.org


When parseDateFromNullTerminatedCharacters() is unable to parse the passed
string, it still calculates the timezone and DST offset to apply to the result.
 This causes an unnecessary IPC in chromium.  The attached patch changes the
code to only calculate the offsets if parsing was successful.

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