waterson%netscape.com
21ed358df2
Must've missed this file in my merge: support for xpidl keyword.
1999-03-10 20:15:23 +00:00
putterman%netscape.com
c0ff8ebddc
Initialize mPath to "" instead of nsnull.
1999-03-10 20:07:44 +00:00
dougt%netscape.com
3d1e8b68ac
No longer shifting windows nsFileSpec's mPath to uppercase.
...
Now comparing without regard to case instead on windows.
Windows nsSpecialSystemDirectory will have all uppercase mPaths.
1999-03-10 20:07:10 +00:00
hyatt%netscape.com
dce8a87ab7
Working on XUL fragments.
1999-03-10 20:05:12 +00:00
hshaw%netscape.com
8ddddd8f84
Fix for bug #3130 , thanks mcafee
1999-03-10 20:02:22 +00:00
waterson%netscape.com
1b5252cb80
Support for xpidl keyword.
1999-03-10 19:55:00 +00:00
waterson%netscape.com
c0948f0710
Added SetDataBase() implementation that'll set the database on the DOMXULNode.
1999-03-10 19:54:36 +00:00
buster%netscape.com
80388f4d9e
first cut at rules delegate for text editor, will change drastically in the next week or two
1999-03-10 19:53:26 +00:00
buster%netscape.com
7ddbcd287f
creation of text nodes now supported
1999-03-10 19:51:55 +00:00
buster%netscape.com
cfcffb6aff
mNewNode is a DOM Node, not a DOM Element
1999-03-10 19:51:07 +00:00
buster%netscape.com
70eb4bfeed
small fix of an off-by-one error in an assertion
1999-03-10 19:50:17 +00:00
buster%netscape.com
efe5fd63d6
SelectAll wired to Ctrl-A.
1999-03-10 19:49:43 +00:00
buster%netscape.com
8aba8ecce7
small interface change to InsertBreak
1999-03-10 19:49:18 +00:00
buster%netscape.com
90d1cec5e4
improvements to InsertBreak, and first crack at adding support for rules delegate
1999-03-10 19:48:46 +00:00
buster%netscape.com
7b37b68fb8
Implemented SelectAll.
...
Added nsEditor::DoInitialInsert() for doing first insert into an empty document. Try typing into <html><body></body></html>
Added some smarts to DeleteSelectionAndCreateNode() so it only splits the selected node when appropriate (when the selection is not at offset 0 or max)
CreateElementTxn now creates text nodes as well as DOM elements
1999-03-10 19:48:13 +00:00
buster%netscape.com
fe54c86b01
added nsTextEditRules
1999-03-10 19:47:34 +00:00
buster%netscape.com
4d7a29dc92
added nsIEditRules.h. Experimental, don't count on this.
1999-03-10 19:46:24 +00:00
jfrancis%netscape.com
9baeaa0952
adding nsTextEditRules.cpp
1999-03-10 19:45:23 +00:00
coop%netscape.com
3c25f1eef4
NOT YET PART OF SEAMONKEY:
...
* xpt_dump now checks num_methods and num_constants before trying to walk the arrays.
* xpt_link now actually links. It even updates interfaces indices. Tested using all the idl files in mozilla/xpcom/idl.
1999-03-10 19:44:36 +00:00
pinkerton%netscape.com
6d0da63421
correct my pitiful spelling of bonsai.
1999-03-10 19:39:04 +00:00
terry%netscape.com
5e14bc8882
Redistributed some QA folks.
1999-03-10 19:23:46 +00:00
dougt%netscape.com
188560c6e7
Fixing casting problem on windows
...
NOT PART OF TINDERBOX
1999-03-10 18:51:15 +00:00
dougt%netscape.com
923b334805
Make it work on the mac.
Passing unix paths to ZIP routines.
THIS IS NOT PART OF THE BUILD SYSTEM YET
1999-03-10 18:39:01 +00:00
dougt%netscape.com
e985a85e0b
Removing extra ; to get rid of warning.
THIS IS NOT PART OF TREE IS NOT PART OF THE BUILD SYSTEM YET
1999-03-10 18:36:40 +00:00
pinkerton%netscape.com
1a8c08862a
fix 95/98 bustage
1999-03-10 18:11:35 +00:00
mcafee%netscape.com
2fffe8836f
Solaris needs newline at EOF.
1999-03-10 10:57:05 +00:00
mcafee%netscape.com
73bf3f79fd
Solaris doesn't like the dangling semi-colon after NS_DECL_ISUPPORTS_INHERITED macro.
1999-03-10 10:52:50 +00:00
mccabe%netscape.com
b625b6aa37
Added tests of getting info assoc'd with params to TestInterfaceInfo.cpp, which uncovered an off-by-one problem due to magic typelib offsets for nsXPTParamInfo. Which makes me wonder if we shouldn't have just said #define XPT_INDEX_NO_PARENT 0xFFFF.
1999-03-10 10:36:13 +00:00
mcafee%netscape.com
139ea2e06f
newline at end of file for Solaris, whitespace.
1999-03-10 09:56:25 +00:00
dp%netscape.com
c64e0b5054
changing to correct indent style and tabs. Beautify...
1999-03-10 09:53:25 +00:00
rjc%netscape.com
ee1810d07b
Cast away! and changed a few .Equals() to now be .EqualsIgnoreCase()
1999-03-10 09:41:07 +00:00
mccabe%netscape.com
1a1a2d5d23
Not yet part of the Monkey.
...
- Added magic comments to make the LXR browsing experience more pleasant.
- introduced the nsInterfaceRecord class (formerly less formally interface_record).
- changed the XPTInterfaceDirectoryEntry pointer in InterfaceInfoes into nsInterfaceRecord pointers, removing the need for a hash just to go from entries to records to support nsXPTParamInfo::GetInterface.
- made the destructor for InterfaceInfo objects remove null the pointer in the corresponding reference.
1999-03-10 09:30:48 +00:00
dp%netscape.com
c3220b48e7
Recheckin because of loss during ComponentManager Merge
...
- Using Reg*Raw() interface to support component urls storage in registry.
- Implemented recursive version of DeleteKey() so that Reg*Raw() interface could be used
- Fixing memory corruption; access of deleted dll object
1999-03-10 09:16:28 +00:00
waterson%netscape.com
6782447db0
Aggregate nsIDOMXULTreeElement interface onto nsRDFElement. Scriptability #ifdef-ed out.
1999-03-10 08:50:27 +00:00
waterson%netscape.com
306a085eb8
Added nsXULTreeBuilder to build.
1999-03-10 08:49:35 +00:00
waterson%netscape.com
a232bf2910
Added nsXULTreeElement to build.
1999-03-10 08:49:12 +00:00
braddr%puremagic.com
bd4310e1fe
Add new target for quantify
1999-03-10 08:32:42 +00:00
mccabe%netscape.com
c95fc2f4b8
Not part of seamonkey.
...
Added a comment saying preconditions the tests actually needs to
succeed. (also simplified these some.)
1999-03-10 08:22:17 +00:00
waterson%netscape.com
411cf39b7a
Bug 3510. Fixed to use nsFileSpec, so now bookmarks should load on Mac (even through an alias).
1999-03-10 08:15:17 +00:00
waterson%netscape.com
82b8b77f3c
Fix build bustage, not really sure what this is supposed to be doing.
1999-03-10 08:11:28 +00:00
jband%netscape.com
1c6e06ce7b
was using the same iid for 2 interfaces - synced nsIShutdownListener iid with the iid from the .h file
1999-03-10 08:02:23 +00:00
waterson%netscape.com
0bf57d8673
Change PATH_MAX to MAXPATHLEN to compile on Solaris.
1999-03-10 07:21:09 +00:00
waterson%netscape.com
118b7116cb
Fixed header files to work outside the XPIDL world for now.
1999-03-10 07:12:42 +00:00
rjc%netscape.com
e4b04ae90f
Small changes to sorting code to prepare for sorting on id attribute.
1999-03-10 07:07:10 +00:00
mccabe%netscape.com
4f6e0a7c6e
Not part of seamonkey.
...
Fixed bustage due to improper use of DEBUG_somehacker.
1999-03-10 06:59:53 +00:00
rjc%netscape.com
62c47142b8
Quick&dirty fix for natural position attribute hack.
1999-03-10 06:37:04 +00:00
jband%netscape.com
122488c723
making it compile on Win32
1999-03-10 06:36:03 +00:00
mscott%netscape.com
50e76104d6
Add code to allow user's to display mailbox messages from the first 4 messages in their inbox....
...
also add code to retrieve the current user's root mail folder path...
1999-03-10 06:35:48 +00:00
waterson%netscape.com
8af4281695
Fixed my bad back-out.
1999-03-10 06:17:29 +00:00
karnaze%netscape.com
0fa241fa22
bug 3407
1999-03-10 06:13:35 +00:00