Ehsan Akhgari
|
5cccea6f0f
|
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 |
|
Jonathan Kew
|
f8f6fbbae8
|
Bug 1079157 - part 2 - Comment updates and whitespace cleanup only, no actual code changes. r=smontagu
|
2014-12-04 00:57:17 -08:00 |
|
Jonathan Kew
|
fad5a5fcc2
|
Bug 1079157 - part 1 - Purely mechanical renaming of local variables and members in nsColumnSetFrame. r=smontagu
|
2014-12-04 00:57:16 -08:00 |
|
Ehsan Akhgari
|
9b4894557d
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
|
Mats Palmgren
|
16a9542179
|
Bug 1042489 - Call DrainOverflowColumns() to pick up any overflow frames from our prev-in-flow. r=roc
|
2014-08-25 04:25:00 +02:00 |
|
Trevor Saunders
|
b6b2d4b019
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
|
Jonathan Kew
|
324f2b8312
|
bug 1031241 pt 1 - Rename Get{Min,Pref}Width to Get{Min,Pref}ISize throughout layout. r=dbaron,smontagu
|
2014-07-24 18:03:25 +01:00 |
|
Mats Palmgren
|
37941c64b7
|
Bug 1015844 - part 1, Only force the search to normal flow child lists for true overflow containers. r=roc
|
2014-06-03 14:17:14 +00:00 |
|
Mats Palmgren
|
12dd57fd5c
|
Bug 1015781 - part 4, Make nsColumnSetFrame::SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame DEBUG only and assert that the latter three are not called. r=roc
|
2014-05-28 19:36:58 +00:00 |
|
Mats Palmgren
|
9ec14c5bc9
|
Bug 1015781 - part 3, Fix whitespace and comments, and move some SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods so that they are together in the file. r=roc
|
2014-05-28 19:36:58 +00:00 |
|
Mats Palmgren
|
77c587f250
|
Bug 1015781 - part 1+2, Make the SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods return void (scripted change). Remove code handling the return values. r=roc
|
2014-05-28 19:36:58 +00:00 |
|
Mats Palmgren
|
90e503f700
|
Bug 508665 - part 3, Change GetContentInsertionFrame() to return a nsContainerFrame*, and return null for leaf frames. Deal with GetContentInsertionFrame() returning null in a couple of places. r=roc
|
2014-05-24 22:20:39 +00:00 |
|
Mats Palmgren
|
0e3e44e19c
|
Bug 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-13 00:47:52 +00:00 |
|
Wes Kocher
|
a3ae69617c
|
Backed out 11 changesets (bug 1008917) for apparently introducing an intermittent failure of B2G Crashtest-2 on a CLOSED TREE
Backed out changeset e2ab653f688a (bug 1008917)
Backed out changeset b52154d8d900 (bug 1008917)
Backed out changeset 2ab5b01da4de (bug 1008917)
Backed out changeset f7a38df1d44f (bug 1008917)
Backed out changeset 80304bb9a572 (bug 1008917)
Backed out changeset 10ed89a302e9 (bug 1008917)
Backed out changeset 161c41991d46 (bug 1008917)
Backed out changeset 25b2475d2368 (bug 1008917)
Backed out changeset b8000b31277c (bug 1008917)
Backed out changeset 9afa5e7715e1 (bug 1008917)
Backed out changeset 5c380c21351f (bug 1008917)
|
2014-05-12 15:47:41 -07:00 |
|
Mats Palmgren
|
aa51f3f125
|
Bug 1008917 - part 2,3,4, make Reflow() return type 'void', and make a few reflow related helper methods 'void' too. r=roc
|
2014-05-12 17:40:28 +00:00 |
|
Daniel Holbert
|
bea5535e10
|
Bug 919806 followup: Reindent method declarations affected by NS_IMETHOD-removal. (whitespace-only; no review) DONTBUILD
|
2014-02-18 00:36:33 -08:00 |
|
Arnaud Sourioux
|
d4e37270b8
|
Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert
|
2014-02-17 23:47:48 -08:00 |
|
Daniel Holbert
|
fde5f3fb06
|
Bug 967287 part 2: Adjust indentation after removal of nsPresContext* args. r=mats
|
2014-02-06 14:07:48 -08:00 |
|
Daniel Holbert
|
e9a642b785
|
Bug 967287 part 1: Remove unnecessary nsPresContext* argument from functions defined in nsContainerFrame.h. r=mats
|
2014-02-06 14:07:47 -08:00 |
|
Mats Palmgren
|
1a854bc937
|
Bug 956447 - Make it possible to get frame dumps in non-DEBUG builds. r=roc
|
2014-01-05 23:31:14 +00:00 |
|
Ehsan Akhgari
|
f56168072d
|
Bug 907883 - Minimize #includes in layout/generic; r=roc
--HG--
extra : rebase_source : 5e87b764a12b05aff477c71547e2131be67ca93b
|
2013-08-22 14:32:52 -04:00 |
|
Scott Johnson
|
948546c7e3
|
Bug 743402, Part 5: Utilize new computed height calculations in nsSplittableFrame to correctly compute the height of a column set frame in paginated context. [r=roc]
|
2013-07-25 10:34:31 -05:00 |
|
Ryan VanderMeulen
|
a692880c23
|
Backed out 6 changesets (bug 743402) for reftest failures on a CLOSED TREE.
Backed out changeset 19848fff857e (bug 743402)
Backed out changeset 049168537ae0 (bug 743402)
Backed out changeset 3098fea37f2d (bug 743402)
Backed out changeset ada93e976dca (bug 743402)
Backed out changeset c7907c54187f (bug 743402)
Backed out changeset 2edbbf6440c4 (bug 743402)
|
2013-07-24 15:14:04 -04:00 |
|
Scott Johnson
|
426922c7be
|
Bug 743402, Part 5: Utilize new computed height calculations in nsSplittableFrame to correctly compute the height of a column set frame in paginated context. [r=roc]
|
2013-07-24 12:47:21 -05:00 |
|
Scott Johnson
|
2279d0f027
|
Bug 861184: Pull code providing binary search for valid column height into its own method. [r=roc]
|
2013-07-09 15:24:27 -05:00 |
|
Arnaud Sourioux
|
a57d318afa
|
Bug 870516: Annotate ~600 more methods with MOZ_OVERRIDE in /layout r=dholbert
|
2013-05-14 09:33:23 -07:00 |
|
Scott Johnson
|
2995ec3fd9
|
Bug 857324: Make column set reflow continue without balancing rather than restarting if computed height is exceeded. [r=mats]
|
2013-04-24 10:02:36 -05:00 |
|
Ryan VanderMeulen
|
3ca8177657
|
Backed out changeset f31e6ad99dfe (bug 857324) for Android reftest-3 failures.
CLOSED TREE
|
2013-04-23 21:10:48 -04:00 |
|
Scott Johnson
|
eabfc6a062
|
Bug 857324: Make column set reflow continue without balancing rather than restarting if computed height is exceeded. [r=mats]
|
2013-04-23 15:46:08 -05:00 |
|
Scott Johnson
|
3879b1bba6
|
Bug 861182: Pull knownFeasibleHeight and knownInfeasibleHeight into ReflowConfig so they can be used outside of nsColumnSetFrame::Reflow(). [r=roc]
|
2013-04-16 07:52:51 -05:00 |
|
Scott Johnson
|
e031980f73
|
Bug 861181: Separate interface from implementation for nsColumnSetFrame. [r=roc]
|
2013-04-16 07:52:49 -05:00 |
|