On Tue, 10 Oct 2023 03:44:27 GMT, Julian Waters wrote:
>> We should set the -permissive- flag for the Microsoft Visual C compiler, as
>> was requested by the now backed out
>> [JDK-8241499](https://bugs.openjdk.org/browse/JDK-8241499). Doing so makes
>> the Visual C compiler much less acceptin
On Wed, 20 Sep 2023 19:54:01 GMT, Phil Race wrote:
>> ScientificWare has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains 10 commits:
>>
>> - Merge branch
>> 'scientificware-patch-004-CSS-aligns_rgb_and_rgba_function_behaviours' of
On Mon, 2 Oct 2023 23:06:58 GMT, Damon Nguyen wrote:
> This test intermittently fails by timeout. Increasing the timeout alone
> doesn't solve the failure as it still fails in about 400 runs. Adding another
> delay and reducing the delay amount to 1000ms. Now, the test passes after 2
> sets of
On Thu, 12 Oct 2023 16:27:45 GMT, Alexey Ivanov wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove excess
>
> test/jdk/java/awt/dnd/RejectDragDropActionTest.java line 103:
>
>> 101: !p.equals(
On Thu, 12 Oct 2023 20:07:18 GMT, Damon Nguyen wrote:
>> This test intermittently fails by timeout. Increasing the timeout alone
>> doesn't solve the failure as it still fails in about 400 runs. Adding
>> another delay and reducing the delay amount to 1000ms. Now, the test passes
>> after 2 se
> This test intermittently fails by timeout. Increasing the timeout alone
> doesn't solve the failure as it still fails in about 400 runs. Adding another
> delay and reducing the delay amount to 1000ms. Now, the test passes after 2
> sets of 500 repeats on all OS's without a timeout.
Damon Nguy
On Thu, 12 Oct 2023 17:54:07 GMT, Alexander Zuev wrote:
> As a workaround changing the method that filters out valid resolutions to not
> allow resolutions unsupported by Apple m1/m2 chips to be reported back to
> Java side.
>
> Also removing test from problem list as it should pass again now.
On Wed, 11 Oct 2023 04:54:54 GMT, ANUPAM DEV wrote:
> Hello,
>
> I have fixed the typo in the comment for the method
> JPopupMenu.setInvoker(Component invoker)
>
> before: Sets the invoker of this popup menu -- the component in which the
> popup menu menu is to be displayed.
> after: Sets the
On Thu, 12 Oct 2023 17:54:07 GMT, Alexander Zuev wrote:
> As a workaround changing the method that filters out valid resolutions to not
> allow resolutions unsupported by Apple m1/m2 chips to be reported back to
> Java side.
>
> Also removing test from problem list as it should pass again now.
On Thu, 12 Oct 2023 17:54:07 GMT, Alexander Zuev wrote:
> As a workaround changing the method that filters out valid resolutions to not
> allow resolutions unsupported by Apple m1/m2 chips to be reported back to
> Java side.
>
> Also removing test from problem list as it should pass again now.
As a workaround changing the method that filters out valid resolutions to not
allow resolutions unsupported by Apple m1/m2 chips to be reported back to Java
side.
Also removing test from problem list as it should pass again now.
-
Commit messages:
- Rolling back additional unneede
On Thu, 12 Oct 2023 17:12:05 GMT, Alexey Ivanov wrote:
> **Cleanup**
>
> A trivial modification which removes `class="centered"` from one of the
> `` elements. It's a remnant from a previous version of the image.
>
> Classes aren't used, all `` elements are centered.
Marked as reviewed by ser
**Cleanup**
A trivial modification which removes `class="centered"` from one of the
`` elements. It's a remnant from a previous version of the image.
Classes aren't used, all `` elements are centered.
-
Commit messages:
- 8318028: Remove unused class="centered" from FocusCycle.svg
On Fri, 6 Oct 2023 07:25:54 GMT, Prasanta Sadhukhan
wrote:
>> SwingNode does not update its internal cache of Swing pref/max/min height
>> and widths when its JComponent content's corresponding size constraints are
>> updated. As such, it isn't resized to honor those size constraints.
>>
>>
> The fix adds new public `OutputBin` print attribute class which allow to set
> a printer output bin in a `PrinterJob` class. The corresponding internal
> `CustomOutputBin` class is added as well.
>
> - Constants used in `OutputBin` class are based on [Internet Printing
> Protocol (IPP): “outp
On Fri, 6 Oct 2023 07:25:54 GMT, Prasanta Sadhukhan
wrote:
>> SwingNode does not update its internal cache of Swing pref/max/min height
>> and widths when its JComponent content's corresponding size constraints are
>> updated. As such, it isn't resized to honor those size constraints.
>>
>>
On Fri, 6 Oct 2023 07:25:54 GMT, Prasanta Sadhukhan
wrote:
>> SwingNode does not update its internal cache of Swing pref/max/min height
>> and widths when its JComponent content's corresponding size constraints are
>> updated. As such, it isn't resized to honor those size constraints.
>>
>>
On Fri, 6 Oct 2023 07:25:54 GMT, Prasanta Sadhukhan
wrote:
>> SwingNode does not update its internal cache of Swing pref/max/min height
>> and widths when its JComponent content's corresponding size constraints are
>> updated. As such, it isn't resized to honor those size constraints.
>>
>>
On Thu, 5 Oct 2023 17:43:21 GMT, Damon Nguyen wrote:
> However, since the accumulation of the changes doesn't seem to cause any
> failures anymore, should I just follow through with this PR? I can raise
> another bug if needed for this intermittent failure. Can't identify what's
> causing this
On Thu, 5 Oct 2023 16:20:08 GMT, Damon Nguyen wrote:
>> This test intermittently fails by timeout. Increasing the timeout alone
>> doesn't solve the failure as it still fails in about 400 runs. Adding
>> another delay and reducing the delay amount to 1000ms. Now, the test passes
>> after 2 set
On Fri, 6 Oct 2023 07:25:54 GMT, Prasanta Sadhukhan
wrote:
>> SwingNode does not update its internal cache of Swing pref/max/min height
>> and widths when its JComponent content's corresponding size constraints are
>> updated. As such, it isn't resized to honor those size constraints.
>>
>>
Each time `CUPSPrinter.initMedia()` method is called it creates new
`CustomMediaSizeName` objects which are all collected in static
`CustomMediaSizeName.customEnumTable` field. A lot of created duplicated
`CustomMediaSizeName` objects wastes java heap space and can lead to
`PrintService.getAttr
The fix adds new public `OutputBin` print attribute class which allow to set a
printer output bin in a `PrinterJob` class. The corresponding internal
`CustomOutputBin` class is added as well.
- Constants used in `OutputBin` class are based on [Internet Printing Protocol
(IPP): “output-bin” attr
On Tue, 26 Sep 2023 11:12:08 GMT, Abhishek Kumar wrote:
>> The issue exist only for non-editable combobox and the root cause is
>> accessible object is not created due to incorrect index returned from
>> component class which results in no a11y API invoked.
>>
>> Proposed solution is to return
On Wed, 11 Oct 2023 21:10:21 GMT, Mikael Vidstedt wrote:
>> macOS 10.x is no longer receiving updates - the most recent/last release was
>> 10.15.7 back in July of 2022. It's time to bump the target macOS version
>> (min/max) for macosx-x64. macOS 11.x is still receiving updates.
>>
>> This ch
On Tue, 10 Oct 2023 03:44:27 GMT, Julian Waters wrote:
>> We should set the -permissive- flag for the Microsoft Visual C compiler, as
>> was requested by the now backed out
>> [JDK-8241499](https://bugs.openjdk.org/browse/JDK-8241499). Doing so makes
>> the Visual C compiler much less acceptin
On Wed, 11 Oct 2023 17:48:28 GMT, Daniel Jeliński wrote:
>> src/java.desktop/share/native/libawt/java2d/SurfaceData.h line 557:
>>
>>> 555: */
>>> 556: SurfaceDataOps *
>>> 557: SurfaceData_GetOpsNoSetup(JNIEnv *env, jobject sData);
>>
>> ~~It seems to me none of the functions in `SurfaceData.
On Wed, 11 Oct 2023 17:54:31 GMT, Daniel Jeliński wrote:
> `img_makePalette` is in libawt.so, `X11Color.c` is in libawt_xawt.so
I see. I didn't check Linux builds, but I should've.
-
PR Comment: https://git.openjdk.org/jdk/pull/13261#issuecomment-1759299249
On Tue, 1 Aug 2023 04:16:30 GMT, Renjith Kannath Pariyangad
wrote:
> Did further investigation on JDK-7116070 (name truncation issue) and found
> its [MS
> structure](https://learn.microsoft.com/en-us/windows-hardware/drivers/audio/extended-capabilities-from-a-wdm-audio-driver)
> limitation,
On Fri, 21 Jul 2023 03:35:57 GMT, Sergey Bylokhov wrote:
>> Renjith Kannath Pariyangad has updated the pull request incrementally with
>> one additional commit since the last revision:
>>
>> Disabled OLE1 from CoInit
>
> Marked as reviewed by serb (Reviewer).
@mrserb Could you take a look at
On Thu, 12 Oct 2023 06:40:13 GMT, Renjith Kannath Pariyangad
wrote:
>> Hi Reviewers,
>>
>> Observations :
>> 1. Without com initialize if we access Mixer for recording, library loaded
>> invalid GUID and clipped description in windows(ID not found in registry).
>> With com initialization libr
On Thu, 28 Sep 2023 11:18:16 GMT, Ravi Gupta wrote:
> Write a test to check textArea triggers MouseEntered/MouseExited events
> properly
>
> MouseEntered should be triggered only when the mouse enters the component and
> MouseExited should be triggered when the mouse goes out of the component.
Hi,
I've encountered a bug when sending MIDI SysexMessage. SysexMessage
allows splitting a sysex message into multiple SysexMessage. The first
SysexMessage will start with 0xF0. Other continuing SysexMessage will
start with 0xF7. A SysexMessage starting with 0xF0 can be send by
javax.sound.midi.R
On Tue, 10 Oct 2023 21:24:47 GMT, Phil Race wrote:
>> For stroked shapes (no Renderer use), the min-join-error check is disabled.
>> Added new jtreg test to verify join using pixel counts
>
> Let me submit a test task to verify.
Thanks @prrace for approval.
@kevinrushforth could you review this
On Thu, 12 Oct 2023 08:30:10 GMT, Alexander Zuev wrote:
> What about the initial value? Will the combobox initial value be displayed if
> it was never changed?
The initial value is set in `AquaComboBoxButton` constructor. Yes, initial
value is displayed with screen magnifier even if it has nev
On Tue, 26 Sep 2023 11:12:08 GMT, Abhishek Kumar wrote:
>> The issue exist only for non-editable combobox and the root cause is
>> accessible object is not created due to incorrect index returned from
>> component class which results in no a11y API invoked.
>>
>> Proposed solution is to return
36 matches
Mail list logo