Viral Wang
|
84ee20c959
|
Bug 908058 - Add orientation keyword 'default' to express normal orientation. r=mounir, r=blassey
|
2013-09-30 10:40:41 -04:00 |
|
Nathan Froyd
|
98723f4c48
|
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
|
2013-09-10 16:56:05 -04:00 |
|
Tapas Kundu
|
4d6d5b66fd
|
Bug 788975 - Orientation Observer uses accelerometer sensor. r=mwu
|
2013-08-27 20:10:57 -07:00 |
|
Justin Lebar
|
ab3a0d6e41
|
Bug 819791 - Part 4: Remove an unnecessary TArray copy in OrientationObserver.cpp. r=mounir
|
2012-12-18 20:16:06 -05:00 |
|
Mounir Lamouri
|
c8e4a3c7bc
|
Bug 787534 - Update the Gonk backend to take into account the new screen lock orientations values. r=mwu
|
2012-09-18 19:39:59 +01:00 |
|
Mounir Lamouri
|
38cc3be56e
|
Bug 787534 - Remove Portrait and Landscape special ScreenOrientation values. r=jlebar
|
2012-09-19 17:28:16 +01:00 |
|
Mounir Lamouri
|
24745804d4
|
Bug 787532 - Update Android HAL backend to take into account new screen lock values. r=jlebar
|
2012-09-11 11:57:20 +01: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 |
|
Justin Lebar
|
c692d7b457
|
Bug 776132 - When the gonk AppShell is trying to shut down the OrientationObserver, don't call OrientationObserver::GetInstance() -- that might /create/ an orientation observer! r=cjones
--HG--
extra : rebase_source : 72ad44ea6edf1c170cb0af6fb3e207550c7bee15
|
2012-08-18 09:55:59 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Justin Lebar
|
56db9a6e24
|
Bug 772987 - Part 2: Use Static{Auto,Ref}Ptr where appropriate. r=mounir
--HG--
extra : rebase_source : 4e3e72ba53cd0177160f80231eebeb4972119eec
|
2012-07-26 15:33:45 -04:00 |
|
Gervase Markham
|
69110ab2b1
|
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
|
2012-07-20 10:10:44 +01:00 |
|
Gregor Wagner
|
2a7dd67524
|
Bug 758093 - Fix b2g debug build. r=fabrice
|
2012-05-23 20:43:17 -07:00 |
|
Cervantes Yu
|
9e34e52e44
|
Bug 743638: Implement orientation API backend in gonk. r=mwu
|
2012-04-20 19:43:25 +08:00 |
|