Masayuki Nakano
95289c9168
Bug 544779 part.2 Remove WM_USER_TSF_TEXTCHANGE from nsTextStore r=m_kato
2014-01-23 17:01:16 +09:00
Masayuki Nakano
f2694ecfda
Bug 959999 Clean up nsTextStore::Initialize() r=jimm
2014-01-21 21:33:52 +09:00
Masayuki Nakano
f9cc082350
Bug 835262 Add an option making nsTextStateManager keep alive even while our process is deactive r=smaug+emk
2014-01-18 12:27:14 +09:00
Masayuki Nakano
d5bf525097
Bug 951966 part.5 nsTextStore should handle WM_INPUTLANGCHANGE on WinXP for caching if active IME is IMM-IME r=jimm
2014-01-14 11:01:00 +09:00
Masayuki Nakano
2a700a7d05
Bug 951966 part.4 nsIMM32Handler shouldn't handle any messages in TSF mode if active IME is not implemented with IMM r=jimm
2014-01-14 11:01:00 +09:00
Masayuki Nakano
66e174f5f3
Bug 951966 part.1 Add new pref to support IMM-IME even in TSF mode and rename intl.enable_tsf_support to intl.tsf.enable r=jimm
2014-01-14 11:00:59 +09:00
Ehsan Akhgari
68bfe70f09
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Jacek Caban
8bdcd05db1
Bug 949821 - Use L... for wchar_t* strings.
2013-12-17 12:02:27 +01:00
Trevor Saunders
b4ae5fdd96
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Jacek Caban
20aa364672
Bug 944894 - Fix char16_t/wchar_t mismatch in widget/windows/. r=jimm
2013-12-03 16:12:57 +01:00
Masatoshi Kimura
a39c875384
Bug 925599 - Replace WinUtils::GetWindowsVersion() and GetWindowsServicePackVersion(). r=jimm
2013-11-22 12:35:42 +09:00
Birunthan Mohanathas
1cb747f6de
Bug 784739 - Switch from NULL to nullptr in widget/; r=ehsan
2013-10-28 10:05:51 -04: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
2822cfeff9
Bug 920377 part.24 Get rid of nsSelectionEvent r=roc
2013-10-01 16:23:01 +09:00
Masayuki Nakano
120418da29
Bug 920377 part.23 Get rid of nsQueryContentEvent r=roc
2013-10-01 16:23:00 +09:00
Masayuki Nakano
9bb146c7b5
Bug 920377 part.22 Get rid of nsCompositionEvent r=roc
2013-10-01 16:23:00 +09:00
Masayuki Nakano
754e9c09a1
Bug 920377 part.21 Get rid of nsTextEvent r=roc
2013-10-01 16:22:59 +09:00
Masayuki Nakano
ea028aeada
Bug 920377 part.20 Get rid of nsTextRange r=roc
2013-10-01 16:22:59 +09:00
Masayuki Nakano
3ad4e4d61c
Bug 920377 part.18 Get rid of nsTextRangeStyle r=roc
2013-10-01 16:22:59 +09:00
Masayuki Nakano
5256146045
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
2013-09-25 20:21:19 +09:00
Masayuki Nakano
5681616190
Bug 875674 part.1 nsIMEUpdatePreference should store wanted updates per notification r=roc
2013-07-11 16:46:34 +09:00
Justin Lebar
8cc88f21ce
Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
...
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=waldo for js
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
2013-06-28 18:38:32 -07:00
Justin Lebar
de89040a2c
Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
...
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
This is a mechanical change made with sed. Later patches in this queue
clean up the whitespace errors and so on.
2013-06-28 18:38:30 -07:00
Masayuki Nakano
073bdd0de0
Bug 866736 - InputScope support for IMM32 with CUAS, fix bustage without Win8 SDK, r=jmathies
2013-05-02 17:37:35 +02:00
Masayuki Nakano
314f1b7f53
Bug 848672 Redesign focus handling of nsTextStore r=jimm
2013-03-27 09:04:02 +09:00
Masayuki Nakano
0a09469913
Bug 807241 Use ITfMessagePump and ITfKeystrokeMgr r=jimm
2013-03-18 13:41:24 +09:00
Masayuki Nakano
e28e6c3f4f
Bug 790516 part.10 Make nsTextStore::RecordCompositionEndAction() for processing composition end action r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
1d2d22f493
Bug 790516 part.9 Rename nsTextStore::OnCompositionStartInternal() to nsTextStore::RecordCompositionStartAction() r=emk
2013-03-13 12:01:30 +09:00
Masayuki Nakano
1739da5c85
Bug 790516 part.8 Rename nsTextStore::UpdateCompositionExtent() to nsTextStore::RestartCompositionIfNecessary() r=emk
2013-03-13 12:01:30 +09:00
Masayuki Nakano
9ce3ab0047
Bug 790516 part.7 Remove nsTextStore::Composition::mLength r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
3548055f93
Bug 790516 part.6 Cache content during document lock r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
5a8c5d76c3
Bug 790516 part.5 Store selection even if there is no composition r=jimm
2013-03-13 12:01:29 +09:00
Masayuki Nakano
43ddb9d257
Bug 790516 part.4 Refine logging the document lock state of nsTextStore r=emk
2013-03-13 12:01:29 +09:00
Masayuki Nakano
e339d19b54
Bug 790516 part.3 Store edit actions during document lock and flush them at unlocking the document r=jimm
2013-03-13 12:01:29 +09:00
Masayuki Nakano
ea9dae26f2
Bug 790516 part.2 Make some useful methods on nsTextStore::Composition r=emk
2013-03-13 12:01:29 +09:00
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