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-02-20 00:20:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
gecko-dev
/
nsprpub
History
sfraser%netscape.com
b7d1e5470a
Fix bug 158927 -- controls not drawing correctly in QuickTime plugin. The problem was that the thread scheduling Timer Task would call WakeUpProcess() every time when we are blocked and not servicing NSPR threads (for example when tracking plugin controls). A side effect of this is to prevent Mac OS X from flushing the window back buffers, hence the drawing issues. Fix is to only call WakeUpProcess() if we've been through the scheduler since the last time. r=sdaglye, wtc. a=asa.
2002-07-27 01:01:36 +00:00
..
admin
Updated for NSPR 4.2.1.
2002-06-20 18:13:10 +00:00
build
/autoconf
…
config
Bug 136458: removed the old -O workaround and use -m68020-60. The patch is
2002-06-13 22:00:29 +00:00
lib
…
macbuild
…
pr
Fix bug 158927 -- controls not drawing correctly in QuickTime plugin. The problem was that the thread scheduling Timer Task would call WakeUpProcess() every time when we are blocked and not servicing NSPR threads (for example when tracking plugin controls). A side effect of this is to prevent Mac OS X from flushing the window back buffers, hence the drawing issues. Fix is to only call WakeUpProcess() if we've been through the scheduler since the last time. r=sdaglye, wtc. a=asa.
2002-07-27 01:01:36 +00:00
tools
…
.cvsignore
…
configure
Bug 151711: gcc on OSF1 needs to use the -mieee flag.
2002-06-14 05:05:59 +00:00
configure.in
Bug 151711: gcc on OSF1 needs to use the -mieee flag.
2002-06-14 05:05:59 +00:00
gmakefile.win
…
Makefile.in
…
makefile.win
…