Commit Graph

7 Commits

Author SHA1 Message Date
Ting-Yu Lin
d9f6d3aaa7 Bug 1264837 Part 10 - Remove nsRubyContentFrameSuper. r=dholbert
MozReview-Commit-ID: GYsrtHwKfXk
2016-04-18 14:06:23 +08:00
Xidorn Quan
4c7aca9a84 Bug 1216332 - Remove framearena helpers from abstract frame classes and stop them from being instantiated. r=dbaron 2015-11-04 20:57:35 +11:00
Wes Kocher
fe4d7b9013 Backed out changeset 668563c7fab8 (bug 1214077) for build failures 2015-10-19 16:21:44 -07:00
Xidorn Quan
5ff211ec98 Bug 1214077 - Remove FRAMEARENA_HELPERS from nsRubyContentFrame. r=dholbert 2015-10-20 10:02:03 +11:00
Ehsan Akhgari
ea41d8de48 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Xidorn Quan
f3ebefa8a7 Bug 1099807 part 2 - Implement intra-level whitespace pairing. r=dholbert
Line breaking is not handled properly in this patch.
It would be fixed in the part 4.
2015-01-08 18:28:09 +11:00
Xidorn Quan
a63ab53715 Bug 1099807 part 1 - Add common superclass for ruby base and ruby text. r=dholbert 2015-01-08 18:28:09 +11:00