Граф коммитов

19477 Коммитов

Автор SHA1 Сообщение Дата
shaver%netscape.com 5346cd6379 Turn off debugging noise for myself.
Parse IIDs, and handle the unspecified case (= 0).
Sort IDE block like a good boy (all hail qsort).
Follow typedefs to make the right thing happen.
Hide [notxpcom] methods, and don't munge their signatures with _retval, etc.
1999-03-08 21:22:29 +00:00
coop%netscape.com 244b59ee4f NOT YET PART OF SEAMONKEY:
* linker now sorts based on IIDs
* xpt_dump no longer complains about md->result if it is of the correct retval type
1999-03-08 21:13:58 +00:00
shaver%netscape.com df77619c4a display method flags, handle bogus indices 1999-03-08 21:11:08 +00:00
tague%netscape.com 0198976348 Fixed build bustage (lost const) 1999-03-08 21:02:35 +00:00
terry%netscape.com 259cd32039 Changed some QA contacts. 1999-03-08 20:47:51 +00:00
dp%netscape.com 18ad8fba88 Using Raw registry interface so that component urls and filename can be stored without transformation of / and = 1999-03-08 20:40:32 +00:00
dp%netscape.com e9da5d2e32 Adding Raw interface that wont interpret / in keynames. Plus removed = being a invalid char for keys. 1999-03-08 20:35:54 +00:00
shaver%netscape.com 2636f0fba1 Make params include the name of the interface referenced. 1999-03-08 20:33:35 +00:00
alecf%netscape.com ac6500ef53 fix g++ -pedantic bustage 1999-03-08 20:18:53 +00:00
mscott%netscape.com e25cc12a5c Call close on the mail database instead of release. 1999-03-08 20:10:14 +00:00
mscott%netscape.com bced03e577 Call close on the mail database instead of release.... 1999-03-08 20:09:42 +00:00
ftang%netscape.com a4489898ad reviewed by rickg. Pick up meta tag and change converter 1999-03-08 20:00:23 +00:00
mscott%netscape.com 3df38a1d80 When setting the byte range based on the message size subtract one byte (this gives it the proper byte range in the file...). 1999-03-08 19:53:10 +00:00
bienvenu%netscape.com 80fe750b61 fix db cache lookup bug 1999-03-08 19:50:24 +00:00
coop%netscape.com 23aac1de6d NOT YET PART OF SEAMONKEY:
* changing references to interfaces (within structs) to be indices rather than pointers
* updated xpt_dump and xpt_link code to reflect above change
1999-03-08 19:47:09 +00:00
kipp%netscape.com 661f7ec31b Implement GetFrameName 1999-03-08 19:26:45 +00:00
kipp%netscape.com a1e087e138 setup more skid marks (disabled) 1999-03-08 19:26:30 +00:00
kipp%netscape.com a01e9afce4 Added a skid mark (disabled) 1999-03-08 19:26:09 +00:00
kipp%netscape.com fc875206a5 added some nasty logging messages for frames that don't set max-element-size; added more vertical alignment noise 1999-03-08 19:25:55 +00:00
kipp%netscape.com 652db948ce added some nasty logging messages for frames that don't set max-element-size 1999-03-08 19:25:18 +00:00
kipp%netscape.com b645ac630b Copy out computed combined area even when dealing with an zero height block; added some nasty logging messages for frames that don't set max-element-size 1999-03-08 19:25:03 +00:00
kipp%netscape.com 69e626d5a3 Compute combined-area more sanely; handle another nasty top margin bug (1910) 1999-03-08 19:24:07 +00:00
kipp%netscape.com ca18ac0959 Removed a duplicated method; moved by debug asserts into a central spot 1999-03-08 19:22:55 +00:00
kipp%netscape.com bffbdd37e2 Fixed bug #2052 - don't adjust the height when its computed 1999-03-08 19:22:16 +00:00
kipp%netscape.com 89752f76c3 Fixed a build issue 1999-03-08 19:21:44 +00:00
ramiro%netscape.com 48e7853276 Cannot forward declare a class used with an nsCOMPtr.
see: http://www.mozilla.org/projects/xpcom/nsCOMPtr.html
1999-03-08 18:57:21 +00:00
nisheeth%netscape.com 71359f970b Checking in the first stab at error propagation from the expat parser to the content sink. The flow of control is as follows. The tokenizer creates an error token (CErrorToken) when an error occurs in expat and pushes it onto the token dequeue. The DTD forwards the contents of the token to the content sink, which creates content objects to show the error. 1999-03-08 17:42:54 +00:00
briano%netscape.com 5fa63278dc Automated update 1999-03-08 16:00:39 +00:00
ramiro%netscape.com f267f673b0 Fix unix builds. 1999-03-08 15:50:50 +00:00
briano%netscape.com 732840c165 Automated update 1999-03-08 15:15:41 +00:00
ramiro%netscape.com ce86e7b16e Latest AIX fixes. (waqar@netscape.com).
When doing the multiple inheritance thing, explicitly give the publicness
for each superclass.
1999-03-08 15:13:54 +00:00
ramiro%netscape.com cfa107e00d Allow for lock_SunOS.s to build properly. Fix the build system to
properly set all the ac magic needed to properly asm files.
Currently this is only an issue on Solaris, when building with the native
sun compiler.
1999-03-08 15:01:13 +00:00
edwin%woudt.nl 932924d0e6 A new throbber 1999-03-08 14:45:52 +00:00
ramiro%netscape.com 8a13fd07e4 Add Templates.DB dir to GARBAGE so that the output of the Solaris CC template
code generator can be clobber.  Otherwise, dependancies and clobbering dont
work.
1999-03-08 11:44:25 +00:00
ramiro%netscape.com 61be65aad6 Memory leak.
delete[] memory returned by nsString::ToNewCString.
1999-03-08 11:38:59 +00:00
ramiro%netscape.com aea0f271b0 Fix win32, mac breakage. 1999-03-08 11:04:49 +00:00
ramiro%netscape.com 8a849f863a Templates in nsXPComFactory exorcism. Part I.
Replaced the template code with a NS_DEF_FACTORY.
This is temporary.  As soon as I can verify this works on windows and
mac, ill remove the old code.
1999-03-08 09:44:16 +00:00
waterson%netscape.com aa33bfc9fe Bug #3465. Atomize literals as well as resources. 1999-03-08 08:28:46 +00:00
waterson%netscape.com 36e645de5f Added some debugging code while tracking down bug #3465. 1999-03-08 08:27:53 +00:00
pierre%netscape.com 8e6ff55a0e implemented nsListbox 1999-03-08 04:50:20 +00:00
pierre%netscape.com 9aa3f8bdca Fixed several things. The popup now actually displays and works. 1999-03-08 04:48:55 +00:00
pierre%netscape.com 059bc15605 small change to make Move and Resize more efficient 1999-03-08 04:47:17 +00:00
pierre%netscape.com 242e870001 small change to make it behave like nsCheckboxControlFrame when the WidgetRenderingMode is not initialized. 1999-03-08 04:46:12 +00:00
shaver%netscape.com d55deef772 fix remnant of 32-bit interface references 1999-03-08 03:56:14 +00:00
danm%netscape.com e2fab61bae adding ShowDialog() 1999-03-08 03:01:17 +00:00
mscott%netscape.com 427bd2b535 Add ability to display a message given just a message number. We take this number (which is not a key or ID) and get the array of message keys from the db. We then extract the key corresponding to the number passed in. This interface function is used primarily to make debuggin easier where we don't have a message key or message ID lying around... 1999-03-08 02:12:50 +00:00
bienvenu%netscape.com dc82e1a0ef make sure db name is strdupped before caching 1999-03-08 02:11:39 +00:00
jfrancis%netscape.com bcb1651103 adding mAnchorFrame to the ClearFrameRefs call 1999-03-08 01:22:37 +00:00
jfrancis%netscape.com 17efdd55c0 bug fixes + changing broken "dont_QueryInterface" additions to "do_QueryInterface" 1999-03-08 01:20:02 +00:00
mscott%netscape.com 73a6b0852b requires js for the prefs stuff. Link with rdf_utils.lib instead of rdf.lib. 1999-03-08 01:05:21 +00:00