Birunthan Mohanathas
|
d7371d07d0
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
|
Phil Ringnalda
|
d381b4bca6
|
Back out 7 changesets (bug 1235261) for cpptest failures in TestTArray
CLOSED TREE
Backed out changeset d66c3f19a210 (bug 1235261)
Backed out changeset 467d945426bb (bug 1235261)
Backed out changeset 32b61df13142 (bug 1235261)
Backed out changeset c50bb8ed4196 (bug 1235261)
Backed out changeset 0ff0fa6fe81f (bug 1235261)
Backed out changeset df70e89669da (bug 1235261)
Backed out changeset 064969357fc9 (bug 1235261)
|
2016-01-31 10:10:57 -08:00 |
|
Birunthan Mohanathas
|
373593275e
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-01-31 17:12:12 +02:00 |
|
Makoto Kato
|
000416b7b5
|
Bug 1208944 - Part 9. Hook IMM32 APIs on plugin process. r=masayuki
|
2015-12-29 22:57:38 +09:00 |
|
Makoto Kato
|
7d206bd88b
|
Bug 1208944 - Part 2-a. Handle CompositionEvent on plugin. r=masayuki
|
2015-12-29 22:57:37 +09:00 |
|
Sebastian Hengst
|
e082884d78
|
Backed out 15 changesets (bug 1208944) for failing tests M(2,5) on OSX. r=backout
Backed out changeset c29de223de2f (bug 1208944)
Backed out changeset 3d99da255be1 (bug 1209844)
Backed out changeset 3c915942af38 (bug 1209844)
Backed out changeset 759b425b5503 (bug 1208944)
Backed out changeset bf73cf8f0fda (bug 1208944)
Backed out changeset 0e337d912b7d (bug 1208944)
Backed out changeset 31c47f2980b5 (bug 1208944)
Backed out changeset 3e0d70a6e809 (bug 1208944)
Backed out changeset 7685dcb63e5f (bug 1208944)
Backed out changeset 3c2b9372dd36 (bug 1208944)
Backed out changeset 18160d306493 (bug 1208944)
Backed out changeset 4974e397b655 (bug 1208944)
Backed out changeset fde7e439844d (bug 1208944)
Backed out changeset 4213a355fbdc (bug 1208944)
Backed out changeset 33cfddbbf5f2 (bug 1208944)
|
2015-12-29 17:42:02 +01:00 |
|
Makoto Kato
|
836a9aee5c
|
Bug 1208944 - Part 9. Hook IMM32 APIs on plugin process. r=masayuki
|
2015-12-29 22:57:38 +09:00 |
|
Makoto Kato
|
6046567f5d
|
Bug 1208944 - Part 2-a. Handle CompositionEvent on plugin. r=masayuki
|
2015-12-29 22:57:37 +09:00 |
|
Masayuki Nakano
|
9805b3e4d3
|
Bug 1175382 TextRangeArray::TargetClauseOffset() and TextRangeArray::TargetClauseLength() shouldn't be public and same name methods of WidgetCompositionEvent should be used r=m_kato
|
2015-06-18 13:43:18 +09:00 |
|
Masayuki Nakano
|
f2a58d2261
|
Bug 1130937 part.2 nsGtkIMModule should set candidiate window position to bottom left of the target clause in vertical writing mode r=m_kato
|
2015-06-11 19:50:15 +09:00 |
|
Tooru Fujisawa
|
e108ae29ec
|
Bug 1158456 - Remove control characters from composition string, and add dom.compositionevent.allow_control_characters pref to control it. r=masayuki
|
2015-05-01 13:49:29 +09:00 |
|
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Tooru Fujisawa
|
bfcb13b445
|
Bug 1125934 - Discard redundant NS_COMPOSITION_CHANGE event which is send just before NS_COMPOSITION_END on TSF. r=masayuki
|
2015-02-11 12:20:02 +09:00 |
|
Masayuki Nakano
|
ca69b7dd19
|
Bug 917322 part.17 NS_TEXTRANGE_* should be defined with nsITextInputProcessor::ATTR_*_CLAUSE r=smaug
|
2015-01-28 15:27:33 +09:00 |
|
Benoit Jacob
|
54545f60d1
|
Bug 1027251 - Fix or whitelist dangerous public destructors in widget/ - r=roc
|
2014-06-20 07:08:25 -04:00 |
|
Masayuki Nakano
|
97dc5061e4
|
Bug 974318 part.3 Remove nsIPrivateTextRange and nsIPrivateTextEvent r=smaug
|
2014-03-04 22:48:26 +09:00 |
|
Masayuki Nakano
|
d9fdd873cb
|
Bug 974318 part.1 Add WidgetTextEvent::mRanges which is an array class of TextRange r=smaug
|
2014-03-04 22:48:26 +09:00 |
|
Masayuki Nakano
|
5bda7611c7
|
Bug 960866 part.3 Remove nsEditor::mIsIMEComposing r=ehsan+smaug
|
2014-02-12 22:02:56 +09:00 |
|
Masayuki Nakano
|
b285541889
|
Bug 602787 part.10 Create TextRange.h for separating TextEvents.h r=roc
|
2013-10-22 22:27:36 +09:00 |
|
Wes Kocher
|
e3f57c4d94
|
Backed out 9 changesets (bug 602787) on suspicion of breaking mochitest-metro on a CLOSED TREE
Backed out changeset 1730bcae2c45 (bug 602787)
Backed out changeset 70606b9b1e42 (bug 602787)
Backed out changeset 57ca2861ea30 (bug 602787)
Backed out changeset 3b9f1062d915 (bug 602787)
Backed out changeset 3ee56eacc84b (bug 602787)
Backed out changeset 1c35693be3d3 (bug 602787)
Backed out changeset ef095c3aef98 (bug 602787)
Backed out changeset 4827bdae97fd (bug 602787)
Backed out changeset fa0f355e7871 (bug 602787)
|
2013-10-22 13:11:53 -04:00 |
|
Masayuki Nakano
|
1c98507f75
|
Bug 602787 part.10 Create TextRange.h for separating TextEvents.h r=roc
|
2013-10-22 22:27:36 +09:00 |
|