Commit Graph

640 Commits

Author SHA1 Message Date
Sergey Bylokhov bb67c99b24 8065373: [macosx] jdk8, jdk7u60 Regression in Graphics2D drawing of derived Fonts
Reviewed-by: bae, prr
2014-12-16 19:46:22 +00:00
Alexander Scherbatiy 3d94b177cb 8065627: Animated GIFs fail to display on a HiDPI display
Reviewed-by: serb, azvegint
2014-12-10 17:20:48 +04:00
Sergey Bylokhov 9fc04e43bf 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
Reviewed-by: flar, prr
2014-11-28 10:42:03 +00:00
Petr Pchelko 8ef252e03f 8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
Reviewed-by: anthony, serb
2014-11-19 12:45:04 +04:00
Sergey Bylokhov 130059e317 8062164: Incorrect color conversion, when bicubic interpolation is used
Reviewed-by: flar, prr
2014-11-01 14:40:09 +03:00
Sergey Bylokhov 1505dd0828 8059941: [D3D] The fix for JDK-8029253 should be ported to d3d pipeline
Reviewed-by: bae, prr
2014-10-23 19:59:27 +04:00
Sergey Bylokhov 16c813c383 8061456: [OGL] Incorrect clip is used during sw->surface blit in xor mode
Reviewed-by: bae, prr
2014-10-22 12:33:28 +04:00
Sergey Bylokhov 36de04d39e 8029253: [macosx] Performance problems with Retina display on Mac OS X
Reviewed-by: bae, prr
2014-10-08 17:34:27 +04:00
Alexander Scherbatiy f74fa991c4 8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
Reviewed-by: pchelko, anthony, ksrini
2014-11-14 14:59:10 +03:00
Alexander Scherbatiy e9eb98fad6 8064468: ownedWindowList access requires synchronization in Window.setAlwaysOnTop() method
Reviewed-by: serb, pchelko
2014-11-14 12:00:07 +03:00
Phil Race 91a5abe428 8061392: PrinterJob NPE when drawing translucent image with null user clip
Reviewed-by: bae, jgodinez
2014-11-07 10:24:22 -08:00
Mikhail Cherkasov 8598bdabed 8062021: NPE in sun/lwawt/macosx/CPlatformWindow::toFront after JDK-8060146
Reviewed-by: ant, serb
2014-11-06 21:52:12 +04:00
Phil Race 66b8d7868d 8028539: Endless loop in native code of sun.java2d.loops.ScaledBlit
Reviewed-by: flar, jgodinez
2014-10-30 14:27:35 -07:00
Alexey Ivanov 2a50222f92 8059590: ArrayIndexOutOfBoundsException occurs when Container with overridden getComponents() is deserialized
Reviewed-by: serb, ant
2014-10-20 18:04:07 +04:00
Srinivasan Raghavan ae489598a2 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
Reviewed-by: serb, prr
2014-10-16 16:30:56 +04:00
Anton Tarasov cf494ae6e1 8049346: [TESTBUG] fix the @run line of the test: jdk/test/java/awt/Focus/SortingFTP/JDK8048887.java
Reviewed-by: serb, alexsch
2014-10-06 12:30:28 +04:00
Dmitry Markov cb10c9f657 8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
Reviewed-by: yan, serb
2017-01-13 16:53:26 +03:00
Dmitry Markov 512f2367ce 8171952: [macosx] AWT_Modality/Automated/ModalExclusion/NoExclusion/ModelessDialog test fails as DummyButton on Dialog did not gain focus when clicked
Reviewed-by: ssadetsky, serb
2017-01-02 17:15:16 +03:00
Dmitry Markov 4ee2d8b47c 8171949: [macosx] AWT_ZoomFrame Automated tests fail with error: The bitwise mask Frame.ICONIFIED is not setwhen the frame is in ICONIFIED state
Reviewed-by: ssadetsky, serb
2017-01-02 16:56:40 +03:00
Mikhail Cherkasov 5d8a2cd326 8075516: Deleting a file from either the open or save java.awt.FileDialog hangs
Reviewed-by: alexsch, serb
2016-06-22 12:26:30 +03:00
Dmitry Markov 84a6fd13c6 8169589: [macosx] Activating a JDialog puts to back another dialog
Reviewed-by: aivanov, serb
2016-12-09 14:35:54 +03:00
Petr Pchelko 3651820508 8035568: [macosx] Cursor management unification
Reviewed-by: anthony, serb
2016-12-09 10:01:58 +03:00
Dmitry Markov 6f063e903e 8169355: Diacritics input works incorrectly on Windows if Spanish (Latin American) keyboard layout is used
Reviewed-by: ssadetsky
2016-12-01 15:52:02 +03:00
Dmitry Markov 33b6573be6 8139189: VK_OEM_102 dead key detected as VK_UNDEFINED
8160623: [PIT] Exception running java/awt/event/KeyEvent/KeyChar/KeyCharTest.java

