Phil Race
cf5ee0bda2
8342280: Deprecate for removal java.awt.AWTPermission
...
Reviewed-by: azvegint, kizune
2024-11-27 22:10:25 +00:00
Phil Race
8ad0b2afe3
8345001: java/awt/doc-files/FocusSpec.html has SecurityManager references
...
Reviewed-by: azvegint, kizune
2024-11-27 22:10:07 +00:00
Phil Race
9527586923
8345073: Remove SecurityManager checks from sun.awt.image classes
...
Reviewed-by: azvegint, honkar
2024-11-27 17:32:54 +00:00
Abhishek Kumar
96388be1b5
8345004: [BACKOUT] GTK & Nimbus LAF: Tabbed pane's background color is not expected one when change the opaque checkbox.
...
Reviewed-by: psadhukhan, kizune
2024-11-27 08:24:01 +00:00
Phil Race
1d5587b887
8344256: Clean up obsolete code in java.desktop/share/classes/sun/awt/datatransfer/DataTransferer.java
...
Reviewed-by: azvegint, kizune
2024-11-26 20:11:52 +00:00
Phil Race
ca81ab5ebc
8344994: Remove most uses of RuntimePermission checks in java.desktop
...
Reviewed-by: azvegint
2024-11-26 07:03:15 +00:00
Phil Race
43603ac2f9
8344894: Obsolete reference to checking permissions in java.awt.Composite
...
Reviewed-by: kizune, kcr, azvegint
2024-11-26 06:57:06 +00:00
Phil Race
1c7f34d3dd
8345000: Remove last mentions of sun.awt.AWTPermissions
...
Reviewed-by: honkar, azvegint
2024-11-26 01:10:24 +00:00
Phil Race
027607968b
8344667: Remove most uses of AWT Permissions from the desktop module
...
Reviewed-by: azvegint, kizune
2024-11-25 22:16:07 +00:00
Phil Race
4d898aa451
8344896: Remove obsolete checks for AWTPermission accessClipboard
...
Reviewed-by: azvegint
2024-11-25 19:31:22 +00:00
Alexander Zvegintsev
965aace297
8335468: [XWayland] JavaFX hangs when calling java.awt.Robot.getPixelColor
...
Reviewed-by: kcr, honkar
2024-11-25 11:11:28 +00:00
Prasanta Sadhukhan
333a9973f1
8335231: [macos] Test java/awt/print/PrinterJob/Cancel/PrinterJobCancel.java failed on macOS because the case didn't get the expected PrintAbortException
...
Reviewed-by: tr, abhiscxk
2024-11-25 08:57:54 +00:00
Damon Nguyen
6711e1327a
8344914: OOME in several tests since JDK-6672644 - JComboBox still scrolling
...
Reviewed-by: prr
2024-11-24 08:54:17 +00:00
Harshitha Onkar
a6220fa903
8344303: Remove usage of URLUtil.getConnectPermission from sun.awt.SunToolkit and sun.awt.image.URLImageSource
...
Reviewed-by: prr, azvegint
2024-11-24 06:22:45 +00:00
Phil Race
7be94d043d
8344891: Remove uses of sun.misc.ReflectUtil in java.desktop
...
Reviewed-by: kizune, azvegint
2024-11-23 23:20:15 +00:00
Damon Nguyen
11147046aa
6672644: JComboBox still scrolling if switch to another window and return back
...
Reviewed-by: abhiscxk, psadhukhan
2024-11-22 19:29:41 +00:00
Phil Race
4b1653056d
8344795: Remove uses of AccessControlContext in java.desktop module
...
Reviewed-by: azvegint
2024-11-22 18:00:10 +00:00
Phil Race
50c099d69e
8344799: Remove permissions checks from java.awt.Desktop
...
Reviewed-by: azvegint
2024-11-22 04:00:46 +00:00
Phil Race
0f458e2c3e
8342903: Deprecate for removal java.awt.Window.getWarningString()
...
Reviewed-by: kizune, erikj, azvegint
2024-11-21 21:24:46 +00:00
Phil Race
7709d435d0
8344782: Cleanup left over doPrivileged calls and imports in java.desktop
...
Reviewed-by: honkar
2024-11-21 20:29:53 +00:00
Phil Race
eef156180c
8344569: SwingUtilities2.makeIcon_Unprivileged is obsolete
...
Reviewed-by: psadhukhan
2024-11-21 16:02:28 +00:00
Phil Race
7105bb98cf
8344664: Remove some un-used java/sun.security imports in the java.desktop module
...
Reviewed-by: iris
2024-11-21 04:22:27 +00:00
Phil Race
a01aa22026
8342281: Deprecate for removal javax.sound.sampled.AudioPermission
...
Reviewed-by: honkar, kizune
2024-11-21 03:58:49 +00:00
Harshitha Onkar
b9bf447209
8344057: Remove doPrivileged calls from unix platform sources in the java.desktop module
...
Reviewed-by: prr
2024-11-20 20:28:12 +00:00
Phil Race
22a39dc858
8344064: Remove doPrivileged calls from print/imageio/media classes in the java.desktop module
...
Reviewed-by: kizune
2024-11-20 18:45:49 +00:00
Phil Race
27fda0ea1f
8344578: Clean up left over java.security and sun.security imports in Swing classes
...
Reviewed-by: psadhukhan
2024-11-20 18:38:08 +00:00
Vlad Zahorodnii
4bc826ac1e
8342785: XWindowPeer::getNewLocation() adheres to ICCCM 4.1.5 only with some WMs
...
Reviewed-by: prr, azvegint
2024-11-20 13:38:08 +00:00
Prasanta Sadhukhan
5b12a87dcb
8344060: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 1
...
Reviewed-by: aivanov, prr
2024-11-20 09:11:12 +00:00
Archie Cobbs
8a1f9f0a32
8343476: Remove unnecessary @SuppressWarnings annotations (client)
...
Reviewed-by: prr
2024-11-20 01:57:03 +00:00
Phil Race
69c9f2566e
8344061: Remove doPrivileged calls from shared implementation code in the java.desktop module : part 2
...
Reviewed-by: aivanov
2024-11-19 19:35:28 +00:00
Prasanta Sadhukhan
9e92a9e2ba
8344059: Remove doPrivileged calls from windows platform sources in the java.desktop module
...
Reviewed-by: kcr, prr
2024-11-19 03:11:31 +00:00
Harshitha Onkar
92271af635
8344058: Remove doPrivileged calls from macos platform sources in the java.desktop module
...
Reviewed-by: prr, aivanov
2024-11-18 19:19:51 +00:00
Prasanta Sadhukhan
aa10ec7c96
8343123: Nimbus: javax/swing/JInternalFrame/bug6726866.java does not have green undecorated window
...
Reviewed-by: tr, dnguyen
2024-11-17 08:52:48 +00:00
Phil Race
1bb0d3baaa
8344062: Remove doPrivileged calls from awt and beans classes in the java.desktop module
...
Reviewed-by: serb
2024-11-15 19:02:29 +00:00
Phil Race
ec148c1365
8344063: Remove doPrivileged calls from swing classes in the java.desktop module
...
Reviewed-by: honkar, kcr
2024-11-14 18:42:31 +00:00
Laurent Bourgès
23a8c71d3b
8341790: Fix ExceptionOccurred in java.desktop
...
Reviewed-by: avu, prr
2024-11-14 06:38:37 +00:00
Magnus Ihse Bursie
79345bbbae
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port
...
Reviewed-by: kbarrett, kvn, stuefe, shade, erikj
2024-11-13 09:41:57 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Andrey Turbanov
069bb79103
8342082: Remove unused BasicProgressBarUI.Animator.interval
...
Reviewed-by: prr, honkar
2024-11-02 08:33:56 +00:00
Prasanta Sadhukhan
bd795946e7
8343037: Missing @since tag on JColorChooser.showDialog overload
...
Reviewed-by: prr
2024-10-30 02:52:54 +00:00
Hannes Wallnöfer
a1ef81889b
8342825: Fix order of @param tags in module java.desktop
...
Reviewed-by: prr
2024-10-23 06:54:31 +00:00
Yasumasa Suenaga
476d0f1928
8339309: unused-variable warnings happen in libfontmanager
...
Reviewed-by: prr
2024-10-23 02:05:28 +00:00
Phil Race
e0c6480cd3
8338570: sun/font/HBShaper - mismatch in return type of FFM upcall function description and native invocation
...
Reviewed-by: serb, aivanov
2024-10-21 18:23:13 +00:00
Nikita Gubarkov
fe83b7d596
8339341: SurfaceManager cacheMap retains strong references
...
Reviewed-by: jdv, prr
2024-10-17 20:54:18 +00:00
Vlad Zahorodnii
3da6890081
8338751: ConfigureNotify behavior has changed in KWin 6.2
...
Reviewed-by: prr, azvegint, serb
2024-10-16 23:32:41 +00:00
Matthias Baesken
e7cf25ce0e
8340801: Disable ubsan checks in some awt/2d coding
...
Reviewed-by: ihse, lucy, goetz, jwaters
2024-10-16 07:28:36 +00:00
Daniel Gredler
2a6f0307e8
8339974: Graphics2D.drawString doesn't always work with Font derived from AffineTransform
...
Reviewed-by: prr, azvegint
2024-10-10 18:00:33 +00:00
Matthias Baesken
2a2ecc994e
8339475: Clean up return code handling for pthread calls in library coding
...
Reviewed-by: clanger, jwaters
2024-09-27 07:27:29 +00:00
Alisen Chung
66f1639846
8339271: giflib attribution correction
...
Reviewed-by: dnguyen, prr
2024-09-26 01:16:13 +00:00
Andrey Turbanov
fe80618bf3
8339972: Make a few fields in SortingFocusTraversalPolicy static
...
Reviewed-by: azvegint, aivanov
2024-09-20 12:43:57 +00:00