Ehsan Akhgari
|
9baef6ed94
|
Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky
|
2013-11-26 11:38:52 -05:00 |
|
Ed Morley
|
64b44683a3
|
Backed out changeset 8c69c6e6fc39 (bug 942633) for build failures on a CLOSED TREE
|
2013-11-26 17:30:55 +00:00 |
|
Ehsan Akhgari
|
005a5f14dc
|
Bug 942633 - Build more dom/ code in unified mode; r=bzbarsky
|
2013-11-26 11:38:52 -05:00 |
|
Birunthan Mohanathas
|
08cf444a2b
|
Bug 784739 - Switch from NULL to nullptr in dom/plugins/ipc/; r=ehsan
|
2013-10-23 16:34:46 -04:00 |
|
Ehsan Akhgari
|
e69df6e0cd
|
Bug 853560 - Fix nsTArray::SetCapacity callers in dom/plugins to not look at the return value; r=bsmedberg
|
2013-03-21 14:43:04 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
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
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
bccb7c9174
|
Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary
|
2011-06-14 15:49:48 -04:00 |
|
Benjamin Smedberg
|
db0bb30d65
|
Back out bug 653083 because of crashtest crashes (bug698862.html) in PluginInstanceParent::GetNPP for a crashed plugin
|
2011-06-16 13:22:24 -04:00 |
|
Benjamin Smedberg
|
2e43a3b279
|
Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary
|
2011-06-14 15:49:48 -04:00 |
|
Josh Aas
|
0f19e20690
|
Bug 649488: Move contents of dom/plugins to dom/plugins/ipc. r=bsmedberg
|
2011-04-12 16:26:11 -07:00 |
|