[Webkit-unassigned] [Bug 26286] New: Clean up the usage of "httpStatusCode() / 100" in WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 9 18:11:43 PDT 2009


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

           Summary: Clean up the usage of "httpStatusCode() / 100" in
                    WebCore.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jianli at chromium.org


There're many places in WebCore that check HTTP response code like the
following:
   if (response.httpStatusCode() / 100 != 2 && response.httpStatusCode() != 0)

This is ugly. We need to clean them up.


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