Masayuki Nakano
|
b6e410dfc1
|
Bug 990855 part.1 Export TextComposition.h as mozilla/TextComposition.h r=smaug
|
2014-04-03 13:18:37 +09:00 |
|
Masayuki Nakano
|
88e2623be8
|
Bug 974318 part.2 TextComposition should store TextRangeArray at editor handling text event and nsEditor should refer it r=smaug+ehsan
|
2014-03-04 22:48:26 +09:00 |
|
Reuben Morais
|
b672cdc604
|
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
--HG--
rename : content/base/public/nsINameSpaceManager.h => content/base/public/nsNameSpaceManager.h
|
2014-02-27 20:04:46 -03:00 |
|
Masayuki Nakano
|
e393ad7356
|
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
|
2014-02-15 09:57:39 +09:00 |
|
Masayuki Nakano
|
412e6e5984
|
Bug 960866 part.7 Use stack class for ensuring to call EditorWillHandleTextEvent() and EditorDidHandleTextEvent() r=smaug
|
2014-02-12 22:02:57 +09:00 |
|
Masayuki Nakano
|
b43a480e00
|
Bug 960866 part.4 Remove nsEditor::mIMEBufferLength r=ehsan+smaug
|
2014-02-12 22:02:56 +09:00 |
|
Masayuki Nakano
|
300f2c2753
|
Bug 960866 part.3 Remove nsEditor::mIsIMEComposing r=ehsan+smaug
|
2014-02-12 22:02:56 +09:00 |
|
Masayuki Nakano
|
6dca4e976f
|
Bug 960866 part.2 Remove nsEditor::mInIMEMode r=ehsan
|
2014-02-12 22:02:55 +09:00 |
|
Masayuki Nakano
|
7a22206276
|
Bug 960866 part.1 nsEditor should store a pointer of TextComposition while composition r=ehsan
|
2014-02-12 22:02:55 +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 |
|
Ehsan Akhgari
|
d9cd92fa17
|
Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg
|
2013-12-10 18:10:01 -05:00 |
|
Kyle Huey
|
4801b8ae53
|
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
|
2013-10-23 07:32:04 +08:00 |
|
Masayuki Nakano
|
05606a8033
|
Bug 920425 part.18 Use mozilla::WidgetEvent::AsKeyboardEvent() r=smaug
|
2013-10-18 15:10:24 +09:00 |
|
Ryan VanderMeulen
|
a80b1ea22a
|
Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
|
2013-10-14 14:38:54 -04:00 |
|
Kyle Huey
|
80a708caab
|
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
|
2013-10-14 19:58:25 +08:00 |
|
Phil Ringnalda
|
95093a98d7
|
Backed out 2 changesets (bug 915757, bug 919885) for xpcshell bustage
Backed out changeset 5d17d90b838d (bug 915757)
Backed out changeset 91495d3a91c8 (bug 919885)
|
2013-10-13 21:59:58 -07:00 |
|
Kyle Huey
|
6d62264056
|
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
|
2013-10-14 11:10:44 +08:00 |
|
Masayuki Nakano
|
cb5e8fa5ed
|
Bug 920377 part.17 Get rid of nsKeyEvent r=roc
|
2013-10-01 16:22:58 +09:00 |
|
Masayuki Nakano
|
ee772d1cbc
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +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 |
|
Neil Deakin
|
0f0430de5b
|
Bug 894736, pass clipboard type to data transfer so that the correct clipboard is used when pasting, r=ehsan
|
2013-08-07 14:52:38 -04:00 |
|
Mike Hommey
|
ca80cd82ad
|
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
|
2013-08-02 10:29:05 +09:00 |
|
matekm
|
8b16ad0006
|
Bug 784739 - Switch from NULL to nullptr in editor/; r=ehsan
|
2013-04-02 20:13:10 -04:00 |
|
Trevor Saunders
|
b98e34aed0
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Masayuki Nakano
|
2e17e4b4b7
|
Bug 825924 Input events which are dispatched by editor should be trusted always r=smaug+ehsan
|
2013-01-12 10:49:29 +09:00 |
|
Neil Rashbrook
|
ab013277d7
|
Bug 826479 Assertion failure: mInitialized when using Ctrl+Middle-click paste r=ehsan
|
2013-01-04 20:33:09 +00:00 |
|
Olli Pettay
|
27e586ed4c
|
Bug 803853, make sure to not leak mRules, r=ehsan
|
2012-12-07 01:31:48 +02:00 |
|
Benoit Jacob
|
5a8b82a1cb
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Peter Van der Beken
|
e86cd8818c
|
Fix for bug 801083 (Remove old proxy-based list bindings). r=bz.
|
2012-10-13 14:50:24 +02:00 |
|
Ehsan Akhgari
|
70ba385729
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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
|
f9b558f81c
|
Bug 751554 part 5 - Rename OperationID to EditAction; r=ehsan
|
2012-08-12 21:28:26 +03:00 |
|
Aryeh Gregor
|
d4bd5ae8f9
|
Bug 751554 part 4 - Make nsEditor::OperationID an enum class; r=ehsan
|
2012-08-01 15:22:07 +03:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
8e459312df
|
Bug 777292 - editor/: Remove conversions to nsresult that will always result in NS_SUCCEEDED; r=ehsan
|
2012-07-27 16:46:48 +03:00 |
|
Masayuki Nakano
|
e947c93f9f
|
Bug 751749 part.3 Editor should handle Win key as a modifier key r=ehsan
|
2012-07-19 10:28:17 +09:00 |
|
Aryeh Gregor
|
eb15649aa5
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
Luqman Aden
|
591dff9c8a
|
Bug 770814 - Make nsEditor::GetNodeLocation return already_AddRefed<nsIDOMNode> instead of having it as an out param; r=ehsan
|
2012-07-08 20:45:12 -04:00 |
|
Makoto Kato
|
70a261905e
|
Bug 769533 - Part 1. Replace AppendWithConversion with others. r=jlebar
|
2012-07-06 18:43:28 +09:00 |
|
Aryeh Gregor
|
34bda3a6b6
|
Bug 769967 part 2 - Clean up nsEditor::GetNodeLocation; r=ehsan
|
2012-07-02 15:07:57 +03:00 |
|
Ryan VanderMeulen
|
b74e4a29db
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
061d4c2616
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Aryeh Gregor
|
8e7de01930
|
Bug 762862 - Rename nsTypedSelection to mozilla::Selection; r=ehsan
--HG--
rename : layout/generic/nsTypedSelection.h => layout/generic/Selection.h
|
2012-06-08 17:20:55 +03:00 |
|
Aryeh Gregor
|
a9cd8feaa1
|
Bug 757771 part 4 - Create new nsContentUtils::GetSelectionInTextControl method; r=ehsan
|
2012-06-07 18:00:58 +03:00 |
|
Aryeh Gregor
|
8137ef02b0
|
Bug 748307 part 2 - Make WillDoAction take an nsTypedSelection; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
|
Aryeh Gregor
|
1adb36eedc
|
Bug 748307 part 1 - Make TypedText's second argument a named enum; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
faa0b8ae7d
|
Merge m-c to m-i.
|
2012-05-18 13:32:20 +02:00 |
|