Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6176679: Application freezes when copying an animated gif image to the system clipboard #13414

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9a3c102
fix for 6176679
rajamah Apr 8, 2023
ecbefa5
fix executable permission of cupanim.gif
rajamah Apr 11, 2023
1263183
fix executable permission of bug6176679.java
rajamah Apr 11, 2023
ea200b9
code cleanup and test changes as requested in code review
rajamah Apr 14, 2023
76356f0
Update src/java.desktop/share/classes/sun/awt/image/ImageRepresentati…
rajamah Apr 19, 2023
18d4e58
Update src/java.desktop/share/classes/sun/awt/image/ImageRepresentati…
rajamah Apr 19, 2023
c8bd3d9
Update test/jdk/javax/imageio/plugins/gif/6176679/CopyAnimatedGIFTest…
rajamah Apr 19, 2023
3c06dab
code cleanup
rajamah Apr 19, 2023
003eb7e
code cleanup
rajamah Apr 19, 2023
f78f58f
remove the bug folder and fix end of line
rajamah Apr 19, 2023
991b852
fix end of line for file
rajamah Apr 19, 2023
eac1565
remove dispose() since jtreg will take care of disposing of the frame
rajamah Apr 19, 2023
a2302d4
code cleanup
rajamah Apr 19, 2023
2f03bed
Update test/jdk/java/awt/Clipboard/CopyAnimatedGIFTest.java
rajamah Apr 20, 2023
c885433
Update test/jdk/java/awt/Clipboard/CopyAnimatedGIFTest.java
rajamah Apr 20, 2023
79874ad
Update CopyAnimatedGIFTest.java
rajamah Apr 20, 2023
e149bd1
update fix to work for both cases where image is displayed and not d…
rajamah Apr 30, 2023
4a1efd7
Update ImageRepresentation.java
rajamah Apr 30, 2023
74c5c67
Update ImageRepresentation.java
rajamah Apr 30, 2023
c790beb
Update src/java.desktop/share/classes/sun/awt/image/ImageRepresentati…
rajamah May 2, 2023
c78d77c
make code changes suggested by reviewers
rajamah May 2, 2023
92ace81
code cleanup
rajamah May 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/jdk/java/awt/Clipboard/CopyAnimatedGIFTest.java
Original file line number Diff line number Diff line change
@@ -158,4 +158,3 @@ public Object getTransferData(DataFlavor flavor)
}

}