Commit Graph

20075 Commits

Author SHA1 Message Date
Sergey Bylokhov
1f3355acb3 7058662: AiffFileReader throws java.lang.ArithmeticException: division by zero when frame size is zero
7058666: Unexpected exception in AU parser code
7058672: Unexpected exceptions and freezes in WAV parser code

Reviewed-by: prr
2013-10-10 02:35:27 +04:00
Christine Lu
1abf520f0d 8026021: more fix of javadoc errors and warnings reported by doclint, see the description
Reviewed-by: anthony, serb
2013-10-09 14:32:15 -07:00
Leonid Romanov
e77075b022 8016551: JMenuItem in WindowsLookAndFeel can't paint default icons
Reviewed-by: alexsch, serb
2013-10-09 21:15:49 +04:00
Leonid Romanov
c0ce231319 8019623: Lack of synchronization in AppContext.getAppContext()
Reviewed-by: anthony, art
2013-10-09 20:59:08 +04:00
Anthony Petrov
8b7ad3288c 7159266: [macosx] ApplicationDelegate should not be set in the headless mode
Don't install ApplicationDelegate in headless mode

Reviewed-by: art, serb
2013-10-09 15:34:53 +04:00
Oleg Pekhovskiy
c7b9274feb 8016356: Any swing frame resizes ugly
Reviewed-by: art, anthony
2013-10-09 14:12:40 +04:00
Alexander Stepanov
bff389c83b 8025649: need test to cover JDK-8000423
Reviewed-by: anthony, serb
2013-10-09 13:40:55 +04:00
Leonid Romanov
23cf2b8885 8004050: [macosx] The 'ESC' key does not work with jdk8
Reviewed-by: alexsch, serb
2013-10-09 01:03:33 +04:00
Sergey Bylokhov
5ed7c4d3a2 8025603: Unused methods in the awt text peers should be removed
Reviewed-by: art, anthony
2013-10-08 23:34:20 +04:00
Sergey Bylokhov
eacfa0f773 8022119: test api/javax_sound/sampled/spi/MixerProvider/indexTGF_MixerProviderTests fails
Reviewed-by: art, anthony
2013-10-08 21:24:49 +04: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
Sergey Malenkov
a485f88ad9 7172597: java.awt.KeyboardFocusManager.clearFocusOwner() missed javadoc tag @since 1.8
Reviewed-by: art, anthony
2013-10-08 18:19:10 +04:00
Sergey Malenkov
fdd26c3a51 7081584: Specification for Window.isAlwaysOnTopSupported needs to be clarified
Reviewed-by: art, serb
2013-10-08 18:10:13 +04:00
Oleg Pekhovskiy
bf733d1947 7199196: Incremental transfer is broken because of a typo
Reviewed-by: anthony, serb
2013-10-08 17:00:44 +04:00
Oleg Pekhovskiy
acf636d21c 7068423: Spec for java.awt.GraphicsDevice.getFullScreenWindow() needs clarification
Reviewed-by: art, anthony
2013-10-08 16:56:15 +04:00
Oleg Pekhovskiy
d8c323d038 8000425: FileDialog documentation should be enhanced
Reviewed-by: serb, anthony
2013-10-08 16:04:12 +04:00
Petr Pchelko
419c7a7c32 8025585: Win: Popups in JFXPanel do not receive MouseWheel events
Reviewed-by: anthony, art
2013-10-08 15:54:43 +04:00
Alexander Zvegintsev
ee806b0721 7158311: GraphicsDevice.setDisplayMode(...) leads to hang when DISPLAY variable points to Oracle Linux
8001463: Regression : Deadlock between AWT-XAWT thread and AWT-EventQueue-0 Thread when screen resolution changes

Reviewed-by: art, serb
2013-10-08 15:17:22 +04:00
Dmitry Ginzburg
241991b07e 8025236: [javadoc] fix some errors in AWT
Reviewed-by: yan, anthony
2013-10-08 13:57:44 +04:00
Christine Lu
f00b2dd7ad 8025840: Fix all the doclint warnings about trademark
Reviewed-by: art
2013-10-07 11:34:44 -07:00
Alexander Scherbatiy
3b9db3b7b2 8007219: [macosx] Frame size reverts meaning of maximized attribute if frame size close to display
Reviewed-by: serb, anthony
2013-10-07 16:42:29 +04:00
Alexander Scherbatiy
254c852564 8025438: [macosx] right JNFCall* method should be used in JDK-8008728 fix
Reviewed-by: serb, anthony
2013-10-07 16:13:48 +04:00
Mikhail Cherkasov
798b7d2356 8020688: Broken links in documentation at http://docs.oracle.com/javase/6/docs/api/index
Reviewed-by: anthony, alexsch
2013-10-04 20:13:32 +04:00
Alexander Scherbatiy
5520d11d0c 7092283: Property Window.locationByPlatform is not cleared by calling setVisible(false)
Reviewed-by: anthony, serb
2013-10-03 19:02:45 +04:00
Anthony Petrov
5319e7da59 7174704: [macosx] New issue in 7u6 b12: HeadlessPrintingTest failure
Load the lwawt native library on Mac regardless of the headless/headful mode. Also, some minor cleanup.

