Andrea Marchesini
|
085da9302a
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
|
Mats Palmgren
|
2f31bdf840
|
Bug 1143299 - Make frame insertion methods deal with aPrevFrame being on an overflow list. r=roc a=abillings
|
2015-04-11 00:21:06 +00:00 |
|
Ehsan Akhgari
|
883849ee32
|
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
|
7bae3d47b2
|
Bug 1111517 - Use new method UpdateLineContainerWidth instead of SlideLine when finalizing the width of a vertical-rl block. r=smontagu
|
2014-12-16 09:45:41 +00:00 |
|
Jonathan Kew
|
150a68da5c
|
Bug 1089388 - Convert nsBlockFrame::SlideLine to use logical coordinates. r=smontagu
|
2014-11-13 08:58:02 +00:00 |
|
Simon Montagu
|
8d64967541
|
Bug 1079139: make nsFlowAreaRect.mRect a LogicalRect. r=jfkthame
|
2014-10-21 15:16:13 -07:00 |
|
Simon Montagu
|
e753ab75a0
|
Bug 1062963 patch 3: make nsFloatManager's origin a LogicalPoint, adapt GetFlowAreas, AddFloats, ClearFloats, etc. to use it and make nsFloatManager region functions work with logical region. r=jfkthame
|
2014-10-21 15:16:12 -07:00 |
|
Phil Ringnalda
|
b2eb743d9b
|
Backed out 4 changesets (bug 1062963, bug 1079139) for failures in 427129-table-caption.html in b2g reftest-6 and Android 2.3 reftest-5
Backed out changeset a9672db96a5d (bug 1079139)
Backed out changeset 241c23570a62 (bug 1062963)
Backed out changeset 90172cc0b012 (bug 1062963)
Backed out changeset 71211c4a4acc (bug 1062963)
|
2014-10-19 18:44:16 -07:00 |
|
Simon Montagu
|
3134a81fca
|
Bug 1079139: make nsFlowAreaRect.mRect a LogicalRect. r=jfkthame
|
2014-10-19 12:32:17 -07:00 |
|
Simon Montagu
|
3f0d7f2fcc
|
Bug 1062963 patch 3: make nsFloatManager's origin a LogicalPoint, adapt GetFlowAreas, AddFloats, ClearFloats, etc. to use it and make nsFloatManager region functions work with logical region. r=jfkthame
|
2014-10-19 12:32:17 -07:00 |
|
Ehsan Akhgari
|
60360fc645
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
|
Jonathan Kew
|
55170c430a
|
bug 1031241 pt 3 - Also rename Intrinsic{Width,Height} to Intrinsic{I,B}Size. r=smontagu
|
2014-07-24 18:03:26 +01:00 |
|
Jonathan Kew
|
ce9cbe4216
|
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
|
c9b13e133b
|
Bug 1025669 - part 1, Implement layout of block margins for box-decoration-break:clone. r=roc
|
2014-06-24 17:52:19 +00:00 |
|
Simon Montagu
|
82f2df73ba
|
Bug 789096 patch 8: use logical coordinates in nsBlockReflowState. r=jfkthame
|
2014-06-20 02:55:35 -07:00 |
|
Simon Montagu
|
aaa4878ee5
|
Replace GetBaseline with GetLogicalBaseline and use logical coordinates in the line position and baseline getters in nsLayoutUtils. Bug 789096, r=jfkthame
|
2014-06-17 05:19:38 -07:00 |
|
Xidorn Quan
|
c011970f03
|
Bug 966166 - Part 3: Link to other parts. r=dbaron
|
2014-06-11 21:12:00 -04:00 |
|
Mats Palmgren
|
6ae2bb8863
|
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
|
f08f841973
|
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
|
399be41768
|
Bug 508665 - part 5, Make nsIFrame::Init require a nsContainerFrame* for the parent frame param. r=roc
|
2014-05-24 22:20:40 +00:00 |
|
Mats Palmgren
|
a6feda0f22
|
Bug 508665 - part 1, Change the signature of SetParent/GetParent from nsIFrame* to nsContainerFrame*. r=roc
|
2014-05-24 22:20:39 +00:00 |
|
Mats Palmgren
|
6703ffe99e
|
Bug 1008917 - part 11, make nsBlockFrame::ReflowDirtyLines() and nsLineLayout::ReflowFrame() return types 'void'. r=roc
|
2014-05-13 00:47:53 +00:00 |
|
Mats Palmgren
|
9795aca511
|
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
|
42253715d7
|
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
|
5ba3e6847a
|
Bug 1008917 - part 11, make nsBlockFrame::ReflowDirtyLines() and nsLineLayout::ReflowFrame() return types 'void'. r=roc
|
2014-05-12 17:40:29 +00:00 |
|
Mats Palmgren
|
a722b491f1
|
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 |
|
Ehsan Akhgari
|
2ecbad7b1c
|
Bug 491863 - Remove IBMBIDI; r=roc
|
2014-04-23 21:15:29 -04:00 |
|
Arnaud Sourioux
|
771cd3f862
|
Bug 973805 part 1: Change #define classA classB to typedef classB classA, in some frame classes. r=dholbert
|
2014-02-19 00:21:56 -08:00 |
|
Daniel Holbert
|
3146c96a56
|
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
|
2d583fd28f
|
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
|
534b12e52f
|
Bug 967287 part 2: Adjust indentation after removal of nsPresContext* args. r=mats
|
2014-02-06 14:07:48 -08:00 |
|
Daniel Holbert
|
03c54ea5eb
|
Bug 967287 part 1: Remove unnecessary nsPresContext* argument from functions defined in nsContainerFrame.h. r=mats
|
2014-02-06 14:07:47 -08:00 |
|
Cameron McCormack
|
15cc32b681
|
Bug 960848 - Part 1: Make nsFrameState an enum and consolidate all frame state bit definitions in a single preprocessed file. r=dbaron
|
2014-02-05 12:59:39 +11:00 |
|
Timothy Nikkel
|
8d1d02dfa0
|
Bug 962443. Make layout frame tree dumping code work better for Fennec and b2g. r=mats
|
2014-01-26 16:07:02 -06:00 |
|
Mats Palmgren
|
e6ea29ce0d
|
Bug 956447 - Make it possible to get frame dumps in non-DEBUG builds. r=roc
|
2014-01-05 23:31:14 +00:00 |
|
Quentin Headen
|
6f30920da5
|
Bug 731667 - Rewrite mtable implementation to avoid use of _moz-* attributes - implement parsing and rendering. r=karlt, r=bz
|
2013-12-13 12:42:43 -05:00 |
|
Frédéric Wang
|
62c4edbec0
|
Bug 415413 - Incorrect widths and heights of MathML with italics in table cells. r=karlt, r=roc
|
2013-11-25 09:20:20 -05:00 |
|
Ehsan Akhgari
|
baf3a129ad
|
Bug 907883 - Minimize #includes in layout/generic; r=roc
--HG--
extra : rebase_source : 5e87b764a12b05aff477c71547e2131be67ca93b
|
2013-08-22 14:32:52 -04:00 |
|
Trevor Saunders
|
99d8dc50c9
|
bug 659722 - remove _IMPL_NS_LAYOUT r=bz
|
2013-03-16 00:31:38 -04:00 |
|
Daniel Holbert
|
695ff36341
|
Bug 900242: Mark overriding nsBlockFrame methods as MOZ_OVERRIDE. r=mats
|
2013-07-31 18:59:25 -07:00 |
|
Corey Ford
|
8a75e63592
|
Bug 898797 - Use nsHTMLReflowState::ApplyRelativePositioning when placing floats. r=dbaron
|
2013-07-29 21:53:13 -07:00 |
|
Scott Johnson
|
a1817949ef
|
Bug 743402, Part 4: Refactor ApplySkipSides() and GetSkipSides() to return the correct value during reflow by adding an optional nsHTMLReflowState parameter. [r=roc]
|
2013-07-25 10:34:27 -05:00 |
|
Scott Johnson
|
97549e0acc
|
Bug 743402, Part 3: Refactor nsBlockFrame to utilize new calculations for paginated content. [r=roc]
|
2013-07-25 10:34:22 -05:00 |
|
Scott Johnson
|
b806b3e3c9
|
Bug 743402, Part 2: Pull GetEffectiveComputedHeight() into nsSplittableFrame and refactor it to utilize consumed height for paginated content. [r=roc]
|
2013-07-25 10:34:16 -05:00 |
|
Ryan VanderMeulen
|
6e81109389
|
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
|
e963713207
|
Bug 743402, Part 4: Refactor ApplySkipSides() and GetSkipSides() to return the correct value during reflow by adding an optional nsHTMLReflowState parameter. [r=roc]
|
2013-07-24 12:47:17 -05:00 |
|
Scott Johnson
|
21103de30a
|
Bug 743402, Part 2: Pull GetEffectiveComputedHeight() into nsSplittableFrame and refactor it to utilize consumed height for paginated content. [r=roc]
|
2013-07-24 12:47:06 -05:00 |
|
Daniel Holbert
|
cee1828264
|
Bug 884576: Make some nsBlockFrame helper-methods (ReflowPushedFloats, PrepareResizeReflow, & SplitLine) infallible. r=bz
|
2013-06-18 23:09:22 -07:00 |
|
Daniel Holbert
|
4b5e52014e
|
Bug 884564: Make CreateContinuationFor() infallible and directly return its outparam. r=bz
|
2013-06-18 23:09:20 -07:00 |
|
L. David Baron
|
2dcfa5b376
|
Bug 871338: Handle NS_BLOCK_LOOK_FOR_DIRTY_FRAMES lazy marking in GetMinWidth and GetPrefWidth in addition to Reflow. r=bzbarsky
|
2013-05-13 15:37:00 -07:00 |
|