[Webkit-unassigned] [Bug 178979] New: Cleanup ResourceHandle constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 27 22:27:14 PDT 2017


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

            Bug ID: 178979
           Summary: Cleanup ResourceHandle constructor
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: jfbastien at apple.com

At the time of writing ResourceHandle takes two consecutive boolean parameters and will take three in the near future following the landing of the patch for bug #175597. Passing consecutive boolean arguments is error prone and is not self-documenting at call sites that hardcode values. We should look to clean up the ResourceHandle constructor. Cleaning up the constructor will likely let us clean up related code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171028/8a2be430/attachment.html>


More information about the webkit-unassigned mailing list