Masayuki Nakano
|
631549f789
|
Bug 769548 Support ISO_Level5_Shift as DOM AltGr r=karlt
|
2012-12-01 18:04:38 +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 |
|
Masayuki Nakano
|
c947863e80
|
Bug 751749 part.4 Give higher priority to Meta than Super and Hyper due to better compatibility with Web applications r=karlt
|
2012-07-19 10:28:17 +09:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masayuki Nakano
|
08f22f76c2
|
Bug 447757 part.3 Use unshifted char of printable keys for computing keycode on GTK r=karlt
|
2012-05-17 16:04:16 +09:00 |
|
Masayuki Nakano
|
d125bcef8c
|
Bug 447757 part.1 Compute DOM keycode for non-printable key from table first r=karlt
|
2012-05-17 16:04:16 +09:00 |
|
Veeraya Pupatwibul
|
054cc031c2
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
|
Masayuki Nakano
|
938ee4792e
|
Bug 630813 part.9 Should compute modifier key's DOM keycode from unshifted GDK keyval r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
f59af9796d
|
Bug 630813 part.8 IsCtrlAltTab() should use KeymapWrapper r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
fd2c826498
|
Bug 630813 part.7 Implement IsKeyPressEventNecessary() in mozilla::widget::KeymapWrapper r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
2078c307a5
|
Bug 630813 part.6 nsKeyEvent should be initialized by mozilla::widget::KeymapWrapper r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
2f76a7ca28
|
Bug 630813 part.5 Move DOMKeyCodeToGdkKeyCode() and DOMKeyCodeToGdkKeyCode() into KeymapWrapper r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
6a8a26c7ce
|
Bug 630813 part.4 Implement a modifier keys initializer for nsInputEvent r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
394765f4cd
|
Bug 630813 part.3 nsWindow::GetToggledKeyState() should use mozilla::widget::KeymapWrapper r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
8511a8f027
|
Bug 630813 part.2 Store native modifier key information r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Masayuki Nakano
|
ee71a27d81
|
Bug 630813 part.1 Make KeymapWrapper which is a wrapper class of GdkKeymap r=karlt
|
2012-02-22 16:34:31 +09:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|