Andrew McCreight
|
6d6e9c420b
|
Bug 978203 - Don't include nsWindowMemoryReporter.h in nsINode.h. r=smaug
|
2014-03-04 15:39:42 -08:00 |
|
Masayuki Nakano
|
ebe6a3a543
|
Bug 974318 part.2 TextComposition should store TextRangeArray at editor handling text event and nsEditor should refer it r=smaug+ehsan
|
2014-03-04 22:48:26 +09:00 |
|
Masayuki Nakano
|
9b8afa1588
|
Bug 920377 part.18 Get rid of nsTextRangeStyle r=roc
|
2013-10-01 16:22:59 +09:00 |
|
Masayuki Nakano
|
d37d273b83
|
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
|
2013-09-25 20:21:19 +09:00 |
|
Ehsan Akhgari
|
d8b97b0c48
|
Bug 902111 - Forward-declare nsIFrame in nsISelectionPrivate.h; r=bzbarsky
|
2013-08-06 16:19:11 -04:00 |
|
Andrew McCreight
|
eb059d91b2
|
Bug 874583 - Use NS_IMPL_CYCLE_COLLECTION_INHERITED_n in more places. r=smaug
|
2013-05-21 16:23:53 -07:00 |
|
Trevor Saunders
|
43728598df
|
bug 825341 - convert range to webidl r=bz, smaug
|
2013-02-07 07:09:41 -05:00 |
|
Phil Ringnalda
|
7fbba09df0
|
Back out fee79a593fd3 and 2c8930343985 (bug 825341) for having probably needed-clobber
|
2013-03-11 20:10:18 -07:00 |
|
Trevor Saunders
|
3de595d32e
|
bug 825341 - convert range to webidl r=bz, smaug
|
2013-02-07 07:09:41 -05:00 |
|
Trevor Saunders
|
9f0ad48b28
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Benoit Jacob
|
a1d7e0f511
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
b0041eadcc
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
David Zbarsky
|
e96cf389ad
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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
|
d8e503c38b
|
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 |
|
Ehsan Akhgari
|
6ef553932d
|
Bug 407127 - Part 2: Refactor the editor so that it only touches mSelConWeak in GetSelectionController, to make removing it for HTML editors easier; r=roc
|
2011-03-11 00:40:30 -05:00 |
|
Ehsan Akhgari
|
efa76e8106
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
|
Ehsan Akhgari
|
e93945101f
|
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
|
2010-06-17 15:41:16 -04:00 |
|
timeless@mozdev.org
|
9458b76a5d
|
Bug 504087 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(IMETextTxn) incorrectly used NS_INTERFACE_MAP_END_INHERITING(EditTxn)
r=neil
|
2009-07-22 17:31:02 -05:00 |
|
Masayuki Nakano
|
a5daf397fd
|
Bug 489951 [TSF] Korean TIP's composition string looks like normal text r=VYV03354, sr=roc
|
2009-05-15 09:45:15 +09:00 |
|
L. David Baron
|
a3f6efd2f2
|
Implement cycle collection for transaction manager and editor transactions. (Bug 488799) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
|
Masayuki Nakano
|
3ad00a6eb6
|
Bug 482138 [TSF] nsTextFrame has to draw composition string by TIP specified style r+sr=roc
|
2009-04-23 12:27:12 +09:00 |
|
Taras Glek
|
a282d4a876
|
Bug 455943: outparamdel nsIPrivateTextRangeList r+sr=jst
|
2008-10-09 16:30:48 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|