Chris Lord
|
b43c75dc8a
|
Bug 803299 - Enable 32-bit colour on Android. r=kats
|
2013-05-28 18:50:16 +01:00 |
|
Ryan VanderMeulen
|
ffbcd55751
|
Backed out changesets 0cb5418906cf and 3c366c865e73 (bug 803299) for Android bustage.
CLOSED TREE
|
2013-05-02 15:45:20 -04:00 |
|
Chris Lord
|
5962935c94
|
Bug 803299 - Enable 32-bit colour on Android. r=kats
|
2013-05-02 18:25:16 +01:00 |
|
Jonathan Kew
|
bb5d358e00
|
bug 851520 - add systemDefaultScale attribute to nsIScreenManager, and use it to decide when to remove browser.content.full-zoom prefs during UI migration if running on windows/hi-dpi. r=roc,adw
|
2013-04-09 22:07:02 +01:00 |
|
Jonathan Kew
|
b4ca5c05af
|
backout 4149244358fd and 5ad0e08799d9 (bug 851520) for b2g bustage on a CLOSED TREE
|
2013-04-09 21:57:12 +01:00 |
|
Jonathan Kew
|
f1fd1e6bc5
|
bug 851520 part 1 - expose systemDefaultScale attribute on nsIScreenManager. r=roc
|
2013-04-09 14:28:55 +01: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 |
|
Benoit Jacob
|
eb504165d5
|
Bug 754572 - add option to use fatal assertions in NS_CheckThreadSafe, use it in nsBaseScreen and nsScreenManagerAndroid - r=bsmedberg
|
2012-07-05 10:32:10 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Michael Wu
|
f1e6818a57
|
Bug 734081 - Check pixel depth when choosing config on egl, r=cjones
|
2012-03-08 19:01:12 -05:00 |
|
Ryan VanderMeulen
|
acf11eb53e
|
Back out 2175db811fad (bug 734081) due to Android reftest failures.
|
2012-03-08 18:41:28 -05:00 |
|
Michael Wu
|
d152d3ffa3
|
Bug 734081 - Check pixel depth when choosing config on egl, r=cjones
|
2012-03-08 17:06:54 -05:00 |
|
Chris Jones
|
5e1c7f9903
|
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
|
b2f2b057f7
|
Backed out changeset 64d814cd18b3
|
2012-01-04 01:17:38 -08:00 |
|
Chris Jones
|
8d6defca48
|
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 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|