[Webkit-unassigned] [Bug 151334] New: Reorganize the graphics benchmark string table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 17:53:57 PST 2015


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

            Bug ID: 151334
           Summary: Reorganize the graphics benchmark string table
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: dino at apple.com

A string table was added to the benchmark to ease the separation of the code from the literal strings. The literal strings are used mainly in the results sections either in the results table or the JSON output. The current string table is an object of sub-string tables. Each sub-string table is an array of strings. Accessing the sub-string table array is cumbersome because it is difficult to know the returned string from its index unless you go back to the string table itself.

-- 
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/20151117/7c2c3e63/attachment.html>


More information about the webkit-unassigned mailing list