Граф коммитов

1352 Коммитов

Автор SHA1 Сообщение Дата
kipp%netscape.com fb09a92109 Whoops, backed out last check - wasn't supposed to land it 1999-10-07 20:46:50 +00:00
kipp%netscape.com bf9d4bfcd9 r=kin; Added in ctor/dtor counts 1999-10-07 20:45:56 +00:00
buster%netscape.com 588aa7f0f3 fixed some space leaks reported by kipp. no bug #, r=tague
added some assertions and error checking to nsEditor::Do, no bug #, r=kin
fixed bug 14898 (implemented type-in state for any context), r=jfrancis
1999-10-06 20:27:41 +00:00
jfrancis%netscape.com 62652e2962 revised rules system api to include "handled" parameter and ceased to overload the meaning of the "cancel" parameter; added TypedText() method to editor, editorshell, and logging, so that logging will work properly with typing; coallesce deletions for undo purposes r=buster@netscape.com 1999-10-06 19:34:09 +00:00
nhotta%netscape.com 82a4c1bdee Bug fix 15017, reviewed by akkana. Override SetDocumentCharacterSet for HTMLEditor to update META charset tag if exists. 1999-10-04 23:50:27 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com 9e75934ef0 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
akkana%netscape.com a4a963ef73 Make sidebar stay hidden -- fix regression that sidebar wasn't closeable. r=slamm,cmanske a=leaf 1999-09-30 00:33:28 +00:00
cmanske%netscape.com 9da7478ff3 Added do_QueryInterface to fix build bustage for Linux 1999-09-29 23:33:45 +00:00
kin%netscape.com f822df693a Fix for build bustage on Linux. 1999-09-29 23:19:34 +00:00
cmanske%netscape.com dc4f4e93aa Carpool checkin, r=brade. Lots of editor UI work, including new Advanced Edit dialog by Ben Goodger. Fixed style sheet loading leaks and implemented override style sheets for editor behavior, which be unloaded for edit mode vs. browser preview mode 1999-09-29 21:45:50 +00:00
slamm%netscape.com e0aba1d339 Remove unused file. 1999-09-29 20:32:46 +00:00
akkana%netscape.com 8757acdf01 Set the preformatted output flag if appropriate 1999-09-29 20:23:07 +00:00
akkana%netscape.com 401214e3e3 14859: make rules code smarter about identifying blockquote type=cite 1999-09-29 20:20:31 +00:00
slamm%netscape.com 2be3041a0c Use sidebar overlay (bug #14838). Eliminates a costly iframe. 1999-09-29 20:19:26 +00:00
akkana%netscape.com 500da59343 14731: only insert formatting whitespace for block nodes 1999-09-29 20:19:20 +00:00
jfrancis%netscape.com 75ecd98021 revised UNDO; introduced first cut at the "mozdiv" typing rules 1999-09-29 20:08:15 +00:00
jfrancis%netscape.com 1c960f2fad First Checked In. 1999-09-29 20:07:32 +00:00
kin%netscape.com 6a0bf9b1e4 editor/txtsvc/public/nsITextServicesDocument.h
editor/txtsvc/src/nsTextServicesDocument.cpp
editor/txtsvc/src/nsTextServicesDocument.h

  - Added ScrollSelectionIntoView() method to nsITextServicesDocument
    interface and implementation.
1999-09-29 20:04:34 +00:00
buster%netscape.com f2ead0f5f6 fixed bug 13887, caret in odd place at editor launch
a=chofmann, r=sfraser
1999-09-28 00:49:56 +00:00
kipp%netscape.com be6b1333d1 new 1999-09-25 20:11:47 +00:00
cmanske%netscape.com b954f4ef27 Fixed M11 bugs 14720 and 10666 (a=chofmann), bug 11097 (a=leaf). All approved by buster (Steve Clark) 1999-09-24 00:25:01 +00:00
sfraser%netscape.com c4b1ea02d7 Fix for bug 14640 -- unregister the selection listener when we get more than one reload in the editor. coded buster, r sfraser, a leaf. 1999-09-23 23:46:23 +00:00
buster%netscape.com 4a4e1d5c63 fixed IsEditable again, based on new info.
Now, only \n are held in the content model, making the original
implementation correct.
a=chofmann, r=akkana
1999-09-23 19:08:42 +00:00
buster%netscape.com e453f8e46f 13669: password data wrong if user types with 1 or more chars selec...
my bad, I make the assumption everywhere that start>=end at the end of
  GetTextSelectionOffsets().  Now I enforce that restriction before returning.

14430: partial fix for misbehaving inline attribute code
1999-09-23 04:01:10 +00:00
colin%theblakes.com 6f30e31e4f Add dist/bin to EXTRA_DSO_LDOPTS to locate xpcom. See bug 14562. 1999-09-23 00:27:00 +00:00
buster%netscape.com e9b2097356 14602: IsEditable is broken.
removed optimization where we searched text strings and made our own guess about
  whether it was editable or not.  Now we just trust layout, if there's a frame, it's editable.
1999-09-23 00:10:51 +00:00
cmanske%netscape.com 568234107f More list property dialog work. Remaned GetParagraphStyle to more readable GetParagraphTags. Added GetListTags needed for list manipulation. Enhanced GetElementOrParentByTagName to handle lists 1999-09-22 05:52:44 +00:00
cmanske%netscape.com 6c57dd855f Removing file no longer in build 1999-09-22 05:52:08 +00:00
buster%netscape.com 98471972d2 very simple extension of a fix already in place for bug 11804 1999-09-22 05:00:58 +00:00
buster%netscape.com b4132c7839 fixed odd problem where editor app would not load default document 1999-09-22 03:50:47 +00:00
cmanske%netscape.com d0956363a7 Fixing Paul's bustage in our dialogs - PLEASE PAY ATTENTION TO DEFAULT NAMESPACE! 1999-09-22 01:39:18 +00:00
sfraser%netscape.com a65ed7e497 Fixed GetFirst/LastEditable node 1999-09-22 01:23:58 +00:00
sfraser%netscape.com 0b0799bac9 Some utility methods, and added ForceUpdate. 1999-09-22 01:22:35 +00:00
sfraser%netscape.com 52a4a9f8d8 Expose the type-in state through nsIHTMLEditor 1999-09-22 01:21:56 +00:00
sfraser%netscape.com 0b6552c765 Implement UpdateInterfaceState 1999-09-22 01:20:24 +00:00
sfraser%netscape.com 372055744c Added UpdateInterfaceState, to force an update of the UI 1999-09-22 01:19:33 +00:00
sfraser%netscape.com ab224426d4 Some utility functions for getting state. 1999-09-22 01:18:51 +00:00
brade%netscape.com b2a2c63ebe add idl to the build list 1999-09-21 23:21:14 +00:00
saari%netscape.com 6df67e6af3 Changing broadcaster to use onbroadcast instead of oncommand. Adding the "braodcast" "commandupdate" and "input" events. Changed all xul observes nodes to use onbroadcast instead of onchange. 1999-09-21 23:02:35 +00:00
brade%netscape.com 3f0b1d079c warning cleanup 1999-09-21 22:32:39 +00:00
brade%netscape.com 19ec219fb7 allow for txn to have id/string for get/set 1999-09-21 22:31:27 +00:00
brade%netscape.com 735237d96e allow txn to get/set string and id 1999-09-21 22:29:44 +00:00
brade%netscape.com b9379cbb11 First Checked In. 1999-09-21 22:27:05 +00:00
buster%netscape.com fdb1657ecb fixed a problem with asserts trying to merge empty aggregate transactions.
if the aggregate transaction is empty, don't execute it.  It's not technically
illegal, but it's a waste, and it causes the assert.
1999-09-21 20:46:36 +00:00
joki%netscape.com 96be20de98 Changing dom event VK_* names to DOM_VK_* 1999-09-21 14:19:17 +00:00
tao%netscape.com 8891fb2578 Move editor.properties from content/ to locale/, 1999-09-21 06:30:03 +00:00
hangas%netscape.com eff52cac56 Added key binding for OK/Cancel buttons. 1999-09-21 05:23:14 +00:00
hangas%netscape.com 3db876b7a6 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
akkana%netscape.com 87e3d9d3a9 Use new ToString method on selection 1999-09-21 01:42:41 +00:00