Jacek Caban
|
fe4bf5159a
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (widget/windows part) r=jmathies
--HG--
extra : rebase_source : e7f460a18397aa903fb2ba3f9ba7e5fe67d76db6
|
2012-10-04 10:33:24 +02:00 |
Koosha Khajeh Moogahi
|
dcf81f4fb0
|
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
|
2012-09-14 14:30:31 +04:30 |
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 |
Masayuki Nakano
|
f5096646cb
|
Bug 719320 part.12 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on Windows r=smaug+jimm
|
2012-08-12 10:42:37 +09:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Masayuki Nakano
|
8c3fc7894e
|
Bug 757688 part.2 Move nsModifierKeyState to KeyboardLayout and redesign it r=jimm
|
2012-06-15 18:52:50 +09:00 |
Masayuki Nakano
|
5c0d118456
|
Bug 630811 part.2 Replace nsInputEvent::isShift, nsInputEvent::isControl, nsInputEvent::isAlt and nsInputEvent::isMeta r=smaug
|
2012-04-25 12:00:02 +09:00 |
Avi Halachmi (:avih)
|
b7b27a33a2
|
Bug 737758: Part 2: Address Windows abnormality (identify _faked_ pixel scrolls) [r=jmathies]
|
2012-03-26 13:34:10 +02:00 |
Masayuki Nakano
|
81bcd3acd3
|
Bug 672175 part.17 System settings of mouse wheel on Windows should be able to be overridden by prefs for testing r=jimm
|
2012-03-22 09:59:12 +09:00 |
Masayuki Nakano
|
a60c46de7f
|
Bug 672175 part.16 Implement nsIWidget::SynthesizeNativeMouseScrollEvent() on Windows r=jimm
|
2012-03-22 09:59:12 +09:00 |
Honza Bambas
|
cdea5ca0bb
|
Bug 733988 - Build bustage: WinMouseScrollHandler.cpp(1217) after bug 672175 landing, include nsGkAtoms.h, r=masayuki
|
2012-03-08 17:24:17 +01:00 |
Masayuki Nakano
|
d58c77b157
|
Bug 672175 part.14 Move WM_MOUSE*WHEEL and WM_*SCROLL handlers into MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
Masayuki Nakano
|
abc50845c2
|
Bug 672175 part.13 Compute cursor position at WM_MOUSEWHEEL and WM_MOUSEHWHEEL in MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
Masayuki Nakano
|
7c0c3c99dc
|
Bug 672175 part.12 Move MOZ_WM_*SCROLL handler into MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
Masayuki Nakano
|
7bfc7cc5d9
|
Bug 672175 part.11 Move MOZ_WM_MOUSE*WHEEL handler into MouseScrollHandler r=jimm
|
2012-03-06 12:20:29 +09:00 |
Masayuki Nakano
|
a79e6d853c
|
Bug 672175 part.10 Initialize mouse scroll events in MouseScrollHandler::LastEventInfo r=jimm
|
2012-03-06 12:20:29 +09:00 |
Masayuki Nakano
|
407835228d
|
Bug 672175 part.9 Implement NS_QUERY_SCROLL_TARGET_INFO event dispatcher on MouseScrollHandler::EventInfo r=jimm
|
2012-03-06 12:20:29 +09:00 |
Masayuki Nakano
|
aa58d1c729
|
Bug 672175 part.8 Compute modifier key state in MouseScrollHandler r=jimm
|
2012-03-06 12:20:28 +09:00 |
Masayuki Nakano
|
eac1fdb5dc
|
Bug 672175 part.7 Manage last wheel scroll message information by MouseScrollHandler::LastEventInfo r=jimm
|
2012-03-06 12:20:28 +09:00 |
Masayuki Nakano
|
560a08c995
|
Bug 672175 part.6 Summarize native mouse wheel events by MouseScrollHandler::EventInfo r=jimm
|
2012-03-06 12:20:28 +09:00 |
Masayuki Nakano
|
ee28f178e8
|
Bug 672175 part.5 Move device specific code to MouseScrollHandler r=jimm
|
2012-03-06 12:20:28 +09:00 |
Masayuki Nakano
|
748e4225ad
|
Bug 672175 part.3 MouseScrollHandler should manage user prefs r=jimm
|
2012-03-06 12:20:28 +09:00 |
Masayuki Nakano
|
4752ebe8cd
|
Bug 672175 part.2 MouseScrollHandler should manage system settings r=jimm
|
2012-03-06 12:20:28 +09:00 |
Masayuki Nakano
|
6b2ac6869b
|
Bug 672175 part.1 Implement MouseScrollHandler for Windows r=jimm
|
2012-03-06 12:20:28 +09:00 |