[Webkit-unassigned] [Bug 52352] Style cleanup for WebGLRenderingContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 15:23:52 PST 2011


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


Zhenyao Mo <zmo at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |zmo at google.com
                   |kit.org                     |




--- Comment #6 from Zhenyao Mo <zmo at google.com>  2011-01-24 15:23:52 PST ---
This patch didn't touch any GL function signatures, because as kbr pointed out, they provide significant amount of information.  However, I try to remove all the unnecessary parameter names in the help functions.

Note that I didn't remove the "size" because in the same function, there are more than one GC3Dsizei-typed parameters.  I am thinking maybe we should update the style-check rules to be more sophisticated: if a parameter name is part of the type name, but that type name appears more than once, then we should add a parameter name.

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