Neil Deakin
|
ad0b0e8052
|
Bug 1121946, Implement e10 cursor drag feedback on Windows, r=jmathies
|
2015-06-05 08:33:29 -04:00 |
|
Mike Hommey
|
338d086ead
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
|
Ehsan Akhgari
|
1911ef6983
|
Bug 950508 - Build widget/windows in unified mode; r=roc
|
2013-12-15 19:00:54 -05:00 |
|
Birunthan Mohanathas
|
3d1c72e40f
|
Bug 784739 - Switch from NULL to nullptr in widget/windows/ (2/3); r=ehsan
|
2013-10-08 14:48:20 -04:00 |
|
Masayuki Nakano
|
8c4ece5434
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Masayuki Nakano
|
b5a383ee53
|
Bug 920377 part.28 Get rid of nsDragEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
4a5dc45e59
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09: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 |
|
Jim Mathies
|
b56a1eed39
|
Bug 776865 - change mWindow to mWidget in nsNativeDragTarget to avoid confusion. r=bbondy.
|
2012-07-25 10:09:16 -05:00 |
|
Mark Capella
|
1bafbbea76
|
Bug 775041 - Make nsIWidget::IsEnabled return bool, r=roc, f=ms2ger
|
2012-07-23 01:19:08 -04:00 |
|
Masayuki Nakano
|
8e9b8bcce9
|
Bug 757688 part.2 Move nsModifierKeyState to KeyboardLayout and redesign it r=jimm
|
2012-06-15 18:52:50 +09:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masayuki Nakano
|
d45a1056c6
|
Bug 731878 part.3 Set modifiers and buttons of nsMouseEvent on Windows r=jimm
|
2012-04-25 12:00:01 +09:00 |
|
Brian R. Bondy
|
a45265caae
|
Bug 722315 - Increase Firefox startup speed on Windows by lazy loading CLSID_DragDropHelper. r=jimm
|
2012-02-01 09:30:05 -05:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|