Jon Coppeard
|
1216544376
|
Bug 959787 - Handlify remaining JS APIs r=terrence r=bz r=bholley
|
2014-04-30 10:10:33 +01:00 |
|
Birunthan Mohanathas
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Jon Coppeard
|
d0e56d0b88
|
Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz
|
2014-02-12 10:50:46 +00:00 |
|
Tom Schuster
|
f39e81815a
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Nicholas Cameron
|
c0366ce176
|
BUg 910160. IWYU for gfx/src. r=roc
|
2013-09-02 10:21:01 +12:00 |
|
Birunthan Mohanathas
|
ac753ddb61
|
Bug 784739 - Switch from NULL to nullptr in gfx/src/; r=ehsan
--HG--
extra : rebase_source : 28d7747c0a41a87ee064129b4f06ee23f1731c12
|
2013-07-20 11:48:56 +03:00 |
|
David Zbarsky
|
51cc534937
|
Bug 867459 - Fix gfx rooting hazards r=terrence
|
2013-05-02 22:02:40 -04:00 |
|
Isaac Aggrey
|
c984edf823
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05: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 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Andrew Quartey
|
540b175dcb
|
Bug 705414 - Failure checks for JS_DefineElement in nsScriptableRegion::GetRects. r=evilpie
|
2011-12-05 15:44:06 +01:00 |
|
timeless@mozdev.org
|
01e9200791
|
Bug 505738 - nsScriptableRegion::GetRects doesn't handle failure from JS_NewArrayObject [@ JS_DefineElement - nsScriptableRegion::GetRects] r=gal
|
2011-12-03 22:50:17 +01:00 |
|
Ms2ger
|
34cfdc6a1e
|
Bug 705187 - Use IDL for nsIScriptableRegion::GetRects; r=roc
|
2011-11-26 11:29:45 +01: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 |
|
Jeff Walden
|
79d6d0b16a
|
Bug 676738 - Change the index argument to JS_DefineElement from jsint to uint32. r=jst, r=dmandelin
--HG--
extra : rebase_source : d0e3be27e3f0cf022eea21805923c2f4736a36ca
|
2011-08-04 19:39:12 -07:00 |
|
Marco Castelluccio
|
acf4cce0bc
|
Bug 635643. Remove nsIRegion, because it is a useless wrapper class. r=tnikkel
|
2011-07-25 17:19:37 -05:00 |
|
Taras Glek
|
a5e1d36a0e
|
Bug 483425 - memory leak fix + testcase r=vlad
|
2009-03-19 11:45:07 -07:00 |
|
Taras Glek
|
03957df515
|
Bug 477708 - expose nsIRegion::getrects() to scripts r=vlad
|
2009-03-18 11:42:07 -07:00 |
|
Taras Glek
|
e5518c5104
|
Backed out changeset 9d34172f942f
|
2009-03-18 10:20:50 -07:00 |
|
Taras Glek
|
4228bce5c8
|
Bug 477708 - expose nsIRegion::getrects() to scripts r=vlad
|
2009-03-18 09:53:34 -07:00 |
|
Taras Glek
|
adb0472423
|
Bug 477708 - backout previous numRects, getRect attempt r=vlad
|
2009-03-18 09:53:14 -07:00 |
|
Taras Glek
|
c24af569ee
|
Bug 477708 - expose nsIRegion::getrects() to scripts r=stuart
|
2009-02-10 15:10:07 -08:00 |
|
Daniel Holbert
|
4301671b45
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|
caillon%redhat.com
|
2fdef090da
|
These are C++ files; not IDL. rs=bzbarsky
|
2004-08-11 07:00:43 +00:00 |
|
gerv%gerv.net
|
9d2ee4928c
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
|
dbaron%dbaron.org
|
5aadb9d382
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 20:32:55 +00:00 |
|
pinkerton%netscape.com
|
630dc52f0d
|
give access to internal region as noscript. make methods lowercase. bug# 80196. r=pchen/sr=smfr
|
2001-05-12 20:54:57 +00:00 |
|
beard%netscape.com
|
59efe8a337
|
switched to NS_IMPL_ISUPPORTS1, no longer supports QI to nsIRegion. r=pavlov
|
1999-10-31 02:26:10 +00:00 |
|
beard%netscape.com
|
9cecbfb42e
|
XP adapter class for scriptable regions.
|
1999-09-05 18:36:36 +00:00 |
|