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

3442 Коммитов

Автор SHA1 Сообщение Дата
glazman%netscape.com ba2410c1c7 Styles were not preserved in Composer when creating a new list item, hitting twice the Return Key
The inline styles (B I U ..) hierarchy of elements had to be recreated in the new list item.

b=46474; r=jfrancis; sr=kin; a=asa
2002-03-11 13:11:48 +00:00
jfrancis%netscape.com 0f7cfff93f fixes bugs 127869, 127939, and 128793: various bug with list pasting; sr=kin; r=glazman; a=asa [trunk] 2002-03-11 09:30:51 +00:00
cmanske%netscape.com ccbdd541ca Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa 2002-03-08 01:24:40 +00:00
cmanske%netscape.com b00844b752 Update to Composer Publishing UI, b=88208, r=brade, sr=kin, a=asa 2002-03-08 00:37:47 +00:00
ftang%netscape.com 17c4bdc982 fix bug 90583. r=mjudge/jfrancis sr=kin a=asa
fix chinese ime candidate window position problem.
 we need the nsAutoPlaceHolderBatch destroctor called before hitting
 GetCaretCoordinates so the states in Frame system sync with content
 therefore, we put the nsAutoPlaceHolderBatch into a inner block
  {
2002-03-07 14:34:35 +00:00
cmanske%netscape.com dd1248cd49 Set Save/Publish buttons after loading url in Composer, b=127698, r=brade, sr=sfraser, a=asa 2002-03-07 00:05:09 +00:00
cmanske%netscape.com 968a245fa4 Simplify wording of composer pref string, b=125135, r=andreww, sr=kin, a=asa 2002-03-06 23:56:49 +00:00
cmanske%netscape.com 7eea1b35fc Launch list properties dialog on list element, b=114832, r=andreww, sr=kin, a=asa 2002-03-06 23:53:10 +00:00
cmanske%netscape.com 9902a2d35c Changed keybinding for remove styles command, b=80384, r=brade, sr=sfraser, a=asa 2002-03-06 23:46:50 +00:00
cmanske%netscape.com b3f48bc599 Fixed Browser preview in Composer, b=59497, r=brade, sr=kin, a=asa 2002-03-06 23:31:15 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
brade%netscape.com e957add476 use persist constants, set persist flags for no base tag mods, set linebreaks to crlf if we aren't saving (file scheme), set replace flag; bugs 125070 and 126672; r=adamlock, sr=sfraser, a=asa 2002-03-05 14:06:56 +00:00
law%netscape.com ef546d9f26 Smoketest blocker 128538; backing out fix for bug 125070 which caused that regression 2002-03-02 06:30:56 +00:00
cmanske%netscape.com b738a39faa Fixed setting Save/Publish UI when loading file in Composer, b=127698, r=brade, sr=sfraser, a=asa 2002-03-02 00:09:00 +00:00
cmanske%netscape.com 7630443c41 Fixed toolbar in Classic theme for Composer, b=127425, r=neil@parkwaycc.co.uk, sr=sfraser, a=roc+moz 2002-03-01 23:46:23 +00:00
brade%netscape.com dabf059cbc use persist constants, set persist flags for no base tag mods, set linebreaks to crlf if we aren't saving (file scheme); bug 125070 and ?; r=adamlock; sr=sfraser; a=roc 2002-03-01 14:11:36 +00:00
bryner%netscape.com 5b25aa8efe Adding missing .cvsignore files. a=leaf. 2002-02-27 23:53:14 +00:00
oeschger%netscape.com 2c095a7a0e restore context-sensitive help to ui: new help file to include and updated syntax, bug=124902, a=asa/drivers, sr=alecf, r=andreww 2002-02-26 01:13:17 +00:00
cmanske%netscape.com 14652088d5 Fixed dataloss after changing default publish site, b=126835, r=andreww, sr=kin, a=roc+moz 2002-02-22 15:40:25 +00:00
jfrancis%netscape.com 63333b5253 fixes blocker 126558; r=brade,jrancis, sr=alecf, a=rods;
thanks to kin for cleaning up my "replace all" accident
2002-02-21 20:50:35 +00:00
kin%netscape.com 13c2c64b3c Fix for blocker bug 126770 (Undo/Redo doesn't work in Text widgets, Composer, and Mail)
mozilla/editor/txmgr/src/nsTransactionManager.cpp
  mozilla/editor/txmgr/src/nsTransactionStack.cpp

    - nsTransactionStack::Peek() was intended to return NULL for
      an empty stack so I changed timeless' change for bug 114166
      to return NS_OK and init the return value to zero.

    - timeless also changed the behavior of nsDeque::End(), it no
      longer returns an interator that is one past the end. So
      nsTransactionStack::Peek() had to call CurrentItem() instead
      of operator--.

    - I also backed out the changes made to nsTransactionManager.cpp
      cause they are unnecessary with the changes made to
      nsTransactionStack::Peek() above.

r=timeless@bemail.org  sr=hyatt@netscape.com  a=leaf@mozilla.org
2002-02-20 23:22:31 +00:00
rods%netscape.com 785aacab83 1) Makes sure that when a PrintSettings is created it is initialized from the
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
2002-02-20 03:18:33 +00:00
dbragg%netscape.com c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
timeless%mac.com abdca2b41a Bug 114166 rewrite nsDeque
r=akkana sr=alecf
rs=alecf for TestDeque.cpp
2002-02-20 03:08:32 +00:00
cmanske%netscape.com 80d3321447 Update to Composer Publishing UI, b=88208, r=brade, sr=kin 2002-02-20 02:17:46 +00:00
alecf%netscape.com 66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
brade%netscape.com 5150806885 fix to use NS_LITERAL_STRING; bug 26384 r=cmanske sr=kin 2002-02-19 22:14:57 +00:00
cmanske%netscape.com b3d4a89ff5 Fix another dialog focus racing bug - table properties, b=126049, r=rcassin@supernova.org, sr=dveditz 2002-02-19 15:09:41 +00:00
jfrancis%netscape.com c56239e860 fixes:
117418: warnings in nsWSRunObject.cpp
98286: splitting paragraphs broken
101041: block transformations could grab too much beyon selection
82813: whitespace handling code needs to do right thing with preformatted text
99545 &
103677: new blocks not always pre-populated with br
41336: better handling of mailcites when splitting or deleting them or portions of them

partial fix for:
46474: creating new blocks kills style settings

r=fm, sr=kin
2002-02-19 12:02:09 +00:00
jfrancis%netscape.com f9413bd619 fixes:
117418: warnings in nsWSRunObject.cpp
98286: splitting paragraphs broken
101041: block transformations could grab too much beyon selection
82813: whitespace handling code needs to do right thing with preformatted text
99545 &
103677: new blocks not always pre-populated with br
41336: better handling of mailcites when splitting or deleting them or portions of them

partial fix for:
46474: creating new blocks kills style settings

r=fm, sr=kin
2002-02-19 11:52:50 +00:00
cmanske%netscape.com 58dd9abb3a Fixed focus problems and ability to remove background image, b=115858, r=neil@parkwaycc.co.uk, sr=hewitt 2002-02-19 05:29:57 +00:00
akkana%netscape.com e9d7efb2bb 80805: new find (pref'ed out by default), r=cmanske 2002-02-19 02:24:14 +00:00
akkana%netscape.com 65b47636d6 80805: new editor find dialog (not used by default), files that got missed in a previous checkin. r=cmanske sr=hewitt 2002-02-19 02:17:43 +00:00
glazman%netscape.com 6f35ac34ae alignment problems + removal of useless DIVs when realigning the selection; b=102547, r=jfrancis,sr=kin 2002-02-18 10:49:15 +00:00
glazman%netscape.com afe567a59f bad test of collapsed selection, had side effect on setting background color; b=121903, r=jfrancis, r=brade, sr=kin 2002-02-18 10:06:07 +00:00
mjudge%netscape.com 4bd6ce5363 small change for STATE_STrIng to STATE_ATTRIBUTE only embedding will notice. 2002-02-18 09:55:58 +00:00
dbaron%fas.harvard.edu 59892aa65e Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag 2002-02-16 16:18:13 +00:00
cmanske%netscape.com a48a59354d Prevent scope error when using timeout with setfocus in textbox, fix by neil@parkwaycc.co.uk, b=125346, r=cmanske, sr=kin 2002-02-16 02:27:29 +00:00
cmanske%netscape.com 98bb38ac3e Don't try to show empty name on Composer caption, b=121684, r=brade, sr=hewitt 2002-02-16 02:24:04 +00:00
brade%netscape.com ebacef8405 don't adjust links/image locations if saving locally and starting with about:blank; bug #121980, r=cmanske, sr=kin 2002-02-15 14:36:07 +00:00
cmanske%netscape.com 46cc62e9ab Update for publishing UI, b=88208, r=brade, sr=ben 2002-02-15 06:07:40 +00:00
danm%netscape.com 4bf79e5661 defer SetTextboxFocus in Startup. hack to make bug 103197 appear fixed. code=saari,me r=brendan 2002-02-15 00:09:10 +00:00
cmanske%netscape.com 3daf82f7d4 Expand things done within the 'try {}' in onAccept of Image Properties dialog, b=96477, work by neil@parkwaycc.co.uk, r=cmanske, sr=kin 2002-02-14 02:13:28 +00:00
cmanske%netscape.com 5fd0ae707e Fixed comma mistake in checkin for bug 99620, r=glazman, sr=dveditz 2002-02-12 23:12:22 +00:00
brade%netscape.com 86920ff766 fix type in color conversion (bug 124459) 2002-02-12 15:52:40 +00:00
brade%netscape.com 4d1a0b7bc5 don't adjust links/image locations if saving locally or saving with a new name in same location (only if save as to different location or remote saving); bug #121980, r=jfrancis, sr=kin 2002-02-12 15:48:25 +00:00
akkana%netscape.com 187deb0f4d 80805: check in new find/replace files. r=cmanske sr=hewitt 2002-02-12 00:44:07 +00:00
cmanske%netscape.com 0e180d6a85 New string needed as part of fix to b=96477, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin 2002-02-11 23:09:48 +00:00
bzbarsky%mit.edu 97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu 98afc5ee0f Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
cmanske%netscape.com b9e6e4b28f Add checkbox to remove link border and simplify anchor/heading selection when choosing link (b=96477, fix by neil@parkwaycc.co.uk, r=cmanske, sr=kin); improved 'Constrain' checkbox logic in image dialogs (b=58133, r=neil@parkwaycc.co.uk, sr=kin) 2002-02-08 22:40:59 +00:00
cmanske%netscape.com 6818efb4ab Fixed getting caption align attribute, b=96842, r=glazman, sr=dveditz 2002-02-08 15:38:11 +00:00
cmanske%netscape.com fa6578686f Put colors in color list in alphabetical order, b=99620, sr=glazman, sr=dveditz 2002-02-08 15:35:21 +00:00
cmanske%netscape.com 6d2f164672 Support 'internal-gopher-' as a scheme, b=122613, r=glazman, sr=dveditz 2002-02-08 15:32:25 +00:00
kin%netscape.com ad29387c80 Fix for bug 124209 (Deleting selection in plain text reply compose causes hang)
and bug 124375 (composer / editor hang when delete blank lines)

Allow start/end points to be set to empty text nodes to prevent
infinite loop.

r=glazman@netscape.com  sr=sfraser@netscape.com,shaver@mozilla.org
2002-02-08 15:20:19 +00:00
cmanske%netscape.com fe9be04946 Fixed missing scrollbar in HTML source view, b=124001, r=brade, sr=hewitt 2002-02-08 03:33:57 +00:00
bzbarsky%mit.edu 72bb1acaa4 Use the URI Checker to get headers for Save As. Bug 118719,
r=law,akkana,cmanske, sr=darin
2002-02-08 00:10:55 +00:00
cmanske%netscape.com 431edd5a92 Supply 'EditorCleanup()' method for mail composer to use to fix bug 117791, r=brade, sr=dveditz 2002-02-07 23:44:32 +00:00
jfrancis%netscape.com 33d43dfb71 duh 2002-02-07 04:44:21 +00:00
jfrancis%netscape.com d5f3c6a9c2 fixes:
* 113691 : Composer freezes when removing multiple ol or ul tags.
    * 113290 : Freezes when deleting some formatted text.
    * 112144 : Attempt to reply to mail freezes entire Mozilla.
    * 103685 : Caret disappears after deleting a blockquote w/ paragraph style.
    * 121282 : Pressing enter causes caret to jump from end of <p> to the<h1>.
    * 117418 : rewrote some code in nsWSRunObject.cpp: fixed warnings in GetWSNodes().
    * 114911 : can't join two lists using delete key.
    * 120000 : Indent list inside table causes table to split.
r=fm;sr=kin
2002-02-07 03:56:20 +00:00
alecf%netscape.com fe8bbbd587 dependency update 2002-02-06 22:19:07 +00:00
brade%netscape.com 97c204f26e remove bogus '=' (sr=kin; a=leaf) 2002-02-06 18:19:39 +00:00
brade%netscape.com 3eefdb6d57 cleanup, fix JS warnings, add GetPromptService function (bug 28792, r=cmanske, sr=hewitt) 2002-02-06 14:48:03 +00:00
brade%netscape.com 99fb808eb8 remove JS warning (r=cmanske, sr=hewitt) 2002-02-06 14:46:23 +00:00
brade%netscape.com ba6a46fcb8 extend save/publish listener, clean up code for save/publish (bug 28792, r=cmanske, sr=hewitt) 2002-02-06 14:45:30 +00:00
brade%netscape.com d1482bd34b add password/prompt strings (bug 28792, r=cmanske, sr=hewitt) 2002-02-06 14:42:38 +00:00
glazman%netscape.com b9ada4affb Adding noCSS flag to nsHTMLEditor; b=bugscape11956, r=brade, sr=kin 2002-02-05 15:16:14 +00:00
jst%netscape.com cb926125b8 Fixing bug 116834. Making element.innerHTML='...<script>...</script>...' not execute the script, this makes mozilla compatible with IE wrt innerHTML and execution of scripts. r=bzbarsky@mit.edu, sr=rpotts@netscape.com 2002-02-05 05:53:56 +00:00
bzbarsky%mit.edu 40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
bzbarsky%mit.edu b2ccae87db Fix strict JS warning. Patch by Alex Vincent <jscript@pacbell.net>,
r=brade, sr=kin
2002-02-03 02:37:02 +00:00
mkaply%us.ibm.com 78722660c5 HPUX bustage 2002-02-02 14:30:00 +00:00
mcafee%netscape.com e27d04dce9 Fixing more bustage. r=mjudge 2002-02-02 08:10:55 +00:00
mcafee%netscape.com cc426c292f Fixing build bustage, tab lossage 2002-02-02 07:58:39 +00:00
mjudge%netscape.com fb4db1f323 file from previous checkin 2002-02-02 05:14:25 +00:00
mjudge%netscape.com 726b5e82c1 115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work. 2002-02-02 05:13:56 +00:00
akkana%netscape.com 2865243e84 121046: fix a rewrap hang. r=adu@sparc.spb.su sr=kin 2002-02-01 21:29:16 +00:00
rods%netscape.com ab52751787 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
heikki%netscape.com 55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
alecf%netscape.com 28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
mjudge%netscape.com ca4de4f1e9 BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely 2002-01-30 04:46:54 +00:00
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
glazman%netscape.com a1a6b6b2cf oops, I erroneously left this code in my big yesterday's check-in and this belongs to another bug (118110); b=77705 2002-01-10 14:51:45 +00:00
jfrancis%netscape.com 0aa67c8c58 fix for 119053: backspace/delete can delete two br's instead of one. r=fm; sr=kin 2002-01-10 00:29:04 +00:00
jfrancis%netscape.com bbad5feb5e finish landing 92331: plaintext mailquoting improvements. 2002-01-09 23:45:29 +00:00
cmanske%netscape.com a223374295 Make 'sub' and 'sup' text styles mutually-exclusive, b=100825, r=jfrancis, sr=ben 2002-01-09 15:36:13 +00:00
cmanske%netscape.com cc2d9b3421 Fixed layout in Advanced Edit dialog, b=87637, r=akkana, sr=ben 2002-01-09 15:14:04 +00:00
cmanske%netscape.com 6517d84abe Fixed persisting checkbox in Create Table dialog, b=114668, r=glazman, sr=ben 2002-01-09 15:06:45 +00:00
glazman%netscape.com 68488c9353 CSS in Composer, step 1 ; b=77705, r=jfrancis, r=cmanske, sr=kin 2002-01-09 13:51:37 +00:00
alecf%netscape.com 5ac5a63a0e Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin 2002-01-09 02:08:01 +00:00
dean_tessman%hotmail.com 0cbf4497da Fix for 109824
Patch by slate@gwu.edu
r=cmanske,me sr=jag
2002-01-09 00:01:23 +00:00
locka%iol.ie 87bfcf8f7f Removed huge chunks of dead webshell and cleaned up a few references to it elsewhere in the code. b=113970 r=valeski@netscape.com sr=rpotts@netscape.com 2002-01-08 13:01:38 +00:00
brade%netscape.com 4d0031da69 init mModCount in constructor (bug 117399; sr=kin; r=glazou) 2002-01-07 15:52:54 +00:00
glazman%netscape.com 3214848ef3 fix for erroneous check-in ; b=116393, rs=kin ; original and correct patch was r=cmanske, sr=jag 2002-01-07 15:02:20 +00:00
cmanske%netscape.com 0e4dc3f951 Part of fix to colorpicker bug 115694, r=syd, sr=hewitt 2002-01-05 20:54:09 +00:00
cmanske%netscape.com 3549eafa09 Fix updating toolbar color after page color is changed, b=115694, r=syd, sr=hewitt 2002-01-05 20:40:05 +00:00
cmanske%netscape.com 5492027621 Fixed list layout problems in Link and Spelling dialog (b=112951, r=andreww, sr=hewitt); rearrange buttons in spelling dialog (b=116672, r=glazman, sr=hewitt 2002-01-05 20:30:48 +00:00
cmanske%netscape.com 0336a6e359 Save default file dirs for HTML and Images, b=93487, r=syd, sr=hewitt 2002-01-05 20:25:53 +00:00
hyatt%netscape.com d749d59e46 Fix for 115748, r=bryner, sr=sspitzer 2002-01-05 00:15:48 +00:00
varga%utcru.sk 6673fe6131 80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
80548 - outliner scroll bar "disappears" in 3 stages

111101 - No scrollbox / slider / thumb in thread pane scrollbar

116269 - white scrollbars briefly show up in folder pane

116432 - Sometimes the twisty won't update after a click

116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt

99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
brade%netscape.com 545842f66c remove 8 static CID/IID since they are unused (bug 117927; r=glazou, rs=shaver) 2002-01-03 15:50:21 +00:00