Reviewed-by: alexsch, yan, prr
2016-11-04 15:35:33 +03:00
Abhijit Saha 88915997b1 Merge 2016-10-11 14:56:09 -07:00
Ajit Ghaisas 6a3e24b10f 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
Reviewed-by: prr, flar
2016-10-05 14:30:21 -07:00
Abhijit Saha 36817061e0 Merge 2016-09-27 12:55:16 -07:00
Anton Tarasov 80c0ea5da4 8160570: [macosx] modal dialog can skip the activation/focus events
Reviewed-by: serb, ssadetsky
2016-09-15 11:44:12 +03:00
Dmitry Markov 377946dca8 8050478: [macosx] Cursor not updating correctly after closing a modal dialog
Reviewed-by: serb, alexsch
2016-09-06 16:06:49 +03:00
Ambarish Rapte b27e8a5b17 8040322: TextArea.replaceRange() and insert() are broken with setText(null)
Reviewed-by: serb, azvegint
2016-08-19 19:28:02 +03:00
Mikhail Cherkasov 1afe89fc0b 8164119: MoveToOtherScreenTest fails due wrong key attribute
Reviewed-by: coffeys
2016-08-18 19:35:50 +03:00
Mikhail Cherkasov d8bee08aad 8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
Reviewed-by: serb
2016-08-15 14:13:26 +03:00
Robin Stevens c4d446d712 8160941: "text/uri-list" dataflavor concats the first two strings
Reviewed-by: mcherkas, alexsch
2016-07-15 22:36:46 +03:00
Clemens Eisserer 9613b0e3a6 8054638: xrender: text drawn after setColor(Color.white) is actually black
Reviewed-by: bae, prr
2014-09-16 10:16:11 -07:00
Nakul Natu 8bc7078a62 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
Reviewed-by: azvegint, alexsch
2014-08-09 01:18:25 +04:00
Dmitry Markov 22919c3bc2 8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
Reviewed-by: alexsch, serb
2014-08-05 08:30:05 +04:00
Phil Race 621eb0585e 8043508: JVM core dumps with very long text in tooltip
Reviewed-by: bae, jgodinez
2014-07-31 10:47:51 -07:00
Anton Nashatyrev 659eb19c5e 8046495: KeyEvent can not be accepted in quick mouse clicking
Reviewed-by: art, pchelko
2014-07-30 12:01:47 +01:00
Artem Malinko db55b714ea 8047288: Fixes endless loop on mac caused by invoking Windows.isFocusable() on Appkit thread
Reviewed-by: ant, pchelko
2014-07-29 15:52:50 +04:00
Dmitry Markov fa7177bf0d 8044614: [macosx] Focus issue with 2 applets in firefox
Reviewed-by: alexsch, pchelko
2014-07-24 12:23:52 +04:00
Artem Malinko 4cefb9be67 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
Reviewed-by: anthony, pchelko
2014-07-02 14:48:37 +04:00
Petr Pchelko 2b68aa9a94 8047061: [macosx] Crash when setting display mode
Reviewed-by: anthony, alexsch
2014-06-19 12:59:19 +04:00
Sergey Bylokhov 05b2d95e39 8029455: [JLightweightFrame] support scaled painting
Reviewed-by: anthony, ant
2014-06-12 00:32:33 +04:00
Sergey Bylokhov 03d9c0d51d 8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
Reviewed-by: bae, flar
2014-06-11 14:38:50 +04:00
Sergey Bylokhov a52de212e5 8041644: [OGL] clip is ignored during surface->sw blit
Reviewed-by: bae, prr
2014-06-11 14:21:12 +04:00
Sergey Bylokhov 34fd451bad 8041129: [OGL] surface->sw blit is extremely slow
8017626: [OGL] Translucent VolatileImages don't paint correctly

