This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-12-25 01:01:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
42e8139d31
gecko-dev
/
nsprpub
History
sdagley%netscape.com
dfeb194d83
Mac specific fix. Now that dp's code to walk the shared libs to see what is installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag.
1999-02-19 02:45:54 +00:00
..
config
add profiling capability for win32
1999-02-12 19:36:35 +00:00
lib
Removed unused variable warnings by the Macintosh compiler. The patch
1999-02-04 15:53:49 +00:00
macbuild
pr
Mac specific fix. Now that dp's code to walk the shared libs to see what is installed is working we've run into a problem that unloading the libs breaks the app (crash on quit, possible general instability). rjc's fix is to make sure PR_LoadLibrary is loading a unique copy of the lib by changing GetDiskFragment to use the option kPrivateCFragCopy instead of kLoadCFrag.
1999-02-19 02:45:54 +00:00
tools
Removed hardcoded AIX pathnames /usr/lpp/xlC from the makefiles,
1999-01-08 19:51:14 +00:00
Makefile
makefile.win