Masayuki Nakano
|
ebe6a3a543
|
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 |
|
Peter Van der Beken
|
46ee609d7b
|
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
|
2013-07-09 13:54:21 -04:00 |
|
Masayuki Nakano
|
1b410997b5
|
Bug 960866 part.1 nsEditor should store a pointer of TextComposition while composition r=ehsan
|
2014-02-12 22:02:55 +09:00 |
|
Kyle Huey
|
ed10f7b8b4
|
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
|
2013-10-23 07:32:04 +08:00 |
|
Ryan VanderMeulen
|
e9e247b525
|
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
|
b98758cdbd
|
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
|
2013-10-14 19:58:25 +08:00 |
|
Phil Ringnalda
|
7f4c6bd321
|
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
|
d9a28b7f74
|
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
|
2013-10-14 11:10:44 +08:00 |
|
Neil Deakin
|
2a4b390410
|
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 |
|
Ehsan Akhgari
|
ff1c5bbcf7
|
Bug 791907 - Remove prtypes.h #includes in editor/; r=jrmuizel
--HG--
extra : rebase_source : 93c2e11edeaa2f7275302a2c7499aa09c330da14
|
2012-09-17 22:58:51 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Neil Deakin
|
96c084b896
|
Bug 775110, allow data from the same domain to be dropped in editor fields, r=ehsan
|
2012-08-15 15:35:08 -04:00 |
|
Aryeh Gregor
|
30201a72e9
|
Bug 751554 part 5 - Rename OperationID to EditAction; r=ehsan
|
2012-08-12 21:28:26 +03:00 |
|
Aryeh Gregor
|
b0041eadcc
|
Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan
|
2012-07-13 09:33:42 +03:00 |
|
Ryan VanderMeulen
|
891e38e528
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
f497d31a0a
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Aryeh Gregor
|
b36b8ee24e
|
Bug 757771 part 4 - Create new nsContentUtils::GetSelectionInTextControl method; r=ehsan
|
2012-06-07 18:00:58 +03:00 |
|
Aryeh Gregor
|
2576359708
|
Bug 748307 part 1 - Make TypedText's second argument a named enum; r=ehsan
|
2012-05-22 12:37:17 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Aryeh Gregor
|
794a3e5f1b
|
Bug 590640 part 5 - Delete empty wrappers when we delete the selection; r=ehsan
|
2012-05-10 17:54:33 +03:00 |
|
Aryeh Gregor
|
80c985d67f
|
Bug 751547 - Unify action enums in editor/; r=ehsan
|
2012-05-05 21:52:29 +03:00 |
|
Masayuki Nakano
|
2ab8e3fb4a
|
Bug 668606 input event should be fired on all editors r=ehsan+smaug, sr=smaug
|
2012-03-27 10:36:44 +09:00 |
|
Neil Deakin
|
3a318c367e
|
Bug 499008, part 5, merge the text and html implementations of InsertFromDrop, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Neil Deakin
|
de5e8ee45b
|
Bug 499008, part 2, move editor dragstart handling to ContentAreaDragDrop, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Neil Deakin
|
cc12e59fdf
|
Bug 499008, part 1, remove spurious event checks drop editor drag handling, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
|
Ms2ger
|
0df4df210c
|
Bug 722412 - Cleanup nsPlaintextEditor::SetDocumentCharacterSet; r=ehsan
|
2012-02-01 11:54:22 +01:00 |
|
Ms2ger
|
33edf64f10
|
Bug 720982 - Part b: Remove nsHTMLEditor::InsertBR; r=ehsan
|
2012-02-01 11:54:21 +01:00 |
|
Ms2ger
|
7602d38c60
|
Bug 720982 - Part a: Remove nsHTMLEditor::CreateBRImpl; r=ehsan
|
2012-02-01 11:54:21 +01:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Jonas Sicking
|
6a04ff1d9f
|
Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug
|
2011-06-23 19:18:01 -07:00 |
|
Jonas Sicking
|
e3f6b769a1
|
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
|
2011-06-23 19:18:00 -07:00 |
|
Ehsan Akhgari
|
c06813a2c5
|
Bug 407127 - Part 6: Remove the presshell argument to nsIEditor::Init as it's no longer necessary; r=roc
|
2011-03-11 00:40:31 -05:00 |
|
Masayuki Nakano
|
6a5b71a1ed
|
Bug 564412 Remove non-scriptable internal methods from nsIEditorIMESupport r=ehsan, sr=smaug
|
2010-06-30 13:05:12 +09:00 |
|
Masayuki Nakano
|
ceaf9951b3
|
Bug 545775 part.2 Refactor GetPIDOMEventTarget() r=ehsan
|
2010-06-17 14:30:10 +09:00 |
|
Masayuki Nakano
|
9d9e285291
|
Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug+ehsan, sr=roc
|
2010-06-10 10:16:58 +09:00 |
|
Ehsan Akhgari
|
c0245df31d
|
Backed out changeset 634e1f2cf46c because it breaks the Esc key in XUL dialogs (possibly among others)
|
2010-06-03 21:28:03 -04:00 |
|
Masayuki Nakano
|
d075ac396c
|
Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug, sr=roc
|
2010-06-02 16:24:56 +09:00 |
|
Masayuki Nakano
|
7d05909d39
|
Bug 552914 nsEditor::mFlags is never modified by SetFlags() r=smaug
|
2010-04-12 11:35:18 +09:00 |
|
Masayuki Nakano
|
2e04f8ba90
|
Bug 543398 Drop nsTextEventReply and nsIPrivateCompositionEvent r=smaug, sr=roc
|
2010-04-10 18:24:35 +09:00 |
|
Neil Deakin
|
8f3acb3041
|
Bug 501154, consolidate places where clipboard events are fired from, r=smaug,sr=neil
|
2010-03-19 14:32:13 -04:00 |
|
Masayuki Nakano
|
8a42231835
|
Bug 545602 Unify the event listeners for editor r=smaug
--HG--
rename : editor/libeditor/text/nsEditorEventListeners.cpp => editor/libeditor/base/nsEditorEventListener.cpp
rename : editor/libeditor/text/nsEditorEventListeners.h => editor/libeditor/base/nsEditorEventListener.h
rename : editor/libeditor/html/nsHTMLEditorMouseListener.cpp => editor/libeditor/html/nsHTMLEditorEventListener.cpp
rename : editor/libeditor/html/nsHTMLEditorMouseListener.h => editor/libeditor/html/nsHTMLEditorEventListener.h
|
2010-03-06 13:01:28 +09:00 |
|
Ehsan Akhgari
|
1000016308
|
Bug 542912 - Refactor the newline handling behavior in nsTextEditRules; r=bzbarsky sr=roc
--HG--
extra : rebase_source : 92fb4649c72293253317cc5eb6fc0f10d8aa6dfb
|
2010-02-01 13:12:31 -05:00 |
|
Tom Dyas
|
8209cf7fbc
|
Support receiving data from Mac OS X services into text and HTML editors. b=525389 r=josh r/sr=smaug
|
2010-01-10 20:45:45 -05:00 |
|
Josh Aas
|
f9051ae7e3
|
Backed out changeset bee6729280d8
|
2009-12-30 17:29:26 -05:00 |
|
Tom Dyas
|
13780ad38c
|
Support receiving data from Mac OS X services into text and HTML editors. b=525389 r=josh r/sr=smaug
|
2009-12-30 15:58:33 -05:00 |
|
Robert Sayre ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
0864915da4
|
Add the editor to cycle collection. (Bug 423233) r+sr=peterv
|
2009-05-08 21:59:25 -07:00 |
|
Theppitak Karoonboonyanan
|
018ec4b25f
|
Bug 157546. The 'delete' key should delete an entire cluster. r=peterv,r+sr=roc
|
2008-10-16 20:44:32 +13:00 |
|
Arpad Borsos
|
4b171f9d59
|
Bug 414046 - Remove nsPresShell::GetLayoutObjectFor(), r/sr=roc
|
2008-09-04 22:32:39 +02:00 |
|
Masayuki Nakano
|
446176f140
|
Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc
|
2008-08-09 11:46:30 +09:00 |
|
martijn.martijn@gmail.com
|
738a2a8725
|
Bug 396108 - Crash [@ PresShell::ResizeReflow] with iframes, binding, while onbeforecopy removing stuff, patch by Mathieu Fenniak, r=Olli.Pettay, sr=jst, a=jonas
|
2007-09-29 10:56:04 -07:00 |
|