Landings for Stack Containing D230738

Successfully landed

Landing requested on , by fwang@igalia.com.

Landing Job: 3602

Revisions: D230738 diff 1025466

Last update:

Result: e09ba05f08a610c0be2b6fd3a7e610dd1faf2a0c on firefox-autoland@autoland (git)

Links: Treeherder

Successfully landed

Landing requested on , by fwang@igalia.com.

Landing Job: 3485

Revisions: D230738 diff 1024893

Last update:

Result: 4a74b1fc4b795370c632422ccd5ed7e9045bb6d0 on autoland (hg)

Links: Treeherder

Failed to land

Landing requested on , by fwang@igalia.com.

Landing Job: 2633

Revisions: D230738 diff 1015884

While applying revision D230738 to mozilla-central, the following files had conflicts:

(Hint: try rebasing your changes on the latest commits from mozilla-central and re-submitting.)

  • layout/mathml/nsMathMLmfracFrame.cpp @ 1e3f73064ae84ad7897b40adce555096fb3ed255
  • --- nsMathMLmfracFrame.cpp
    +++ nsMathMLmfracFrame.cpp
    ...
    
    --- nsMathMLmfracFrame.cpp
    +++ nsMathMLmfracFrame.cpp
    @@ -197,13 +195,12 @@
       }
     
       // see if the linethickness attribute is there
       nsAutoString value;
       mContent->AsElement()->GetAttr(nsGkAtoms::linethickness_, value);
    -  mLineThickness =
    -      CalcLineThickness(presContext, mComputedStyle, value, onePixel,
    -                        defaultRuleThickness, fontSizeInflation);
    +  mLineThickness = CalcLineThickness(value, onePixel, defaultRuleThickness,
    +                                     fontSizeInflation);
     
       bool displayStyle = StyleFont()->mMathStyle == StyleMathStyle::Normal;
     
       mLineRect.height = mLineThickness;
     
    

Last update:

Raw error output:
Problem while applying patch in revision 230738:

hg error in cmd: hg import --no-commit -s 95 /tmp/tmpboz2zq7hdiff: applying /tmp/tmpboz2zq7hdiff

patching file layout/mathml/nsMathMLmtableFrame.cpp
Hunk #2 succeeded at 446 with fuzz 1 (offset 0 lines).
patching file layout/mathml/nsMathMLmfracFrame.cpp
Hunk #3 FAILED at 194
1 out of 3 hunks FAILED -- saving rejects to file layout/mathml/nsMathMLmfracFrame.cpp.rej
abort: patch failed to apply

Stack containing revision D230738

Land Bug Status Revision Reviewers
1924672
Blocked
Revision is closed.
Closed
D230738: Bug 1924672 - Add WPT tests and support for more CSS units in MathML. r?fredw
  • @fredw accepted a prior diff
  • @emilio accepted a prior diff