Joshua Cranmer
|
7c34a7372a
|
Bug 856108 - Port static analyses to clang, part 2c: use MOZ_STACK_CLASS in editor. r=ehsan
|
2013-04-11 22:20:27 -05:00 |
|
Saurabh Anand
|
151d13c7a5
|
Bug 818817 - Fix some compiler warnings, r=Ms2ger
|
2012-12-09 22:53:19 +05:30 |
|
Ehsan Akhgari
|
b5e6628199
|
Bug 791907 - Remove prtypes.h #includes in editor/; r=jrmuizel
--HG--
extra : rebase_source : 93c2e11edeaa2f7275302a2c7499aa09c330da14
|
2012-09-17 22:58:51 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
918b41fe77
|
Bug 772332 part 1 - Make nsWSRunObject's type enum type-safe; r=ehsan
|
2012-07-13 09:33:43 +03:00 |
|
Aryeh Gregor
|
eb15649aa5
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
Aryeh Gregor
|
d6b1883aab
|
Bug 766305 - WSFragment should use PRInt32 for offsets, not PRInt16; r=ehsan
|
2012-06-24 09:54:42 +03:00 |
|
Aryeh Gregor
|
358c88c0cb
|
Bug 760143 - Get rid of useless nsresult in editor/; r=ehsan
|
2012-06-01 14:03:17 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01: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
|
70eb2838de
|
Bug 682650 - Use an unsigned 32-bit integer as the container of offsets inside text nodes; r=roc
(I bet that there are text nodes on the web which have more than 65535 characters on the Web!)
|
2011-09-08 11:35:33 -04:00 |
|
timeless@mozdev.org
|
6977583968
|
Bug 566552 Spell offset with an s especially nsHTMLEditor::AddPositioningOffet
r=glazou
|
2010-05-24 14:20:59 +02:00 |
|
Mats Palmgren
|
71de6922cb
|
The white-space bounding parent is the closest block within the editable subtree, or if there is none, the (inline) editable subtree root. b=455992 r+sr=peterv
|
2009-02-21 05:28:09 +01:00 |
|
Benjamin Smedberg
|
46f017f4d3
|
Bug 442756 - Add stack annotations to editor classes, r=glazou sr=jst
|
2008-07-01 14:23:21 -04: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 |
|