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