Masayuki Nakano
|
1034fa1d93
|
Bug 790516 part.1 Move composition string data of nsTextStore into a nested class r=emk
|
2013-03-13 12:01:29 +09:00 |
|
Masayuki Nakano
|
2d974a7da9
|
Bug 840409 part.7 Define new notification for IME of focus or selection change and handle them in widget::IMEHandler::NotifyIME() r=jimm, feedback=roc
|
2013-02-25 13:00:06 +09:00 |
|
Masayuki Nakano
|
ff927569e6
|
Bug 840409 part.4 Implement widget::IMEHandler::CurrentKeyboardLayoutHasIME() for debug r=jimm
|
2013-02-25 13:00:05 +09:00 |
|
Jacek Caban
|
30ac5a7b87
|
Bug 835738 - Use GUID_PROP_INPUTSCOPE declaration from inputscope.h r=jmathies
|
2013-01-30 11:45:42 +01:00 |
|
Jim Mathies
|
70ffd37174
|
Bug 783882 - Add ITfInputScope support to nsTextStore, and add support for various html5 form input types. r=masayuki
|
2013-01-26 08:35:21 -06:00 |
|
Mats Palmgren
|
7532b4e736
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Trevor Saunders
|
d5a85f8083
|
bug 828234 - fix nsTextStore.cpp build on mingw r=masayuki
|
2013-01-09 09:41:58 -05:00 |
|
Jim Mathies
|
90ac7d9bd7
|
Bug 785534 - Prep work for adding MetroWidget support to the TSF nsTextStore widget module, r=emk
|
2013-01-07 09:18:11 -06:00 |
|
Masayuki Nakano
|
9a6d49b9f2
|
Bug 825167 Use nsDependentSubstring instead of nsDependentString for nsTextStore::InsertTextAtSelection() since the string can be empty r=jimm
|
2012-12-31 09:33:49 +09:00 |
|
Masayuki Nakano
|
4582e17a04
|
Bug 805767 part.2 Implement nsIWidget::GetIMEUpdatePreference() on Windows for TSF r=emk
|
2012-11-13 22:04:45 +09:00 |
|
Isaac Aggrey
|
990e90e88a
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Jacek Caban
|
b7b8636bea
|
Bug 791230 - nsTextStore.cpp fails to compile on GCC (mingw) r=masayuki
|
2012-09-14 16:13:46 +02:00 |
|
Masayuki Nakano
|
ee2340e925
|
Bug 790561 Separate InsertTextAtSelection() r=jimm
|
2012-09-14 13:51:00 +09:00 |
|
Masayuki Nakano
|
4ee444a43b
|
Backout 3a20a844caec due to landed wrong patch
|
2012-09-14 11:35:23 +09:00 |
|
Masayuki Nakano
|
efbec1bcd6
|
Bug 790561 Separate InsertTextAtSelection() r=jimm
|
2012-09-14 10:38:58 +09:00 |
|
Masayuki Nakano
|
a4c89b32f8
|
Bug 789703 Allow to query the selection without write lock in InsertTextAtSelection() r=jimm
|
2012-09-14 10:38:58 +09:00 |
|
Masayuki Nakano
|
c061d23e91
|
Bug 544773 part.2 Move old helper methods in nsTextStore.cpp to the chunk for new helper methods r=jimm
|
2012-09-12 08:53:12 +09:00 |
|
Masayuki Nakano
|
68354ec2a4
|
Bug 544773 part.1 TSF module should log its behavior r=jimm
|
2012-09-12 08:53:12 +09:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masayuki Nakano
|
6067028bea
|
Bug 725233 Get rid of hacky text event dispatchers, they are not necessary due to bug 622247 r=jimm
|
2012-02-20 14:26:16 +09:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|