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

JBR-2702 remove workaround after fixing this issue on Apple's side #351

Open
wants to merge 1,025 commits into
base: main
Choose a base branch
from

Conversation

vprovodin
Copy link
Collaborator

@vprovodin vprovodin commented Apr 5, 2024

It reverts changes made in src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m within the commit JBR-2702 Tooltips display through other applications on hover. So the test introduced by that commit is still active and is included into regular runs.

@vprovodin
Copy link
Collaborator Author

The test successfully passes on macOS12, macOS13, macOS13 on both arch x86-64 and aarch64

@vprovodin vprovodin requested a review from JB-Dmitry April 5, 2024 04:13
avu and others added 28 commits April 5, 2024 06:19
…ronization in metal (MBP 16'' x64)

Removed NSLock and moved all operations to the AppKit thread
…hronization in metal (MBP 16'' x64)

Replaced NSMutableArray with NSMutableSet, removed unnecessary __block modifier.
Provided corrected initial value for currentDisplayID
…use 1 larger quad instead of many quads per row, full-tile is only using 1x1 pixel (full), applied to color, gradient & texture paints + fixed clang warnings
- add Swing/AWT specific Task runners
- split MouseEventsOnClientArea to separate AWT/Swing tests
- use CountDownLatch for tracking mouse events
- set windows always on top
- verify mouse location before clicking
* don't move into itself
* use `PKG_NAME` variable instead of `${APP_NAME}.pkg`
* cleanup sign.sh
* add `SCRIPT_VERBOSE` env variable to control `set -x`
…h -Xcheck:jni.

- Create a global reference of the passed to EDT accessible object (the local reference) to use it in the AppKit thread ;
- Enable -Xcheck:jni in the tests ;
- Make the tests handle the problematic case .

(cherry picked from commit cba981d)
…yTest.java: JDialog transparency lost upon iconify/deiconify sequence

Corrected startRedraw method to call setNeedsDisplay in displaySync=false mode
Corrected printf format and muted unused-function option for keycode_cache.c
- verify that the popup menu is usable if overlaps WM's dock panel of the bottom of screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet