Mats Palmgren
|
8852b5e235
|
Bug 1148971 - Make nsITheme::GetMinimumWidgetSize return a LayoutDeviceIntSize result instead of the unit-less nsIntSize type. r=roc
|
2015-03-30 11:36:14 -04:00 |
|
Carsten "Tomcat" Book
|
abd1345059
|
Backed out changeset 513192eb7df4 (bug 1148971) for causing bc2 memory leaks
|
2015-03-30 15:04:09 +02:00 |
|
Mats Palmgren
|
2268b8c0ad
|
Bug 1148971 - Make nsITheme::GetMinimumWidgetSize return a LayoutDeviceIntSize result instead of the unit-less nsIntSize type. r=roc
|
2015-03-30 10:37:33 +00:00 |
|
Mats Palmgren
|
5bd17a127b
|
Bug 1148833 part 3 - Remove nsIFrame::WillReflow and add a non-virtual MarkInReflow method instead that sets NS_FRAME_IN_REFLOW. Call it at the start of Reflow(). r=roc
|
2015-03-29 22:38:40 +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 |
|
Andrea Marchesini
|
454d9140a2
|
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
|
2015-03-03 11:08:59 +00:00 |
|
Cameron McCormack
|
f8f9b983ca
|
Bug 1127198 - Part 1: Add a DEBUG-only count of frames that use a style context. r=dbaron
|
2015-02-18 09:28:53 +11:00 |
|
David Zbarsky
|
1330fc1496
|
Bug 1125040: Use LayoutDeviceIntPoint for nsLayoutUtils::GetEventCoordinatesRelativeTo and Touch::mRefPoint r=botond
|
2015-02-01 17:27:31 -05:00 |
|
Kartikaya Gupta
|
e84c2dd0ec
|
Bug 1119355 - Add a dummy touch listener on nsRangeFrame so the APZ code knows it handles them. r=roc
|
2015-01-13 09:06:37 -05:00 |
|
Jonathan Kew
|
5aae4eb9d0
|
bug 1046950 pt 3 - convert ComputeAutoSize to use logical-coordinate parameters. r=smontagu
|
2014-08-24 15:34:51 +01:00 |
|
Trevor Saunders
|
434a7cf97c
|
bug 1016545 - Provide an iterator that iterates over all children of an element r=bz
|
2014-07-16 14:41:57 -04:00 |
|
Masayuki Nakano
|
8bb45b8c1f
|
Bug 1046101 part.18 Rename NS_TOUCH_EVENT to eTouchEventClass r=smaug
|
2014-08-04 14:28:53 +09:00 |
|
Masayuki Nakano
|
29bd521c18
|
Bug 1046101 part.11 Rename NS_MOUSE_EVENT to eMouseEventClass r=smaug
|
2014-08-04 14:28:50 +09:00 |
|
Masayuki Nakano
|
77d7a1ac4b
|
Bug 1046101 part.1 Rename nsEventStructType to mozilla::EventClassID r=smaug
|
2014-08-04 14:28:46 +09:00 |
|
Olli Pettay
|
00cf47c562
|
Bug 1024428 - don't crash when using input type='range' in shadow dom. r=wchen
|
2014-07-30 23:15:44 +03: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 |
|
Simon Montagu
|
70420ca7e7
|
Bug 789096 patch 10: make Reflow set nsHTMLReflowMetrics.ISize and BSize instead of Width and Height. r=jfkthame
|
2014-07-24 01:30:07 -07:00 |
|
Simon Montagu
|
8b60e42188
|
Bug 789096 patch 9: use logical coordinates in nsHTMLReflowState available size. r=jfkthame
|
2014-07-24 01:28:46 -07:00 |
|
Jonathan Watt
|
fad16fd3b4
|
Bug 1030843 - Fix crash in nsNativeThemeCocoa::GetMinimumWidgetSize. r=roc
|
2014-06-27 10:19:00 +01:00 |
|
Kyle Huey
|
fcaab74dfe
|
Bug 737976: Remove nsINodeInfo. r=smaug
--HG--
rename : content/base/src/nsNodeInfo.cpp => dom/base/NodeInfo.cpp
rename : content/base/public/nsINodeInfo.h => dom/base/NodeInfo.h
rename : content/base/src/nsNodeInfo.h => dom/base/NodeInfoInlines.h
|
2014-06-19 19:01:40 -07:00 |
|
Ehsan Akhgari
|
861dfcddf0
|
Bug 1013662 - Fix bad implicit conversion constructors in MFBT; r=froydnj,Waldo
|
2014-06-06 23:17:06 -04: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
|
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
|
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
|
ce29c5307d
|
Bug 996351: Rename nsPresShell::GetReferenceRenderingContext() to CreateReferenceRenderingContext(), to reduce implication of fallibility. r=roc
|
2014-04-14 21:30:25 -07:00 |
|
Masayuki Nakano
|
01ad44156b
|
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
|
2014-04-03 13:18:36 +09:00 |
|
Jonathan Kew
|
73fcec8ebe
|
bug 735577 - followup 1 (v2) - allow reflow-state to be passed to the reflow-metrics constructor to get the writing mode. r=roc
|
2013-12-31 13:50:31 +00:00 |
|
Reuben Morais
|
f954df12ae
|
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
--HG--
rename : content/base/public/nsINameSpaceManager.h => content/base/public/nsNameSpaceManager.h
|
2014-02-27 20:04:46 -03:00 |
|
Jonathan Watt
|
a17ad57477
|
Bug 932410 - Implement the focus ring for -moz-appearance:none styled <input type=range> in a different way so that content authors can change/remove it. r=bz
|
2014-02-18 23:35:07 +00: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 |
|
Peiyong Lin
|
d755410afb
|
Bug 959874 - Reorder two parameters in nsContainerFrame::FinishReflowChild(), for consistency with nsContainerFrame::ReflowChild(). r=dholbert
|
2014-01-16 17:34:44 -08:00 |
|
Jonathan Kew
|
44092e5161
|
backout changeset 8b6f20bda157 (bug 735577 followup 1) for build failure
|
2013-12-29 22:48:13 +00:00 |
|
Jonathan Kew
|
142559cff2
|
bug 735577 - followup 1 - allow reflow-state to be passed to the reflow-metrics constructor to get the writing mode. r=roc
|
2013-12-29 22:04:02 +00:00 |
|
Jonathan Kew
|
afd9fd3b50
|
bug 735577 - pt 4.1 - use accessor functions for some physical-coordinate fields in nsHTMLReflowMetrics, in preparation for logicalization. r=smontagu
|
2013-12-27 17:59:52 +00:00 |
|
Jonathan Kew
|
b9938a1edc
|
bug 735577 - pt 3.2 - update the rest of layout code to use the new accessors on nsHTMLReflowState. r=smontagu
|
2013-12-27 17:59:21 +00:00 |
|
Cameron McCormack
|
9078604a69
|
Bug 945517 - Make nsIFrame::GetPseudoElementContent return Element* instead of nsIContent*. r=bz
|
2013-12-03 15:49:03 +11:00 |
|
Cameron McCormack
|
dea227dbd9
|
Bug 944246 - Make getComputedStyle pass in anonymous content when resolving pseudo-element style. r=bz
|
2013-12-03 10:57:50 +11:00 |
|
Cameron McCormack
|
bd0078cfc1
|
Bug 922669 - Part 4: Pass in anonymous content nodes when restyling any pseudo-elements that can match user action pseudo-classes. r=bz
|
2013-11-28 17:46:38 +11:00 |
|
Masayuki Nakano
|
28fa6f3708
|
Bug 920425 part.15 Use mozilla::WidgetEvent::AsTouchEvent() r=smaug
|
2013-10-18 15:10:23 +09:00 |
|
Masayuki Nakano
|
d9fe18d02f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Masayuki Nakano
|
99ed9cf061
|
Bug 920377 part.13 Get rid of nsTouchEvent r=roc
|
2013-09-27 15:20:57 +09:00 |
|
Masayuki Nakano
|
8d69a172c1
|
Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc
|
2013-09-25 20:21:16 +09:00 |
|
Jonathan Watt
|
6fc7e33e36
|
Bug 919263 - Remove bogus assertion from nsRangeFrame::AttributeChanged. r=dholbert
--HG--
extra : rebase_source : a713be35993eb58e44e2bb4f506587831986c57e
|
2013-09-24 21:29:31 +01: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
|
5fa9157954
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
|
Ms2ger
|
78f9e66db8
|
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
|
2013-08-02 09:05:16 +02:00 |
|
Jonathan Watt
|
64486d6a50
|
Bug 871264 - Remove the aPresContext and aFrame parameters from ThemeDrawsFocusForWidget. r=dholbert, sr=roc
|
2013-05-14 00:47:03 +01:00 |
|
Jonathan Watt
|
c8d8188483
|
Bug 864120 - Use a display list item to create the focus ring for <input type=range>. r=roc
|
2013-04-22 10:11:56 +01:00 |
|
Jonathan Watt
|
4dbd0683d9
|
Bug 853525 - Convert much of HTMLInputElement (step handling, validation, events, etc.) to use mozilla::Decimal (a Binary Coded Decimal type) to avoid many rounding issues when it has fractional step values. r=mounir
|
2013-05-06 00:23:18 +01:00 |
|