[Webkit-unassigned] [Bug 62098] Update layout for msub, msup, msubsup to handle script changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 5 11:44:46 PDT 2011


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





--- Comment #13 from Beth Dakin <bdakin at apple.com>  2011-06-05 11:44:46 PST ---
(In reply to comment #12)
> (In reply to comment #11)
> > (From update of attachment 96050 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=96050&action=review
> > 
> > > Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp:66
> > > +    unsigned int position = 0;
> > 
> > unsigned int is wrong for WebKit style. We use just unsigned.
> 
> OK.  That passed the style check script.  I don't see that on the style guide.
> 

Neither the style guide nor the style-checker is 100% comprehensive, and we could and should fix that over time. In the meantime, maintaining a stylistically consistent codebase is the best way to have many people hacking on it at once without it turning into a messy jumble of hard-to-read and inconsistent code.

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