glazman%netscape.com
65bda09872
cmanske says that there is no need to get editorShell, it's always here...; b=91548, r=brade, sr=kin
2002-01-29 09:08:08 +00:00
cmanske%netscape.com
50a6dacb14
Fixed busted 'New' command in Composer, b=121939, r=brade, sr=hewitt
2002-01-29 00:56:08 +00:00
glazman%netscape.com
8846933b69
inline styles were not saved because gElement was outside of document's tree; b=91548, r=brade, sr=kin
2002-01-28 16:00:12 +00:00
kin%netscape.com
adafee6bb5
Workaround fix for bug #117141 (Composer crashes when loading pages with an HTML Select element [@FrameManager::GetPrimaryFrameFor])
...
Removed seemingly unnecessary selection UI Style rule for -moz-dropdown-list,
to workaround the crash that happens during the restyling of the HTML Select
element when the EditorOverride.css style sheet is loaded.
r=brade@netscape.com sr=sfraser@netscape.com
2002-01-28 15:06:44 +00:00
timeless%mac.com
75058d63d4
Bug 117418 nsWSRunObject.cpp:704: warning: `PRInt32 curStartOffset' might be used uninitialized in this function
...
r=akkana sr=brendan
2002-01-27 07:07:10 +00:00
cmanske%netscape.com
5557cd9579
Save last-used directories as nsILocalFile type in prefs, b=93487, r=law, sr=dveditz
2002-01-26 00:55:27 +00:00
cmanske%netscape.com
2bf65612c0
Fixed warnings and exception in Color Picker, b=119772, r=brade, sr=kin
2002-01-25 23:27:25 +00:00
glazman%netscape.com
0d36604e29
move CSS in Composer stuff from nsEditorShell to nsHTMLEditor; b=121081, r=brade, sr=kin
2002-01-25 10:20:11 +00:00
glazman%netscape.com
fd4d0fd0da
remove CSSisms from nsEditor; b=121092, r=brade, sr=kin
2002-01-25 10:16:52 +00:00
glazman%netscape.com
2259d802da
Pref should have 'Cascading Style Sheets' in the groupbox label (patch by caillon@returnzero.com); b=121125, r=glazman, r=brade, sr=kin
2002-01-25 09:57:48 +00:00
glazman%netscape.com
5e1af47673
Text Color well reverts to black when typing; b=112966, r/sr=kin
2002-01-25 09:53:58 +00:00
cmanske%netscape.com
4e0676579c
Update on insert Form widgets dialogs, b=45495, fix by neil, r=cmanske, sr=hewitt
2002-01-24 22:01:54 +00:00
cmanske%netscape.com
e479265635
Update on insert Form widgets dialogs, b=45495, fixes by neil/cmanske, r=neil/cmanske, sr=hewitt
2002-01-24 22:01:10 +00:00
cmanske%netscape.com
6240221fb1
Fixed JS warning in table dialog, b=120264, r=caillon, sr=kin
2002-01-24 21:55:20 +00:00
cmanske%netscape.com
cf81dbc28d
Use radio buttons for 'Alt text' in Image dialog, b=114531, r=brade, sr=kin
2002-01-24 15:41:20 +00:00
cmanske%netscape.com
9f728612ce
Support Edit Frame in Composer, simplify Save Frame for browser, and move editor methods in editorApplicationOverlay.js, b=89975, r=hewitt, sr=hewitt
2002-01-24 15:36:36 +00:00
glazman%netscape.com
5499ebc254
composer background image broken source code; b=120662, r=brade, sr=kin, a=blizzard
2002-01-21 09:30:02 +00:00
ducarroz%netscape.com
13774385e8
Part of fix for bug 115855. Add a function to allow message compose to reset font and colors attributes of the editor. R=cmanske, SR=mscott, A=blizzard
2002-01-18 20:52:23 +00:00
glazman%netscape.com
1684a4ed1c
backing out my fix for bug 119447 due to major side effect described in bug 120377; a=asa
2002-01-18 10:17:12 +00:00
glazman%netscape.com
80bfe3d225
horizontal line properties window does not show that line is centered; fix done by neil@parkwaycc.co.uk; b=120120, r=glazman, sr=kin, a=blizzard
2002-01-18 10:08:12 +00:00
brade%netscape.com
b9661837e6
use correct members to get url string; bug 120344, r=cmanske, sr=kin
2002-01-16 20:15:57 +00:00
seawood%netscape.com
e56e20b1dc
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
bzbarsky%mit.edu
5a1b42ffbb
Bug 90633. Use the URL extension for the temp file we pass to helpers
...
if it matches the extension list in the mime info. r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
bzbarsky%mit.edu
68c2123b34
Bug 104480. "EqualsIgnoreCase(nsAutoString(foo)) is bad and should
...
die." r=alecf, sr=jag
2002-01-16 03:31:25 +00:00
varga%utcru.sk
ff7ad62083
Fixes for:
...
94653 - can't right align text in outliner cell
95730 - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.
- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable
r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes
sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
dbragg%netscape.com
4563bf5291
Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com
2002-01-15 23:11:03 +00:00
akkana%netscape.com
f021d7bd98
112139: fix infinite loop in rewrap. r=brade sr=sfraser
2002-01-15 22:43:42 +00:00
cmanske%netscape.com
3e2628c49c
Command changes for bug 109296 (Link Checker dialog, r=akkana, sr=ben); mostly bug 45495: insert form elements, by neil@parkwaycc.co.uk, r=cmanske, sr=ben
2002-01-15 15:49:46 +00:00
cmanske%netscape.com
b3af09adc2
Moved Composer-only menuitems to new overlay, bugscape bug 10540 (and remove warning in prefs dialog), r=syd, sr=kin
2002-01-15 15:42:29 +00:00
cmanske%netscape.com
993c1ff2fa
Link Checker dialog, b=108296, r=akkana, sr=ben
2002-01-15 15:35:58 +00:00
cmanske%netscape.com
63945048df
Link Checker dialog, r=akkana, sr=ben
2002-01-15 15:34:06 +00:00
cmanske%netscape.com
35fa0d9b6f
New UI files added for bugs 109296 (Link Checker dialog, r=akkana, sr=ben) and 45495 (insert form elements, by neil@parkwaycc.co.uk, r=cmanske, sr=ben)
2002-01-15 15:32:37 +00:00
glazman%netscape.com
61dc732b6f
[CSS] Composer should be able to unbold/unitalicize invalid markup; b=119447, r=jfrancis, sr=kin
2002-01-15 14:44:00 +00:00
brade%netscape.com
2502b66f1d
remove JS warning (bug 118594; r=timeless; sr=ben)
2002-01-14 22:56:31 +00:00
brade%netscape.com
61c6aca727
#include cleanup to prepare for nsIDiskDocument removal (bug 102033)
2002-01-14 21:16:41 +00:00
brade%netscape.com
4413188982
#include cleanup to reduce unused statics (bug 117927)
2002-01-14 21:09:37 +00:00
brade%netscape.com
774a1fbe73
#include cleanup to lessen unused static variables (bug 117927)
2002-01-14 21:07:31 +00:00
brade%netscape.com
48f2e221fd
remove unneeded #include (bug 115115)
2002-01-14 21:01:52 +00:00
brade%netscape.com
f2c8087638
remove DEAD_CODE (bug 115115)
2002-01-14 20:35:08 +00:00
brade%netscape.com
3d8cad8a25
remove DEAD_CODE (bug 115115); remove unused static (bug 117927)
2002-01-14 20:34:15 +00:00
brade%netscape.com
6fb7fac03b
remove SaveDocument from the API; use nsIWebBrowserPersist instead
2002-01-14 20:33:18 +00:00
brade%netscape.com
9939e28989
#ifdef out / remove DEAD_CODE per jfrancis (bug 115115)
2002-01-14 20:31:47 +00:00
brade%netscape.com
69ebeb09fe
literal string cleanup (bug 26384); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115)
2002-01-14 20:31:43 +00:00
brade%netscape.com
aeee1c5e44
literal string cleanup (bug 26384); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115); remove unused statics (bug 117927)
2002-01-14 20:30:11 +00:00
brade%netscape.com
87f7abb5fa
removal of methods SaveFile and DoAfterDocumentSave (bug 102033); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115)
2002-01-14 20:25:29 +00:00
brade%netscape.com
39e3fae0b3
literal string cleanup (bug 26384); removal of nsIDiskDocument and methods SaveFile and DoAfterDocumentSave (bug 102033); #ifdef out / remove DEAD_CODE per jfrancis (bug 115115)
2002-01-14 20:25:17 +00:00
stephend%netscape.com
2f7270f8bc
Bug 119763. Javascript strict warnings in EdImageProps.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend, sr=kin
2002-01-14 20:21:18 +00:00
brade%netscape.com
d115e1e868
use nsIWebBrowserPersist for saving (bug 98550)
2002-01-14 20:17:13 +00:00
glazman%netscape.com
ef03da922b
rename/remove obsolete elements/attrs from Composer xul; b=119164, r=peterv, sr=blake
2002-01-14 12:41:39 +00:00
hewitt%netscape.com
7f0e98bdd5
104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt
2002-01-12 01:20:29 +00:00