Reviewed-by: art, serb
2013-10-03 18:01:25 +04:00
Oleg Pekhovskiy
cea15b4dee 8013553: [macosx] java.awt.FileDialog removes file extensions
Reviewed-by: leonidr, serb
2013-10-03 16:51:56 +04:00
Christine Lu
e32c2618aa 8025409: Fix javadoc comments errors and warning reported by doclint report
Reviewed-by: anthony, yan
2013-10-02 11:28:07 -07:00
Sergey Bylokhov
12a7707961 8013563: Memory leak in JFrame on Linux
Reviewed-by: anthony, art
2013-10-02 21:02:04 +04:00
Leonid Romanov
33ff5ac952 8023994: Right click on the icon added to the system tray for the first time, java.lang.IllegalArgumentException thrown
Reviewed-by: anthony, serb
2013-10-02 17:06:09 +04:00
Petr Pchelko
efe326ede9 8024158: [macosx] java/awt/EventDispatchThread/LoopRobustness/LoopRobustness still failed after fix JDK-8022247; since jdk8b96
Reviewed-by: art, leonidr
2013-10-02 16:58:13 +04:00
Petr Pchelko
a8abc64da9 8024600: [macosx] code prevents use of -Xlint:auxiliaryclass,empty in jdk build
Reviewed-by: anthony, serb
2013-10-02 11:50:58 +04:00
Petr Pchelko
d5ec67a6e5 8024163: [macosx] NullPointerException at javax.swing.TransferHandler$DropHandler.handleDrag since jdk8b93, 7u40b28
Reviewed-by: anthony, serb
2013-10-02 11:32:56 +04:00
Petr Pchelko
195b490063 7124363: [macosx] ClassCastException: CFileDialog cannot be cast to LWWindowPeer
Reviewed-by: anthony, serb
2013-10-02 11:18:17 +04:00
Anton Nashatyrev
70a279fde5 8025145: [macosx]: java 7 does not recognize tiff image on clipboard
Reviewed-by: anthony, serb
2013-10-01 18:40:35 +04:00
Vera Akulova
f5caf587e7 8025707: Frogot to add a file to fix for JDK-8012461
Reviewed-by: serb, alexsch
2013-10-01 14:38:47 +04:00
Vera Akulova
c1c753d0f8 7133532: [macosx] closed/javax/swing/JScrollBar/bug4202954/bug4202954.java fails on MacOS
Reviewed-by: serb, alexsch
2013-10-01 13:47:50 +04:00
Vera Akulova
401b226ad5 7133545: [macosx] closed/javax/swing/JSplitPane/4514858/bug4514858.java fails on MacOS
Reviewed-by: serb, alexsch
2013-10-01 13:46:53 +04:00
Vera Akulova
920c1d844f 8012461: [TEST_BUG] closed/javax/swing/plaf/synth/SynthButtonUI/6276188/bug6276188.java doesn't release mouse button
Reviewed-by: serb, alexsch
2013-10-01 13:45:51 +04:00
Vera Akulova
0307ac32a2 8004294: [TEST_BUG] javax/swing/JSpinner/4973721/bug4973721.java failed on win2003
Reviewed-by: serb, alexsch
2013-10-01 13:40:26 +04:00
Vera Akulova
28fa075d75 8012466: [TEST_BUG] javax/swing/JInternalFrame/Test6505027.java doesn't release mouse button
Reviewed-by: serb, alexsch
2013-10-01 13:38:07 +04:00
Vera Akulova
c4d57a676d 8012468: [TEST_BUG] javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java doesn't release mouse button
Reviewed-by: serb, alexsch
2013-10-01 13:30:37 +04:00
Vera Akulova
6d63827a99 7125471: [macosx] NofocusListDblClickTest should wait between doublr clicks
Reviewed-by: anthony, serb
2013-10-01 13:19:07 +04:00
Sergey Bylokhov
0c7604f2bc 7150100: [macosx] "0123456789" is selected in the TextField
Reviewed-by: anthony, art
2013-10-01 04:29:50 +04:00
Sergey Malenkov
557d4e977b 8025652: [macos] build failed
Reviewed-by: serb
2013-09-30 22:08:45 +04:00
Sergey Malenkov
e37d16f11b 7117595: ArrayIndexOutOfBoundsException in Win32GraphicsEnvironment if display is removed
Reviewed-by: anthony, serb
2013-09-27 22:25:58 +04:00
Sergey Malenkov
dd224c8deb 8012716: java.beans.EventHandler.create method should check if the given listenerInterface is a public interface
Reviewed-by: art, mchung
2013-09-27 22:17:24 +04:00
Petr Pchelko
247ec6ca80 8016563: Test closed/java/awt/dnd/ImageTransferTest/ImageTransferTest.html fails
Reviewed-by: anthony, serb
2013-09-27 18:35:00 +04:00
Petr Pchelko
9d67cb2e94 8025503: [macosx] FileDialog allows file selection with apple.awt.fileDialogForDirectories = true
Reviewed-by: serb, anthony
2013-09-27 17:04:16 +04:00
Alexander Stepanov
c49c083729 8024122: [TEST] need test to cover JDK-7146572
Reviewed-by: anthony, yan
2013-09-27 14:29:27 +04:00
Taras Ledkov
7569765f7e 8025249: [javadoc] fix some javadoc errors in javax/swing/
Reviewed-by: alexsch, yan
2013-09-27 12:35:43 +04:00