jfrancis%netscape.com
|
b4c720084e
|
re-enable password field code
|
2000-03-29 14:04:26 +00:00 |
jfrancis%netscape.com
|
936e0aeb63
|
turning back on password field handling in editor
|
2000-03-29 13:45:08 +00:00 |
jfrancis%netscape.com
|
19853bbf17
|
making editor hip to inline style changes on collapsed selections. plus lots of removal of unused code.
|
2000-03-29 12:53:23 +00:00 |
brade%netscape.com
|
97b8dbe89d
|
made some progress reorganizing code when setting defaults for new documents; should now add charset if pref is set
|
2000-03-28 14:59:13 +00:00 |
norris%netscape.com
|
b1bac05243
|
Fix bug 7264 All JavaScript running with correct principals
r=mstoltz
|
2000-03-28 03:59:46 +00:00 |
akkana%netscape.com
|
98b453703d
|
28317: pasting beyond textarea's visible bounds should scroll. r=sfraser
|
2000-03-28 00:34:26 +00:00 |
akkana%netscape.com
|
3bd08fc59c
|
9266: Disable JS in the editor (and allow for disabling it anywhere). r=brendan,jband,norris,sfraser
|
2000-03-28 00:15:56 +00:00 |
akkana%netscape.com
|
9e4f4dc539
|
Fix an entity bug for Naoki: Japanese entities weren't being correctly
pasted. This also fixes the symptoms, but not the underlying cause,
of the html mail nbsp bug. r=nhotta
|
2000-03-28 00:10:44 +00:00 |
scc%netscape.com
|
bb71dd61c4
|
small changes to clients of string converting APIs
|
2000-03-26 11:39:08 +00:00 |
cmanske%netscape.com
|
69344f40ed
|
Fixed window title bug 30100, removed debug code in table editing. r=brade
|
2000-03-25 02:41:19 +00:00 |
akkana%netscape.com
|
5565843ac5
|
33208: Fix problem of editor not initializing on pages with JS. r=sfraser
|
2000-03-25 02:27:57 +00:00 |
norris%netscape.com
|
c7afcfb732
|
Fix
32088 Circumventing Same Origin security policy using javascript: URLs
32040 about: can't be link
Also remove deprecated method
r=mstoltz
|
2000-03-24 22:15:37 +00:00 |
jim_nance%yahoo.com
|
5723bcda31
|
Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
|
2000-03-24 22:11:55 +00:00 |
jfrancis%netscape.com
|
ecd38259b6
|
fixing iid
|
2000-03-24 00:45:44 +00:00 |
jfrancis%netscape.com
|
d043aa611d
|
improved paste performance in editor (WIP) (bug 28783)
set/remove inline stlye rewrite (lots of bug #s)
|
2000-03-24 00:26:47 +00:00 |
jfrancis%netscape.com
|
fbbbbfcfaf
|
improved paste performance in editor (WIP) (bug 28783)
set/remove inline stlye rewrite (lots of bug #s)
|
2000-03-24 00:13:30 +00:00 |
ben%netscape.com
|
51d252b3db
|
convert editor toolbars to use button
|
2000-03-23 04:15:10 +00:00 |
dbaron%fas.harvard.edu
|
70abefa64a
|
Fix miscellaneous editor leaks. r=jfrancis@netscape.com
|
2000-03-23 01:14:49 +00:00 |
dbaron%fas.harvard.edu
|
d31eca524e
|
Fix leak by giving base class a virtual destructor (and counting the constructor). r=jfrancis@netscape.com
|
2000-03-23 01:13:38 +00:00 |
cmanske%netscape.com
|
7bd9eb5a4b
|
Better strateger for skinable chrome: put EditorToolbars.css include in editorOverlay.xul, so other users automatically get correct css. r=sfraser
|
2000-03-22 03:20:53 +00:00 |
cmanske%netscape.com
|
15e791eef1
|
Fixed bug 20829: separate editor toolbars css into separate file to be shared with mail composer. changed 'Properties...' item on format menu to be disabled, not removed. r=sfraser
|
2000-03-22 03:00:20 +00:00 |
mjudge%netscape.com
|
ea3ca57a9a
|
r=jfrancis. small change to stop the editor from scrolling window when it DOESNT handle a key event
|
2000-03-22 01:30:16 +00:00 |
brade%netscape.com
|
b91f328909
|
add an error check to reduce output to console; comment out an alert; uncomment insertion to reproduce bug; add a dump line
|
2000-03-21 20:55:56 +00:00 |
brade%netscape.com
|
7f73e24496
|
image map entity
|
2000-03-21 20:54:31 +00:00 |
brade%netscape.com
|
639fb1f71f
|
put image map editor files into proper locations
|
2000-03-21 20:53:52 +00:00 |
brade%netscape.com
|
e83c198998
|
missing checkin from earlier today; more image map stuff from Dan Haddix
|
2000-03-21 20:53:15 +00:00 |
brade%netscape.com
|
563ef43b98
|
possible spacer fixes for bug #12514
|
2000-03-21 15:11:43 +00:00 |
brade%netscape.com
|
f17b54ea6a
|
add image map resources to editor chrome folder
|
2000-03-21 12:55:08 +00:00 |
brade%netscape.com
|
9f800282d1
|
put image map resources in editor chrome directory
|
2000-03-21 12:54:06 +00:00 |
brade%netscape.com
|
5747140554
|
put image map resources in Chrome directory
|
2000-03-21 12:53:20 +00:00 |
brade%netscape.com
|
88b5775ae9
|
latest changes to image map editor (submitted by Dan Haddix; dan6992@hotmail.com)
|
2000-03-21 12:52:05 +00:00 |
brade%netscape.com
|
a9089aa0ca
|
*** empty log message ***
|
2000-03-21 12:49:23 +00:00 |
cmanske%netscape.com
|
e3ef5768c7
|
Finished implementation of menu-driven table selection. Implemented detection of row or column selection. r=mjudge
|
2000-03-21 06:05:24 +00:00 |
akkana%netscape.com
|
6eaddd7332
|
30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp
|
2000-03-20 23:13:25 +00:00 |
brade%netscape.com
|
cd0bcbca28
|
fix memory leaks in GetString functions; written by sfraser; built by jst and brade
|
2000-03-20 15:44:32 +00:00 |
akkana%netscape.com
|
208142900c
|
Remove a printf
|
2000-03-18 02:05:22 +00:00 |
brade%netscape.com
|
cdcdb54ff6
|
bug #25396; don't use title for default page name if it's a remote file with a file name (r=jst@netscape.com)
|
2000-03-17 15:27:05 +00:00 |
brade%netscape.com
|
d2d817e5e9
|
fix regression of radio buttons not working for size (#27833)
|
2000-03-17 15:19:48 +00:00 |
sfraser%netscape.com
|
2c7563626f
|
Fix for 11770 -- implement show/hide toolbars in editor. r=akkana
|
2000-03-17 03:03:13 +00:00 |
akkana%netscape.com
|
14a440936a
|
Warning fix -- remove unused variable
|
2000-03-17 02:10:55 +00:00 |
sfraser%netscape.com
|
710f3e40a3
|
Fix for 30301 -- don't waste time trying to update non-existent XUL nodes. r=akkana
|
2000-03-17 01:59:10 +00:00 |
cmanske%netscape.com
|
5cd588c47d
|
Table row, column, all-cells selection now working. Menu items enabled. r=mjudge
|
2000-03-17 01:46:17 +00:00 |
cmanske%netscape.com
|
6d478d3a2e
|
Removed tableselection listener -- all selection now done in layout. Also added more table selection support for row, col from menu. r=mjudge
|
2000-03-16 23:45:41 +00:00 |
pierre%netscape.com
|
df45c018dd
|
#11859 "Loading remote stylesheet in editor fails". Re-enable the "Apply Style Sheet" menu item after having fixed LoadAgentSheet() in nsCSSLoader.cpp.
|
2000-03-16 11:42:41 +00:00 |
tbogard%aol.net
|
ae18de8483
|
Remove viewsource.xul as it is no longer used. This is duplicate of browser's viewsource.xul anyway.
|
2000-03-16 00:50:26 +00:00 |
cmanske%netscape.com
|
09dbd3f155
|
Fixed Editor bugs 28873, 29691, most of fixes for 14342 and 20973. r=sfraser
|
2000-03-15 14:37:12 +00:00 |
hyatt%netscape.com
|
d952579ff9
|
Converting tabs.
|
2000-03-14 11:31:05 +00:00 |
akkana%netscape.com
|
4571562a1a
|
25645, fix delete line and kill to end
|
2000-03-14 02:58:14 +00:00 |
akkana%netscape.com
|
4a84d12c3c
|
Fix paste as quotation
|
2000-03-14 02:57:38 +00:00 |
akkana%netscape.com
|
00120ab9c4
|
Add a helpful comment
|
2000-03-14 02:57:10 +00:00 |