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
2025-01-24 13:52:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
widget
History
pinkerton%netscape.com
4bddf368f9
fix a leak where the Enumerator would create itself with a refcnt of 1 and then we'd addref it again in GetChildren(). Fixed so that the Enumerator doesn't addref itself and added addref's in the appropriate places to correct that assumption.
1999-01-26 18:07:11 +00:00
..
macbuild
Removing Powerplant
1999-01-15 05:19:59 +00:00
public
moving headers from src to public. added support for dib sections to windows
1999-01-25 22:16:47 +00:00
src
fix a leak where the Enumerator would create itself with a refcnt of 1 and then we'd addref it again in GetChildren(). Fixed so that the Enumerator doesn't addref itself and added addref's in the appropriate places to correct that assumption.
1999-01-26 18:07:11 +00:00
tests
Turned off call to NET_PollSockets() on XP_MAC, to fix link error, not really needed anyway.
1999-01-08 22:43:45 +00:00
.cvsignore
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
build.bat
…
Makefile.in
New autoconf files for nglayout
1998-10-28 03:53:57 +00:00
makefile.win
…