Commit Graph

17235 Commits

Author SHA1 Message Date
cyeh%netscape.com
c4fbf9fb05 step one in removing mozilla/layout/config: move special layout/config configuration
to default WIN32 rules.
1999-02-17 22:25:15 +00:00
brendan%netscape.com
ab4487d5ca More stub work checkpointing; expand tabs. 1999-02-17 22:13:32 +00:00
warren%netscape.com
350b2cd9a8 Updated to use nsRDFResource (is this file obsolete though)? 1999-02-17 21:57:15 +00:00
terry%netscape.com
ccb2fbf4fb Put all the INPUT elements inside of the FORM element, OK? 1999-02-17 21:56:14 +00:00
alecf%netscape.com
4dd8d38d0f new generated javascript with constructor 1999-02-17 20:47:29 +00:00
buster%netscape.com
d3c188869b fix mac build for new nsCOMPtr code 1999-02-17 20:44:44 +00:00
waterson%netscape.com
b2d2e6a423 Added RDF CIDs as #ifdef XP_MAC until somebody fixes dynamic self-registration for XPCOM DLLs. 1999-02-17 20:05:07 +00:00
ducarroz%netscape.com
a7b964d829 no comment 1999-02-17 19:59:37 +00:00
ducarroz%netscape.com
fb675bc648 use nsIMsgSend to send a message 1999-02-17 19:57:48 +00:00
ducarroz%netscape.com
362cf37881 add lib raptorbase needed by nsMsgSend 1999-02-17 19:54:52 +00:00
ducarroz%netscape.com
69e7e61ec8 did some work 1999-02-17 19:53:29 +00:00
ducarroz%netscape.com
e95ede2220 add new interface and member functions 1999-02-17 19:52:14 +00:00
ducarroz%netscape.com
cf88ee4180 add more glue requested by nsMsgSend 1999-02-17 19:50:03 +00:00
ducarroz%netscape.com
32d679d27a add nsMsgSend.cpp & nsMsgSendPart.cpp to the build 1999-02-17 19:49:23 +00:00
ducarroz%netscape.com
205bfb5a17 clean up comment 1999-02-17 19:44:54 +00:00
ducarroz%netscape.com
b8d812dc5e add interface for set/get body 1999-02-17 19:43:26 +00:00
buster%netscape.com
1b73ea36a7 Highlights:
updated to new nsCOMPtr usage
nsTextEditor::InsertBreak() implemented
  splits the text node at the caret (deletes any extended selection to force a collapsed selection.)
  inserts a <BR> which I assume we'll convert to a CR when we write to a text stream.
  undo and redo work, except for the bug noted below

More stuff:
interface cleanup
strategic debugging code added
delete selection txn sets the collapses the selection...this is just a placeholder, but I needed it for undo/redo of InsertBreak.
join and split now work for text nodes as well as interior nodes
1999-02-17 19:42:29 +00:00
ducarroz%netscape.com
95bbbaa6d7 add more glue requested by nsMsgSend 1999-02-17 19:42:02 +00:00
ducarroz%netscape.com
56f5510745 add export for nsIMsgSend.h & nsMsgSendFact.h 1999-02-17 19:41:12 +00:00
ducarroz%netscape.com
06a2cd0296 add factory for nsIMsgSend 1999-02-17 19:38:44 +00:00
hyatt%netscape.com
e104f8301f Finishing the broadcaster work (at least for now). 1999-02-17 19:35:53 +00:00
ducarroz%netscape.com
fcdcc74046 add class id for nsMsgSend 1999-02-17 19:35:46 +00:00
ducarroz%netscape.com
c58bb574b6 add lib secfreenav32 1999-02-17 19:32:28 +00:00
ducarroz%netscape.com
a4f9946c2e Initial checkin 1999-02-17 19:28:25 +00:00
kipp%netscape.com
52afc2c4c6 Fix mac build issue 1999-02-17 19:24:02 +00:00
hyatt%netscape.com
d7af57a96b More tweaks to the broadcasting stuff. 1999-02-17 18:58:05 +00:00
hyatt%netscape.com
f98e5b9fdd Implemented brain-dead tree walk in GetElementByID. 1999-02-17 18:46:23 +00:00
locka%iol.ie
aac3079758 Update some API calls to handle new const tags 1999-02-17 18:45:59 +00:00
buster%netscape.com
750156a8dd private interface for editor, used for common editing operations that
we don't want to expose publically.
1999-02-17 18:34:41 +00:00
hyatt%netscape.com
042038acc1 Checking in code that does the broadcaster hookup. 1999-02-17 18:33:33 +00:00
nhotta%netscape.com
43448189a5 Added mCharset and mLocale to the class. 1999-02-17 18:32:33 +00:00
briano%netscape.com
b0eea336ca Automated update 1999-02-17 18:31:59 +00:00
kmcclusk%netscape.com
85c61b4f7f Added <INPUT type=file> to test_pr.html 1999-02-17 18:27:38 +00:00
slamm%netscape.com
ec541590cb Source allmakefiles.sh instead of running in subshell. This way it can read the variables from configure. 1999-02-17 18:25:39 +00:00
harishd%netscape.com
373be6c94f Added FontMetrics for regression testing.
Will be wired up later
1999-02-17 18:21:51 +00:00
warren%netscape.com
a067022859 Removed INCLUDE definition which was overriding my windows include path. 1999-02-17 18:21:40 +00:00
warren%netscape.com
78c67590e0 Added missing definition of nsFilePath::nsFilePath(const nsFilePath&) 1999-02-17 18:20:27 +00:00
kipp%netscape.com
f1665e0b68 Renamed calls to FE_SetTimeout to IL_SetTimeout to avoid dll linkage problem on unix 1999-02-17 18:14:58 +00:00
rods%netscape.com
ea64b0a719 Changed some of the sizing because the font is smaller 1999-02-17 18:06:19 +00:00
nhotta%netscape.com
efb8b36110 nsILocale integration. 1999-02-17 18:00:29 +00:00
slamm%netscape.com
d19c20a6bc Add clean targets. Add windows equivalent targets. 1999-02-17 17:59:06 +00:00
nhotta%netscape.com
7734d979a2 Changed MIME encoder from csid base to charset name base. 1999-02-17 17:47:25 +00:00
briano%netscape.com
4aa0f7e9b2 Automated update 1999-02-17 17:45:38 +00:00
slamm%netscape.com
7af8e2a9b8 overhaul. Quit if conflicts during checkout. Make default target pull and build. Set up dependencies rules for configure. Get ready for menu config. 1999-02-17 17:36:29 +00:00
coop%netscape.com
14a98b2ab8 NOT YET PART OF SEAMONKEY:
* replaces reference to unistd.h by stdlib.h
1999-02-17 17:36:01 +00:00
slamm%netscape.com
17fda57ce4 Add option for -MMD dependencies. 1999-02-17 17:33:07 +00:00
troy%netscape.com
b1c378db6f Changes for having OBJECT element render its contents if the OBJECT can't
be rendered
1999-02-17 17:02:27 +00:00
troy%netscape.com
3630e3f484 Fix for bug #2899 1999-02-17 17:01:39 +00:00
rods%netscape.com
f79d7a79d2 Reduced the font size of the buttons 1999-02-17 16:55:23 +00:00
rods%netscape.com
2f3afa94d9 Fixed the termination of the app when a window closes 1999-02-17 16:49:43 +00:00