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

1731 Коммитов

Автор SHA1 Сообщение Дата
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
cmanske%netscape.com 3744ca849c Editor bug fixes. List Properties dialog work. Fixed menu access keys in DTD file. Fixed using selection->Clear() cases 1999-09-21 01:36:30 +00:00
waterson%netscape.com 848853d3e8 Fix Linux bustage. 1999-09-20 04:50:18 +00:00
buster%netscape.com 16446efc84 most of the fix for bug 11804, type-in state wasn't properly removing
inline attributes from the next character entered (you're in a bold word
and user clicks bold button, should make next character not bold.)
all done except for font properties.
1999-09-20 04:20:18 +00:00
buster%netscape.com ebe26ab6d3 turned off a debug flag 1999-09-20 04:17:05 +00:00
buster%netscape.com 3c3fee1121 fixed recent bustage on windows that '.' key wouldn't work, making it
tough to type URL's in browser.  still needs work, but it's usable again.
1999-09-20 04:16:34 +00:00
buster%netscape.com 700374e720 turned off a noisy debug flag 1999-09-20 04:15:36 +00:00
jfrancis%netscape.com 2569f4a0cb fixing a heap-o-undo problems and some mBogusNode problems 1999-09-20 01:31:44 +00:00
buster%netscape.com ad6f14fd32 fixed an error where the out param was not being initialized to null.
This could cause an error in the caller if the caller fails to check the return
code as well as the pointer!=null before dereferencing the result.
1999-09-19 23:47:04 +00:00
mccabe%netscape.com 39e5fe6519 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
jfrancis%netscape.com 02f20427ef improved handling of tabs (nested tables now work) and also fixed bug 13662 1999-09-19 10:32:21 +00:00
jfrancis%netscape.com 7f1813ed34 fix bug 13469 1999-09-19 10:31:31 +00:00
jfrancis%netscape.com c91289428f putting tab handling back in KeyDown(). Else editor never gets tabs. 1999-09-19 10:30:30 +00:00
tao%netscape.com 180969e7ad Hook up da-DK. 1999-09-18 01:26:24 +00:00
davidm%netscape.com 06e68518d9 Change the call to shutdown to a call to quit. 1999-09-18 00:29:01 +00:00
cmanske%netscape.com d3749a97dd Fixed printing from the editor toolbar, bug 8806. 1999-09-17 23:46:36 +00:00
jfrancis%netscape.com 248452a87c fix for 13677 1999-09-17 23:15:12 +00:00
cmanske%netscape.com 763c9009c8 Added items for list menu and dialog so DTD work can continue. Change openDialog calls to use '_blank' as window name. 1999-09-17 23:13:59 +00:00
tao%netscape.com 45dd700b63 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 20:55:59 +00:00
tao%netscape.com 4682741d61 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 20:44:01 +00:00
buster%netscape.com 496568c9b5 fixed some warnings 1999-09-17 20:22:13 +00:00
buster%netscape.com b7d6fcb807 fixed a compiler warning 1999-09-17 20:19:50 +00:00
buster%netscape.com adc523b979 fixed an assesrtion in ~nsHTMLEditor caused by calling GetDocument()
when Init() had never been called.  This is a legal sequence
(nsHTMLEditor is instantiated and destroyed without Init() ever being called),
so now it's allowed.
1999-09-17 20:18:50 +00:00
buster%netscape.com 420962b484 fixed a warning 1999-09-17 20:17:22 +00:00
akkana%netscape.com 6f7a630dad Handle everything in KeyPress; make KeyDown a nop. This also fixes bug 13962 1999-09-17 20:11:13 +00:00
sfraser%netscape.com a68044b6d1 Fix the double reload problem in the editor, which fixes bug 14045 and maybe others. 1999-09-16 23:54:08 +00:00
kin%netscape.com 1cecddb18c Changed all occurrences of window.content.addEventListener()
to window.addEventListener() to fix editor default page not loading.
1999-09-16 18:40:17 +00:00
sspitzer%netscape.com 2061dc9f57 ignore generated makefiles 1999-09-16 11:33:15 +00:00
cmanske%netscape.com c3e0b340d1 Added an HR to editor test page 1999-09-16 04:38:50 +00:00
cmanske%netscape.com 3c48229507 Editor UI work. Integrated Brendan's JS improvements. Trying to get popups to work in dialogs. Add Ben Goodger's table properties dialog work. 1999-09-16 04:36:16 +00:00
sfraser%netscape.com 380a9bb11a Don't show the caret initially; it will be made visible when the editor, or text widget, gets a focus event. 1999-09-16 01:16:31 +00:00
cmanske%netscape.com fe95945cb2 Added a link and named anchor to the editor test page 1999-09-15 20:37:10 +00:00
buster%netscape.com 8a995bfc5e fixed bug 13810 by removing an extraneous check for empty string. empty strings are perfectly legal
in WillInsertText
1999-09-15 19:43:19 +00:00
akkana%netscape.com 3867426c89 Turn on whitespace insertion 1999-09-15 17:55:41 +00:00
rjc%netscape.com 75a2402566 "rdf:find" is now called "rdf:localsearch" 1999-09-15 10:21:47 +00:00
jfrancis%netscape.com 63b3dce079 fix for bug 13500 - typo that broke deletion 1999-09-15 05:43:25 +00:00
ramiro%netscape.com 26dd94b010 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
cmanske%netscape.com 326f584d8e Put loading of EditorContent.css within an if DEBUG_cmanske 'cause it prevents initial reflow and others will complain! 1999-09-15 01:12:58 +00:00
cmanske%netscape.com 0be67b52f1 Fixed bug 8806 - printing from editor 1999-09-15 01:10:10 +00:00
sfraser%netscape.com b329d8555b Changes to nsAutoStrings, and do the funky new caret thing. 1999-09-14 23:44:05 +00:00
sfraser%netscape.com 20029fa588 Use nsAutoStrings where appropriate 1999-09-14 23:40:16 +00:00
akkana%netscape.com 2f8fd57333 Remove style info -- we need the plaintext-mode editor to do this for us, not requiring it to be in the file 1999-09-14 21:30:58 +00:00
law%netscape.com a874b261ad Enable editor window to be opened via window.openDialog 1999-09-14 20:36:19 +00:00
buster%netscape.com 161438718c fixed bug 13669, wrong password when user typed with 1 or more characters selected 1999-09-14 00:11:22 +00:00
akkana%netscape.com 488d492da2 Fix an erroneous debug print; fix some build warnings 1999-09-13 21:39:51 +00:00
buster%netscape.com b10892ab14 added GetAbsoluteOffsetsForPoints, so we can get the length of a document without
playing with it's selection.  Much faster, and doesn't mess with the display at all.
1999-09-13 20:44:38 +00:00
cmanske%netscape.com 527b9eef42 Fixed bug 10236 - suppressing hand cursor over links in editor 1999-09-13 19:21:34 +00:00
brade%netscape.com e34846ad47 move to keycode for VK_* keys 1999-09-13 13:52:41 +00:00
jfrancis%netscape.com 8de9e45071 implementing EditorKeyPress and handling tabs in tables and shift-return meaning <br> 1999-09-13 09:37:51 +00:00
hangas%netscape.com ef232c9643 Updated help menu to match new id in globalOverlay.xul 1999-09-12 02:50:24 +00:00
jfrancis%netscape.com 51ef4144c9 fix for 12675; also added a wrapper for GetNextNode()/GetPriorNode() that checks for containment in the <body> 1999-09-12 01:36:07 +00:00
jfrancis%netscape.com bc8d6fdd33 adding a default case enum value for rules action enum 1999-09-12 01:33:20 +00:00
jfrancis%netscape.com bf59a17512 fix for 12675 1999-09-12 01:31:57 +00:00
jfrancis%netscape.com 1563ce314f fix for 13516 1999-09-12 01:30:53 +00:00
briano%netscape.com 17719069b0 General cleanup. 1999-09-11 01:20:05 +00:00
jfrancis%netscape.com 8afc93ce24 cleaning up warnings (bug 13469) 1999-09-11 00:20:59 +00:00
jfrancis%netscape.com 1cfeb34196 bug fix: paragraphs now merge properly. 1999-09-10 23:32:28 +00:00
jfrancis%netscape.com 9fb4ecf8c8 bug fix (no #) for GetPriorNode/GetNextNode 1999-09-10 23:31:43 +00:00
jfrancis%netscape.com 9ffdeba4b6 rearranging project view a bit 1999-09-10 23:31:04 +00:00
jfrancis%netscape.com 2408eadfce bug fix for 13500 1999-09-10 23:30:35 +00:00
akkana%netscape.com 76f259b9e9 Better debug prints: tell which tag we're creating 1999-09-10 22:34:18 +00:00
akkana%netscape.com d2d2dcd442 490: infrastructure for inserting formatting whitespace. Not turned on yet except for DEBUG_akkana 1999-09-10 18:54:13 +00:00
brade%netscape.com 86f98ddbd2 handle hard-coded keybindings on Mac; begin to support new key event spec (lower case letters for charcodes) 1999-09-10 14:42:20 +00:00
jfrancis%netscape.com 89c84eeb43 fix for bug 13482 1999-09-09 22:22:14 +00:00
buster%netscape.com dadb1ea557 fixed password editors, while maintaining output of empty HTML documents
fixes bug 13404, a blocker for enabling gfx text controls
1999-09-09 19:39:36 +00:00
briano%netscape.com 3b2876966d General cleanup. 1999-09-09 04:00:39 +00:00
briano%netscape.com d4bdb95d66 General cleanup. 1999-09-09 03:34:19 +00:00
sfraser%netscape.com 7aead9fea3 Add DocumentIsEmpty to EditorShell.idl and nsIEditor, and modify length and content getters to do the right thing with an empty document (which contains the bogus text node). 1999-09-08 23:32:04 +00:00
sfraser%netscape.com 152c78716c Add tests for empty doc, and get doc length in EditorTestSelection. 1999-09-08 23:27:22 +00:00
sfraser%netscape.com c2206d7d88 Removed nsInsertHTMLTxn.cpp 1999-09-08 20:18:29 +00:00
sfraser%netscape.com 62af2e6a2e File Removed. 1999-09-08 20:17:32 +00:00
brade%netscape.com 78400921e1 remove unneeded / redundant code; fix updating of controls 1999-09-08 20:10:22 +00:00
sfraser%netscape.com 154205b3b9 File Removed. 1999-09-08 20:07:57 +00:00
sfraser%netscape.com e00aa228a0 Remove commented out nsIEditRules 1999-09-08 20:06:01 +00:00
brade%netscape.com f53c478e3f fix typo 1999-09-08 19:54:40 +00:00
sfraser%netscape.com 8048e8e1be File Removed. 1999-09-08 19:51:03 +00:00
jfrancis%netscape.com ed0c4b6278 oops, missed a case.... 1999-09-08 19:10:13 +00:00
jfrancis%netscape.com 84f8f0436e fixing case sensitivity problem 1999-09-08 18:49:01 +00:00
brade%netscape.com 4388022a24 optimizations from Ben Goodger; move global var tagName to local; remove old comment; add new comments; don't pass around image editfield id 1999-09-08 14:57:44 +00:00
brade%netscape.com b8b8eba393 add license and selection keys (home, end, pgup, pgdn, arrows, shift-selects, etc.) 1999-09-08 14:04:41 +00:00
brade%netscape.com 092ae0eba8 readd spacers in toolbar 1999-09-08 13:36:32 +00:00
jfrancis%netscape.com 35644158db making special mail-compose editing rules accessible to mail 1999-09-08 06:26:53 +00:00
jfrancis%netscape.com adbfb599f8 restoring 1.54 checkin: no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document. fix for bug 13251 is now in layout/src/base/nsRange.cpp 1999-09-08 05:30:48 +00:00
cmanske%netscape.com 1c0bbcda59 Activated collapsing of table row in Image Dialog to implement 'More'/'Fewer' behavior, now that sizeToContent works! 1999-09-08 00:50:45 +00:00
cmanske%netscape.com 38f7e609e4 Fixed Insert Table dialog to not insert if properties are not valid 1999-09-07 23:55:13 +00:00
cmanske%netscape.com fb204e8246 Adding Advanced Property Editing dialog work by Ben Goodger (rgoodger@ihug.co.nz) 1999-09-07 23:49:46 +00:00
sfraser%netscape.com 31f93e4339 Remove the view source menu item because it doesn't work right yet, and fix the contentframe.xul URL to work with some obscure CAPS changes. 1999-09-07 23:25:59 +00:00
kin%netscape.com 0e3c4c80ff Fix for bug #13251: gfx text fields are not accepting input
Reenabled call to ClearSelection() in nsTextEditRules::WillInsert().
1999-09-07 22:47:50 +00:00
cmanske%netscape.com aa789f9790 Fixed bug 13164 preventing Open from working in editor 1999-09-07 19:08:24 +00:00
sfraser%netscape.com f22e449ba9 Fix view source to work with the new browser appcore replacement 1999-09-07 18:53:02 +00:00
sfraser%netscape.com 7a96214432 Fix the implicit global editorShell weirdness, and change the viewsource window opening. 1999-09-07 18:52:27 +00:00
brade%netscape.com 5bd970f118 fix copyright; add contributor (Sammy Ford) 1999-09-07 14:32:03 +00:00
jfrancis%netscape.com 5772ba3e39 implemented RemoveList(); deletion doesn't scatter so many empty nodes; mailcite rules started; general deletion work (still WIP); several small bugfixes; refactored list item outdenting code 1999-09-06 19:51:59 +00:00
jfrancis%netscape.com 0ae3fcf4ec implementing RemoveList() - ie, list button now works as a toggle 1999-09-06 19:47:25 +00:00
jfrancis%netscape.com 0103003252 no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document. 1999-09-06 19:45:26 +00:00
jfrancis%netscape.com f286c55765 adding type="cite" to the blockquote, for testing purposes 1999-09-06 19:44:14 +00:00
bruce%cybersight.com 5f9f8618b6 Use nsCRT::free() instead of delete[] for char* data. 1999-09-06 06:22:51 +00:00
dougt%netscape.com dd5c903d9e Changes nsIAtom iterface to return a shared (non-allocated) wstring when
GetUnicode() is called.  (thanks waterson, jband)

Also fixing 12237.  (thanks jband).
1999-09-03 22:21:29 +00:00
cmanske%netscape.com a281ed4e8d Fixed all property dialogs to use global onAdvancedEdit() feature. Moved lots of JS strings into string bundle file. 1999-09-03 22:05:47 +00:00
sspitzer%netscape.com 189dd57d74 add newline to end of file to please certain UNIX compilers. 1999-09-03 10:43:00 +00:00
cls%seawood.org dad3de1884 Fix for the AIX build which claims 'Operand of "&" operator must be an lvalue.' 1999-09-03 09:04:31 +00:00
sspitzer%netscape.com 9cda4419de it really scares me to see my password get sent to the console when I type it. it's scaring others, see #13061. wrapping this code with #ifdef DEBUG_<author>. I'll send them mail directly. 1999-09-03 08:31:33 +00:00
cmanske%netscape.com 48ab0481b5 Added 'Cancel' to editor save file Confirm dialog and changed to accomodate common dialog interface changes 1999-09-03 01:23:19 +00:00
buster%netscape.com 2d6f90643c got rid of a nasty compiler warning by changing an unsigned int to signed 1999-09-02 20:37:19 +00:00
akkana%netscape.com 03a054d79d Remove unused insert html txn 1999-09-02 18:37:24 +00:00
akkana%netscape.com 9bb71184c1 11864: Make InsertHTML undoable.
Insert the top-level nodes in the doc frag one by one,
instead of passing the whole doc frag to InsertNode.
1999-09-02 17:56:09 +00:00
sfraser%netscape.com ea60e1db58 First Checked In. 1999-09-02 05:27:20 +00:00
sfraser%netscape.com 710593e1c9 Move most of the entities to the editorOverlay.dtd files 1999-09-02 04:57:22 +00:00
sfraser%netscape.com 5217765152 Add the editorOverlay.dtd file 1999-09-02 04:56:57 +00:00
sfraser%netscape.com 2a391869b0 Landing XUL overlays for editor keys, toolbars and menus. 1999-09-02 04:55:52 +00:00
sfraser%netscape.com 2392cf590f Add editor overlay XUL and JS files 1999-09-02 04:54:36 +00:00
sfraser%netscape.com 02deb62abb File Removed. 1999-09-02 04:51:04 +00:00
sfraser%netscape.com 732b1353f5 First Checked In. 1999-09-02 04:49:24 +00:00
sfraser%netscape.com 509d788966 Add a UTF-8 charset declaratoin, and some Japanese for grins. 1999-09-02 04:49:09 +00:00
sfraser%netscape.com 0ee52b3211 Turn off debug printfs for everyone except buster. 1999-09-02 04:48:17 +00:00
cmanske%netscape.com 714789baa3 Added CloneAttributes to IDL and nsIHTMLEditor. Reworked property dialogs to accomodate AdvancedEdit dialog. Preliminary version of AdvancedEdit dialog done 1999-09-02 01:47:18 +00:00
jfrancis%netscape.com cb1186b037 more deletion work... 1999-09-01 21:23:47 +00:00
cmanske%netscape.com 51a4a28dcb Changed IsNodeBlock to NodeIsBlock for JS. Fixed all compiler warnings. Added Advanced property Edit files 1999-09-01 19:58:25 +00:00
sfraser%netscape.com 0691aa68f0 Fix the plain text XUL to load -- fix entity 1999-09-01 05:50:36 +00:00
sfraser%netscape.com 5173bce570 Add viewsource.dtd for sford 1999-09-01 05:48:41 +00:00
sfraser%netscape.com c2ea958ef5 First Checked In. 1999-09-01 05:47:40 +00:00
sfraser%netscape.com 1ce1e35d3c Remove double spacing. 1999-09-01 05:47:00 +00:00
cmanske%netscape.com 699e5e802b Exposed IsNodeBlock for JavaScript. Added comments for editor methods. Temporary fix for insert image bug (12917). Fixed bug 11857. Preliminary support for setting title and adding Cancel button in message dialogs. 1999-09-01 01:22:37 +00:00
cyeh%netscape.com cc2825cbe0 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
ramiro%netscape.com 411c10dc89 Cleanup linkin of mozdbm. 1999-08-31 14:31:50 +00:00
jfrancis%netscape.com 1a8dca5815 checkpointing some deletion work 1999-08-31 13:55:18 +00:00
brade%netscape.com 7fd1d23f43 add license; add viewsource (contribution by Sammy Ford) 1999-08-31 12:57:26 +00:00
brade%netscape.com a93342bc4b add files for viewsource; fix years for copyright 1999-08-31 12:56:30 +00:00
brade%netscape.com 7fb947585a removed bad line 1999-08-31 12:55:02 +00:00
brade%netscape.com 024277769e add viewsource files (contribution by Sammy Ford); fix years in copyright 1999-08-31 12:54:24 +00:00
brade%netscape.com 35f377fe1c viewsource files 1999-08-31 12:53:49 +00:00
brade%netscape.com 1a9fec6d24 First Checked In. 1999-08-31 12:53:13 +00:00
brade%netscape.com ab5c9e1f08 View Source (contribution by Sammy Ford); fix year for copyright 1999-08-31 12:52:50 +00:00
brade%netscape.com c141070d53 add View Source to the menu (contribution by Sammy Ford) 1999-08-31 12:51:30 +00:00
tague%netscape.com e6b1e38570 Updated direct comparison with NS_OK to appropriate macros. 1999-08-31 06:34:56 +00:00
tague%netscape.com d22744e0e1 Added support for a reply from the StartComposition message. Necessary for XIM support on UNIX. 1999-08-31 01:20:32 +00:00
sfraser%netscape.com d77e2fc8d8 Back out cmanske's changes to these files, which he checked by by mistake. 1999-08-31 01:14:40 +00:00
cmanske%netscape.com 5a60e43f1d Changed PRBool to boolean in IDL file 1999-08-31 01:13:54 +00:00
cmanske%netscape.com 7d4fcc7485 Added checking if we need to save file before allowing close window or exit (bug 7615). Added support for Confirm and Alert message dialogs 1999-08-31 00:51:23 +00:00
sfraser%netscape.com 90c9e7b29a Fix double spacing in these files. 1999-08-31 00:09:14 +00:00
pinkerton%netscape.com 23469bd682 clean up small mem leak. 1999-08-30 22:18:23 +00:00
brade%netscape.com 077a4c073f add spacers to toolbars (contribution by Michael Lowe) 1999-08-30 22:17:27 +00:00
pinkerton%netscape.com 7fd9256ae5 clean up small memory leak. 1999-08-30 22:17:26 +00:00
buster%netscape.com 178df58863 removed static constructors, since they're illegal in our system 1999-08-30 22:12:11 +00:00
buster%netscape.com 5c31873a0a fixed bug 12680 (password fields broken)
fixed bug 12489 (static contructors must be removed)
1999-08-30 22:11:09 +00:00
kin%netscape.com c4ea811665 Fix for bugs #7153, #10673, #12066, #12067, and #12793.
editor/base/nsEditorEventListeners.cpp
editor/base/nsEditorEventListeners.h

  - Added code to scroll the selection into view
    after processing key events.
  - Commented out the hack that redraws the entire
    view when the focus is gained and lost. Replaced
    the hack code with calls to RepaintSelection().

layout/base/public/nsIFrameSelection.h
layout/base/public/nsIPresShell.h
layout/html/base/src/nsPresShell.cpp
   - Added ScrollSelectionIntoView() and RepaintSelection() methods.

layout/base/src/nsRangeList.cpp
   - Added implementation for ScrollSelectionIntoView() and
     RepaintSelection().
   - Check for NULL primary frame in GetFocusNodeRect()
     to fix bug #12793.
1999-08-30 21:54:40 +00:00
kin%netscape.com 536dfe95ee Removed unused static ISupports IID. 1999-08-30 14:50:36 +00:00
kin%netscape.com fb0c4cf306 Got rid of static buffer in nsEditorTxnLog::GetString(). 1999-08-30 14:48:29 +00:00
syd%netscape.com 296b1b25e3 Comment out rdf for files, this crashes editor when you bring it up. See bug 12725. 1999-08-28 06:03:49 +00:00
bienvenu%netscape.com bcd174a9e4 more makefile bustage 1999-08-28 03:36:06 +00:00
bienvenu%netscape.com f0370f8fe7 another attempt to fix linux build bustage 1999-08-28 03:01:13 +00:00
bienvenu%netscape.com 3a38c06ffb attempt to fix linux build bustage 1999-08-28 02:58:48 +00:00
cmanske%netscape.com 0da377feae Removed string bundle code from nsEditor into EditorShell and added access for JavaScript. Moved most of Save document code into EditorShell and added filetype filters to save dialog. Placed Advanced Edit functionality in an overly file. Removed redundant entity strings, that are now in overlays, from DTD files. 1999-08-28 02:40:18 +00:00
akkana%netscape.com b9c26e9b85 Handle lower-case alt-x as well as upper case 1999-08-28 00:31:06 +00:00
brade%netscape.com e826a888a6 add sidebar 1999-08-27 13:07:40 +00:00
brade%netscape.com 1b58a6a096 add sidebar files 1999-08-27 13:06:56 +00:00
brade%netscape.com 1f4e888c9d add files for sidebar 1999-08-27 13:06:19 +00:00
brade%netscape.com c38267461e add license; add files for sidebar 1999-08-27 13:06:00 +00:00
brade%netscape.com 30578f0a75 add license; add sidebar dtd files 1999-08-27 13:05:44 +00:00
brade%netscape.com bb4179aa91 add sidebar dtd files 1999-08-27 13:04:46 +00:00
brade%netscape.com 1e028f7932 First Checked In. 1999-08-27 13:04:03 +00:00
brade%netscape.com 9af2c6b2ca change comment for lxr searches 1999-08-27 13:02:38 +00:00
ramiro%netscape.com 877421b755 lower the volume on printf noise. 1999-08-27 09:38:44 +00:00
cmanske%netscape.com 7542d601b8 Fixed bug 12126. Removed pref code from nsHTMLEditor - do HLine pref stuff in JS instead. 1999-08-27 04:12:47 +00:00
sfraser%netscape.com 26bdb82961 Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc). 1999-08-26 03:27:56 +00:00
sfraser%netscape.com b6c71e8a29 Changed to use command nodes in XUL, with lots of XUL tidy-up (detabbing etc). 1999-08-26 03:22:03 +00:00
cmanske%netscape.com 54edacf12e Removed unused accesskey entity 1999-08-25 23:45:20 +00:00
cmanske%netscape.com 30b4fdf327 Removed test menu item to load ua.css 1999-08-25 23:44:14 +00:00
cmanske%netscape.com 392c448f01 Activating CSS to show named anchor in editor 1999-08-25 23:40:07 +00:00
sfraser%netscape.com d77a143711 The document encoder no longer needs a pres shell. 1999-08-25 21:42:47 +00:00
brade%netscape.com fea1beaef0 add license 1999-08-25 14:40:33 +00:00
brade%netscape.com b80a7bbf89 xul overlay for ok/cancel 1999-08-25 14:36:13 +00:00
brade%netscape.com 3767dd8ed4 add license; xul overlay for ok/cancel 1999-08-25 14:35:59 +00:00
brade%netscape.com 4756d78987 xul overlay for ok/cancel; add license 1999-08-25 14:28:53 +00:00
brade%netscape.com 140c592eda xul overlay for ok/cancel 1999-08-25 14:18:04 +00:00
jfrancis%netscape.com 92a8df9ea6 making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor 1999-08-25 10:51:55 +00:00
pinkerton%netscape.com f4a7881b59 toString -> ToString idl change. 1999-08-25 09:15:18 +00:00
pinkerton%netscape.com edc17e7846 IDL-ifying nsITransferable, nsIDragService, nsIDragSession, nsIFormatConverter. 1999-08-25 08:35:06 +00:00
bienvenu%netscape.com 9e198e7f4e fix more spankage bustage 1999-08-25 06:26:42 +00:00
brendan%mozilla.org bbe959f4d1 Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
mscott%netscape.com 2be91e72b5 Fix pedantic build breakage for unix. 1999-08-24 18:38:21 +00:00
akkana%netscape.com 70ab0ba259 Revise the doc encoder and content sink APIs yet again to make it easier
to add new flags (pass a flag in the constructor, rather than specific
booleans.  This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
buster%netscape.com 664cb722e1 added a special case to the output text rules for an empty document
(one that contains the bogus node)
1999-08-24 13:48:08 +00:00
jfrancis%netscape.com 16045e64a5 refactoring text insertion code; indent/outdent now work with lists and list items. 1999-08-24 08:56:51 +00:00
jfrancis%netscape.com e20e2b97dd fix for bug #12337: not counting non-editable nodes when searching for whitespace. 1999-08-24 08:55:28 +00:00
brade%netscape.com ca0e0221a7 diffs from pete@postpagan.com (cleanup and alignment css for image dialog) 1999-08-23 15:00:59 +00:00
brade%netscape.com b868913ed8 diffs from pete@postpagan.com (cleanup and alignment fixes) 1999-08-23 14:59:46 +00:00
brade%netscape.com 256a2f7a8a diffs from pete@postpagan.com (cleanup and alignment fixes); also fix for enable/disable of dialog based on imageType rather than the existence of a character in the source file 1999-08-23 14:58:54 +00:00
brade%netscape.com 0ed5fea341 changes from pete@postpagan.com 1999-08-23 14:56:57 +00:00
buster%netscape.com b9f8eebf77 Split out installing the editor's own event handler as a separate step.
The owner of the editor can now initialize the editor,
set up its own listeners if it wants to, then the editor will set up it's own
backstop listeners as part of PostCreate().
The backstop key listener now ignores ENTER for single line text controls.
Ugly to have to do it here, it would be better if the owner could just swallow the key event.
1999-08-23 06:42:04 +00:00
ramiro%netscape.com 1d23cab69b Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
mccabe%netscape.com 779d51d186 First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
dougt%netscape.com 8cf9b81629 xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
tague%netscape.com ba8c57abef Fixed bug #12052 - design changes to the implemenation of the editor charset menu. The charset information is now pushed down to the nsIDocument rather than being stored in the nsEditor component. 1999-08-20 23:52:36 +00:00
hyatt%netscape.com f1252f912a Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
akkana%netscape.com d78cbc0c02 Handle plaintext wrapping in style, rather than a pre tag in the body. Also fix a couple of warnings. 1999-08-20 22:39:48 +00:00
brade%netscape.com d4a307dbb5 keyhandling for keybindings moved to keypress (was keydown) 1999-08-20 13:14:03 +00:00
akkana%netscape.com 6187c11f26 Partial work toward 11390, using style instead of embedded pre tag
to control wrapping; this adds a style tag that should work, but
doesn't seem to (see bug 4696), so I've left the old pre tag in place.
Also change text to more accurately reflect the situation, and fix the
80 char reference so that it's really 80 chars (was 78 ;-).
1999-08-19 22:14:54 +00:00
akkana%netscape.com b9ced806e8 11684: remove redundant wrapcol variable from editor
(and fix type in obsolete text editor);
Partial work toward 11390, use style rather than embedded PRE for wrapping
  (unfinished, currently ifdefed out).
1999-08-19 22:11:58 +00:00
pinkerton%netscape.com 98d586a525 add DragGesture to drag listener. 1999-08-19 19:48:33 +00:00
buster%netscape.com f391c0c96b just turned off the noisy debugging 1999-08-19 15:15:41 +00:00
brade%netscape.com 044d8b54aa add license 1999-08-19 14:38:45 +00:00
brade%netscape.com aa12d96eec new images (transparent) from pete@postpagan.com 1999-08-19 14:37:43 +00:00
brade%netscape.com cca8d157fc back out license due to bug in parser 1999-08-19 14:35:23 +00:00
brade%netscape.com 8b5fd6fb1a add license and opening comment (assume that is what was intended) 1999-08-19 14:33:39 +00:00
brade%netscape.com a6e71d845f add license 1999-08-19 14:28:44 +00:00
brade%netscape.com adb72f0a47 diffs from pete@postpagan.com; add license 1999-08-19 14:28:35 +00:00
brade%netscape.com 5b1db25ad2 reformatting by pete@postpagan.com, pixel/percent handling by Brian King 1999-08-19 14:25:32 +00:00
brade%netscape.com 8d11fda7cf diffs from pete@postpagan.com and Brian King (height and width percent controls) 1999-08-19 14:24:09 +00:00
brade%netscape.com 01734afc38 diffs from pete@postpagan.com and Brian King 1999-08-19 14:22:29 +00:00
buster%netscape.com 3fa1207a8b fixed some documentation 1999-08-19 13:33:49 +00:00
buster%netscape.com d3b61f6c7b Fixed a ton of errors where we were not handling error results correctly.
Added some comments of the form "// XXX: ERROR_HANDLING <explanation>"
wherever I saw a potential error but wasn't 100% sure of the intention of the code.
Fixed a few bugs along the way.
1999-08-19 13:30:48 +00:00
kin%netscape.com 87c395df64 Re-enabling Editor API Logging on Mac. 1999-08-19 13:27:57 +00:00
brade%netscape.com 1a77fc9d7e modal dialogs 1999-08-19 13:27:29 +00:00
kin%netscape.com 8b67b9aca2 added files: mozilla/editor/base/nsEditorTxnLog.cpp, mozilla/editor/base/nsHTMLEditorLog.cpp 1999-08-19 13:25:14 +00:00
kin%netscape.com 7c4fbcd36b Modifications to re-enable Editor API Logging which was broken after the last editor source reorg.
editor/base/Makefile.in
  editor/base/makefile.win
    - Modified makefiles build files that were
      renamed, and use new define to build the
      API Logging code.

  editor/base/nsEditor.cpp
  editor/base/nsEditor.h
  editor/base/nsHTMLEditor.cpp
    - Removed all ENABLE_JS_EDITOR_LOG ifdef'd code.
    - Removed all references to nsVector.h.

  editor/base/nsEditorFactory.cpp
    - Added ENABLE_EDITOR_API_LOG ifdef'd code
      that will create an instance of nsHTMLEditorLog
      instead of nsHTMLEditor.

  editor/base/nsEditorTxnLog.cpp
    - Initial checkin of file. File was originally named nsJSTxnLog.cpp.

  editor/base/nsEditorTxnLog.h
    - Initial checkin of file. File was originally named nsJSTxnLog.h.

  editor/base/nsHTMLEditorLog.cpp
    - Initial checkin of file. File was originally named nsJSEditorLog.cpp.
    - nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
      overrides methods that modify the content tree and are publicly
      available via XPIDL.

  editor/base/nsHTMLEditorLog.h
    - Initial checkin of file. File was originally named nsJSEditorLog.h.
    - nsHTMLEditorLog.cpp now derives from nsHTMLEditor, and only
      overrides methods that modify the content tree and are publicly
      available via XPIDL.
1999-08-19 13:19:10 +00:00
brade%netscape.com 042a579eb8 add license 1999-08-19 13:17:22 +00:00
rods%netscape.com 268da867ab getting unicode data from clipboard 1999-08-18 15:10:18 +00:00
jfrancis%netscape.com c37cc8a34d some reorg of block transformation code; implemented make-{header,preformatted,address,normal}; tweaked make list to honor <br> in some circumstances; rewrote "return in list item" to pop you out of list if item is empty; rewrote "return in header" to work with non-trivial headers. 1999-08-18 08:13:06 +00:00
ramiro%netscape.com 96d7df3998 Link with neckoutil_s as windows does. 1999-08-17 16:26:25 +00:00
tague%netscape.com a15b0b4b19 Fix bug #11687 - [Dogfood] Enable ender to save documents in encodings other than ISO-8859-1. Approved by chofmann@netscape.com, reviewed by buster@netscape.com. 1999-08-13 22:26:50 +00:00
slamm%netscape.com 50589a4dc0 Add a newline to the end of the file. 1999-08-10 23:17:10 +00:00
sfraser%netscape.com 1cf591a8c8 Fix the list buttons to show state. 1999-08-10 23:16:43 +00:00
slamm%netscape.com 5b5cf12dbb Add newline to end of file. 1999-08-10 23:14:21 +00:00
sfraser%netscape.com ddc164b565 Add an <OL> 1999-08-10 23:14:12 +00:00
brade%netscape.com fb46846443 diffs from pete@postpagan.com 1999-08-10 23:09:22 +00:00
brade%netscape.com b1c0378066 diffs from pete@postpagan.com 1999-08-10 22:57:55 +00:00
brade%netscape.com bfbc4a516e add some menu keybindings 1999-08-10 22:45:33 +00:00
brade%netscape.com f153605bda from pete@postpagan.com 1999-08-10 22:44:39 +00:00
jfrancis%netscape.com 49d0dcd15b let VC 5 live! 1999-08-10 22:02:27 +00:00
jfrancis%netscape.com 46a01fdc87 more block operation improvements to "make list" 1999-08-10 21:44:10 +00:00
mcafee%netscape.com 30941a5a0a newline at end of file 1999-08-10 21:29:49 +00:00
akkana%netscape.com a18f7427dd 11552: don't hardcode the character set for saving 1999-08-10 21:22:32 +00:00
brade%netscape.com 93193b06a3 partial synch up with editorappshell.xul; fix entities (a=mcafee) 1999-08-10 20:55:14 +00:00
brade%netscape.com 4cca11f428 point to EditorAppShell.dtd (removing entities) 1999-08-10 14:18:16 +00:00
brade%netscape.com 0efffc6d6d *** empty log message *** 1999-08-10 14:17:47 +00:00
sspitzer%netscape.com 5c7482549a ignore generated Makefile 1999-08-10 05:16:39 +00:00
jfrancis%netscape.com f1e84c9d2d begginning of block operations honoring breaks... 1999-08-09 23:39:48 +00:00
jfrancis%netscape.com 65ac5c1602 fixing bug 9366 1999-08-09 22:51:40 +00:00
jfrancis%netscape.com 5237edcf94 default impl for InsertHeader(); plus adapted to new definition of SplitNodeDeep() 1999-08-09 21:51:19 +00:00
jfrancis%netscape.com 305be45591 added InsertHeader() 1999-08-09 21:50:28 +00:00
jfrancis%netscape.com 90559d0488 smarts for creating empty lists in the right places; prelim work for WillMakeHeader(); prelim work for indenting lists; helper routine IsEmptyBlock(); 1999-08-09 21:50:02 +00:00
jfrancis%netscape.com 3cd7a6362b added helper function IsEmptyBlock() 1999-08-09 21:49:25 +00:00
jfrancis%netscape.com 1736058750 SplitNodeDeep() now emits an out param that tells you what the effective split offset was. This routine no longer splits text nodes unless it has to; ie, if the original offset was at the beginning or end of the text node, no split occurs in it. 1999-08-09 21:45:52 +00:00
jfrancis%netscape.com 7b11cafa7e adding InsertHeader() 1999-08-09 21:43:53 +00:00
jfrancis%netscape.com 9cd8e103a9 fix for 10584 1999-08-09 21:42:51 +00:00
buster%netscape.com 8e90ebd62a moved handling of flags from rules constructor to rules init, so
rules code can call SetFlags with mEditor initialized and do real
processing if it wants to.
1999-08-09 18:39:49 +00:00
brade%netscape.com 532ef2ba9e more strings 1999-08-09 18:38:31 +00:00
brade%netscape.com ededed5487 localize buttons 1999-08-09 18:38:06 +00:00
brade%netscape.com f39df094d0 localization (point to EditorHLineProperties.dtd) 1999-08-09 18:23:55 +00:00
sfraser%netscape.com d1b6789d87 Fix the nsTextEditRules init so that setting the flags works. 1999-08-09 18:22:13 +00:00
brade%netscape.com ddc675e9b7 add locale directory 1999-08-09 18:15:35 +00:00
buster%netscape.com 1a79a33f3f backed out my last change, it didn't fix the problem I thought it would. 1999-08-09 18:01:08 +00:00
buster%netscape.com 8e4aa41452 call SetFlags from Init, so plaintext logic gets executed. 1999-08-09 17:44:14 +00:00
brade%netscape.com 8644890452 First Checked In. 1999-08-09 13:35:01 +00:00
brade%netscape.com 8fb673edf8 move entities to external dtd 1999-08-09 13:33:03 +00:00
sfraser%netscape.com 7b95768818 Turn off the JS logging for now, for real this time (duplicate DEFINES line removed) 1999-08-09 02:28:51 +00:00
sfraser%netscape.com f412327b08 Fix bustage 1999-08-09 02:03:57 +00:00
bienvenu%netscape.com 80501b5855 fix build bustage on win32 1999-08-09 01:57:28 +00:00
sfraser%netscape.com 434d6ba1b8 Turn off the JS logging for now. 1999-08-09 01:42:08 +00:00
sfraser%netscape.com 98818652df Landing editor API changes. Removed nsITextEditor and nsTextEditor, split interfaces into more, non-overlapping interfaces, and other general cleanup. 1999-08-09 01:37:50 +00:00
sfraser%netscape.com 4298f7b4f2 Turn off JS logging for now. 1999-08-09 01:37:36 +00:00
sfraser%netscape.com d5131e8e05 First Checked In. 1999-08-09 01:34:04 +00:00
ramiro%netscape.com 16eeeabdcd Ignore generated Makefiles. 1999-08-07 22:34:02 +00:00
buster%netscape.com c45863f493 fixed handling of text controls with a max length set 1999-08-07 05:29:41 +00:00
buster%netscape.com 6a470ed99b fixed disabled and readonly handling
added redraw hack to blur (in addition to focus, already done)
1999-08-07 05:28:57 +00:00
brade%netscape.com a68df7d783 add window title back in 1999-08-06 21:14:18 +00:00
brade%netscape.com 64390bd72f move to external dtd 1999-08-06 21:13:45 +00:00
brade%netscape.com db785a9ef4 add EditorTableProperties.dtd 1999-08-06 20:34:14 +00:00
brade%netscape.com 6a82dd514d remove xml version 1999-08-06 20:31:59 +00:00
brade%netscape.com 1443e57aac remove xml version; synch up with xul file 1999-08-06 20:11:09 +00:00
brade%netscape.com defce54a2f move to external dtd 1999-08-06 20:08:27 +00:00
brade%netscape.com 630621618b remove xml version 1999-08-06 20:07:58 +00:00
brade%netscape.com d1416f2fb2 move to external dtd 1999-08-06 19:58:55 +00:00
brade%netscape.com 2d74352ff0 First Checked In. 1999-08-06 19:58:22 +00:00
brade%netscape.com d2a569b0e2 move to external dtd 1999-08-06 19:50:26 +00:00
brade%netscape.com a6da262f45 remove xml version 1999-08-06 19:50:10 +00:00
brade%netscape.com 6bc2dacf68 move to external dtd 1999-08-06 19:22:25 +00:00
brade%netscape.com 8a2387f59b remove xml version 1999-08-06 19:17:08 +00:00
brade%netscape.com 489908933d hook up to correct dtd file 1999-08-06 18:39:19 +00:00
brade%netscape.com 5d52295ef7 remove old file 1999-08-06 18:38:46 +00:00
brade%netscape.com 790ff7e6fe File Removed. 1999-08-06 18:37:47 +00:00
brade%netscape.com 32bff4f30d remove xml version number 1999-08-06 18:37:34 +00:00
brade%netscape.com 6b47c81a72 remove xml version number; synch up strings with xul file 1999-08-06 18:37:14 +00:00
brade%netscape.com a8baeefc80 entities now in dtd file 1999-08-06 18:36:24 +00:00
brade%netscape.com b1d3b80818 synching up with changes in EdLinkProps.xul 1999-08-06 18:22:00 +00:00
brade%netscape.com 75d7e60f7c partial menu keybindings/accesskeys 1999-08-06 15:01:21 +00:00
tague%netscape.com 1e3c4f5ac5 Added support for replies from private DOM text events. See bug #4826 1999-08-06 02:32:13 +00:00
brade%netscape.com 787e4b46e7 partial menu keybindings 1999-08-05 22:19:58 +00:00
brade%netscape.com bb52a9fc07 diffs from pete@postpagan.com 1999-08-05 22:19:25 +00:00
cmanske%netscape.com 5603ca24a3 Further table editing work 1999-08-05 20:04:58 +00:00
akkana%netscape.com 58dfd220fa 10684: Fix plaintext paste as quotation crash 1999-08-05 19:48:11 +00:00
brade%netscape.com c37a42a600 fixbuild/ typos for sford 1999-08-05 14:21:51 +00:00
valeski%netscape.com 493ae6bd9e api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
brade%netscape.com 79046e10e9 File Removed. 1999-08-04 20:07:18 +00:00
brade%netscape.com 44e5255fe1 fix access paths to be more correct (dist first, etc.) 1999-08-04 20:06:32 +00:00
kin%netscape.com 35354a1269 Modified EditorStart/Stop/RunLog() methods to call contentWindow.focus(). 1999-08-04 18:38:11 +00:00
kin%netscape.com efbd1160d8 Fixes for bug #10231 (crash making list after select all)
and bug #10815 (Crash deleting selected text and table)

mozilla/editor/base/nsHTMLEditRules.cpp
  - Added check, in WillDeleteSelection(),  to see if
    endpoints of the range are in the body before calling
    GetBlockNodeParent(). (Bug #10231)
  - Modified GetPromotedPoint() to check for NULL in the
    case where aWhere == kEnd and GetChildAt() returns NULL.
    (Bug #10815)

mozilla/layout/base/src/nsGenericElement.cpp
  - Modified RangeAdd() so that it doesn't add
    a range if it's already in the list.  (Bug #10231)

mozilla/layout/base/src/nsRangeList.cpp
  - Modified GetPrimaryFrameForFocusNode() to
    initialize aReturnFrame and to return a failure
    if ChildAt() returns NULL. (Bug #10231)
1999-08-04 18:36:19 +00:00
brade%netscape.com 72ddef6948 fix build bustage by adding path to dist/editor before all other paths 1999-08-04 15:18:33 +00:00
brade%netscape.com 39b4f494a2 rearrange so xul widgets are separate from html 1999-08-04 15:07:54 +00:00
brade%netscape.com 60146f855a change to "More/Fewer" and fix references to "Additional Edit..."; reformat 1999-08-04 15:06:53 +00:00
brade%netscape.com 35a1ccde88 change to "More/Fewer" and fix references to "Additional Edit..."; uncomment updating 1999-08-04 15:06:15 +00:00
mcafee%netscape.com fc63a7be8c Adding nsJSEditorLog::NormalizeTable() stub to fix breakage. a=melton 1999-08-04 02:51:05 +00:00
cmanske%netscape.com 4936a140bc Table editing implementation 1999-08-04 02:06:03 +00:00
sfraser%netscape.com e9b2ee82b9 First Checked In. 1999-08-03 23:58:30 +00:00
brade%netscape.com c0d64fc406 additional dtd files 1999-08-03 15:04:44 +00:00
brade%netscape.com 37e7682a00 handle more dtd files 1999-08-03 15:04:30 +00:00
brade%netscape.com e5ad10a73b export more dtds 1999-08-03 15:04:05 +00:00
brade%netscape.com 53f5bfbd24 some keybindings 1999-08-03 14:50:24 +00:00
brade%netscape.com 208e8da442 playback bugfix from kin 1999-08-03 14:34:23 +00:00
brade%netscape.com 70807cd4bb remove "ED_Dedent.gif" which isn't built on other platforms; add image alignment gifs 1999-08-03 14:33:53 +00:00
brade%netscape.com 37e52b3c3c add image alignment gifs 1999-08-03 14:33:01 +00:00
brade%netscape.com 71fdba9085 First Checked In. 1999-08-03 14:32:03 +00:00
sfraser%netscape.com d86a1421e4 Fix the document state listener mechanism so that you can install listeners after the editor has been created, and still get their 'document creation' notification called. 1999-08-03 06:53:45 +00:00
buster%netscape.com 99e4a130b8 added the same hack for blur as for focus, to force a repaint
handle TAB in keyDown, not keyPress, so we can surpress focus manager
using TAB to swap focus from the editor.
1999-08-03 06:07:29 +00:00
buster%netscape.com 3e5be0c19e added a missing break that was leading to an assert in NotifyDocumentListeners 1999-08-03 06:05:29 +00:00
buster%netscape.com 0ae865e438 just fixed warnings 1999-08-03 05:56:55 +00:00
warren%netscape.com d4aafab09e Fixing Simon's stuff. 1999-08-03 01:57:26 +00:00
sfraser%netscape.com f6e5928290 Add some inline style, for fun 1999-08-03 00:59:06 +00:00
sfraser%netscape.com c7e760456a Make the nsIDocumentStateListener interface more useful, with doc creation and destruction notifiers. 1999-08-03 00:58:38 +00:00
sfraser%netscape.com e7a1cc850e Support for pre-registering nsIDocumentStateListeners before the editor is created. 1999-08-03 00:57:57 +00:00
sfraser%netscape.com 5c319ede79 Updated for nsIDocumentStateListener interface 1999-08-03 00:57:23 +00:00
sfraser%netscape.com 2e89403a0e Add registering of nsIDocumentStateListeners. 1999-08-03 00:47:40 +00:00
sfraser%netscape.com b974dca11f nsIDocumentStateListener.h is now IDL-generated 1999-08-03 00:47:17 +00:00
sfraser%netscape.com 1ffdd2d381 File Removed. 1999-08-03 00:46:44 +00:00
sfraser%netscape.com 8d778dd368 Add nsIDocumentStateListener.idl 1999-08-03 00:45:32 +00:00
sfraser%netscape.com b1db40d81f Add nsIDocumentStateListener.idl to the build. 1999-08-03 00:45:19 +00:00
sfraser%netscape.com cf7e0030f4 First Checked In. 1999-08-03 00:38:17 +00:00
sfraser%netscape.com 49a2df43ac Just some cleanup 1999-08-02 22:29:19 +00:00
brade%netscape.com eb8dce7e11 changes for forceInteger by pete@postpagan.com 1999-08-02 21:45:13 +00:00
cmanske%netscape.com 4979a8291f Fixed bug 11064 and other minor XUL changes 1999-08-02 21:42:27 +00:00
hyatt%netscape.com 6521db1fe0 Fixing editor bustage in one of their XUL files that prevented the window
from even coming up.  (Assuming this should be fixed before the tree opens,
hence the checkin into a closed tree.)
1999-08-02 19:59:57 +00:00
buster%netscape.com 33e426c1d3 minor bustage, hopefully before tinderbox even catches it... 1999-08-02 14:13:08 +00:00
buster%netscape.com a349b5c990 fixed some set and remove text propery bugs 1999-08-02 13:55:45 +00:00
buster%netscape.com a365d0139b selection and caret are not displayed at Init time any more. This is done on Focus now.
checking in temp hack to repaint on focus
1999-08-02 13:53:23 +00:00
buster%netscape.com 9eef53a8ef enabled string bundles, now that NECKO has landed
selection and caret are not displayed at Init time any more.  This is done on Focus now.
1999-08-02 13:51:50 +00:00
jfrancis%netscape.com a81a1e9856 fixing XUL for popup menus in toolbar to obey new world order 1999-08-02 12:47:40 +00:00
cmanske%netscape.com ea1fad962e Fixed missing entity referenece for italic and bold buttons on text editor menu. 1999-08-01 22:56:52 +00:00
cmanske%netscape.com ec0c057e63 Fixed lots of XUL (adjust for new titledbutton changes and XPMenus). Added initial table properties support and unit test for nsITableLayout methods. Removed unused InsertLink and InsertImage methods. Added lots of comments for interface methods. 1999-08-01 22:37:58 +00:00
hyatt%netscape.com 0541afe016 Phase 3. Patching XUL files to move the menu bar into the toolbox. 1999-07-31 11:30:46 +00:00
hyatt%netscape.com c190007246 Patching the text editor XUL file. 1999-07-31 07:26:19 +00:00
hyatt%netscape.com a2561ffea0 Patching the editor's main menu bar. Now it and the browser have menus,
but nobody else does yet.  Stay tuned.
1999-07-31 07:24:01 +00:00
hyatt%netscape.com 57c6c6d297 Phase 1 of menu landing. Patching the syntax of XUL files to fix them up. 1999-07-31 02:48:17 +00:00
hyatt%netscape.com d2b792c0ee Patching the editor XUL file to update to the new menu syntax. 1999-07-31 02:17:30 +00:00
akkana%netscape.com 7d4681dfa7 10525: Only handle plaintext paste in base and text editors 1999-07-30 23:46:18 +00:00
akkana%netscape.com 9e81dc2ce9 Fix Paste as Quotation label 1999-07-30 23:38:16 +00:00
akkana%netscape.com cf860979ff Fix compile warning 1999-07-30 23:37:57 +00:00
jfrancis%netscape.com 02ce08414e fixed blocker bug 10698; rvwd: akkana; apprvd: chofmann 1999-07-29 23:40:21 +00:00
mscott%netscape.com 69a94050d1 fix build breakage with necko landing...include config.mak 1999-07-29 04:25:34 +00:00
sfraser%netscape.com ad67b5fdb6 Remove references to nsIContextLoader. 1999-07-28 03:08:21 +00:00
sfraser%netscape.com dfa9e1c675 Added support for nsIDocumentStateListeners. 1999-07-28 02:56:33 +00:00
sfraser%netscape.com 24edc7b880 Implement support for nsIDocumentStateListeners. 1999-07-28 02:55:40 +00:00
sfraser%netscape.com 28445772cc Support for UI state maintenance, for styles, and the document dirty flag. 1999-07-28 02:54:35 +00:00
sfraser%netscape.com fa1cf22411 Added document modified attribute. 1999-07-28 02:53:48 +00:00
sfraser%netscape.com adc8435f88 Added nsInterfaceState for UI state maintenance 1999-07-28 02:53:09 +00:00
sfraser%netscape.com 8b5891fac0 Added broadcasters for style and document dirty states, and hooked up style buttons as observers. 1999-07-28 02:52:40 +00:00
sfraser%netscape.com 76b8ccdb57 Added callback functions for style and dirty state changes. Also added EditorToggleStyle() call. 1999-07-28 02:51:58 +00:00
sfraser%netscape.com 9cc7ac565d First Checked In. 1999-07-28 02:49:12 +00:00
sfraser%netscape.com 35b2cbc2a6 Add nsIDocumentStateListener.h 1999-07-28 02:48:18 +00:00
sfraser%netscape.com 27fab696fd File Removed. 1999-07-28 02:47:47 +00:00
sfraser%netscape.com cd1ff34743 Remove nsIContextLoader 1999-07-28 02:45:05 +00:00
sfraser%netscape.com f8c34ab969 Remove nsIContextLoader, which is obsolete 1999-07-28 02:44:22 +00:00
sfraser%netscape.com c912e5ba81 Add ED_SaveMod.gif to the build. 1999-07-28 02:43:28 +00:00
cmanske%netscape.com dacea5115d Small fix to UI JS 1999-07-28 01:39:55 +00:00
cmanske%netscape.com 7c8bb1af56 Fixed bug in GetElementOrParentByTagname 1999-07-28 01:37:51 +00:00
sfraser%netscape.com 68f9da156c Bring the table borders back! 1999-07-28 01:23:53 +00:00
cmanske%netscape.com 5262654f25 Fixed build bustage - removed references to removed .h files 1999-07-28 00:35:41 +00:00
mcafee%netscape.com c61b6e8749 cmanske forgot to remove one reference to a removed header file, fixing linux bustage. 1999-07-28 00:33:50 +00:00
cmanske%netscape.com 24ee7966ca Removing files no longer used. 1999-07-28 00:11:50 +00:00
cmanske%netscape.com 6709d09482 Removing files no longer used. 1999-07-28 00:02:45 +00:00
cmanske%netscape.com f6fef62102 Initial table editing stuff. Removed table editing transactions (use basic node txns). Fixed TrimString JS methods. Fixed setting border in insert table. 1999-07-27 23:59:22 +00:00
sfraser%netscape.com 5990427b75 Remove table editing transactions, for cmanske. 1999-07-27 23:58:28 +00:00
kin%netscape.com 88ee5389e9 Added code to EditorExecuteScript() that will
report the line number in the script where
an exception is thrown.
1999-07-27 23:18:03 +00:00
akkana%netscape.com ae367c4d25 Fix problem bringing up browser window 1999-07-27 21:19:16 +00:00
akkana%netscape.com 37834e49c8 Get rid of confusing duplicated paragraph 1999-07-27 21:18:51 +00:00
akkana%netscape.com de384c068e 490: Insert a line break after a br tag. Also fix some warnings 1999-07-27 21:18:10 +00:00
brade%netscape.com fd45bb19d8 First Checked In. 1999-07-27 21:06:25 +00:00
danm%netscape.com 743f1947e6 hooking up window OS border control from JS/C++ 1999-07-27 06:34:24 +00:00
evaughan%netscape.com 9276523fc5 Fixed infinite height bug in dialogs. Turns our HR is doing something wrong.
So for now I comented our the HR. Will add them back in when hr is fixed.
1999-07-27 02:21:07 +00:00
rhp%netscape.com 64cc6b88f5 Fix for stopper bug #10504 1999-07-26 18:05:41 +00:00
buster%netscape.com 9703391cfa Clean-up
1) fixed unit tests
2) fixed a bunch of leaks having to do with using enumerators.  Thanks for noticing these, Simon.
3) fixed a tiny problem in nsTextEditRules::WillDoAction().
This method was overly aggressive in checking input args, sel can be null for some operations.
1999-07-25 18:14:44 +00:00
jfrancis%netscape.com a2564d9b74 default to setting selection _after_ a created element 1999-07-25 09:25:02 +00:00
jfrancis%netscape.com e9c51239b6 making plaintext flag force a "white-space: pre" style on the body. this is a fix for bug 9153 1999-07-25 05:34:02 +00:00
evaughan%netscape.com e511ced9b1 Fixed a clipping bug. 1999-07-25 01:56:26 +00:00
cmanske%netscape.com c163d5dc76 Link dialog will select entire link 1999-07-25 01:24:51 +00:00
cmanske%netscape.com 5c9096197a Fixed GetSelectedElement to detect caret or selection inside link text. Link dialog will select entire link. Added GetParentLinkElement. 1999-07-25 01:24:12 +00:00
cmanske%netscape.com 5a825a3726 Fixed insert element bugs. Added message if no misspelled words. Changed 'More Atrributes' to 'Advanced Edit' in dialogs. Improved generic message dialog. Added remove link button to link dialog 1999-07-24 20:27:53 +00:00
cmanske%netscape.com 80d18a0ea9 Fixed bugs relating to insert element 1999-07-23 00:52:17 +00:00
sfraser%netscape.com 6c5abf43b8 Turn on selection for all documents that are being edited. This enables selection in GFX ender widgets. 1999-07-23 00:11:00 +00:00
sfraser%netscape.com 6e2c96b68d #ifdef out loading the string bundle, because it causes onEndDocumentLoad handlers to fire, which is very bad. 1999-07-22 23:52:08 +00:00
tague%netscape.com 5ba8ec2d70 Fixed bug #10242 - crash when typing space after IME composition 1999-07-22 23:13:59 +00:00
tao%netscape.com 475cd91987 Adopt new str res api prototype. 1999-07-22 04:41:11 +00:00
cmanske%netscape.com 747c061ff1 Changed editor chrome file references. Eliminated chrome/editor/editordlg 1999-07-21 19:56:21 +00:00
akkana%netscape.com 3e2c2dce23 Find file: URLs when searching for embedded elements -- bug 10134 1999-07-20 20:38:04 +00:00
kin%netscape.com 4c6bfbcc09 Switch from override style sheets to doc
style sheets.
1999-07-20 19:34:35 +00:00
akkana%netscape.com 674d1590fe Loop over embedded objects and print them 1999-07-19 22:55:01 +00:00
jfrancis%netscape.com 8e8f2f24ef assorted work to expose nav html dtd to the editor 1999-07-19 22:49:21 +00:00
akkana%netscape.com 13530acf98 Add GetEmbeddedObjects API to editor shell 1999-07-19 22:36:12 +00:00
tague%netscape.com 5b9e5316a1 Fixed crashing bug with IME support. 1999-07-19 21:16:42 +00:00
joki%netscape.com 0af283b8e2 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
akkana%netscape.com be21cf175a Fix paste html; remove some unneeded inclusions 1999-07-19 19:37:08 +00:00
akkana%netscape.com e93a9f9d7c Add GetEmbeddedObjects API for mail/news 1999-07-19 19:06:39 +00:00
brade%netscape.com 384514c780 constrainProportions 1999-07-19 14:03:12 +00:00
brade%netscape.com 5b31aa29b2 fix updating; add constrainProportions (thanks for petejc@postpagan.com and shaver@mozilla.org) 1999-07-19 14:02:24 +00:00
mjudge%netscape.com 7ddf8fee55 massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape. 1999-07-18 02:27:19 +00:00
cmanske%netscape.com 4bfd1687d8 Added error-checking JS method and used it for named anchor properties dialog 1999-07-16 20:34:16 +00:00
cmanske%netscape.com 01eed0d246 Fixed getSelectionAsText breakage, added loading an editor-specific CSS file and switching between it and browser (ua.css) at runtime, removed Publish button. 1999-07-16 18:04:03 +00:00
ramiro%netscape.com 3926f17c8a Dont clobber the DEFINES macro. 1999-07-16 13:28:12 +00:00
warren%netscape.com c5684bf4d7 Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
brade%netscape.com 5b184d104d integration of forceInteger (Thanks to pete@postpagan.com!) 1999-07-16 09:10:35 +00:00
brade%netscape.com 1b9219bba4 changes for forceInteger by pete@postpagan.com 1999-07-16 09:10:08 +00:00
brade%netscape.com 4fa65442b6 forceInteger integration (thanks to pete@postpagan.com) 1999-07-16 09:08:13 +00:00
akkana%netscape.com 999aa1527f Fix JS error 1999-07-16 00:14:29 +00:00
akkana%netscape.com d7f8e4d941 Fix Paste As Quotation label 1999-07-16 00:14:18 +00:00
akkana%netscape.com 905fc39918 Add a sentence with a bunch of nbsp's 1999-07-16 00:13:57 +00:00
buster%netscape.com 5c7a93503f replaced IID's with CID's where they were appropriate, and removed lots of
NS_DEFINE_IID macros in favor of GetCID() wherever I could.
plus some minor bug fixes.
1999-07-15 19:13:46 +00:00
buster%netscape.com fa69f0e621 fixed tests 1999-07-15 19:08:49 +00:00
mjudge%netscape.com 795cc26dd3 checkin for carpool for multiple seleciton/ime selection and api changes 1999-07-15 18:19:20 +00:00
cmanske%netscape.com 42f3df044b Finished Personal Dictionary dialog. Added 4th button to generic message dialog. Cleaned up syntax errors for in params for spell checking methods 1999-07-15 14:43:48 +00:00
sfraser%netscape.com befd00635f Added various event listeners, in preparation for document modification state UI reflection. 1999-07-14 22:33:20 +00:00
sfraser%netscape.com 6cf1d0399c Fix window title entity, and add ID on save button. 1999-07-14 22:32:26 +00:00
sfraser%netscape.com e91f30b7e4 Change comment style the style block. 1999-07-14 22:31:43 +00:00