bzbarsky%mit.edu
6628c8eb8a
Make ctrl-delete delete to end of line on Unix when no text is
...
selected. Bug 102448, r=akkana, sr=kin
2001-10-02 00:01:26 +00:00
roc+%cs.cmu.edu
2093b9d1d6
Bug 56696. Let ctrl-enter escape from multiline editors. r=brade, sr=blizzard
2001-10-01 02:11:19 +00:00
mkaply%us.ibm.com
72816bd6d4
#79798
...
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
harishd%netscape.com
6cf7e21d1f
96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
...
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
glazman%netscape.com
920d2e24ac
alignment status in Composer was erroneous for cells into an aligned table; b=97519, r=jfrancis, sr=kin
2001-09-27 08:44:25 +00:00
alecf%netscape.com
b570b3627a
beginning of bug 100214 - eliminate encoding-insensitive nsCRT::str*cmp uses by properly converting to unicode. r=jag, sr=sfraser
2001-09-26 20:26:14 +00:00
gerv%gerv.net
eecb4c06ee
License changes, take 2. Bug 98089. mozilla/editor/.
2001-09-25 22:53:13 +00:00
sspitzer%netscape.com
952fa9d0ff
fix for #101061 . use nsDependentString to avoid copying the body of a message (twice)
...
when replying. r=sfraser@netscape.com , sr=kin@netscape.com
2001-09-24 22:30:39 +00:00
jfrancis%netscape.com
b37e6c66d9
fixes bug 96676: deletion can pull text out of inline containers
...
fixes bug 97685: unbulleting empty bullet list item can create nested list
r=fm; sr=kin
2001-09-24 03:43:34 +00:00
jfrancis%netscape.com
1df4659ef1
fixes bug 98573: style feedback incorrect after a <br>; r=fm; sr=kin
2001-09-24 03:40:23 +00:00
cmanske%netscape.com
32e2152071
Fixed removal of empty selection ranges after joining table cells, b=96668, r=akkana, sr=hewitt
2001-09-22 18:40:58 +00:00
gerv%gerv.net
1856815ff1
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
102170b2a0
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
rpotts%netscape.com
91df4b9c17
bug #70223 (r=valeski@netscape.com, sr=mscott@netscape.com). Remove nsIURIContentListener::GetProtocol() since it is unused.
2001-09-17 23:22:00 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
jfrancis%netscape.com
e317c80316
fixes 88109: caret jumps down when typing after inserting table. One liner to properly set selection after table insertion. r=fm;sr=kin
2001-09-14 21:12:35 +00:00
jfrancis%netscape.com
889a4d7485
fixes 97797: empty solo list item won't indent. Changes to nsHTMLEditRules::WillMakeList() to not outsmart itself so badly. r=fm;sr=kin
2001-09-14 21:09:55 +00:00
jaggernaut%netscape.com
25856c9451
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
rjesup%wgate.com
dfc522b372
Bug 98711: Fix misuses of string.Right(). r=jfrancis, sr=jst
2001-09-13 00:09:49 +00:00
alecf%netscape.com
1e0e7dd033
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
30ace44624
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
kin%netscape.com
0ddea3904c
Fix for bug 98018: Impossible to delete text in textbox
...
nsEditor::CreateTxnForDeleteInsertionPoint() shouldn't
use count-1 when calculating isLast, in the non-text case.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2001-09-10 14:46:57 +00:00
jfrancis%netscape.com
933d903df8
fixes 98543: backspace/delete was crossing table structure boundaries. Also fixed other flavors of this bug that had not been discovered yet.
...
r=fm; sr=kin
2001-09-09 20:57:46 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
jaggernaut%netscape.com
3b3680c17e
Bug 98153: Remove SubsumeStr. r=dbaron, sr=scc
2001-09-05 10:46:45 +00:00
bryner%netscape.com
a6247d9aa1
Bug 47551 -- removing obsolete nsIFileSpecWithUI and nsIFileWidget. r=pavlov, sr=ben.
2001-09-04 22:56:38 +00:00
cls%seawood.org
b52b439829
Declare nsCOMPtrs outside of do-while loops to avoid gcc 2.x -O2 optimization bug.
...
Bug #96911 r=jfrancis sr=kin a=blizzard
2001-09-01 17:24:08 +00:00
sspitzer%netscape.com
c5e2cc251a
breaking apart EditorToolbars.css into 3 files for performance reasons.
...
r=manske, sr=hewitt, a=asa #97487
2001-08-31 22:04:19 +00:00
kin%netscape.com
82fac65b1d
Fix for bug 83607: too much backspace segfaults mozilla in textbox forms
...
Prevent GetPriorNode() and GetNextNode() from traversing above root
node when aCurrentNode is the rootNode.
r=brade@netscape.com sr=sfraser@netscape.com a=asa@mozilla.org
2001-08-29 21:33:52 +00:00
kin%netscape.com
b937541719
Fix for bug #96604 : Deleting characters from some form input controls will allow altering page content
...
mozilla/editor/base/nsEditor.cpp
mozilla/editor/base/nsEditor.h
- Added IsRootNode() method.
- Added calls to IsRootNode() in GetPriorNode() and GetNextNode()
to prevent traversing above the root node.
r=jfrancis@netscape.com sr=sfraser@netscape.com a=asa@mozilla.org
2001-08-28 18:21:12 +00:00
glazman%netscape.com
f100555f4d
fix forFont element not removed in Composer; b=97083; r=brade,jfrancis; sr=kin; a=dbaron
2001-08-28 01:55:22 +00:00
cmanske%netscape.com
c8695a1a29
Remove dialog utilities from editor c++ and nsIEditorShell interface (use nsIPromptService from JS instead). b=96649, r=brade, r=kin/sfraser, a=asa
2001-08-24 19:47:46 +00:00
cmanske%netscape.com
7805adb04c
Finish fixing Fixed Width bug 79200, r=brade, sr=sfraser, a=asa
2001-08-23 00:05:53 +00:00
jfrancis%netscape.com
bcab0f9dbc
fixes:
...
bug 83918 - Not able to start a list (number or bullets) when using Bold style
bug 62347 - Selecting "Body Text" doesn't change style if in <pre> text that has <br>
bug 86476 - ubercaret appears on multi-line text block
bug 87882 - pasting text from one bullet to another yields extra bullet
---------------
r=sfraser; sr=kin
2001-08-22 05:32:44 +00:00
dbaron%fas.harvard.edu
113ad642ae
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
bryner%netscape.com
422834eff1
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
2001-08-17 08:14:14 +00:00
cls%seawood.org
a3c1dd1b09
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
cmanske%netscape.com
f17b1686fc
Don't select cell when context menu is launched, b=93322, r=brade, sr=sfraser
2001-08-10 03:50:58 +00:00
akkana%netscape.com
b2618d9ca4
54726: Add link to W3C Validator
...
90550: Need to rewrite URLs for publishing and for save as
91388: Link checker, Work in progress (doesn't work yet)
r=brade, sr=kin
2001-08-07 21:39:07 +00:00
akkana%netscape.com
61c245d25f
Adding html URI ref object to the build. r=brade sr=kin. Work in progress.
2001-08-07 21:12:08 +00:00
kin%netscape.com
ff5cb98d51
Fix for bug #93147 : NotReached Assertions when selecting text widget in a table
...
Modified nsHTMLEditor::GetInlinePropertyBase() to bail out of iterator
loop if current node is the body.
r=brade@netscape.com sr=sfraser@netscape.com
2001-08-02 20:31:09 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
dbaron%fas.harvard.edu
b4ea38686f
Remove |#ifdef|s around |#include|s since they're a recipe for build bustage (see the portability guidelines). b=91237 r=jag sr=waterson
2001-07-25 05:16:32 +00:00
kin%netscape.com
ef2a32649c
Fix for bug #91310 (Align Right splits table) and
...
bug #91288 (Aligning blank table cell in show all tags mode splits table)
Modified WillAlign to prevent unnecessary splitting:
- Don't execute emptyDiv special case code when start container of the
selection is a table cell element, but not a table cell or caption.
- Prevent processing of whitespace between list/table structure nodes.
- Prevent splitting when processing sub lists.
r=brade@netscape.com sr=attinasi@netscape.com
2001-07-25 00:10:34 +00:00
akkana%netscape.com
60ca326658
Remove some more no-op debug code. sr=kin
2001-07-24 23:45:32 +00:00
akkana%netscape.com
659cfe92fa
Remove debug code which should not have been there and were causing asserts. sr=kin
2001-07-24 23:39:17 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00