Commit Graph

28565 Commits

Author SHA1 Message Date
mjudge%netscape.com
ffa57f8c76 invalid != for unix I will investigate this later. What i am checkin in now SHOULD remove any ambiguity in the code. 1999-06-01 23:53:01 +00:00
dougt%netscape.com
7893b20282 Removing AddRef and Release. Moving to MACRO.
Fixing qi.
1999-06-01 23:33:55 +00:00
rogerl%netscape.com
f2fe8631dd Bug #7197 (related) - capture and free char pointers going to error
reporter.
Bug #5875 - eval of named function within a function resulted in the
function not being visible at the start of the eval string.
1999-06-01 23:17:19 +00:00
alecf%netscape.com
17776c8398 stop using [] operator on nsISupportsArrays - going away for scriptability 1999-06-01 23:15:03 +00:00
pnunn%netscape.com
2a259bc613 These 2 lines caused a crash with editor. Take out for study. pnunn. 1999-06-01 23:14:55 +00:00
alecf%netscape.com
6cb432c642 stop using [] operator on nsISupportsArrays (going away for scriptability) 1999-06-01 23:13:37 +00:00
ducarroz%netscape.com
7f790e91a1 First Checked In. 1999-06-01 23:12:32 +00:00
alecf%netscape.com
960301ec8f stop using [] operator (going away for scriptability) 1999-06-01 23:10:12 +00:00
rogerl%netscape.com
1542ad9856 Bug #7197 - free other error report message junk 1999-06-01 23:07:59 +00:00
mjudge%netscape.com
864e061209 new table selection code drag inside and outside of tables with ease. added some overriding methods to nsTableCellFrame and nsTableFrame to make selection "draw" correctly for those containers. 1999-06-01 23:04:13 +00:00
danm%netscape.com
5b77f19cc1 protect nsWebShell's destructor from being called recursively a little earlier in the destructor. fixes a crash (bug 7157). 1999-06-01 23:02:15 +00:00
andreas.otte%primus-online.de
0ee202af9f make libnetwerk.so a component 1999-06-01 22:49:26 +00:00
rogerl%netscape.com
2622a174d3 Fixed non-terminating regexp when max quantifier is unspecified as in :
var s = 'zzabc.';
var reg = /[^z]{1,}\./;
s.match(reg);
- wasn't checking for reaching end of text.
1999-06-01 22:43:17 +00:00
evaughan%netscape.com
b7e419646f added a fieldset example. 1999-06-01 22:30:59 +00:00
pierre%netscape.com
c19dd17e4a Don't printf() like crazy when displaying very long pages such as http://slip/res-lib/morte1.htm in DEBUG builds. 1999-06-01 22:11:32 +00:00
jfrancis%netscape.com
388fb3940d linking against nspr 1999-06-01 22:07:00 +00:00
andreas.otte%primus-online.de
236c4d6dc1 Ignore TestSocketTransport 1999-06-01 22:04:46 +00:00
andreas.otte%primus-online.de
36157ecdd2 Build TestProtocols 1999-06-01 22:03:48 +00:00
valeski%netscape.com
ae0a59dca1 variable name change 1999-06-01 22:03:47 +00:00
andreas.otte%primus-online.de
0b3baf7402 Some fixes to build TestProtocols under linux 1999-06-01 22:02:40 +00:00
nhotta%netscape.com
2c2d26f147 Consolidated old conversion wrapper function. 1999-06-01 22:00:16 +00:00
pnunn%netscape.com
fc96989970 move kISupportsIID declaration local. pnunn. 1999-06-01 21:53:12 +00:00
evaughan%netscape.com
4903f45e54 Reworked fieldsets to fix numerous bugs. 1999-06-01 21:52:11 +00:00
pnunn%netscape.com
8ad72971e3 move kISupportsIID declaration local. and clean up ic. pnunn. 1999-06-01 21:50:37 +00:00
rpotts%netscape.com
3b7139d78f Added synchronization to socket transport APIs... Added access methods for getting the PRCList from a transport... 1999-06-01 21:37:52 +00:00
dbragg%netscape.com
fe34d14c41 Change the implementation of AddRef and Release to use the macros NS_IMPL_ADDREF() and NS_IMPL_RELEASE() in nsJARFactory.cpp 1999-06-01 21:37:09 +00:00
rjc%netscape.com
3d401b9151 Disable XUL templates for the moment. 1999-06-01 21:34:05 +00:00
dbragg%netscape.com
0af499845b removed the nsJAR.cpp and nsJARFactory.cpp from the CPPSRCS due to compile error that I need to investigate. 1999-06-01 21:31:29 +00:00
valeski%netscape.com
2f1ae6fbea Added the user agent string getter methods to nsINetService, as well as the implementation of them. Note: that they current aren't being initialized. 1999-06-01 21:27:25 +00:00
dbragg%netscape.com
c8f258ff5f backed out the nsJAR.cpp and nsJARFactory.cpp from CPPSRCS due to a change in XPCOM that caused it to not compile. 1999-06-01 21:22:27 +00:00
dbragg%netscape.com
cf506441ff Added nsJAR.cpp and nsJARFactory.cpp to the CPPSRCS macro 1999-06-01 21:17:12 +00:00
dbragg%netscape.com
4920b86642 removed export of nsIZipArchive.h since it doesn't exist 1999-06-01 21:15:47 +00:00
dbragg%netscape.com
472ec389c8 XPCOM interface files for libjar 1999-06-01 21:08:32 +00:00
terry%mozilla.org
1559d64635 Added simple sanity checking of the dependencies table. 1999-06-01 20:52:15 +00:00
leaf%mozilla.org
23a15eaea4 updating to new nsString implementation (fix courtesy shaver) 1999-06-01 18:06:14 +00:00
bruce%cybersight.com
e8c2c07728 Woops. Typo. 1999-06-01 05:16:32 +00:00
jband%netscape.com
56cfb667a4 notify xpconnect before destroying a JSContext 1999-06-01 02:43:41 +00:00
jband%netscape.com
1bcf6abf12 added test 1999-06-01 02:43:02 +00:00
jband%netscape.com
4787f025fb 1) Removed old and duplicate .idl, .h, and .xpt files.
2) Support passing an interface identifier to getService and NewInstance.
3) Added AbandonJSContext to allow for cleanup of per JSContext data.
4) Added interface inheritence tests.
1999-06-01 02:39:44 +00:00
jband%netscape.com
8c18a6d323 updating readme 1999-06-01 02:31:13 +00:00
blizzard%redhat.com
c7e50c22d9 more drawing work 1999-05-31 23:34:13 +00:00
pavlov%pavlov.net
2f4d72d30f remove lots of spaces from the end of a bunch of lines 1999-05-31 23:24:09 +00:00
blizzard%redhat.com
88abd6195f set up the offscreen surface correctly 1999-05-31 22:48:01 +00:00
rickg%netscape.com
1851bc0098 update to nsString2 as default impl 1999-05-31 22:09:05 +00:00
blizzard%redhat.com
85a6b16337 more work to complete the rendering context code 1999-05-31 21:52:16 +00:00
blizzard%redhat.com
ad9060c9ac the beginnings of popstate()/pushstate() 1999-05-31 21:01:51 +00:00
bruce%cybersight.com
9be1c6a429 Few more fixes for header files. 1999-05-31 19:50:25 +00:00
jband%netscape.com
c448b728e4 updating paths to new location of this directory and updating status page 1999-05-31 19:48:25 +00:00
jband%netscape.com
50b701d9b0 converting these html files to redirect to moved pages 1999-05-31 19:45:54 +00:00
bruce%cybersight.com
832bc3465b Reduces # of header files included. This work needs to spread out into all of mozilla/widget though as many things are getting drug in that don't need to be by things outside of mozilla/widget/src/gtk. I tested this on both egcs and gcc 2.7.2.3, so should be okay.
Also includes an nsAutoCString usage in nsPopUpMenu.cpp.
1999-05-31 19:41:43 +00:00