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

2192 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com 6c728d8e91 Cleaning up slashes, adding a few missed files. 2000-07-28 06:49:43 +00:00
brade%netscape.com c230fa9aeb add static to remove warning 2000-07-27 21:49:46 +00:00
brade%netscape.com b7d24e6838 remove unused function 2000-07-27 21:48:06 +00:00
brade%netscape.com e6b702e50a add static to two methods to remove warnings 2000-07-27 21:46:26 +00:00
brade%netscape.com a7e3b234ad 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 e3649140c6 tooltip changes from simone; bug #9767 2000-07-27 21:37:13 +00:00
brade%netscape.com 941950e2db checkin for simone; remove unused tooltip; bug #9767 2000-07-27 21:36:39 +00:00
brade%netscape.com 5fa78ffb1b checkin for simone; remove unused tooltips; bug #9767 2000-07-27 21:36:05 +00:00
brade%netscape.com 2dd3918887 checkin for simone; tooltip chanegs; bug #9767 2000-07-27 15:01:40 +00:00
brade%netscape.com 30d386fb7f checkin for simone; tooltip changes; bug #9767 2000-07-27 14:43:43 +00:00
brade%netscape.com d004c149a2 fix prefs (bug #42212) 2000-07-27 14:10:11 +00:00
ben%netscape.com c42a7fa8b4 classic skin work for 46613, a=johng 2000-07-27 07:11:14 +00:00
jfrancis%netscape.com fde5fabb60 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 b97748c3a1 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 103402f26e 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 46bb5407e7 remove unused code (submitted by rcassin@supernova.org) 2000-07-25 14:04:26 +00:00
dprice%netscape.com 71b7353fef corrected locale info 2000-07-22 09:09:39 +00:00
jfrancis%netscape.com fc23a56c5b fix for 33213; r=sfraser 2000-07-21 22:06:48 +00:00
ftang%netscape.com 14b2089ef6 fix 45876. patch proposed by brade r=ftang. Thanks brade for her help 2000-07-20 23:22:57 +00:00
ftang%netscape.com dd80cb982c take out debuging code 2000-07-20 21:10:39 +00:00
ftang%netscape.com d4bb6b1c16 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 55049e5a10 adding jar manifest for ender
NOT IN THE BUILD
2000-07-19 09:25:50 +00:00
kin%netscape.com 34b198ddff 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 62275c4165 #42837
Disable charset menu after the document has been modified.
r=cmanske
2000-07-17 01:13:10 +00:00
shanjian%netscape.com 5b50ef0017 #42837
Disable charset menus after the document has been modified.
r=cmanske
2000-07-17 01:12:10 +00:00
jfrancis%netscape.com ee7c1f0fda exporting nsIEditorObserver.h 2000-07-16 07:13:03 +00:00
jfrancis%netscape.com 8ab731973f 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 9695dc1c24 adding nsIEditorObserver 2000-07-14 22:42:52 +00:00
jfrancis%netscape.com 7cee424687 first checked in 2000-07-14 22:42:23 +00:00
sfraser%netscape.com 04c9c4bc50 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 b14023476c 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 7cda3a6d5f 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 87f7b44335 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 cdba084e96 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 9963d40a2a 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 9fcd96ddad fix for 36570; mail signature shows up in middle of quoted text 2000-07-12 23:44:56 +00:00
jfrancis%netscape.com 8683ca1ef4 fix for 43903; making a list after inline contnet doesnt work 2000-07-12 23:21:49 +00:00
brade%netscape.com c9db1af28d add id to print item; r=kin; bug #43904 2000-07-12 14:48:13 +00:00
mcafee%netscape.com deb01365ed Backing out last change to fix linux bustage. r=cmanske 2000-07-12 01:47:00 +00:00
cmanske%netscape.com a57163bf82 Fixed warnings revealed by Linux build in table editing code 2000-07-12 01:15:17 +00:00
cmanske%netscape.com cb19927b0b Tweaked previous fix -- sfraser suggested a more efficient fix 2000-07-12 01:05:35 +00:00
cmanske%netscape.com fce6160b81 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 97dee49a22 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 93fd499362 fix for 43366; r=kin 2000-07-11 19:51:36 +00:00
ftang%netscape.com 54819fb47f 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 da46edc790 fixing increase/decrease font bustage in editor 2000-07-07 23:17:37 +00:00
cmanske%netscape.com 24103320e0 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 679ce11c61 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 b0c9d579ee Table Properties dialog and UI commands work. b=20973, r=sfraser 2000-07-01 00:37:38 +00:00
cmanske%netscape.com 4442172bcd Table editing work. b=20973, r=jfrancis 2000-07-01 00:37:12 +00:00