commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath ./ChangeLog java/awt/MediaTracker.java


From: Roman Kennke
Subject: [commit-cp] classpath ./ChangeLog java/awt/MediaTracker.java
Date: Wed, 13 Apr 2005 07:50:53 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <address@hidden>   05/04/13 11:50:53

Modified files:
        .              : ChangeLog 
        java/awt       : MediaTracker.java 

Log message:
        2005-04-13  Roman Kennke  <address@hidden>
        
        * java/awt/MediaTracker.java
        (MediaEntry.imageUpdate): Removed check for SOMEBITS, this
        confused the media tracker and lead to lockups. The LOADING
        bit is handled on other places.
        (addImage): Removed the 'start image tracking' stuff. This
        is not necessary and could confuse the media tracker.
        (checkAll): Improved the check for image status so that
        images that already complete images are detected. Also now
        are really all images checked and if necessary loaded. Before
        the method bailed out after the first incomplete image.
        (statusAll): Detect images that are complete after the
        call to Component.prepareImage(..).
        (checkID): The same as in checkAll.
        (statusID): The same as in statusAll.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3435&tr2=1.3436&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/awt/MediaTracker.java.diff?tr1=1.12&tr2=1.13&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]