Reviewed-by: bae, flar
2014-06-04 16:55:06 +04:00
Alexander Scherbatiy 3325deadf9 8043705: Can't exit color chooser dialog when running as an applet
Reviewed-by: serb, pchelko
2014-06-04 12:32:12 +04:00
Alexander Zvegintsev 6b9948c339 8041896: Test closed/java/awt/Choice/RemoveAllShrinkTest/RemoveAllShrinkTest fails with java.awt.IllegalComponentStateException
Reviewed-by: pchelko, serb
2014-05-15 20:24:13 +04:00
Anton Nashatyrev 67d052b92f 8032788: ImageIcon constructor throws an NPE and hangs when passed a null String parameter
Reviewed-by: pchelko, serb
2014-05-30 14:46:36 +04:00
Alexander Zvegintsev d9af31ccf6 8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
Reviewed-by: pchelko, serb
2014-05-29 13:34:04 +04:00
Alexander Scherbatiy 12777bf09d 8040291: [macosx] Http-Images are not fully loaded when using ImageIcon
Reviewed-by: serb, pchelko
2014-05-28 15:24:18 +04:00
Petr Pchelko 4586b66f83 8038999: In Java 8 java.awt.datatransfer.DataFlavor.equals is no longer symmetric
Reviewed-by: anthony, serb
2014-04-03 13:02:39 +04:00
Petr Pchelko d599d25a49 8024185: [macosx] Fullscreen button freezes application when started with -splash
Reviewed-by: anthony, serb
2013-12-19 16:40:28 +04:00
Alexander Scherbatiy 83b0dd80a0 8036110: In TextField can only select text visible or to the left of the cursor
Reviewed-by: serb, pchelko
2014-05-23 14:49:36 +04:00
Petr Pchelko d2f1f355bc 8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
Reviewed-by: serb, azvegint
2014-04-09 15:20:09 +04:00
Andrei Eremeev ed350938ad 7175457: [TEST_BUG] closed/java/awt/Window/AlwaysOnTop/TestAlwaysOnTopBeforeShow.java still failed
Reviewed-by: anthony, pchelko
2014-05-16 16:47:39 +04:00
Oleg Pekhovskiy 7f46daa53b 8014755: [TEST_BUG] frames didn't closed after execution some awt/dnd/ tests
Reviewed-by: serb, pchelko
2014-05-16 13:34:26 +04:00
Petr Pchelko f0bdb8a870 8041987: [macosx] setDisplayMode crashes
Reviewed-by: anthony, serb
2014-04-28 16:45:43 +04:00
Lana Steuck 2da8a6cc21 Merge 2014-04-16 15:03:29 -07:00
Abhijit Saha c330cc2a9d Merge 2014-04-09 12:26:00 -07:00
Andrew Brygin 18a750c5bf 8019990: IM candidate window appears on the South-East corner of the display
Reviewed-by: bagiras, serb
2014-04-03 16:40:58 +04:00
Abhijit Saha e12561dafb Merge 2014-04-02 10:01:16 -07:00
Petr Pchelko 99f8945d7b 8032595: [macosx] setResizable(false) makes a frame slide down
Reviewed-by: serb, ddehaven, azvegint
2014-04-02 16:18:55 +04:00
Petr Pchelko 123e8202a4 8031765: Child process error stream is not empty!
Reviewed-by: anthony, serb
2014-04-02 16:13:24 +04:00
Alejandro Murillo ea1b79643d Merge 2014-04-01 11:44:04 -07:00
Alexander Scherbatiy 600c3f9c0c 8035069: [macosx] Loading resolution variants by demand
Reviewed-by: serb, pchelko
2014-04-01 13:20:05 +04:00
Alexander Scherbatiy e2f14246f4 8033534: [macosx] Get MultiResolution image from native system
Reviewed-by: serb, pchelko
2014-04-01 13:10:06 +04:00
Abhijit Saha 1f77cbf4d7 Merge 2014-03-27 15:14:44 -07:00
Konstantin Shefov 28d8432a80 8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
Reviewed-by: pchelko, azvegint
2014-03-25 18:23:59 +04:00
Sergey Bylokhov 279556f652 7124255: [macosx] java.awt.List: method select(int) doesn't work before be visible
Reviewed-by: pchelko, azvegint
2014-03-19 16:13:59 +04:00
Abhijit Saha f147399d26 Merge 2014-03-18 13:54:50 -07:00
Vladimir Kozlov d38814a134 Merge 2014-03-13 14:55:50 -07:00
Petr Pchelko 07e19e3813 8031964: [macosx] Dragging images from the browser does not work
Reviewed-by: anthony, serb
2014-03-12 18:08:08 +04:00
Petr Pchelko 097cd6cc8c 8030050: Validate fields on DnD class deserialization
Reviewed-by: anthony, serb
2014-03-12 17:42:11 +04:00
Petr Pchelko 88079e4eb5 8032058: [TEST_BUG] [macosx] java/awt/dnd/Button2DragTest sometimes fail
Reviewed-by: anthony, serb
2014-03-12 17:35:25 +04:00
Petr Pchelko 1d3a6ebf46 8007220: [macosx] Setting popupmenu on TrayIcon do not work if done *after* adding TrayIcon
Reviewed-by: anthony, serb
2014-03-12 17:11:37 +04:00
Petr Pchelko 135673f2ab 7159566: The choice positioned in the top of applet when clicking the choice
Reviewed-by: anthony, serb
2014-03-12 17:05:31 +04:00
Petr Pchelko 9388e94477 8026869: [macosx] Support apple.awt.use-file-dialog-packages property
Reviewed-by: anthony, serb
2014-03-12 17:00:28 +04:00
Dmitry Markov 764075105d 8032872: [macosx] Cannot select from JComboBox in a JWindow
Reviewed-by: pchelko, ant
2014-03-11 13:14:04 +04:00
Vladimir Kozlov 1194c8dabb Merge 2014-02-25 15:10:27 -08:00
Anton Litvinov 4cd3b79f60 8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
Reviewed-by: pchelko, serb
2014-02-24 12:37:46 +04:00
Vladimir Kozlov 0a9698584d Merge 2014-02-19 20:10:55 -08:00
Konstantin Shefov 8847fdc76a 8017456: [TEST_BUG] java/awt/DataFlavor/MissedHtmlAndRtfBug/MissedHtmlAndRtfBug.html: test frames remain after test execution
Reviewed-by: serb, alexsch
2014-02-18 14:44:29 +04:00
Oleg Pekhovskiy dd1ae2895e 8031694: [macosx] TwentyThousandTest test intermittently hangs
Reviewed-by: art, anthony
2014-02-13 22:00:42 +04:00
Konstantin Shefov e121893085 7161320: TEST_BUG: java/awt/event/KeyEvent/SwallowKeyEvents/SwallowKeyEvents.java fails (Invalid key code)
Reviewed-by: pchelko, serb
2014-03-21 17:36:37 +03:00
Konstantin Shefov dfa8917b66 8030640: [TEST_BUG] java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh fails with exit code 2
Reviewed-by: pchelko, serb, anthony
2014-03-21 16:32:26 +04:00
Konstantin Shefov c3d69a28de 8022531: [TEST_BUG] After double-click on the folder names , there is no 'OK' button in the dialog
Reviewed-by: pchelko, azvegint, serb
2014-03-24 11:34:26 +04:00
Vladimir Kozlov f6926a9870 Merge 2014-01-22 17:40:55 -08:00
Volker Simonis eb1ee0c0e8 8028537: PPC64: Updated the JDK regression tests to run on AIX
Co-authored-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
Co-authored-by: Steve Poole <spoole@linux.vnet.ibm.com>
Reviewed-by: alanb
2014-01-17 21:54:30 +01:00
Sergey Bylokhov 1c495a4a10 7157680: XAWT: Native components should not paint native part on UPDATE event
Reviewed-by: anthony, pchelko
2014-01-20 20:11:09 +04:00
Petr Pchelko 874ab46015 8031477: [macosx] Loading AWT native library fails
8002191: AWT-Shutdown thread does not start with the AppletSecurity on Linux
8031032: SQE test failures after JDK-8025010 was fixed

Reviewed-by: serb, ddehaven
2014-01-15 11:57:19 +04:00
Alexander Scherbatiy caa660ec13 8028212: Custom cursor HiDPI support
Reviewed-by: serb, anthony
2014-01-30 15:08:35 +04:00
Alexander Scherbatiy 786ee781ae 8011059: [macosx] Support automatic @2x images loading on Mac OS X
Reviewed-by: serb, flar
2014-01-30 13:40:56 +04:00
Oleg Pekhovskiy 4f2479dd89 8013116: Robot moves mouse to point which differs from set in mouseMove on Unity shell
Reviewed-by: serb, azvegint
2014-01-30 11:09:30 +04:00
Phil Race 0de263fb1d 8031462: Fonts with morx tables are broken with latest ICU fixes
Reviewed-by: bae, vadim
2014-01-13 14:53:06 -08:00
Lana Steuck 03b4e5d3ba 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
Updated files with 2011, 2012 and 2013 years according to the file's last updated date

Reviewed-by: tbell, lancea, chegar
2013-12-26 12:04:16 -08:00
Sergey Bylokhov 902a80a7b1 8030953: SelectionVisible test should test multiline selection in case of TextArea
Reviewed-by: pchelko, azvegint
2013-12-23 18:54:50 +04:00
Alexander Zvegintsev 263fdcbf7a 8029263: user's default browser can not launch after we click the button, and there is an IOException shown in the log text (java.io.IOException)
Reviewed-by: anthony, serb
2013-12-18 11:09:31 +00:00
Anthony Petrov 47b7cc035f 8029979: Allow multiple calls to DropTargetDropEvent.acceptDrop()
Reviewed-by: pchelko, serb
2014-01-14 13:55:01 +04:00
Lana Steuck 13a5bf79c5 Merge 2013-12-12 20:04:31 -08:00
Sergey Bylokhov 14f40bab1b 8001472: api/java_awt/Window/indexTGF_* tests fail because expected colors aren't equal
Reviewed-by: anthony, azvegint
2013-12-12 16:30:22 +04:00
Petr Pchelko 09e6345482 8029565: java.awt.dnd.InvalidDnDOperationException: data translation failed on file drop
Reviewed-by: anthony, serb
2013-12-06 17:47:16 +04:00
Lana Steuck ce0b21b5f0 Merge 2013-12-05 10:32:02 -08:00
Sergey Bylokhov 6c439131d6 8029382: [macosx] Need test for JDK-7161437
Reviewed-by: pchelko, anthony
2013-12-04 15:55:36 +04:00
Petr Pchelko 64e1aae31a 8028484: [TEST_BUG][macosx] closed/java/awt/MouseInfo/JContainerMousePositionTest fails
Reviewed-by: anthony, serb
2013-12-04 15:41:03 +04:00
Lana Steuck 98d2cb3084 Merge 2013-12-03 17:58:12 -08:00
Lana Steuck a8b50be959 Merge 2013-12-03 15:10:37 -08:00
Phil Race 1aaa224556 8029204: Printing a GlyphVector on Windows ignores position of first glyph
Reviewed-by: jgodinez, bae
2013-12-03 09:35:54 -08:00
Petr Pchelko 0aa8a5ad09 7124391: [TEST_BUG][macosx] MouseEvents are not dispatched when the mouse cursor leaves the component
Reviewed-by: anthony, serb
2013-12-03 19:33:05 +04:00
Petr Pchelko d78b117809 8029251: [TEST_BUG][macosx] Use safari browser, the ouput contain information that DataFlavor.allHtmlFlavor is not present in the system clipboard
Reviewed-by: anthony, serb
2013-12-03 15:31:07 +04:00
Andrei Eremeev 0bb946b80e 8023576: [TEST BUG] Compilation fails for java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java
Reviewed-by: anthony, serb
2013-12-03 15:18:52 +04:00
Petr Pchelko 72e44e870c 7178682: [TEST_BUG][macosx] Mouse Pressed event can't be monitored for DisabledComponentsTest.html
Reviewed-by: anthony, serb
2013-11-29 16:43:22 +04:00
Petr Pchelko ee95a2a1c4 7152982: [TEST_BUG][macosx] Extremely unstable mouse modifiers test
Reviewed-by: anthony, serb
2013-11-29 11:08:52 +04:00
Lana Steuck ebac85aa00 Merge 2013-11-27 10:44:41 -08:00
Sergey Bylokhov 27a7aa78e9 8029024: [TEST_BUG] java/awt/Modal/ModalDialogOrderingTest/ModalDialogOrderingTest.java fails
Reviewed-by: malenkov, alexsch
2013-11-27 20:45:10 +04:00
Alexander Stepanov faa166e5b7 8024767: [TEST] need test to cover JDK-7189452
Reviewed-by: ceisserer, bae
2013-11-27 15:15:40 +04:00
Petr Pchelko ab26348810 8011142: [TEST_BUG] 2 AppContext regression tests failed since 7u25b03 with NullPointerException
Reviewed-by: anthony, serb
2013-11-27 11:41:55 +04:00
Jennifer Godinez c21408ea2c 8028584: sun.net.www.protocol.file.FileURLConnection cannot be cast to java.net.HttpURLConnection
Reviewed-by: bae, prr
2013-11-26 10:24:59 -08:00
Petr Pchelko e4b29762d5 8024161: [TEST_BUG] [macosx] java/awt/Menu/OpensWithNoGrab/OpensWithNoGrab.java failed "menu was opened by first click after opened Choice"
Reviewed-by: anthony, serb
2013-11-26 18:50:35 +04:00
Lana Steuck 7179341450 Merge 2013-11-25 12:29:54 -08:00
Clemens Eisserer 90b513b09c 8028722: Render: Drawing strings with exactly 254 glyphs causes hangs
Reviewed-by: prr, bae
2013-11-25 09:38:32 -08:00
Petr Pchelko ac94cb0062 8028485: [macosx] java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java fails
Reviewed-by: anthony, serb
2013-11-22 10:48:00 +04:00
Sergey Bylokhov a1e87167e1 8027913: drop target notifications are sent out of order during DnD
Reviewed-by: anthony, art
2013-11-19 18:16:41 +04:00
Oleg Pekhovskiy 5c242ed70c 8027628: JWindow jumps to (0, 0) after mouse clicked
Reviewed-by: anthony, serb
2013-11-18 23:24:27 +04:00
Alexander Scherbatiy e04c087c6d 8025126: [macosx] Invalid calls to setValueAt() within JTable in Java 7 on Mac OS X
Reviewed-by: serb
2013-11-15 14:05:49 +04:00
Petr Pchelko 5f7b6dfb6c 8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108
Reviewed-by: anthony
2013-11-14 11:42:46 +04:00
Petr Pchelko 01f2c8f8ad 8028230: Behavior of SystemFlavorMap.getNativesForFlavor differ from that in Java 7
Reviewed-by: anthony, serb
2013-11-14 10:52:19 +04:00
Sergey Bylokhov 9ab430a0d2 8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
2013-11-12 20:24:25 +04:00
Leonid Romanov 0b24095558 8027972: [macosx] Provide a regression test for JDK-8007006
Reviewed-by: anthony
2013-11-12 20:02:12 +04:00
Lana Steuck 30f9f179d5 Merge 2013-10-31 16:22:30 -07:00
Lana Steuck be32b11e5b Merge 2013-10-31 15:45:57 -07:00
Leonid Romanov df6d7277ef 8013581: [macosx] Key Bindings break with awt GraphicsEnvironment setFullScreenWindow
Reviewed-by: anthony, serb
2013-10-30 20:54:42 +04:00
Petr Pchelko 849b644b8c 8027152: Regression: test closed/java/awt/Serialize/NullSerializationTest/NullSerializationTest.html fails since JDK 8 b112
Reviewed-by: art, serb
2013-10-30 12:00:18 +04:00
David Dehaven 6c747ded77 8025673: [macosx] Disable X11 AWT toolkit
Disable but not completely remove the XAWT and headless toolkits on Mac OS X

Reviewed-by: anthony, art, ihse, erikj
2013-10-24 20:47:41 -04:00
Petr Pchelko 45dd0a7642 8027025: [macosx] getLocationOnScreen returns 0 if parent invisible
Reviewed-by: anthony, serb
2013-10-24 19:50:33 +04:00
Sergey Bylokhov b776817a56 7090424: TestGlyphVectorLayout failed automately with java.lang.StackOverflowError
Reviewed-by: anthony, art
2013-10-24 14:32:07 +04:00
Clemens Eisserer 8f5a3f7514 8023483: sun/java2d/DirectX/TransformedPaintTest/TransformedPaintTest.java failed with jdk8 on linux platforms
Reviewed-by: prr, bae
2013-10-22 13:47:45 -07:00
Leonid Romanov 9d1ce9a555 8020209: [macosx] Mac OS X key event confusion for "COMMAND PLUS"
Reviewed-by: anthony, serb
2013-10-22 16:45:08 +04:00
Jennifer Godinez fbb6fe5543 8025988: [macosx] Attribute settings don't work for JobAttributes range
8025990: [macosx] Attribute settings don't work for JobAttributes setOrientationRequested, setMedia

Reviewed-by: prr, jchen
2013-10-18 15:30:10 -07:00
Jennifer Godinez bdd269bb9d 8015586: [macosx] Test closed/java/awt/print/PrinterJob/PrintToDir.java fails on MacOSX
Reviewed-by: prr, jchen
2013-10-15 14:24:49 -07:00
Jennifer Godinez d8f5fe01b2 8022536: closed/javax/print/TextFlavorTest.java fails
Reviewed-by: prr, jchen
2013-10-14 09:15:21 -07:00
Sergey Bylokhov a2dc296d67 8019591: JCK: testICSEthrowing_fullScreen fails: no ICSE thrown
Reviewed-by: art, anthony
2013-10-14 20:11:56 +04:00
Lana Steuck a076cb06a6 Merge 2013-10-11 14:19:50 -07:00
Konstantin Shefov 9b8906104d 7124338: [macosx] Selection lost if a selected item removed from a java.awt.List
Reviewed-by: serb, anthony
2013-10-11 15:39:40 +04:00
Petr Pchelko 6468414f4a 8026143: [macosx] Maximized state could be inconsistent between peer and frame
Reviewed-by: anthony, serb
2013-10-11 11:48:52 +04:00
Petr Pchelko 17c3bb8033 8024864: [macosx] Problems with rendering of controls
Reviewed-by: serb, leonidr
2013-10-10 19:27:21 +04:00
Alexander Stepanov bff389c83b 8025649: need test to cover JDK-8000423
Reviewed-by: anthony, serb
2013-10-09 13:40:55 +04:00
Lana Steuck 14794b79d9 Merge 2013-10-08 14:53:14 -07:00
Lana Steuck b96364e53b Merge 2013-10-08 14:37:33 -07:00
Alexander Scherbatiy 9a9e0fd42c 7081594: Windows owned by an always-on-top window DO NOT automatically become always-on-top
Reviewed-by: art, anthony, serb
2013-10-08 18:45:38 +04:00