[Webkit-unassigned] [Bug 121898] New: [ATK] Fix style issues in AccessibilityUIElementAtk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 25 02:31:51 PDT 2013


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

           Summary: [ATK] Fix style issues in AccessibilityUIElementAtk
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: cfleizach at apple.com


Currently, there are at least two style errors in AccessibilityUIElementAtk (both DRT and WKTR) that would be nice to fix, to avoid further confusion and issues when modifying that file:

 - ".f" suffixes should not be added to float literals unless strictly needed (and it's not the case)
 - Use G_VALUE_INIT instead of { 0, { { 0 } } }

This is a simple bug just to track that change

[1] http://www.webkit.org/coding/coding-style.html

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