David Anderson
|
d2c237dd72
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
|
2013-09-27 18:42:08 -07:00 |
|
Robert O'Callahan
|
942901215f
|
Bug 905405. Wrap mLastNativeEventScheduled in a mutex to avoid racing on it. r=bsmedberg
|
2013-09-19 16:24:34 +12:00 |
|
Jim Mathies
|
556496017a
|
Bug 888236 - Add metro specific window classes and messages to ipc defer message processing. r=bsmedberg
|
2013-08-07 09:55:12 -05:00 |
|
Nicholas Cameron
|
8c3a6b38e7
|
Bug 896896. Use MsgWaitForMultipleObjectsEx instead of WaitMessage. r=roc
|
2013-07-31 08:51:45 +12:00 |
|
Masayuki Nakano
|
9ea76e4b10
|
Bug 849647 Get rid of message order optimization on Windows r=jimm
|
2013-03-23 23:18:52 +09:00 |
|
Masayuki Nakano
|
0a09469913
|
Bug 807241 Use ITfMessagePump and ITfKeystrokeMgr r=jimm
|
2013-03-18 13:41:24 +09:00 |
|
Masayuki Nakano
|
0ddfa5dafa
|
Bug 840409 part.15 Implement widget::IMEHandler::CanOptimizeKeyAndIMEMessages() r=jimm
|
2013-02-25 13:00:07 +09:00 |
|
Honza Bambas
|
79548c8b0c
|
Bug 836872 - Use TimeStamp::NowLoRes() in nsAppShell, r=roc
|
2013-02-11 22:56:59 +01:00 |
|
Ehsan Akhgari
|
6be78c8f6a
|
Bug 830765 - Remove the unneeded code which tracks the list of loaded modules because it is unused and can cause multi-second hangs; r=sicking a=removes-code-from-libxul
|
2013-01-21 15:55:31 -05:00 |
|
Jim Mathies
|
c2112ae4ff
|
Bug 780333 - StartAudioSession and StopAudioSession get skipped in 64-bit builds. r=bbondy
|
2012-11-29 14:50:20 -06:00 |
|
Jim Mathies
|
1af6ce1ff7
|
Bug 750901 - Elm to mc migration work - metro related changes to Windows widget src to support building metro winrt bits (nsWidgetFactory, nsWindowGfx, nsToolkit, WinUtils). Also landing nsIWinMetroUtils.idl. r=bbondy
|
2012-11-02 06:54:44 -05: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 |
|
Brian R. Bondy
|
6fbe5ec2d7
|
Bug 710935 - Measure lag in handling user input. r=bsmedberg
|
2012-05-25 09:22:19 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masayuki Nakano
|
dae70031e0
|
Bug 672175 part.16 Implement nsIWidget::SynthesizeNativeMouseScrollEvent() on Windows r=jimm
|
2012-03-22 09:59:12 +09:00 |
|
Mark Capella
|
2b68740de5
|
Bug 730128 - Remove code ifdef'd MOZ_WINSDK_TARGETVER for pre-Windows 7 SDKs. r=jmathies
|
2012-02-27 18:57:28 -05:00 |
|
Mark Capella
|
590ec2e743
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Serge Gautherie
|
6a44070304
|
Bug 719389. (Av1) Fix "#ifdef MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN" from bug 441197. r=khuey.
|
2012-01-23 08:02:37 +01:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|