Ehsan Akhgari
|
efa76e8106
|
Bug 572618 - Make debugging the editor easier - Part 3: multiline version of part 2; r=roc
|
2010-06-17 16:40:48 -04:00 |
|
Ehsan Akhgari
|
e93945101f
|
Bug 572618 - Make debugging the editor easier - Part 2: Replace all if(!foo) return NS_ERROR_bar checks with NS_ENSURE_TRUE(foo, NS_ERROR_bar); r=roc
|
2010-06-17 15:41:16 -04:00 |
|
Ehsan Akhgari
|
ed95bc25f5
|
Bug 572618 - Make debugging the editor easier - Part 1: Replace all if(NS_FAILED) checks with NS_ENSURE_SUCCESS; r=roc
|
2010-06-17 15:27:24 -04:00 |
|
Masayuki Nakano
|
ceaf9951b3
|
Bug 545775 part.2 Refactor GetPIDOMEventTarget() r=ehsan
|
2010-06-17 14:30:10 +09:00 |
|
Masayuki Nakano
|
be11e1c17d
|
Bug 570455 Editor shouldn't do anything when ESC key is pressed because bug 471322 was marked as WONTFIX r=ehsan
|
2010-06-17 14:25:20 +09:00 |
|
Ehsan Akhgari
|
181e117cff
|
Bug 569523 - GetStartNodeAndOffset should take an nsIDOMNode** parameter, instead of nsCOMPtr<nsIDOMNode>*; r=roc
|
2010-06-10 22:46:51 -04:00 |
|
Masayuki Nakano
|
9d9e285291
|
Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug+ehsan, sr=roc
|
2010-06-10 10:16:58 +09:00 |
|
Ehsan Akhgari
|
67c7d5d5e2
|
Bug 332636 - Handle backspace for Unicode plane 1 characters correctly; r=roc
--HG--
extra : rebase_source : a343610b06983d3328f3ddb2e7025193ab275094
|
2010-06-04 13:28:19 -04: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 |
|
Ehsan Akhgari
|
5a941e7405
|
Bug 568362 - Protect IsPreFormatted callers from premature death; r=roc
|
2010-05-27 21:18:48 -04:00 |
|
Ehsan Akhgari
|
a87b134220
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
|
Ehsan Akhgari
|
856ecc5649
|
Bug 558962 - Memoize nsPlaintextEditor::GetDefaultEditorPrefs to avoid unnecessary calls to the pref service; r=roc
|
2010-04-13 13:44:17 -04: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 |
|
Craig Topper
|
7b89b159bb
|
Bug 253889: DeCOMtaminate nsIPresShell - GetCaret(). r=roc
--HG--
extra : rebase_source : 2a05050d8cbb10dd3bb763d5d5a158cc5f3dd814
|
2010-03-31 08:39:31 -04:00 |
|
Kyle Huey
|
afc6c6ca2d
|
Backed out changeset 4b8936ac4a31
|
2010-03-30 19:56:44 -04:00 |
|
Craig Topper
|
6c9540a26d
|
Bug 253889: More deCOMtamination of nsIPresShell. r=roc
|
2010-03-28 19:21:11 -04: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 |
|
Mats Palmgren
|
549893b6d7
|
Bug 544852, part 1: Remove nsCaret::GetCaretCoordinates. r=roc
|
2010-03-14 23:52:07 +01: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 |
|
liucougar@gmail.com
|
cc07460944
|
Bug 502259. Make delete at end of paragraph work. r=cpearce
|
2009-08-04 09:46:48 +12:00 |
|
L. David Baron
|
375aab6e36
|
Fix gcc bracing warning while I'm here. (Bug 423233)
|
2009-05-08 21:59:26 -07: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 |
|
L. David Baron
|
a55b8a1b0a
|
Clear the weak back pointers in nsTextEditRules and nsHTMLEditRules when they are no longer valid, to prepare for editor cycle collection. (Bug 423233) r+sr=peterv
|
2009-05-08 21:59:24 -07:00 |
|
Ryo Onodera
|
5e72993bff
|
Bug 489485. nsRect::ToNearest/Inner/OuterPixels should be nonstatic. r+sr=roc
--HG--
extra : rebase_source : 13778709270ab926e951a7782fce3632370ef7c7
|
2009-05-08 14:31:04 +12:00 |
|
Siddharth Agarwal
|
50384d30a3
|
Bug 484143 -- Remove AOLCiter, based on a patch by Phil Ringnalda <philringnalda@gmail.com>, r+sr=roc
|
2009-04-05 22:10:43 +05:30 |
|
Jeremy Lea
|
1800930122
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
|
2009-01-15 16:27:09 +13: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
|
41bdf942b6
|
Bug 449955 – Remove #ifdef of nsCaret.cpp for IME r+sr=roc
|
2008-08-13 10:55:39 +09:00 |
|
Masayuki Nakano
|
446176f140
|
Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc
|
2008-08-09 11:46:30 +09:00 |
|
Masayuki Nakano
|
fdb1760a4d
|
Bug 447945 IME candidate list is positioned to wrong place when the caret is in <panel> r=roc+katakai, sr=roc
|
2008-07-31 01:12:49 +09:00 |
|
John Daniels
|
ef0fee1d70
|
Bug 419532 – deCOMtaminate nsICaret. r+sr=roc
|
2008-07-16 12:52:01 +02:00 |
|
dbaron@dbaron.org
|
72f25cf7a0
|
Backout bug 157546 (making the delete key delete by clusters) to fix blockers bug 419217 and bug 419406. Instead of removing the added test, mark now-failing tests as todo. a=damons
|
2008-04-14 18:04:18 -07:00 |
|
dbaron@dbaron.org
|
acbec26224
|
Fix bad reference counting of atoms so we don't manipulate garbage atom pointers. b=422546 r=timeless sr=roc a=damon
|
2008-03-13 11:54:01 -07:00 |
|
Olli.Pettay@helsinki.fi
|
5ad351df5f
|
Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking
|
2008-02-24 02:55:37 -08:00 |
|
roc+@cs.cmu.edu
|
f19a84e63b
|
Bug 157546. 'Delete' key should delete entire cluster. patch by Theppitak Karoonboonyanan, r+sr=roc,a=schrep
|
2008-02-21 18:24:04 -08:00 |
|
reed@reedloden.com
|
8980f8d4ec
|
Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures.
|
2008-02-20 03:10:16 -08:00 |
|
reed@reedloden.com
|
a82ed7e493
|
Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=schrep]
|
2008-02-20 02:19:31 -08:00 |
|
roc+@cs.cmu.edu
|
407f4669ea
|
Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep
|
2008-02-19 18:07:48 -08:00 |
|
reed@reedloden.com
|
017aad07f5
|
Back out Theppitak Karoonboonyanan's patch from bug 157546 due to a regression (bug 417745).
|
2008-02-15 12:20:55 -08:00 |
|
reed@reedloden.com
|
0aa97a6838
|
Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=beltzner]
|
2008-02-14 21:30:34 -08: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 |
|
jst@mozilla.org
|
dadc7c619b
|
Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc
|
2007-07-25 21:14:33 -07:00 |
|
bzbarsky@mit.edu
|
38a4896ea0
|
Avoid doing some work when initializing textfields. Bug 221150, patch by
peterv and a little bit me, r=me, sr=roc
|
2007-07-24 17:11:22 -07:00 |
|
peterv@propagandism.org
|
30f3dac8f5
|
Fix for bug 386838 (Cannot select text twice in readonly textboxes). r/sr=jst.
|
2007-07-10 08:38:30 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7ec10e025c
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|