Jacek Caban
7c99e8af1f
Bug 974318 - GCC fixup
2014-03-10 14:32:05 +01:00
Masayuki Nakano
31ed7262ef
Bug 974318 part.5 Use WidgetTextEvent::mRanges on Windows r=jimm
2014-03-04 22:48:27 +09:00
Makoto Kato
a4fe651392
Bug 968647 - Part 3. TSF should use postion change notification instead of nsITimer. r=masayuki
2014-02-28 16:45:16 +09:00
Makoto Kato
22f2cf73f6
Backed out changeset 5dc41a3d8d77 (bug 968647)
2014-03-03 11:53:27 +09:00
Makoto Kato
86940576d8
Bug 968647 - Part 3. TSF should use postion change notification instead of nsITimer. r=masayuki CLOBBER
2014-02-28 16:45:16 +09:00
Carsten "Tomcat" Book
b6f1d1876c
Backed out changeset bd6f1c071516 (bug 968647)
2014-02-28 09:29:57 +01:00
Makoto Kato
296a6180f4
Bug 968647 - Part 3. TSF should use postion change notification instead of nsITimer. r=masayuki
2014-02-28 16:45:16 +09:00
Masayuki Nakano
5ab5b790b9
Bug 961704 part.2 Add an option to nsIMEUpdatePreference which prevents to be notified selection/text changes caused by composition r=smaug
2014-02-26 09:48:02 +09:00
Masayuki Nakano
f241d9bab3
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
2014-02-18 09:00:15 +09:00
Masayuki Nakano
ba6d42dee4
Bug 964623 OnSelectionChange() and OnLayoutChange() should be called immediately after the document is unlocked completely r=emk
2014-02-05 16:36:17 +09:00
Masayuki Nakano
f837eb5d89
Bug 964626 Fix some nits of logging code in nsTextStore r=jimm
2014-01-31 20:23:36 +09:00
Masayuki Nakano
ab69ecbea0
Bug 789706 part.2 nsTextStore::CreateNativeCaret() should be called only when active TIP is ATOK r=emk
2014-01-31 11:17:25 +09:00
Masayuki Nakano
06c782134f
Bug 789706 part.1 Create native caret over our caret when ITextStoreACP::GetTextExt() is called during composition r=emk
2014-01-31 11:17:24 +09:00
Makoto Kato
c966f62b9d
Bug 960877 - Part 2. Remove mWantHints from nsIMEUpdatePreference. r=masayuki
2014-01-29 18:32:35 +09:00
Masayuki Nakano
11c4741d13
Bug 961703 Commit or cancel composition when text/selection/focus is changed during composition for avoiding making some TIPs confused r=m_kato
2014-01-23 18:36:01 +09:00
Masayuki Nakano
1ba1e35018
Bug 544779 part.2 Remove WM_USER_TSF_TEXTCHANGE from nsTextStore r=m_kato
2014-01-23 17:01:16 +09:00
Masayuki Nakano
706befb718
Bug 959999 Clean up nsTextStore::Initialize() r=jimm
2014-01-21 21:33:52 +09:00
Masayuki Nakano
cdb5d5c27b
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
9ffccbdc61
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
ae50b4987c
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
e003e58417
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
eaa7491d77
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
99b01477cb
Bug 949821 - Use L... for wchar_t* strings.
2013-12-17 12:02:27 +01:00
Trevor Saunders
c2b2fcd3d4
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Jacek Caban
e0cf7e59b7
Bug 944894 - Fix char16_t/wchar_t mismatch in widget/windows/. r=jimm
...
--HG--
extra : rebase_source : 829390ff7e6f4eb71dcd32c9d1aa27f61baa6653
2013-12-03 16:12:57 +01:00
Masatoshi Kimura
aec068d530
Bug 925599 - Replace WinUtils::GetWindowsVersion() and GetWindowsServicePackVersion(). r=jimm
2013-11-22 12:35:42 +09:00
Birunthan Mohanathas
c410425386
Bug 784739 - Switch from NULL to nullptr in widget/; r=ehsan
2013-10-28 10:05:51 -04:00
Birunthan Mohanathas
1a50982f19
Bug 784739 - Switch from NULL to nullptr in widget/windows/ (2/3); r=ehsan
...
--HG--
extra : rebase_source : 5276b6474b9d6135ca2db408d17f0b5ed98b24a6
2013-10-08 14:48:20 -04:00
Masayuki Nakano
805b0a7850
Bug 920377 part.24 Get rid of nsSelectionEvent r=roc
2013-10-01 16:23:01 +09:00
Masayuki Nakano
1cf4b4233a
Bug 920377 part.23 Get rid of nsQueryContentEvent r=roc
2013-10-01 16:23:00 +09:00
Masayuki Nakano
a899a68a7f
Bug 920377 part.22 Get rid of nsCompositionEvent r=roc
2013-10-01 16:23:00 +09:00
Masayuki Nakano
dfa18ff7c5
Bug 920377 part.21 Get rid of nsTextEvent r=roc
2013-10-01 16:22:59 +09:00
Masayuki Nakano
9fc5453724
Bug 920377 part.20 Get rid of nsTextRange r=roc
2013-10-01 16:22:59 +09:00
Masayuki Nakano
ad66b1daf9
Bug 920377 part.18 Get rid of nsTextRangeStyle r=roc
2013-10-01 16:22:59 +09:00
Masayuki Nakano
18aa9b09b2
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
2013-09-25 20:21:19 +09:00
Masayuki Nakano
80b0b5d760
Bug 875674 part.1 nsIMEUpdatePreference should store wanted updates per notification r=roc
2013-07-11 16:46:34 +09:00
Justin Lebar
09d2312322
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
cab87a0cce
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
308f2350b6
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
59ead300b0
Bug 848672 Redesign focus handling of nsTextStore r=jimm
2013-03-27 09:04:02 +09:00
Masayuki Nakano
93fd70463e
Bug 807241 Use ITfMessagePump and ITfKeystrokeMgr r=jimm
2013-03-18 13:41:24 +09:00
Masayuki Nakano
d852dac924
Bug 790516 part.10 Make nsTextStore::RecordCompositionEndAction() for processing composition end action r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
f206fcda99
Bug 790516 part.9 Rename nsTextStore::OnCompositionStartInternal() to nsTextStore::RecordCompositionStartAction() r=emk
2013-03-13 12:01:30 +09:00
Masayuki Nakano
c8bf5ad6d6
Bug 790516 part.8 Rename nsTextStore::UpdateCompositionExtent() to nsTextStore::RestartCompositionIfNecessary() r=emk
2013-03-13 12:01:30 +09:00
Masayuki Nakano
3387b87bc7
Bug 790516 part.7 Remove nsTextStore::Composition::mLength r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
367e6acdd7
Bug 790516 part.6 Cache content during document lock r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
df362d5126
Bug 790516 part.5 Store selection even if there is no composition r=jimm
2013-03-13 12:01:29 +09:00
Masayuki Nakano
e55a763103
Bug 790516 part.4 Refine logging the document lock state of nsTextStore r=emk
2013-03-13 12:01:29 +09:00
Masayuki Nakano
13bc2bb4d5
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
b4db6671eb
Bug 790516 part.2 Make some useful methods on nsTextStore::Composition r=emk
2013-03-13 12:01:29 +09:00