Bug 50069

Summary: MathML: code cleaning needed in MathMLInlineContainerElement.cpp
Product: WebKit Reporter: François Sausset <sausset>
Component: MathMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alex, commit-queue, dbates
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
Attachments:
Description Flags
Patch
dbates: review+, dbates: commit-queue-
Revised patch none

Description François Sausset 2010-11-25 04:56:05 PST
remove unnecessary namespace & style adjustments
Comment 1 François Sausset 2010-11-25 05:01:12 PST
Created attachment 74859 [details]
Patch
Comment 2 Daniel Bates 2010-11-25 12:45:17 PST
Comment on attachment 74859 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=74859&action=review

Thank you for cleaning this up. I have some minor nits.

> WebCore/ChangeLog:6
> +        Remove unnecessary namespace & style adjustments
> +        https://bugs.webkit.org/show_bug.cgi?id=50069

Disregarding the name/date, Reviewed by, and changed files lines, the formatting convention of a change log entry is bug title; bug URL; then bug description. And the bug description should be a full sentence.

So, the change log for this patch should have the form:

...
MathML: code cleaning needed in MathMLInlineContainerElement.cpp
https://bugs.webkit.org/show_bug.cgi?id=50069

Remove unnecessary namespace & style adjustments.
...

See <http://webkit.org/coding/contributing.html#changelogs> as well as the referenced example <http://trac.webkit.org/changeset/43259>.

> WebCore/mathml/MathMLInlineContainerElement.cpp:82
>          return new (arena) RenderMathMLBlock(this);

Please un-indent this line of code so that it left-aligns with respect to the line "if (hasLocalName(mfencedTag))".
Comment 3 François Sausset 2010-11-26 01:39:38 PST
Created attachment 74907 [details]
Revised patch

I just modified the log entry and removed the unnecessary tabulation.
Comment 4 WebKit Commit Bot 2010-11-26 09:24:22 PST
The commit-queue encountered the following flaky tests while processing attachment 74907 [details]:

java/lc3/JSObject/ToObject-001.html
fast/profiler/throw-exception-from-eval.html

Please file bugs against the tests.  These tests were authored by ap@webkit.org, kmccullough@apple.com, oliver@apple.com, and timothy@apple.com.  The commit-queue is continuing to process your patch.
Comment 5 WebKit Commit Bot 2010-11-26 10:01:18 PST
Comment on attachment 74907 [details]
Revised patch

Clearing flags on attachment: 74907

Committed r72773: <http://trac.webkit.org/changeset/72773>
Comment 6 WebKit Commit Bot 2010-11-26 10:01:24 PST
All reviewed patches have been landed.  Closing bug.