[Webkit-unassigned] [Bug 143329] New: Use enum type for status of SQL result in webdatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 1 22:49:06 PDT 2015


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

            Bug ID: 143329
           Summary: Use enum type for status of SQL result in webdatabase
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

In webdatabase, it has used constants vairables as well as using SQL constants directly. If SQL constants are changed, we should modify many files. Besides it causes to use if~else statement which consumes more cpu cycles compared to switch~case. This patch introduces SQLResultType eunm type, and use it. Additionally if~else statment is changed by switch~case.

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


More information about the webkit-unassigned mailing list