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 |
Seth Fowler
|
a1186f0369
|
Bug 1128769 (Part 5) - Record the last draw result for various less common frame types and use it to decide whether to sync decode. r=tn
|
2015-02-09 23:27:40 -08:00 |
Jonathan Kew
|
c45717c168
|
Bug 1123133 - Vertical writing-mode support in nsFieldSetFrame. r=smontagu
|
2015-01-19 11:43:58 +00:00 |
Jonathan Kew
|
8412cec73a
|
Bug 1096260 - Convert flags parameter of nsIFrame::ComputeSize from uint32_t to a typed enum, and update callers accordingly. r=dholbert
|
2014-11-11 11:02:41 +00: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
|
a5a5cf98e5
|
bug 1046950 pt 2 - convert ComputeSize to use logical-coordinate parameters. r=smontagu
|
2014-08-24 15:34:44 +01: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 |
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 |
Robert O'Callahan
|
cbb8fdebfc
|
Bug 1015664 . Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg
|
2014-06-03 00:08:21 +12:00 |
Mats Palmgren
|
2f10105862
|
Bug 1015781 - part 9, Make nsFieldSetFrame::SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame DEBUG only. r=roc
|
2014-05-28 19:36:59 +00: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
|
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
|
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 |
Arnaud Sourioux
|
a127266e74
|
Bug 974687 - Part 1: Add about 300 MOZ_OVERRIDE in layout/. r=dholbert
|
2014-02-24 09:41:56 -05: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 |
Robert O'Callahan
|
11747f4e5c
|
Bug 960277. Part 2: Move nsFieldSetFrame declaration to nsFieldSetFrame.h. r=mats
--HG--
extra : rebase_source : 6b0da46311f24238d48c6d8045fe87c6f90d11ce
|
2014-01-16 15:20:20 +13:00 |