Ehsan Akhgari
|
eff9a278ad
|
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
--HG--
extra : rebase_source : af198eb9b9739ce718ba0d16c385624a722cde51
|
2013-10-07 19:15:59 -04:00 |
|
Ehsan Akhgari
|
669ff96c05
|
Bug 911292 - Minimize the #includes in layout/mathml; r=mats
|
2013-08-30 17:37:12 -04:00 |
|
Frédéric Wang
|
f5b2f9c1aa
|
Bug 745131 - Improve how <semantics> determine the visible child. r=karlt
--HG--
rename : layout/mathml/nsMathMLmactionFrame.cpp => layout/mathml/nsMathMLSelectedFrame.cpp
rename : layout/mathml/nsMathMLmactionFrame.h => layout/mathml/nsMathMLSelectedFrame.h
|
2013-05-10 08:40:44 -04:00 |
|
David Zbarsky
|
b1ad5f5a1f
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
|
2013-04-19 18:18:33 -04:00 |
|
Boris Zbarsky
|
7f102d7f2d
|
Bug 852428 part 2. Make nsIFrame::Init infallible. r=dholbert
|
2013-03-19 21:47:48 -04:00 |
|
Robert O'Callahan
|
42e294f8cb
|
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 |
|
Robert O'Callahan
|
5c77da3630
|
Bug 840902. Part 1: Stop checking the results of various display list methods. r=mattwoodrow
--HG--
extra : rebase_source : 50a3d6809ef76a25a3d02d91f2873d9ba11fdc56
|
2013-02-15 00:08:08 +13:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
c81630fddb
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Jonathan Watt
|
970e60a384
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Andrii Zui
|
34a4a0ee87
|
Bug 749044 - Selection attribute on maction is now considered by default. Checking for a rendering error in maction has been added. r=karlt
|
2012-06-12 20:05:58 -04:00 |
|
Ryan VanderMeulen
|
a8d7ca3d0f
|
Backout Bug 749044 due to Android reftest failures
|
2012-06-09 16:03:31 -04:00 |
|
Andrii Zui
|
041054b6e4
|
Bug 749044 - Selection attribute on maction is now considered by default. Checking for a rendering error in maction has been added. r=karlt
|
2012-06-09 14:22:41 -04:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Andrii Zui
|
c2a63c0b43
|
Bug 745535 - Implement AttributeChanged on nsMathMLmactionFrame. r=karlt
|
2012-05-18 13:35:43 -04:00 |
|
Frédéric Wang
|
a2468269dd
|
Bug 657279 - maction: transmit automatic data when the selected child changes. r=karlt
|
2012-04-28 11:02:22 -04:00 |
|
Andrii Zui
|
42a0a68e10
|
Bug 739556 - maction: selection attribute is taken into account only with actiontype="toggle". r=karlt
|
2012-04-24 19:49:59 -04:00 |
|
Andriy Zui
|
cfb9998a09
|
Bug 729924 - statusline actiontype should use the second child as a message. r=karlt
|
2012-03-29 11:50:02 +02:00 |
|
Phil Ringnalda
|
9b1872fcc9
|
Back out 0cb85ff0f764 (bug 738568), 9949bb092303 (bug 730209), 095fd525afa7 (bug 729924), dcf8929a8115 (bug 633602) because of widely scattered and unclear bustage on a CLOSED TREE
|
2012-03-28 22:37:46 -07:00 |
|
Andriy Zui
|
c8ae7cd529
|
Bug 729924 - maction: statusline actiontype should use the second child as a message. r=karlt
|
2012-03-28 21:00:14 -04:00 |
|
Masayuki Nakano
|
0f825bbcf1
|
Bug 706406 <maction> should use system event group r=smaug+karlt
|
2011-12-01 16:40:51 +09:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Frédéric Wang
|
57152238b5
|
Bug 398505 - Remove nonstandard actiontype "restyle" of maction; r=karlt
|
2011-09-14 08:51:24 +01:00 |
|
Atul Aggarwal
|
6ed7527e17
|
Bug 678708 - nsMathMLmactionFrame::MouseListener::HandleEvent may abort in debug mode; r=karlt
|
2011-08-31 13:16:13 +01:00 |
|
Mats Palmgren
|
f1c56f2e22
|
Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc
Remove the nsIAtom* child list names and use child list ID enum instead.
|
2011-08-24 22:54:30 +02:00 |
|
Jonas Sicking
|
bd6dbea0b9
|
Bug 664058: Remove Add/RemoveEventListenerByIID from mathml code. r=smaug
|
2011-06-28 10:59:14 -07:00 |
|
Frédéric Wang
|
26afc4334e
|
Support for attribute "selected" on mstyle (bug 569125). r=karlt
--HG--
extra : rebase_source : 7da767a2d114d17b4fb44dc632451307d07de216
|
2011-05-12 20:18:13 +12:00 |
|
Zack Weinberg
|
9f143f420f
|
Bug 174055, part 1: minimize inclusion of nsI(Thebes)FontMetrics.h.
|
2011-04-07 18:04:41 -07:00 |
|
Zack Weinberg
|
1628ea1551
|
Bug 266236 part 9: Move nsBoundingMetrics to its own header and prune inclusions of nsRenderingContext.h.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 92660748436f03475e011184e2828f1db0ad63e0
|
2011-04-07 18:04:40 -07:00 |
|
Zack Weinberg
|
4e540ce52f
|
Bug 266236 part 4: Aggressively prune unused methods and dead #ifdefs from nsRenderingContext.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : b2911406bbe1b5995d1a501c59e02b5fffefa390
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
c510bc3046
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
|
2011-04-07 18:04:40 -07:00 |
|
Frédéric Wang
|
9024614d36
|
Bug 21479 - Embellished operators - add rules for mstyle, mphantom, mpadded and mrow. r=karlt
--HG--
extra : transplant_source : %CDr%F474%A9%FD%80%D2%FC%AEJ%B6%93%E9%23%ECO%25z
|
2011-03-25 16:38:59 +13:00 |
|
Boris Zbarsky
|
b2fa9fd079
|
Bug 562688 part 12. Eliminate eELEMENT usage in the rest of layout except layout/style. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Timothy Nikkel
|
a700ed5231
|
Bug 488771. Stop nsMathMLmactionFrame from inheriting from nsISupports and a bit more cleanup. r=roc
--HG--
extra : rebase_source : 395ac33113c9cf44c1c97efb3b7e6dcf6514eefa
|
2009-11-03 16:43:39 -06:00 |
|
Zack Weinberg
|
d47e0f433b
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
|
Boris Zbarsky
|
1ef12b64a7
|
Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc
|
2009-07-28 08:53:20 -04:00 |
|
Robert O'Callahan
|
beac740c0f
|
Bug 484766. Clean up MathML directory structure. r=karlt,ted
--HG--
extra : rebase_source : 1c88ebe3a41dee12a982442ad2e711aa287ed55f
|
2009-03-30 13:48:52 +13:00 |
|