Commit Graph

2300 Commits

Author SHA1 Message Date
brade%netscape.com
085ee726c0 remove save and saveas commands (now in JS); submitted by rcassin@supernova.org (bug #16359) 2000-07-28 10:15:28 +00:00
brade%netscape.com
c8475ad994 remove registration of save and saveas commands (now handled in JS); submitted by rcassin@supernova.org (bug #16360) 2000-07-28 10:14:22 +00:00
brade%netscape.com
c1c5d1a530 submitted by rcassin@supernova.org; add save and saveas commands to this file (bug #16360) 2000-07-28 10:12:53 +00:00
warren%netscape.com
9d3410b0ca Cleaning up slashes, adding a few missed files. 2000-07-28 06:49:43 +00:00
brade%netscape.com
07804d8679 add static to remove warning 2000-07-27 21:49:46 +00:00
brade%netscape.com
3b91da3d74 remove unused function 2000-07-27 21:48:06 +00:00
brade%netscape.com
645979aa35 add static to two methods to remove warnings 2000-07-27 21:46:26 +00:00
brade%netscape.com
7ff1ae3049 clean up the code; remove unnecessary code/functions; don't handle delete/fwd delete keypresses if there is a modifier key pressed; bug #41078; r=kin 2000-07-27 21:39:48 +00:00
brade%netscape.com
fe8eb19916 tooltip changes from simone; bug #9767 2000-07-27 21:37:13 +00:00
brade%netscape.com
2f0da94bfb checkin for simone; remove unused tooltip; bug #9767 2000-07-27 21:36:39 +00:00
brade%netscape.com
d5b4fca5ac checkin for simone; remove unused tooltips; bug #9767 2000-07-27 21:36:05 +00:00
brade%netscape.com
7e9dca909d checkin for simone; tooltip chanegs; bug #9767 2000-07-27 15:01:40 +00:00
brade%netscape.com
1fe6bb5356 checkin for simone; tooltip changes; bug #9767 2000-07-27 14:43:43 +00:00
brade%netscape.com
07a379e0c6 fix prefs (bug #42212) 2000-07-27 14:10:11 +00:00
ben%netscape.com
3879af701e classic skin work for 46613, a=johng 2000-07-27 07:11:14 +00:00
jfrancis%netscape.com
03d288ef63 take 2: fix for 22227 and partial fix for 46209; r=mjudge; a=beppe 2000-07-27 01:03:16 +00:00
kin%netscape.com
ab1bb7b6d0 Backout previous checkin/fix for 46209 & 22227 since in some instances
the frame data it relies on does not contain valid info. This causes
data loss in some cases like when making text bold.
a=granrose
2000-07-26 18:52:59 +00:00
jfrancis%netscape.com
2a81ee0fdb fix for 46209 & 22227; list items and table cells with a single space gave you unclickable content in the editor. r=mjudge 2000-07-26 13:07:54 +00:00
brade%netscape.com
998e270b97 remove unused code (submitted by rcassin@supernova.org) 2000-07-25 14:04:26 +00:00
dprice%netscape.com
eafe83d871 corrected locale info 2000-07-22 09:09:39 +00:00
jfrancis%netscape.com
a1d0ae438e fix for 33213; r=sfraser 2000-07-21 22:06:48 +00:00
ftang%netscape.com
47a6f7740a fix 45876. patch proposed by brade r=ftang. Thanks brade for her help 2000-07-20 23:22:57 +00:00
ftang%netscape.com
d0fbf58a0b take out debuging code 2000-07-20 21:10:39 +00:00
ftang%netscape.com
afd789602b more fix for 39790 which we forget. change intl.charset.default to navigator.properties
r=nhotta/cata
2000-07-20 21:09:11 +00:00
dprice%netscape.com
db685a437a adding jar manifest for ender
NOT IN THE BUILD
2000-07-19 09:25:50 +00:00
kin%netscape.com
918f55d913 Fix for bug #42263: Unable to invoke IME in the receipient and subject field on plain text mail composer
Replaced GetDeepestWidget() with new function GetEditorContentWindow().
Modified ForceCompositionEnd() to call GetEditorContentWindow().

r=sfraser@netscape.com
2000-07-18 22:11:31 +00:00
shanjian%netscape.com
b2156bfb25 #42837
Disable charset menu after the document has been modified.
r=cmanske
2000-07-17 01:13:10 +00:00
shanjian%netscape.com
e8b935da11 #42837
Disable charset menus after the document has been modified.
r=cmanske
2000-07-17 01:12:10 +00:00
jfrancis%netscape.com
0d2860e7c8 exporting nsIEditorObserver.h 2000-07-16 07:13:03 +00:00
jfrancis%netscape.com
b043301d96 adding in support for nsIEditorObserver. this is for bug 42329: autocompletion firing in the middle of uncommitted ime entry. r=fm 2000-07-16 06:36:27 +00:00
jfrancis%netscape.com
4048c54611 adding nsIEditorObserver 2000-07-14 22:42:52 +00:00
jfrancis%netscape.com
8a14820064 first checked in 2000-07-14 22:42:23 +00:00
sfraser%netscape.com
bc5e13e277 Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that Undo/Redo commands are updated correctly, and avoid bogus command updating in plain text compose (since that caused JS errors). r=kin,jfrancis. 2000-07-14 21:58:50 +00:00
kin%netscape.com
baa1e3d567 Fix for bug #45002: Password displayed in clear text.
layout/html/forms/src/nsGfxTextControlFrame2.cpp
      - Modified CreateAnonymousContent() to disable forced
        refreshes and reflows in the editor, and call
        SetTextControlFrameState() to set the intial value
        of the text widget.
      - Fixed leak in SetTextControlFrameState().

    editor/public/nsIHTMLEditor.h
      - Added DisableForcedUpdates and DisableForcedRefreshes flags.

    editor/base/nsEditor.cpp
      - Modified EndUpdateViewBatch() so that it uses the new
        DisableForcedUpdates and DisableForcedRefreshes flags.
      - We now also close the reflow batch before we close the
        update batch.

r=brade@netscape.com
2000-07-14 20:26:09 +00:00
anthonyd%netscape.com
706f605d27 fix for regression, bug#45477
cant insert hrules, images, etc...
r=brade, a=granrose
2000-07-14 18:38:24 +00:00
cmanske%netscape.com
1a2fd2ef30 Fixed wrong method call to set background image for Table Dialog. Part of work for 20973, r=mjudge 2000-07-13 23:20:42 +00:00
mjudge%netscape.com
aea4ff3323 anthonyd: r=mjudge bug 39919 letting DOM level 2 stuff work for the editor. eliminating createelementNS and using the factory instead. 2000-07-13 23:15:41 +00:00
akkana%netscape.com
0411decc92 Take my name out of a debug printf -- tired of seeing all that output 2000-07-13 22:50:39 +00:00
jfrancis%netscape.com
10ffff9a64 fix for 36570; mail signature shows up in middle of quoted text 2000-07-12 23:44:56 +00:00
jfrancis%netscape.com
7a58814661 fix for 43903; making a list after inline contnet doesnt work 2000-07-12 23:21:49 +00:00
brade%netscape.com
38070752ba add id to print item; r=kin; bug #43904 2000-07-12 14:48:13 +00:00
mcafee%netscape.com
6c8757c6d2 Backing out last change to fix linux bustage. r=cmanske 2000-07-12 01:47:00 +00:00
cmanske%netscape.com
1e5179bdb7 Fixed warnings revealed by Linux build in table editing code 2000-07-12 01:15:17 +00:00
cmanske%netscape.com
476aee1c18 Tweaked previous fix -- sfraser suggested a more efficient fix 2000-07-12 01:05:35 +00:00
cmanske%netscape.com
4b0e5559b9 Fixed build bustage for linux (why can't Linus do NS_LITERAL_STRING correctly!) 2000-07-12 01:00:58 +00:00
cmanske%netscape.com
15901d9765 Finishing table editing+dialog work (b=20973, r=jfrancis), and disabling commands when in HTML Source mode (b=38875, r=sfraser) 2000-07-11 23:41:22 +00:00
jfrancis%netscape.com
209a7ca3fa fix for 43366; r=kin 2000-07-11 19:51:36 +00:00
ftang%netscape.com
c1b191599a fix 40739 (dup as 45048. the fix is in 45048)
Change do_QueryInterface to do_QueryReference for mContenWindow for SetDocumentCharacterSet
method.
2000-07-11 07:50:00 +00:00
jfrancis%netscape.com
bf63dbc3b1 fixing increase/decrease font bustage in editor 2000-07-07 23:17:37 +00:00
cmanske%netscape.com
0fc2b69db6 Temporary fix for HTML source window being overwritten by regular editor window when window is resized b=34414. r=mjudge 2000-07-06 01:23:47 +00:00
cmanske%netscape.com
7d40913fb4 Don't include current URL when building Recent Files menu. Checking in work for Ryan Cassin, b=17502, r=cmanske 2000-07-01 02:16:04 +00:00
cmanske%netscape.com
7e2764c3d9 Table Properties dialog and UI commands work. b=20973, r=sfraser 2000-07-01 00:37:38 +00:00
cmanske%netscape.com
e50d57138a Table editing work. b=20973, r=jfrancis 2000-07-01 00:37:12 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
jfrancis%netscape.com
20d4516bf6 fix for undo in ender-lite (text fields, url bar, etc) 2000-06-30 04:58:34 +00:00
jfrancis%netscape.com
56d058dd39 bug fixes: 41744 - editor shouldnt be quite as loosy goosy about html 4.0 as CnavDTD is; 41746 - editor ui state (paragraph format feedback) wrong if a <br> is embedded inside the current block; 41971 - using alignment inside table cells gives unexpected results. 2000-06-29 09:23:41 +00:00
brade%netscape.com
aa1bafd976 submission by Ryan Cassin (rcassin@supernova.org); recent files menu for editor; bug #17502; approved beppe 2000-06-28 14:58:36 +00:00
mjudge%netscape.com
ec56b60700 wrong ifdef. 25% increase in editor typing on windows r=ftang 2000-06-28 03:41:32 +00:00
cmanske%netscape.com
5734dfa3be Changed AppendFilters when loading into Composer to favor HTML and TXT over 'All Files'. b=43834, r=brade, a=law 2000-06-27 23:55:12 +00:00
tao%netscape.com
c094568ffd 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2000-06-27 22:13:23 +00:00
dougt%netscape.com
078a498e23 Change nsIDOMXULDocument --> nsIDOMDocument
bug 43424
r=akkana@netscape.com
a=phil@netscape.com ?
2000-06-24 01:29:58 +00:00
mjudge%netscape.com
f92fecf1e5 fix for 42188, r=akkana 42347. use selection controller to tell the doc if it should display non-text-selection. 2000-06-23 04:00:45 +00:00
cmanske%netscape.com
7193e676db Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
cmanske%netscape.com
06305fcd27 Checkin for sfraser: Fix document-load listener to work when loading URL into an existing Composer window. b=41584, r=cmanske 2000-06-22 05:24:42 +00:00
cmanske%netscape.com
14801600dc Checking for brade: Use PreventDefault instead of returning NS_ERROR_BASE to stop event processing in mouse listners. b=42510, r=cmanske 2000-06-22 04:54:55 +00:00
cmanske%netscape.com
0d72a50681 Changes to <tree> usage for lists to conform to new XUL requiring <treecolgroup>. b=30511, r=bryner. Table editing xul/js work for bug 20973, r=jfrancis 2000-06-22 03:13:08 +00:00
cmanske%netscape.com
9436731bbb Simple comment change for clarity relating to table editing. b=20973, r=jfrancis 2000-06-22 03:09:19 +00:00
cmanske%netscape.com
26de5cacec Fixed xul to use new treecolgroup in Composer main window b=30511 (by bryner, r=cmanske). Removed textfield in colorpicker - doesn't work, crashes in Linux b=41619, r=akkana 2000-06-22 01:13:28 +00:00
danm%netscape.com
03ea82871a tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
brade%netscape.com
94205f27e7 don't let shift-keybinding work for open local, open remote, save, close, print, quit, find, find next, check spelling, bold, italic, underline (explicitly set shift="false") for bug #41989; r=jst, Pike 2000-06-21 14:20:42 +00:00
brade%netscape.com
411f4ee130 diff submitted by Josh Soref (soref@wam.umd.edu); add class and statusbar=true to progressmeter (a=waterson; r=sfraser) bug #41645 2000-06-21 12:42:24 +00:00
brade%netscape.com
4aa46d5e76 fix returned error codes (as part of bug #42510) 2000-06-20 14:25:34 +00:00
brade%netscape.com
45f6fbf78e call PreventDefault for key events which we want to "consume" (bug #42510); r=smfr 2000-06-20 14:23:43 +00:00
amasri%netscape.com
bc952fc605 Adding localization notes per Bugzilla #39775 beta2+
r=rchen@netscape.com
2000-06-20 01:43:55 +00:00
amasri%netscape.com
98ea88b476 Adding Localization notes per Bugzilla #39775 beta2+
r=rchen@netscape.com
2000-06-20 01:41:30 +00:00
ducarroz%netscape.com
748743bb73 Fix for bug 38716 & bug 38715. Do not kill the dragdrop event when is not a flavor supported by the editfield. R=brade 2000-06-20 01:01:49 +00:00
ben%netscape.com
2d3e888817 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
cmanske%netscape.com
e9915482e5 Fixed paragraph, heading, and list menus and check state: bug 41735, r=brade 2000-06-16 14:22:12 +00:00
cmanske%netscape.com
c073210b68 Fixed list command problems: bug 41735, r=brade 2000-06-16 14:21:46 +00:00
sfraser%netscape.com
246949d32b Belt-and-braces check for bug 42145; check for null args. r=akkana 2000-06-16 06:06:55 +00:00
sfraser%netscape.com
288248b802 Remove obsolete charset menu cruft. r=fm 2000-06-16 06:05:51 +00:00
sfraser%netscape.com
e626f02fa4 Partial fix for bug 42098 -- leakage of XUL doc and editor in composer window. This change fixes the doc leak, but the nsEditorShell still leaks. This fix is a band-aid until 42530 is fixed. r=hyatt 2000-06-16 06:01:19 +00:00
cmanske%netscape.com
a61cac632c Optimized stylesheet code to not enable/disable unecessarily, avoiding extra reflows. For bug 40767, r=akkana 2000-06-15 14:17:13 +00:00
rbs%maths.uq.edu.au
26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
bryner%uiuc.edu
7fb5c1658f Fix nsbeta2+ bug 39633. r=kin. 2000-06-15 05:31:32 +00:00
dbaron%fas.harvard.edu
50432067a5 Fix leaks of nsHTMLHeadElement. r=waterson@netscape.com 2000-06-15 02:14:16 +00:00
cmanske%netscape.com
7519eedb3d Part of table dialog work: new method needed to convert to TH from TD and vice versa. b=20973. r=jfrancis 2000-06-14 04:59:50 +00:00
cmanske%netscape.com
4f01ada9bf New method for table editing (b=20973, r=jfrancis); Use nsIStyleSheet::SetEnable() for editmode stylesheets instead of removing and reloading -- necessary for bug 40767. r=sfraser 2000-06-14 04:58:29 +00:00
mjudge%netscape.com
6f0c30e104 regressions from 34986 ender-lite. listeners now block percolation of events. until we have better fix. r=saari, akkana 2000-06-14 02:58:34 +00:00
cmanske%netscape.com
8bdae7a16a Fixed problem in nsEditor::CloneAttributes where undo system used when it shouldn't. b=41862. r=sfraser. a=beppe 2000-06-14 01:32:27 +00:00
cmanske%netscape.com
35106f44c8 Fixed Composer dialog layout problems when resizing. b=42210 r=evaughan 2000-06-14 01:26:43 +00:00
akkana%netscape.com
09592145c3 42306: Change middle-mouse paste from MouseDown to MouseClick,
and prevent it bubbling up to where navigator.js will handle it.
r=saari,mjudge; a=beppe
2000-06-13 23:19:48 +00:00
pinkerton%netscape.com
2da5e11e74 fix for bug 39764 (disabled values added to context menu). check the target of the oncreate/destroy event before processing it, as this will bubble from submenus. r=brade. 2000-06-13 23:15:53 +00:00
jfrancis%netscape.com
338a1b0aeb fix for 41369: editor backspace crashes or loses data when at the beginning of text that has multiple br's before it. (dogfood+) r=sfraser; a=beppe 2000-06-10 02:25:50 +00:00
mjudge%netscape.com
4d8ea6168b cleaning up 34896 ender-lite with saari's review. 2000-06-09 21:13:03 +00:00
cmanske%netscape.com
f349338175 Fixed missing checkmarks in Composer menus. b=41735, r=sfraser 2000-06-09 01:04:34 +00:00
shanjian%netscape.com
5ca3f53ba7 #39726 typo in IMETextTxn.cpp
r=ftang a=waterson
2000-06-08 23:40:31 +00:00
ftang%netscape.com
d0740e80c8 fix 41573 mac IME problem. r=sfraser@netscape.com 2000-06-08 23:29:43 +00:00
brade%netscape.com
fa8e2b58fc drag within editor implemented; r=kin; a=beppe; bug#6255 2000-06-08 14:47:29 +00:00
kin%netscape.com
6790b4afdd Fix for bugs:
41605 Crash doing editor.js:EditorShutdown() when doing File->close
  41734 Applying Override StyleSheet causes Editor crash.

Added missing NS_IF_ADDREF in GetSelectedElement().

r=jfrancis@netscape.com  a=beppe@netscape.com
2000-06-08 14:45:12 +00:00
cmanske%netscape.com
7397fb27e1 Fixed duplicate dtd strings, b=41511, r=sfraser 2000-06-07 23:35:52 +00:00
mjudge%netscape.com
334756250b regression fix. my bad. changing editor code to have some duplicate code from nsSelection to output the whole document. r=donm a=donm regression ect. 2000-06-07 22:44:52 +00:00
brade%netscape.com
636eb21dc6 new tooltip strings submitted by simone@netscape.com; bug #9767; r=brade, a=beppe,techpubs 2000-06-07 14:05:48 +00:00
mjudge%netscape.com
9703a755f8 bug=34896 changing use of CreateElement to CreateElementNS. this was necessary outside of ender-lite also. good change. r=jfrancis a=beppe 2000-06-07 01:18:12 +00:00
ben%netscape.com
ddd7c8acbf fix for multiple quit items being displayed 2000-06-06 01:16:02 +00:00
cmanske%netscape.com
946b869f76 Fix for 41034 - new list submenu command support for doing DL lists. r=sfraser, a=beppe 2000-06-05 20:26:40 +00:00
cmanske%netscape.com
7ebb2f9065 Fix for 41034 - new list submenu, fix for 41351 - object properties not working. Fix for OS2 support for table selection feedback in menu. r=sfraser, a=beppe 2000-06-05 20:26:26 +00:00
cmanske%netscape.com
0d7f94d904 Part of fix for bug 41034, new methods to return block state(e.g., list) info. r=sfraser, a=beppe 2000-06-05 20:25:57 +00:00
ben%netscape.com
55549d043d update editor to use utility overlay and global overlay 2000-06-05 06:31:41 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
cmanske%netscape.com
f89bd7d590 Fixed list box bustage. b=36366. r=sfraser, a=beppe 2000-06-02 23:15:37 +00:00
brade%netscape.com
978f3f4dfb File Removed. 2000-06-02 13:16:03 +00:00
brade%netscape.com
906fca55cb cleanup; removed EditorStyles1.css 2000-06-02 13:14:09 +00:00
brade%netscape.com
7dcaf07855 cleanup; remove EditorStyles1.css 2000-06-02 13:13:46 +00:00
jfrancis%netscape.com
e93fa5fecf backend work for 41034: getting format feedback and list feedback untangled from each other. 2000-06-02 07:47:53 +00:00
jfrancis%netscape.com
08769b0013 fixes 41075: forward delete can delete wrong char, 41149: incorrect format feedback when in lists 2000-06-02 06:03:46 +00:00
sspitzer%netscape.com
1d1c974367 turn off mjudge's printf for everyone but mjudge 2000-06-01 23:04:46 +00:00
mjudge%netscape.com
6a340adf28 fixing caret usages. hiding caret now is done by giving the stack destructor a caret * not a presshell 2000-06-01 02:38:13 +00:00
kin%netscape.com
2e76a9364c Fix for bug #40392: Crash on exit from composer due to spellchecker init failure
Modified First/LastSelectedBlock() to check if a range is collapsed before
trying to iterate over it.

    editor/txtsvc/src/nsTextServicesDocument.cpp

r=jfrancis@netscape.com  a=beppe@netscape.com
2000-05-31 03:18:46 +00:00
kin%netscape.com
82849412ce Fix for bug #36935: [i18n] Textwidget doesn't scroll when non-7-bit-ascii chars
Made ScrollSelectionIntoView() a static function and called it from HandleText().
    editor/base/nsEditorEventListeners.cpp
    editor/base/nsEditorEventListeners.h

r=jfrancis@netscape.com  a=beppe@netscape.com
2000-05-31 03:18:05 +00:00
akkana%netscape.com
313130d552 36559: run selection batching earlier in DeleteSelection, now that
the fix for 38713 allows it, so that deleting the selection doesn't
cause an autocopy. r=jfrancis a=beppe
2000-05-31 00:03:02 +00:00
ben%netscape.com
6279993f25 advanced print button, add communicator overlay hook in 2000-05-28 06:11:17 +00:00
sfraser%netscape.com
9ca0c9d436 Fix for nsbeta2+ bug 38673 - editor UI elements get disabled if you use a dialog to insert the first element in composer. 2000-05-27 01:51:31 +00:00
cmanske%netscape.com
c8b87f1422 Changed CSS to make height of tag icons match image height. b=28498, r,a=beppe 2000-05-27 00:18:33 +00:00
sfraser%netscape.com
2b5984adae Fix nsbeta2+ bug 28973 -- only allow editing of text/html and text/plain files. r=jfrancis 2000-05-26 23:42:25 +00:00
cmanske%netscape.com
df964a4254 Fixed insert table bug 40205. r=sfraser, a=beppe 2000-05-26 01:16:51 +00:00
sfraser%netscape.com
c2ea91a9df Fix for 14768 -- turn off animated GIFs in editor. r=pnunn a=beppe 2000-05-25 21:50:46 +00:00
ben%netscape.com
fb99e690fe skinnability work for editor, 38534, r=hyatt 2000-05-25 05:56:25 +00:00
cmanske%netscape.com
bb37359bbe Fixed object properties bug 39649, including moving methods involved (without change) from ComposerCommands.js to editor.js as suggested by sfraser. r=sfraser 2000-05-25 03:35:33 +00:00
cmanske%netscape.com
517e9ae89d Fixed object properties bug 39649. r=sfraser 2000-05-25 03:34:20 +00:00
pavlov%netscape.com
2804c173c5 fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters.  this code now uses nsIFilePicker.  fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
jfrancis%netscape.com
18688d3585 fixing unix nsCOMPtr usage 2000-05-24 23:59:45 +00:00
jfrancis%netscape.com
512565acef fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:38:07 +00:00
jfrancis%netscape.com
f8789832b8 fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:00:24 +00:00
cls%seawood.org
cb31f6e62d More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
cmanske%netscape.com
3ca51295e3 Fixed infinite loop in Join Table Cell, bug 30606, r=akkana, a=chofmann 2000-05-18 21:02:10 +00:00
mcafee%netscape.com
6eb88c1a84 Renaming prefs to live in the browser.display namespace: background_color, foreground_color, use_document_fonts, use_document_colors, base_font_scaler, wfe.use_windows>colors, screen_resolution. r=alecf, a=chofmann (31136) 2000-05-18 03:19:00 +00:00
sfraser%netscape.com
de6e20dcf2 Remove linkage with NetworkModular.shlb 2000-05-17 07:48:58 +00:00
cmanske%netscape.com
0cac01227f Last tweak of the night to Split Table Cell 2000-05-17 06:47:34 +00:00
cls%seawood.org
a8000b8bb5 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
cmanske%netscape.com
07234c7763 Fixed another edge case in Split Cell when lots of columns have rowspan > 1 2000-05-17 06:23:55 +00:00
cmanske%netscape.com
7020903b71 Fixed problems when spliting a cell that has both rowspan > 1 and colospan > 1, part of bug 20973 2000-05-17 04:58:34 +00:00
cmanske%netscape.com
2780e53fa4 Implemented Split Table Cell, part of bug 20973 2000-05-17 03:21:17 +00:00
cmanske%netscape.com
efa38e1822 Fixed capitalization on Split Cell menu text 2000-05-17 03:09:42 +00:00
cmanske%netscape.com
4cf9d321c5 Fixed enabling of Split Cell command 2000-05-17 03:06:06 +00:00
pavlov%netscape.com
803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
jst%netscape.com
930a889eb7 Updating nsIContent to allow accessin the attribute prefix and not only the attribute name and value. 2000-05-17 00:21:53 +00:00
ftang%netscape.com
85233334de fix 38322. load the current url if the document have not been modified yet. 2000-05-17 00:11:05 +00:00
ftang%netscape.com
5f8f73c8d0 Change the default charset of the containviewer when we set the document charset of
the nsEditorShell. fix bug 38322
2000-05-17 00:09:40 +00:00
cmanske%netscape.com
c2e39623cf Set default for editmode toolbar to collapsed (36691) 2000-05-16 23:31:30 +00:00