Commit Graph

28545 Commits

Author SHA1 Message Date
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
ramiro%netscape.com
19bff06f10 Add casts for picky compiler. 1999-05-31 18:47:33 +00:00
ftang%netscape.com
16080eeaa6 move files to ucvtw, ucvtw2, ucvko 1999-05-31 16:58:38 +00:00
ftang%netscape.com
7693eb8059 move cid 1999-05-31 16:54:52 +00:00
ftang%netscape.com
19bdcf2099 move big5, euc-kr, euc-tw convertesr into ucvtw, ucvtw2, ucvko 1999-05-31 16:48:16 +00:00
ftang%netscape.com
a776686624 remove big5, euc-kr, euc-tw converter to ucvtw, ucvtw2, and ucvko 1999-05-31 16:39:13 +00:00
ftang%netscape.com
fc6dc97b0e add ucvtw, ucvtw2, ucvko 1999-05-31 16:33:13 +00:00
ftang%netscape.com
23ff7e5c2b add converter table 1999-05-31 16:29:41 +00:00
ramiro%netscape.com
3a1a4a1d14 Make sure nsTarget.h is complied as C++ source.
nsTarget.h is a c++ header, which includes other c++ headers.  It needs to
be complied as c++ source.

If everything in this page needs to be compiled as C code, then why
isnt this file a .c file ?
1999-05-31 16:29:28 +00:00
ftang%netscape.com
8bcf74c4f4 add euc-kr to ucvko 1999-05-31 16:28:21 +00:00
ftang%netscape.com
6803a8b10b add euc-tw converters to ucvtw2 1999-05-31 16:26:09 +00:00
ftang%netscape.com
3d4fe0608c move big5 to ucvtw 1999-05-31 16:17:07 +00:00
ftang%netscape.com
6d0d39643f remove big5, euc-kr, euc-tw converter 1999-05-31 16:14:14 +00:00
ftang%netscape.com
1807b4918d remove big5, euc-kr and euc-tw converter and place them into ucvtw ucvtw2 adn ucvko 1999-05-31 16:10:36 +00:00
ftang%netscape.com
325442910e remove Big5, euc-kr, euc-tw converter. Big5 will move to ucvtw, euc-tw will move to ucvtw2, euc-kr will move to ucvko 1999-05-31 16:03:16 +00:00
ramiro%netscape.com
53abf37698 Add cast for picky compiler. 1999-05-31 15:09:31 +00:00
bruce%cybersight.com
a64a91d06e There is currently an ordering dependency between nsIPref.h and prefapi.h until something gets straightened out. As I don't know when this is happening, and this was breaking the OSF/1 build, handle this for now by moving nsIPref.h before prefapi.h in the includes. 1999-05-31 06:13:06 +00:00
bruce%cybersight.com
39c2b42449 Add GetIID() methods to these interfaces. To support an upcoming checkin. 1999-05-31 05:27:36 +00:00
rpotts%netscape.com
f7477c729e Added a new test for the socket transport... 1999-05-31 05:18:19 +00:00
rpotts%netscape.com
930f205760 First pass at supporting simultaneous read and write on sockets... 1999-05-31 05:15:40 +00:00
blizzard%redhat.com
026327ef2b make sure to set the border pixel for created windows to avoid bad_match errors. patch from Tim Rowley <tor@cs.brown.edu>. 1999-05-31 03:46:38 +00:00