Mats Palmgren
|
2121f47090
|
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 |
|
Kearwood (Kip) Gilbert
|
d1823e40bc
|
Bug 969250 - Part 1: Implement scroll snapping for scrollbars (v7 Patch),r=roc
--HG--
extra : source : 3ed9d5170d1386e5922df6ca06765922db08968c
|
2015-03-25 11:40:31 -07:00 |
|
Wes Kocher
|
df05ff9297
|
Backed out 2 changesets (bug 969250) on the other theory that it broke lots of tests, forcing a prolonged CLOSED TREE
Backed out changeset 3c1005c81e52 (bug 969250)
Backed out changeset 3ed9d5170d13 (bug 969250)
|
2015-03-25 14:46:47 -07:00 |
|
Kearwood (Kip) Gilbert
|
398a89308c
|
Bug 969250 - Part 1: Implement scroll snapping for scrollbars (v7 Patch),r=roc
|
2015-03-25 11:40:31 -07: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 |
|
Carsten "Tomcat" Book
|
0a4da0c676
|
Backed out changeset fdd33ef9606e (bug 969250) for m5 test failures
|
2015-03-11 10:33:52 +01:00 |
|
Kearwood (Kip) Gilbert
|
bcb7c7d431
|
Bug 969250 - Part 1: Implement scroll snapping for scrollbars (v5 Patch). r=roc
--HG--
extra : rebase_source : df2b831d2cad8210b6c92122aa701fc21335ae6d
|
2015-03-03 17:40:00 +01:00 |
|
Andrea Marchesini
|
cfcd5e95ec
|
Bug 1134280 - Get rid of Tag() - patch 2.11 - layout/xul - Fix all the occurrences, m=smaug, r=surkov
|
2015-03-03 11:09:00 +00:00 |
|
Andrea Marchesini
|
2c4f63331f
|
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 |
|
Timothy Nikkel
|
4776d9215a
|
Bug 1134293. Report the bounds of a tree body as needing component alpha and support disable component alpha in the text it might draw if asked. r=roc
|
2015-02-24 17:51:25 -06:00 |
|
Karsten Düsterloh
|
4079abbd78
|
Bug 1116952 - "Treelines fragments after bug 1105104". r=jwatt
|
2015-02-04 17:55:00 +01:00 |
|
Geoff Lankow
|
125624cd03
|
Bug 1114297 - Improve performance of nsTreeBodyFrame::AdjustForCellText for very long strings; r=smontagu
|
2015-01-11 00:07:58 +13:00 |
|
Mats Palmgren
|
2e240075ec
|
Bug 1116753 - Remove the nsIPresShell* param from remaining frame ctors that still have it. r=roc
|
2015-01-06 09:27:56 +00:00 |
|
Jonathan Watt
|
1905f43bcb
|
Bug 1105104 - Fix the painting of XUL tree connector lines. r=Bas
|
2014-11-28 15:28:17 +00:00 |
|
Sid Stamm
|
55e3ccdad7
|
Bug 704320 - apply referrer policies to image loads (r=seth)
|
2014-11-18 08:46:53 -05:00 |
|
Jonathan Watt
|
53f338200b
|
Bug 1091323 - Convert the nsLayoutUtils helpers that paint images and take an nsRenderingContext to take a gfxContext instead. r=seth
|
2014-11-01 10:45:09 +00:00 |
|
Jonathan Watt
|
bf49eb7f25
|
Bug 651021 - Make nsRenderingContext a stack class. r=jrmuizel
|
2014-10-31 20:08:49 +00:00 |
|
Jonathan Watt
|
1d2c31c63d
|
Bug 1088781 - Rename nsLayoutUtils::GetStringWidth to nsLayoutUtils::AppUnitWidthOfStringBidi. r=dholbert
|
2014-10-26 17:57:49 +00:00 |
|
Jonathan Watt
|
4f23ebac06
|
Bug 1088625, part 3 - Remove nsRenderingContext's SetFont, FontMetrics and SetTextRunRTL methods now that no one uses them any more. r=mstange
|
2014-10-24 16:28:15 +01:00 |
|
Jonathan Watt
|
1c3326bede
|
Bug 1088625, part 2 - Pass nsFontMetrics objects through to code that needs it instead of storing it on the nsRenderingContext. r=mstange
|
2014-10-24 16:28:14 +01:00 |
|
Jonathan Watt
|
a0f005a778
|
Bug 1088625, part 1 - Add lots of missing nsFontMetrics.h and gfxTextRun.h includes
|
2014-10-24 16:28:14 +01:00 |
|
Jonathan Watt
|
08ae0a017c
|
Bug 1088550 - Move nsRenderingContext's remaining GetWidth methods to nsLayoutUtils. r=mstange
|
2014-10-24 16:28:13 +01:00 |
|
Jonathan Watt
|
950664615e
|
Bug 1086610 - Get color working for ::-moz-tree-progressmeter again. r=mattwoodrow
|
2014-10-22 12:29:06 +01:00 |
|
Jonathan Watt
|
09f54bbbb9
|
Bug 1086708 - Rename the snapping variant of NSRectToRect to NSRectToSnappedRect. r=mattwoodrow
|
2014-10-22 12:29:06 +01:00 |
|
Mats Palmgren
|
6a3800de71
|
Bug 1085050 - Remove a DEBUG assertion. r=kip
|
2014-10-21 15:42:24 +00:00 |
|
Jonathan Watt
|
251f92b10b
|
Bug 1085165 - Get rid of the nsRenderingContext::SetColor() method. r=mattwoodrow
--HG--
extra : rebase_source : dc4604e04cae84b8dcbd2d9890191713555c8c7a
|
2014-10-20 10:55:49 +01:00 |
|
Jonathan Watt
|
884793d6d9
|
Bug 1085160 - Port the code that uses nsRenderingContext::IntersectClip() to Moz2D. r=mattwoodrow
--HG--
extra : rebase_source : 54226509a1b16efdc76f92f202cc2be07cf43ab4
|
2014-10-20 10:55:48 +01:00 |
|
Jonathan Watt
|
b8b833765e
|
Bug 1083753, part 2 - Port the code that uses nsRenderingContext::FillRect(nsRect) to Moz2D. r=mattwoodrow
|
2014-10-19 13:22:22 +01:00 |
|
Jonathan Watt
|
c6407bc7fb
|
Bug 1083753, part 1 - Port the code that uses nsRenderingContext::FillRect(nscoord,...) to Moz2D. r=mattwoodrow
|
2014-10-19 11:55:36 +01:00 |
|
Jonathan Watt
|
c27c6452d8
|
Bug 1084093, part 3 - Use the new ToDeviceColor() function to undo the breakage to gfx.color_management.mode=1 (eCMSMode_All) caused by the Moz2D porting work. r=Bas
|
2014-10-17 12:53:16 +01:00 |
|
Jonathan Watt
|
5de5850bc5
|
Bug 1083501 - Port the code that uses nsRenderingContext::SetLineStyle/nsLineStyle to Moz2D. r=mattwoodrow
|
2014-10-16 12:03:44 +01:00 |
|
Jon Morton
|
1700296f02
|
Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
|
2014-10-14 13:15:21 -07:00 |
|
Yonggang Luo
|
7a72ff0ad5
|
Bug 1066459 - Clamp the new top row index to the valid range before assigning it to mTopRowIndex when scrolling. r=kip
|
2014-10-11 06:22:00 -04:00 |
|
Jonathan Watt
|
e7cd8ba247
|
Bug 1064082 - Get rid of nsRenderingContext's PushState and PopState methods. r=Bas
|
2014-09-11 07:48:10 +01:00 |
|
Ehsan Akhgari
|
60360fc645
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
|
Olli Pettay
|
d72906c30d
|
Bug 314095 - Eliminate nsIContent::GetDocument, r=jst
--HG--
extra : rebase_source : dd8f690940825b298a478b65b68a57418a9962ff
|
2014-08-22 23:11:27 +03:00 |
|
Miranda Emery
|
29c0f10b91
|
Bug 957445: Part 3 - combines nsIScrollbarOwner with nsIScrollbarMediator, r=mats
|
2014-02-14 19:40:53 +13:00 |
|
Miranda Emery
|
43c4d9fdf2
|
Bug 957445: Part 1 - Scrolling moved from nsScrollbarButtonFrame and nsSliderFrame into nsIScrollbarMediator, r=mats
|
2014-02-05 14:30:34 +13:00 |
|
Nicholas Nethercote
|
a7cf4142b4
|
Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
* * *
imported patch rm-dummy-params
--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
|
2014-08-06 06:31:21 -07:00 |
|
Olli Pettay
|
d2efa2917f
|
Bug 1049010, layout should use composed doc, not current doc in many cases, r=wchen
--HG--
extra : rebase_source : 42ce2eebfd38ea2e6dbe5711954c601f19d72467
|
2014-08-06 02:23:54 +03:00 |
|
Masayuki Nakano
|
fb7f2d78af
|
Bug 1046101 part.12 Rename NS_DRAG_EVENT to eDragEventClass r=smaug
|
2014-08-04 14:28:50 +09:00 |
|
Masayuki Nakano
|
00f048e7cd
|
Bug 1046101 part.1 Rename nsEventStructType to mozilla::EventClassID r=smaug
|
2014-08-04 14:28:46 +09:00 |
|
Jonathan Watt
|
90194127fd
|
Bug 1030843 - Fix crash in nsNativeThemeCocoa::GetMinimumWidgetSize. r=roc
|
2014-06-27 10:19:00 +01:00 |
|
Jonathan Watt
|
ef224664db
|
Bug 1027645 - Eliminate all nsRenderingContext::AppUnitsPerDevPixel() callers and all non-propagating nsRenderingContext::DeviceContext() callers. r=roc
|
2014-06-20 07:42:30 +01:00 |
|
Kyle Huey
|
b1e3198eed
|
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 |
|
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 |
|
Ehsan Akhgari
|
2ecbad7b1c
|
Bug 491863 - Remove IBMBIDI; r=roc
|
2014-04-23 21:15:29 -04:00 |
|
Adrian Lungu
|
864ffca9e7
|
Bug 822480 - Add in the Resource Timing API. r=honzab, r=jst
|
2013-10-15 18:35:44 -07:00 |
|
Daniel Holbert
|
61204d781b
|
Bug 996351: Rename nsPresShell::GetReferenceRenderingContext() to CreateReferenceRenderingContext(), to reduce implication of fallibility. r=roc
|
2014-04-14 21:30:25 -07:00 |
|
Masatoshi Kimura
|
26f4814ffd
|
Bug 980307 - Remove DataContainerEvent dependency from accessibility. r=tbsaunde
|
2014-03-21 12:59:59 +09:00 |
|