akkana%netscape.com
f93c06c8f7
131277: change signature of outputToString to return the string. r=jfrancis sr=sfraser a=asa
2002-03-25 22:39:19 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
bzbarsky%mit.edu
0dce65ed23
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
cmanske%netscape.com
a8651acd3f
Changed Composer test because of added parameter for JoinTableCells in connection with work for bug 20973. r=jfrancis
2000-07-01 00:37:23 +00:00
mjudge%netscape.com
84dbc25dd9
left this one out
2000-05-04 09:03:58 +00:00
mjudge%netscape.com
19d29307eb
small change to the way you get selection
2000-04-28 06:22:07 +00:00
scc%netscape.com
0d06aa8e43
making string conversions explicit
2000-04-18 10:22:00 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
kin%netscape.com
ad3d9e3f62
Fixed bug that prevented typing when in Editor mode.
1999-08-30 13:35:40 +00:00
akkana%netscape.com
70ab0ba259
Revise the doc encoder and content sink APIs yet again to make it easier
...
to add new flags (pass a flag in the constructor, rather than specific
booleans. This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
sfraser%netscape.com
b0be4651c8
Synch up with editor API changes
1999-08-09 01:43:24 +00:00
cmanske%netscape.com
e68131610b
Fixed build bustage
1999-08-05 20:35:55 +00:00
cmanske%netscape.com
bb766508da
Remove param from test method
1999-08-04 02:05:16 +00:00
akkana%netscape.com
6d07c8eeb4
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
sspitzer%netscape.com
9c00417def
fix warning.
1999-07-03 00:26:59 +00:00
sfraser%netscape.com
1452e2050a
Call the Output routines with a new param for selection only.
1999-06-29 20:14:58 +00:00
mcafee%netscape.com
e5d61c9fc4
Adding comment for BeOS.
1999-06-26 07:16:51 +00:00
cmanske%netscape.com
da9cd63305
Adding set background color test cases to debug bug 8697
1999-06-23 20:27:54 +00:00
akkana%netscape.com
7902d3e4ac
Track change in editor API
1999-06-07 21:31:18 +00:00
briano%netscape.com
730439007e
Handle the (Unix) platform-specific DLL naming conventions properly.
1999-06-04 21:54:38 +00:00
bruce%cybersight.com
b94243c954
Warning fix for ANSI C++ violation.
1999-05-15 22:38:28 +00:00
warren%netscape.com
c50687b845
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
cmanske%netscape.com
b9447ed80b
Removed registration code now done by NSRegisterSelf for editor classes
1999-03-08 22:52:03 +00:00
sfraser%netscape.com
ced59aee82
Fix the text & HTML output routines
1999-03-06 20:49:34 +00:00
cmanske%netscape.com
632d7ed2ea
Change InitHTMLEditor to Init and removed EnableUndo, which is done in Init
1999-03-05 21:05:31 +00:00
kostello%netscape.com
5634ac2617
Added Debug Output HTML and Debug Output Text
...
Note: these only work in editor mode.
1999-03-04 21:50:44 +00:00
cmanske%netscape.com
84cced84b0
Changed viewer to use nsHTMLEditor instead of nsTextEditor
1999-03-02 05:31:41 +00:00
ebina%netscape.com
429573f85c
Changing RegisterFactory to use the new API.
1999-02-26 19:45:10 +00:00
buster%netscape.com
4d9dfbd733
using nsRegistry to get an nsITextEditor now.
1999-02-12 17:23:14 +00:00
buster%netscape.com
3ee1142942
changed nsIEditor to enable undo separately from Init
1999-01-28 06:02:13 +00:00
buster%netscape.com
fc1fcf9966
pass the pres shell to the editor init method
1999-01-14 18:52:16 +00:00
buster%netscape.com
333b99097d
removed nsEditorInterfaces.cpp and all references to global methods therein.
...
all editing is handled by the editor now.
1999-01-13 18:52:02 +00:00
buster%netscape.com
b73513f9aa
use Ender as the test editor
1999-01-06 20:31:08 +00:00
buster%netscape.com
1e662a4c83
fixed a crash in edit mode VK_BACK handling. uninitialized pointer.
1999-01-04 07:08:53 +00:00
vidur%netscape.com
5a8dfade2c
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
1998-10-20 17:07:23 +00:00
troy%netscape.com
bb0fe2df75
Changed some AddRef/Release calls overto use XP-COM macros
1998-09-17 21:27:22 +00:00
joki%netscape.com
58d850764d
More support for capturing, minor adjustments to window.open behavior.
1998-09-15 21:31:58 +00:00
joki%netscape.com
11732fe2e1
Modify editor mode to work in frames
1998-08-14 01:51:00 +00:00
kipp%netscape.com
be9f0dd341
Spanked to get most of the menus working again
1998-07-21 00:48:35 +00:00
vidur
ef2bd5eb2a
Moved over to a new version of Level 1. NodeIterators and AttributeLists out. NodeLists and NamedNodeMaps in.
1998-07-14 18:44:44 +00:00
kipp
f97bf0ca47
Eliminate some compiler warnings
1998-07-03 23:14:21 +00:00
joki
495c3dea7d
Adding editor mode to the viewer
1998-06-24 00:29:00 +00:00