Masayuki Nakano
|
020fd43d35
|
Bug 1047588 - IMEContentObserver::Init() should take nsIEditor because nsDocShell sometimes hasn't been initialized and nsContentEditor::GetHTMLEditor() fails. r=smaug
|
2014-11-05 08:12:44 -05:00 |
|
Wes Kocher
|
e005079968
|
Backed out changeset f86dbba73d43 (bug 1047588) under suspicion of adding a hazard on a CLOSED TREE
|
2014-11-04 20:25:47 -08:00 |
|
Masayuki Nakano
|
a75c24771c
|
Bug 1047588 IMEContentObserver::Init() should take nsIEditor because nsDocShell sometimes hasn't been initialized and nsContentEditor::GetHTMLEditor() fails r=smaug
|
2014-11-05 10:36:37 +09:00 |
|
Ehsan Akhgari
|
1b1d6ffebf
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : c80c5f9d7ae28286513cdb52ad76b46c240bdd5d
|
2014-09-01 18:26:43 -04:00 |
|
Masayuki Nakano
|
93cf48640e
|
Bug 826657 part.2 Implement NOTIFY_IME_OF_MOUSE_BUTTON_EVENT in XP part r=smaug+ehsan
|
2014-08-29 19:08:43 +09:00 |
|
Olli Pettay
|
8dfe1d7cf5
|
Bug 1059705 - revert the change which made nsIEditor builtinclass, r=masayuki
|
2014-08-28 17:33:35 +03:00 |
|
Masayuki Nakano
|
877aa4d8fb
|
Bug 1053048 Implement nsIEditor.isInEditAction readonly attribute r=ehsan, sr=smaug
|
2014-08-19 20:54:08 +09:00 |
|
Masayuki Nakano
|
9653e78b3c
|
Bug 1052230 IMEContentObserver shouldn't flush pending notifications again during flushing notifications r=smaug
|
2014-08-13 20:25:14 +09:00 |
|
Olli Pettay
|
87b818700b
|
Bug 1026164, improve focus handling in shadow dom, r=wchen
--HG--
extra : rebase_source : 026b9ee49cdce82a703700593d7a1f0e5d27969f
|
2014-08-06 02:23:02 +03:00 |
|
Masayuki Nakano
|
444fbd2caa
|
Bug 1043182 Removed and inserted text length which are notified by CharacterDataWillChange() and CharacterDataChanged() should be converted to the length with native new lines in IMEContentObserver r=smaug
|
2014-07-31 13:38:01 +09:00 |
|
Masayuki Nakano
|
8d79d5e992
|
Bug 496360 part.5 Don't recompute text length of before the start range at removing multiple lines into an HTML editor r=smaug
|
2014-07-31 13:38:00 +09:00 |
|
Masayuki Nakano
|
6ff8050b75
|
Bug 496360 part.4 Don't recompute text length of before the insertion point at adding multiple lines into an HTML editor r=smaug
|
2014-07-31 13:38:00 +09:00 |
|
Masayuki Nakano
|
05b13e9288
|
Bug 496360 part.3 IMEContentObserver shouldn't dispatch SelectionChangeEvent nor PositionChangeEvent while editor handles an edit action r=smaug
|
2014-07-31 13:38:00 +09:00 |
|
Masayuki Nakano
|
5805e688a3
|
Bug 496360 part.2 IMEContentObserver shouldn't dispatch TextChangeEvent while editor handles an edit action r=ehsan+smaug, sr=smaug
|
2014-07-31 13:37:59 +09:00 |
|
Masayuki Nakano
|
d67dabd004
|
Bug 496360 part.1 Make TextChangeEvent of IMEContentObserver mergeable r=smaug
|
2014-07-31 13:37:59 +09:00 |
|
Birunthan Mohanathas
|
7ac92ae5ea
|
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
|
2014-04-25 12:49:00 -04:00 |
|
Masayuki Nakano
|
faf695194a
|
Bug 998188 part.2 ContentEventHandler should support 2 modes, native line break mode and XP line break mode r=smaug
|
2014-04-26 08:52:12 +09:00 |
|
Masayuki Nakano
|
926a2d6c10
|
Bug 810179 part.2 EventStateManager should include IMEContentObserver into cycle collector r=smaug
|
2014-04-24 09:36:15 +09:00 |
|
Masayuki Nakano
|
e4390b7a80
|
Bug 810179 part.1 Make IMEContentObserver cycle collectable r=smaug
|
2014-04-24 09:36:14 +09:00 |
|
Masayuki Nakano
|
a648e11112
|
Bug 990855 part.1 Export TextComposition.h as mozilla/TextComposition.h r=smaug
|
2014-04-03 13:18:37 +09:00 |
|
Masayuki Nakano
|
03e2114412
|
Bug 982602 Rename ns(LoadBlocking)AsyncDOMEvent to mozilla::(LoadBlocking)AsyncEventDispatcher r=smaug
--HG--
rename : dom/events/nsAsyncDOMEvent.cpp => dom/events/AsyncEventDispatcher.cpp
rename : dom/events/nsAsyncDOMEvent.h => dom/events/AsyncEventDispatcher.h
|
2014-03-17 15:56:54 +09:00 |
|
Masayuki Nakano
|
7419257b87
|
Bug 981226 Rename nsContentEventHandler to mozilla::ContentEventHandler (and clean up it) r=smaug
--HG--
rename : dom/events/nsContentEventHandler.cpp => dom/events/ContentEventHandler.cpp
rename : dom/events/nsContentEventHandler.h => dom/events/ContentEventHandler.h
|
2014-03-11 14:08:02 +09:00 |
|
Masayuki Nakano
|
b51ee921de
|
Bug 978023 part.3 Rename nsIMEStateManager to mozilla::IMEStateManager r=smaug
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEStateManager.cpp
rename : dom/events/nsIMEStateManager.h => dom/events/IMEStateManager.h
|
2014-03-08 10:20:07 +09:00 |
|
Masayuki Nakano
|
a5d0088480
|
Bug 978023 part.2 Clean up IMEContentObserver r=smaug
|
2014-03-08 10:20:07 +09:00 |
|
Masayuki Nakano
|
b9b7f2d7d4
|
Bug 978023 part.1 nsTextStateManager should be mozilla::IMEContentObserver and separated from nsIMEStateManager.cpp r=smaug
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEContentObserver.cpp
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEContentObserver.h
|
2014-03-08 10:20:07 +09:00 |
|