sfraser%netscape.com
bd14dd3fec
Fix for 51132 -- don't crash updating remove list command, and don't leak teh string. r=akkana
2000-09-02 01:44:57 +00:00
cmanske%netscape.com
fb959cc64a
JS strict warnings cleanup in connection with dialog work such as 47651, 47685. r=sfraser
2000-09-01 23:04:03 +00:00
akkana%netscape.com
31d9c7fbca
50311, 51088: fix a hang/crash in Rewrap. r=scc
2000-09-01 22:27:26 +00:00
cmanske%netscape.com
c14165d094
Editor UI fixes: toolbar (47515), Page Colors dialog (47695), r=sfraser
2000-09-01 22:01:44 +00:00
akkana%netscape.com
783035aa7e
50935: make multiline paste into single line text control switchable. r=mjudge
2000-09-01 21:12:43 +00:00
bienvenu%netscape.com
59b080e5bb
fix build bustage for locka, remove viewSource from jar manifest
2000-09-01 14:36:10 +00:00
rcassin%supernova.org
410730cd0f
Fix for bug 47574: extra, unused strings / entities defined in editor UI files - r=anthonyd, cmanske
2000-09-01 13:14:09 +00:00
vidur%netscape.com
e153192875
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
cmanske%netscape.com
4908d1e7da
Fixed updated of color widget on Composer toolbar, b=49952, r=sfraser
2000-08-31 12:44:56 +00:00
cmanske%netscape.com
71959db2e5
Fixed GetBackgroundColorState to get nested table and cell color, needed to make background color on toolbar correct. b=49952, r=buster
2000-08-31 12:44:55 +00:00
cmanske%netscape.com
093e935bb1
Fixed bad string value, part of 47695, r=beppe
2000-08-31 00:10:55 +00:00
cmanske%netscape.com
2a97a514ae
Finished HTML Source editing problems with title tag (41869), split table crash (50791), filename problems (48631). r=akkana, fixed NS_LITERAL_STRING usages in nsHTMLEditor for performance (26384), r=scc
2000-08-30 22:49:08 +00:00
jfrancis%netscape.com
fbac81eb1c
fix for bug 49889; r=fm
2000-08-30 04:33:20 +00:00
jfrancis%netscape.com
938ff8af98
fix for bug 49889; r=fm
2000-08-30 04:26:55 +00:00
cmanske%netscape.com
7789da1eb0
nsbeta3 UI fixes: HTML source editor bugs 50034, 41869) r=sfraser, fixed Send Page commands for rcassin, changed to using value on title tag (related to 42331), List, Page Colors and other dialog cleanup (47686, 47695), r=rcassin, sfraser, ben
2000-08-30 02:44:18 +00:00
cmanske%netscape.com
5ffccc6765
nsbeta3 bug fixes: HTML source now working (50034, 41869), copy cell color after split (45279), truncate file url at '#' (48631). r=sfraser, kin
2000-08-30 02:44:08 +00:00
pinkerton%netscape.com
4f3a971cb3
don't bubble the onDragOver event when we decide that the drop is allowable. This prevents it from being reset by someone else higher up the chain. r=anthonyd. bug# 47428.
2000-08-30 01:18:11 +00:00
akkana%netscape.com
d9d40942bd
23485: make it possible for urlbar to go to urls spanning multiple lines. r=jfrancis
2000-08-28 22:15:03 +00:00
jfrancis%netscape.com
6f9a1f38a0
fixing snafu
2000-08-28 08:40:22 +00:00
jfrancis%netscape.com
c3fbd24ce0
fixes 40363, 40364: deletion bugs with tables; r=fm
2000-08-28 05:11:49 +00:00
ben%netscape.com
55eed69fa8
46613... classic skin polish. + some fixes to Advanced Edit dialog (it was broken)
2000-08-28 04:38:20 +00:00
cmanske%netscape.com
dc98082767
Fixed getting wrong pixel/percent index for cell width. Part of bug 47691, r=sfraser
2000-08-28 00:01:15 +00:00
putterman%netscape.com
66af1b0e33
Fix for 48985. remove reference to newMessage since it's coming from an overlay. Makes Ctrl+M work. r= bienvenu.
2000-08-26 20:58:20 +00:00
dbaron%fas.harvard.edu
50cf2e5446
Add newline to end of file to fix jfrancis's HP bustage.
2000-08-26 14:04:16 +00:00
jfrancis%netscape.com
0202119f78
fixes bugs 46782,50161,48643,49266,49265,46395;
groundwork for bugs 47931,49952;
r=fm
2000-08-26 04:03:50 +00:00
rcassin%supernova.org
183970ee69
A fix for #47510 : Font set ordering for Helvetica/Arial is problematic - r=akk
2000-08-25 01:38:13 +00:00
sfraser%netscape.com
a040e67b1d
Kill a printf that would fire when typing in textareas. r=jfrancis
2000-08-24 20:31:58 +00:00
rcassin%supernova.org
6b8358d8c7
Fix a little issue with editor not starting with my most recent checkin. XUL is very picky. r=kin
2000-08-24 19:32:25 +00:00
rcassin%supernova.org
2f46f236ae
Fix for bug 49181: no tooltip for alignment buttons on toolbar - r=floppymoose
2000-08-24 17:03:27 +00:00
anthonyd%netscape.com
112b262913
fix for bug 48624 (hidden selection issues with plain text widgets)
...
fix for bug 45662 (updating range impl to dom spec)
fix for some edge case selection issues invloving multiple windows, no bug #
but saari knows about this.
r: sfraser, jfrancis, mjudge, saari
a: beppe
2000-08-24 03:54:30 +00:00
sfraser%netscape.com
1b144a56a0
Fixes for 48474 (JS errors typing in plain text compose), 44684 (make align buttons reflect state), 49155 (UMR in editor code). r=anthonyd
2000-08-24 01:20:29 +00:00
cmanske%netscape.com
b879096b52
Fixed OK button enabling for Link Properties, part of 47653, r=sfraser
2000-08-24 00:40:59 +00:00
cmanske%netscape.com
ad53c5a9b1
A better fix for 49953 so mail composer doesn't have to unregister the pref command. r=duccaroz. Better initialization for default text and background color and related fixes to Composer color prefs relating to 47704. r=sfraser
2000-08-24 00:28:20 +00:00
jst%netscape.com
9abec73fbe
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
cmanske%netscape.com
7c774438d5
added files: mozilla/editor/idl/nsIEditorController.idl
2000-08-23 00:29:53 +00:00
cmanske%netscape.com
3afb7bab79
Fixed lots of nsbeta3+ bugs: 45756, 47654, 41810,47503,48990, 48995,40204, 42740, 46953, 47646, 47696, 48693, 45899. r=sfraser,jfrancis
2000-08-23 00:29:24 +00:00
warren%netscape.com
e05eef45e9
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
akkana%netscape.com
7eccb199f7
Correct an error in a comment
2000-08-21 23:54:59 +00:00
scc%mozilla.org
7a18ea22f2
fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet.
2000-08-20 00:34:08 +00:00
jfrancis%netscape.com
d3bb1b3e45
fixing 49392: editor spazzing uneeded br tags in tables; r=fm
2000-08-19 05:58:11 +00:00
rcassin%supernova.org
51377a3a09
Fix for bugs 41968 (print button is dim) and 48686 (print button doesn't work). The fix doesn't work in Classic due to a recent button checkin by Ben and a bug has been filed against him (49421).
2000-08-18 02:51:46 +00:00
rcassin%supernova.org
b9d6fbb741
Fix for 45645 (Can paste into ReadOnly textfield) r=akkana
2000-08-18 01:34:22 +00:00
jfrancis%netscape.com
b6ce5282bb
gave a pref a better name and a more traditional set of values.
2000-08-17 09:51:27 +00:00
jfrancis%netscape.com
38b49a5376
adding a hidden pref for the editor:
editor.liReturnBehavior "no" will disable the default behavior of popping you out of lists if you hit return in an empty list item.
2000-08-17 05:26:32 +00:00
jfrancis%netscape.com
03c675c33c
fix for 48132: editor observer list maintainance was even less safe than i would have guessed...
2000-08-17 04:50:04 +00:00
jfrancis%netscape.com
ed3fbaf39c
44684: adding a "GetAlignment" call to the editor so that ui can reflect alignment of selection
2000-08-17 03:59:50 +00:00
nbhatla%netscape.com
2ccc6db1ee
#46519-> Mac Classic Polish Fixes. Fixes editor disabled states for bold, underline, italic, ol, and ul buttons in format toolbar. Also pertains to bugs #47685 and #48700 . r=cmanske,sfraser
2000-08-16 23:09:15 +00:00
jfrancis%netscape.com
76f9c50305
groundwork for 44684: adding a "GetAlignment" call to the editor so that ui can reflect alignment of selection
2000-08-14 12:07:10 +00:00
jfrancis%netscape.com
d25d7bd494
fix for 48297: ome edit operations not scroling selection into view; r=fm
2000-08-14 02:39:37 +00:00
jfrancis%netscape.com
fe45f8fa34
fixing bustage. bizarre merge error?
2000-08-14 00:53:41 +00:00