Jonathan Kew
|
702db29c1c
|
bug 794038 pt 1.0 - use global display pixel coordinates to persist and restore XUL window position and size. r=roc
|
2012-10-16 20:41:19 +01:00 |
|
Steven Michaud
|
144130a844
|
Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
|
2012-10-02 14:48:05 -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 |
|
William Hamilton
|
171aedf355
|
Bug 766933 - Amend an nsIScreen_MOZILLA_2_0_BRANCH comment to nsIScreen; f=edmorley r=roc DONTBUILD
|
2012-06-25 19:59:07 +01:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Chris Jones
|
9a48f7ad71
|
Bug 714416 - Add API for rotating screens, sr=roc
|
2012-02-06 14:33:04 -08:00 |
|
Chris Jones
|
ab6dbded4e
|
Bug 672166: Get rid of nsIScreen_MOZILLA_2_0_BRANCH and create nsBaseScreen for shared code. sr=roc
|
2012-01-04 18:12:48 -08:00 |
|
Chris Jones
|
32b5d589c0
|
Backed out changeset 64d814cd18b3
|
2012-01-04 01:17:38 -08:00 |
|
Chris Jones
|
625b29ce54
|
Bug 714416: Get rid of nsIScreen_MOZILLA_2_0_BRANCH and create nsBaseScreen for shared code. sr=roc
|
2012-01-03 21:56:05 -08:00 |
|