hshaw%netscape.com
5873ff672e
Replace NS_DECLARE_CID with NS_DEFINE_IID for KPrefCID
1999-03-10 20:33:14 +00:00
waterson%netscape.com
f0745144ef
Added GetResource() to XULElement.
1999-03-10 20:20:52 +00:00
slamm%netscape.com
d2ca192d46
sar want more 'checkins since' links. Don't refresh pagepage if it isn't the most recent time.
1999-03-10 20:18:49 +00:00
waterson%netscape.com
dbd530e6b4
Remove invalid reference to nsIRDFContent.h
1999-03-10 20:18:21 +00:00
dougt%netscape.com
0a01826a92
Unix makefiles. Gotta love xpcode!
1999-03-10 20:17:14 +00:00
waterson%netscape.com
bb1b0fde73
Must've missed this file in my merge: support for xpidl keyword.
1999-03-10 20:15:23 +00:00
putterman%netscape.com
4913b7917e
Initialize mPath to "" instead of nsnull.
1999-03-10 20:07:44 +00:00
dougt%netscape.com
b68b584c5b
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
e88c1129fb
Working on XUL fragments.
1999-03-10 20:05:12 +00:00
hshaw%netscape.com
959056306c
Fix for bug #3130 , thanks mcafee
1999-03-10 20:02:22 +00:00
waterson%netscape.com
6bf33e7aa9
Support for xpidl keyword.
1999-03-10 19:55:00 +00:00
waterson%netscape.com
ac0ce40dd3
Added SetDataBase() implementation that'll set the database on the DOMXULNode.
1999-03-10 19:54:36 +00:00
buster%netscape.com
cd54a83c26
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
0c62f0bed4
creation of text nodes now supported
1999-03-10 19:51:55 +00:00
buster%netscape.com
bb2bd2a108
mNewNode is a DOM Node, not a DOM Element
1999-03-10 19:51:07 +00:00
buster%netscape.com
cab053f693
small fix of an off-by-one error in an assertion
1999-03-10 19:50:17 +00:00
buster%netscape.com
f436abdcd6
SelectAll wired to Ctrl-A.
1999-03-10 19:49:43 +00:00
buster%netscape.com
709ac5c2c8
small interface change to InsertBreak
1999-03-10 19:49:18 +00:00
buster%netscape.com
fd1334e42c
improvements to InsertBreak, and first crack at adding support for rules delegate
1999-03-10 19:48:46 +00:00
buster%netscape.com
88a87e021d
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
9e210afb5b
added nsTextEditRules
1999-03-10 19:47:34 +00:00
buster%netscape.com
5e8115a8cb
added nsIEditRules.h. Experimental, don't count on this.
1999-03-10 19:46:24 +00:00
jfrancis%netscape.com
8f32d3a0cd
adding nsTextEditRules.cpp
1999-03-10 19:45:23 +00:00
coop%netscape.com
379db48a95
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
fe42bbfdd8
correct my pitiful spelling of bonsai.
1999-03-10 19:39:04 +00:00
terry%netscape.com
4b670c8cc6
Redistributed some QA folks.
1999-03-10 19:23:46 +00:00
dougt%netscape.com
bdd1a7f519
Fixing casting problem on windows
...
NOT PART OF TINDERBOX
1999-03-10 18:51:15 +00:00
dougt%netscape.com
08db20fa4c
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
cfc9904529
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
6383e35fd5
fix 95/98 bustage
1999-03-10 18:11:35 +00:00
mcafee%netscape.com
000b5164e8
Solaris needs newline at EOF.
1999-03-10 10:57:05 +00:00
mcafee%netscape.com
53c2a55a3c
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
6b98fefab2
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
a8526f7ebd
newline at end of file for Solaris, whitespace.
1999-03-10 09:56:25 +00:00
dp%netscape.com
76d050c5d7
changing to correct indent style and tabs. Beautify...
1999-03-10 09:53:25 +00:00
rjc%netscape.com
e0b265412b
Cast away! and changed a few .Equals() to now be .EqualsIgnoreCase()
1999-03-10 09:41:07 +00:00
mccabe%netscape.com
287b033f8f
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
7eb59f3dda
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
e1afba1084
Aggregate nsIDOMXULTreeElement interface onto nsRDFElement. Scriptability #ifdef-ed out.
1999-03-10 08:50:27 +00:00
waterson%netscape.com
900484c7ff
Added nsXULTreeBuilder to build.
1999-03-10 08:49:35 +00:00
waterson%netscape.com
d9e0cf7761
Added nsXULTreeElement to build.
1999-03-10 08:49:12 +00:00
braddr%puremagic.com
c3904dcc52
Add new target for quantify
1999-03-10 08:32:42 +00:00
mccabe%netscape.com
fbb61946dc
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
217beee7f7
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
9fadccdbbc
Fix build bustage, not really sure what this is supposed to be doing.
1999-03-10 08:11:28 +00:00
jband%netscape.com
e338836195
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
652441cf06
Change PATH_MAX to MAXPATHLEN to compile on Solaris.
1999-03-10 07:21:09 +00:00
waterson%netscape.com
0d7a452c49
Fixed header files to work outside the XPIDL world for now.
1999-03-10 07:12:42 +00:00
rjc%netscape.com
29ffc540fb
Small changes to sorting code to prepare for sorting on id attribute.
1999-03-10 07:07:10 +00:00
mccabe%netscape.com
9a7e3f4ae7
Not part of seamonkey.
...
Fixed bustage due to improper use of DEBUG_somehacker.
1999-03-10 06:59:53 +00:00