Simon Montagu
|
aba0944c80
|
Bug 1113206: Make nsComboboxControlFrame and nsListControlFrame use logical coordinates and support vertical writing modes - patch by smontagu with additions by jfkthame. r=jfkthame,smontagu
|
2015-02-08 07:31:14 -08:00 |
|
Andrea Marchesini
|
b75af49c46
|
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 |
|
Andrea Marchesini
|
b212600c95
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
33bb32f549
|
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 |
|
Mats Palmgren
|
06b9d85519
|
Bug 1116753 - Remove the nsIPresShell* param from remaining frame ctors that still have it. r=roc
|
2015-01-06 09:27:56 +00:00 |
|
Brian Marshall
|
c80576c37a
|
Bug 346043 - Reset selected index correctly after closing drop-down menu. r=roc
|
2014-11-05 12:32:00 -08:00 |
|
Trevor Saunders
|
86b7aff8fc
|
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
|
4491d88818
|
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
|
350ea3c115
|
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
|
23920c264d
|
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
|
06b0a9460b
|
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
|
80071d48fe
|
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
|
beb1dea11c
|
Bug 508665 - part 4, Make nsCSSFrameConstructor use nsContainerFrame* for frames used as parent frames. r=roc
|
2014-05-24 22:20:40 +00:00 |
|
Mats Palmgren
|
285c9e041a
|
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
|
f9e0595bf5
|
Bug 1008917 - part 9,10, make DidReflow() return type 'void'. r=roc
|
2014-05-13 00:47:53 +00:00 |
|
Mats Palmgren
|
5023eccc38
|
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
|
4bfe3c39fd
|
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
|
7308c8e3c4
|
Bug 1008917 - part 9,10, make DidReflow() return type 'void'. r=roc
|
2014-05-12 17:40:29 +00:00 |
|
Mats Palmgren
|
3272848305
|
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
|
c390fe1fc8
|
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
|
bc988b83ca
|
Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert
|
2014-02-17 23:47:48 -08:00 |
|
Masayuki Nakano
|
a8677932f0
|
Bug 935876 part.1 Don't consume key event on <select> element if it's never handled r=
|
2014-01-24 15:26:52 +09:00 |
|
Mats Palmgren
|
0346fbe46a
|
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
|
0ec1a021d3
|
Bug 938114 - Build layout/base in unified mode; r=roc
|
2013-11-14 21:43:56 -05:00 |
|
Masayuki Nakano
|
d9fe18d02f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Ehsan Akhgari
|
6e9031fe0d
|
Bug 909927 - Minimize the #includes in layout/forms; r=mats
--HG--
extra : rebase_source : 92eb9ca6672e754a32dbfe3cd3494309671902d3
|
2013-08-28 10:30:02 -04:00 |
|
Ehsan Akhgari
|
4ff8f0416e
|
Bug 908724 - Avoid #including nsPresContext.h in nsIScrollableFrame.h; r=mats
nsPresContext.h pulls in a large number of headers which should not
be needed in nsIScrollableFrame, if we just move ScrollbarStyles to
its own header
|
2013-08-23 16:20:07 -04:00 |
|
Mats Palmgren
|
cd070d65f1
|
Bug 898871 - Add more nsWeakFrame checks around scroll operations. r=roc
|
2013-08-08 22:04:59 +00:00 |
|
Ms2ger
|
04774fb671
|
Bug 899931 - Part i: Inline nsListControlFrame::GetSizeAttribute; r=dzbarsky
|
2013-08-02 09:09:02 +02:00 |
|
Ms2ger
|
75b347cb69
|
Bug 899931 - Part h: Cleanup nsListControlFrame::GetOptions; r=dzbarsky
|
2013-08-02 09:08:19 +02:00 |
|
Ms2ger
|
8d1add597a
|
Bug 899931 - Part g: Cleanup nsListControlFrame::{ScrollToIndex, ScrollToFrame}; r=dzbarsky
|
2013-08-02 09:08:13 +02:00 |
|
Ms2ger
|
2209293dfd
|
Bug 899931 - Part f: Cleanup nsListControlFrame::GetIndexFromDOMEvent; r=dzbarsky
|
2013-08-02 09:07:56 +02:00 |
|
Ms2ger
|
09093dfb1f
|
Bug 899931 - Part d: Cleanup nsListControlFrame::GetCurrentOption; r=dzbarsky
|
2013-08-02 09:07:22 +02:00 |
|
Ms2ger
|
4d9a9aa40c
|
Bug 899931 - Part c: Cleanup nsListControlFrame::GetOptionText; r=dzbarsky
|
2013-08-02 09:07:08 +02:00 |
|
Ms2ger
|
e32b9b8720
|
Bug 899931 - Part b: Introduce a nice nsListControlFrame::GetOption; r=dzbarsky
|
2013-08-02 09:07:04 +02:00 |
|
Ms2ger
|
e0af74781f
|
Bug 899931 - Part a: Remove unused nsListControlFrame::{IsContentSelected, IsContentSelectedByIndex}; r=dzbarsky
|
2013-08-02 09:06:57 +02:00 |
|
Masayuki Nakano
|
04c0fc2c90
|
Bug 501496 part.13 nsListControlFrame should handle key navigation at keydown event handler r=neil
|
2013-07-25 15:09:29 +09:00 |
|
Arnaud Sourioux
|
9a8c47ea32
|
Bug 870516: Annotate ~600 more methods with MOZ_OVERRIDE in /layout r=dholbert
|
2013-05-14 09:33:23 -07:00 |
|
Mounir Lamouri
|
c17ed16466
|
Bug 839834 - Remove nsIFormControlFrame::GetFormProperty. r=bz
|
2013-02-18 18:21:32 +00:00 |
|
David Zbarsky
|
5cc0fcdcdf
|
Bug 847007: Remove nsIContent includes r=Ms2ger
|
2013-03-21 20:05:20 -04:00 |
|
Boris Zbarsky
|
f1589419f5
|
Bug 852428 part 2. Make nsIFrame::Init infallible. r=dholbert
|
2013-03-19 21:47:48 -04:00 |
|
Robert O'Callahan
|
d9665619b9
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
--HG--
extra : rebase_source : de498510bf8d85d9b0b2fab0137ef3be01c9adfa
|
2013-02-15 00:12:27 +13:00 |
|
Daniel Holbert
|
242e2346fa
|
Bug 836957 part 2: Remove unnecessary nsIFrame::GetSkipSides() overrides whose implementations are in .cpp files. r=mats
|
2013-02-04 08:17:20 -08:00 |
|
Mats Palmgren
|
f2df7bcbe6
|
Bug 806364 - Calculate dropdown height based on number of child frames for <option>s and <optgroup>s with non-empty label, instead of GetNumberOfOptions() which only includes <option> nodes. r=roc
|
2012-10-31 23:00:36 +01:00 |
|
Trevor Saunders
|
b51bb304d8
|
bug 542039 - accessible object types r=surkov, roc
|
2012-09-28 17:53:44 -04:00 |
|
David Zbarsky
|
307c734c43
|
[Bug 799407] Fix build warnings in layout r=roc
|
2012-10-10 01:00:05 -04:00 |
|
Matt Woodrow
|
958ce7d98d
|
Bug 539356 - Part 9c - Remove old invalidation code. r=bz
|
2012-08-29 17:39:31 +12:00 |
|
Ed Morley
|
c863356300
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
|
Matt Woodrow
|
c73c0db2f1
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-08-29 17:38:58 +12:00 |
|
Arnaud Sourioux
|
815396c1bb
|
Bug 733186: Annotate ~1000 methods with MOZ_OVERRIDE in /layout r=dholbert r=dbaron
|
2012-09-14 09:10:08 -07:00 |
|