Commit Graph

38125 Commits

Author SHA1 Message Date
ramiro%netscape.com
a9fdd68238 Dont hardcode the dll suffix. 1999-08-25 14:09:26 +00:00
tbogard%aol.net
84fb0f88b5 Added a couple of new macros to the NS_ENSURE family. NS_ENSURE_SUCCESS(res, ret). It ensures that a given result is an XPCOM success code, if not returns back whatever you pass in ret. And NS_ENSURE_NO_AGGREGATION(outer) checks to make sure the instantiating client is not trying to do aggregation and returns back an error if it is. 1999-08-25 14:03:25 +00:00
rods%netscape.com
51e6682549 The index of the option being deleted needs to be remembered before the it is removed from the list 1999-08-25 13:44:49 +00:00
rods%netscape.com
5599dcf675 Fixed the initialization of the scroll frame for list boxes, the parameters had been incorrectly changes for version 1.20
Add addtional safety code for dynamically adding items to list boxes when in native widget mode
1999-08-25 13:42:59 +00:00
rods%netscape.com
461e2800c5 removed some unused variables to get rid of some warnings 1999-08-25 13:39:41 +00:00
ramiro%netscape.com
5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
blizzard%redhat.com
3561c6cd61 fix endian detection problems for sparc 1999-08-25 13:20:59 +00:00
ramiro%netscape.com
42edf79460 Recommit slamm's changes. Thanks slamm. 1999-08-25 11:50:44 +00:00
briano%netscape.com
3b4ca9cd9c Automated update 1999-08-25 11:46:26 +00:00
ramiro%netscape.com
aed2f968ba Remove extraneous AddRef(). 1999-08-25 11:45:14 +00:00
ramiro%netscape.com
e93c9399ff Fix timer linking problems on monolithic toolkit platforms. 1999-08-25 11:32:04 +00:00
hyatt%netscape.com
9e5e8bef18 Removing toggleTwisty. 1999-08-25 11:04:38 +00:00
hyatt%netscape.com
31418bca1a Removing the twisty function. This happens automatically now. 1999-08-25 11:03:48 +00:00
hyatt%netscape.com
066dc78d74 added files: mozilla/layout/xul/base/src/nsTreeTwistyListener.cpp 1999-08-25 10:58:53 +00:00
hyatt%netscape.com
a563040dcd Adding builtin support for twisties. 1999-08-25 10:57:28 +00:00
jfrancis%netscape.com
9ea8122814 making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor 1999-08-25 10:51:55 +00:00
hyatt%netscape.com
f390e34484 Fixing the bookmarks window to use the new rules. 1999-08-25 10:29:52 +00:00
hyatt%netscape.com
31d0abe1ae New style rules for trees. 1999-08-25 10:29:39 +00:00
hyatt%netscape.com
8a95785873 More anonymous content goodness. 1999-08-25 10:26:41 +00:00
pinkerton%netscape.com
7e95a7e21e dumb compiler things. 1999-08-25 09:47:32 +00:00
pinkerton%netscape.com
1553fbbc31 toString -> ToString. 1999-08-25 09:27:19 +00:00
pinkerton%netscape.com
72c115383c toString -> ToString idl change. 1999-08-25 09:15:18 +00:00
pinkerton%netscape.com
268234cadd IDL-ifying nsITransferable, nsIDragService, nsIDragSession, nsIFormatConverter. 1999-08-25 08:35:06 +00:00
pinkerton%netscape.com
e6c7e84a6c First Checked In. 1999-08-25 08:34:46 +00:00
dp%netscape.com
07adc72b46 Using nsIRegistry::OpenDefault() instead of Open() with default parameter. 1999-08-25 08:13:24 +00:00
sspitzer%netscape.com
0ee80769ac a little more to the fix for #12138 1999-08-25 08:08:49 +00:00
waterson%netscape.com
43b89f11ed Bug 12254. Fix templates that are built inside of or use nested HTML. 1999-08-25 07:56:52 +00:00
sspitzer%netscape.com
2a5c1584c4 fix for #12397 and #12138 1999-08-25 07:51:43 +00:00
ssu%netscape.com
535eac43d2 fixing bug #8227 and #10955 1999-08-25 07:51:33 +00:00
vidur%netscape.com
7aec7c434b Parse delimiters out of Comment nodes. CharacterData Nodes now return an empty childNodes list instead of null. 1999-08-25 07:35:45 +00:00
sspitzer%netscape.com
71d5f558d2 revert by build breakage checkin. brendan fixed the xpidl compiler. I hadn't
picked up the changes yet.  interCaps in IDL and JS, and InterCaps in C++.
1999-08-25 07:17:21 +00:00
slamm%netscape.com
a35210d2f7 Whoops tree red. backout. 1999-08-25 06:37:58 +00:00
slamm%netscape.com
758141a596 Handle single Makefile case with relative paths. 1999-08-25 06:36:25 +00:00
sspitzer%netscape.com
e8ccfec4d8 more fixage for build spankage. thank you sir, may I have another? 1999-08-25 06:35:01 +00:00
bienvenu%netscape.com
8cd70b3a50 fix more spankage bustage 1999-08-25 06:26:42 +00:00
dougt%netscape.com
ce7a03de0f more changes based on feedback. 1999-08-25 06:11:14 +00:00
sspitzer%netscape.com
767d06c436 fix logic and add a cast to fix #12435 1999-08-25 06:07:44 +00:00
hyatt%netscape.com
814536828f Adding rules for trees 1999-08-25 06:04:52 +00:00
jband%netscape.com
bdc94f184f - Added Support for 'foo instanceof Components.interaces.nsIFoo'.
- Added support for reflecting interface constants as Components.interfaces.nsIFoo.* (this may change).
- Only interfaces marked 'scriptable' are visible in the Components.interfaces array.
- Getting rid of some of the template style syntax.
- Added GetWStringCopied and GetWStringShared for lame tests of speed in wstring copies.
- Cleaned up more Unix warnings.
1999-08-25 06:01:42 +00:00
brendan%mozilla.org
9cd191ad4f Missed one during final precheckin update/merge. 1999-08-25 05:59:09 +00:00
hyatt%netscape.com
834c1e659d Teaching the tree widget how to make anonymous content. 1999-08-25 05:52:10 +00:00
dp%netscape.com
94a045c629 bug#11902 Changes for page manager for openVMS. Thanks to Colin Blake <colin@theblakes.com> 1999-08-25 05:41:53 +00:00
brendan%mozilla.org
defeffaabd Massive spankage to capitalize C++ method and attribute name bindings, per
Architecture Item 6.3 (news://news.mozilla.org/37BA89CF.3823D6F9%40meer.net).
1999-08-25 05:26:25 +00:00
slamm%netscape.com
9b14056408 Start from the bottom up for ed, and skip ed if no changes. 1999-08-25 05:07:45 +00:00
ramiro%netscape.com
a03794f612 Link NS_NewTimer() directly into the embedding app. 1999-08-25 05:06:03 +00:00
mccabe%netscape.com
001772dbc0 Fixed problem with getters/setters in generated NS_FORWARD_NSIFOO macro. Thanks to David Bienvenu for catching this.
Fixed {-placement formatting nit.  Thanks to Brendan Eich for catching this.
1999-08-25 05:05:48 +00:00
troy%netscape.com
7404d57f49 Changed PaintBackground() so it doesn't always render the background color when
there's a background image that doesn't tile the entire bounds
1999-08-25 05:05:04 +00:00
slamm%netscape.com
dcd8426026 Use correct logic for removal 1999-08-25 05:01:00 +00:00
slamm%netscape.com
319421e949 Trim out old entries from build.dat and notes.txt. Also, use perl's find for removing old files. 1999-08-25 04:55:58 +00:00
ramiro%netscape.com
f2b29e5760 NS_RELEASE -> NS_IF_RELEASE. 1999-08-25 04:04:51 +00:00