Dmitry Cherepanov
0d7e36485c
6853592: VM test nsk.regression.b4261880 fails with "X Error of failed request: BadWindow" inconsistently
...
Reviewed-by: art, anthony
2009-09-30 13:21:51 +04:00
Mandy Chung
fc0fc96e68
6879044: Eliminate the dependency on logging from the AWT/2D/Swing classes
...
Replace calls to Logger with sun.util.logging.PlatformLogger
Reviewed-by: prr, art, alexp, dcherepanov, igor, dav, anthony
2009-09-29 16:03:03 -07:00
Jennifer Godinez
6103978814
Merge
2009-09-29 09:02:00 -07:00
Chris Hegarty
fc6bda88ab
6882594: Remove static dependancy on NTLM authentication
...
Reviewed-by: alanb, weijun
2009-09-18 22:18:19 +01:00
Jennifer Godinez
7ba506e726
Merge
2009-09-16 19:36:05 -07:00
Yuri Nesterenko
5d7bb00c89
Merge
2009-09-15 23:41:40 -07:00
Andrew Brygin
c26aec2e52
6822057: X11 and Win32GraphicsDevice don't clone arrays returned from getConfigurations()
...
Reviewed-by: prr, hawtin
2009-09-10 13:52:27 +04:00
Yuri Nesterenko
0767c39799
Merge
2009-09-09 00:48:59 -07:00
Alan Bateman
98e07b99bf
6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result
...
Reviewed-by: andrew
2009-09-04 18:15:50 +01:00
Yuri Nesterenko
13dde485d8
6871299: Shift+Tab no longer generates a KEY_TYPED event; used to with JRE 1.5
...
Add XK_ISO_Left_Tab -> VK_TAB rule
Reviewed-by: dcherepanov
2009-09-04 14:50:58 +04:00
Dmitry Cherepanov
8b2b083b28
6854898: Frame is located at the negative coordinates instead of origin for Solaris 10 CDE
...
Reviewed-by: art, anthony
2009-08-27 17:06:23 +04:00
Abhijit Saha
9a9bb90a70
Merge
2009-08-26 08:38:57 -07:00
Alan Bateman
aecf7417ad
6842687: New I/O: Update Asynchronous I/O API to jsr203/nio2-b101
...
Reviewed-by: sherman
2009-08-23 12:53:45 +01:00
Dmitry Cherepanov
2513311062
6664512: Component and [Default]KeyboardFocusManager pass security sensitive objects to loggers
...
ToString is called on security sensitive objects
Reviewed-by: art, hawtin
2009-08-20 12:46:43 +04:00
Alan Bateman
b458f8ca65
6866804: (file) Path calls checkPermission insteadof checkXXX (sol)
...
Reviewed-by: sherman
2009-08-20 08:48:29 +01:00
Phil Race
e674d62725
6867603: sun.font.FontManager.getDefaultPlatformFont throws NPE in OpenJDK on Solaris 10 10/08
...
Reviewed-by: igor, jgodinez
2009-08-14 14:25:22 -07:00
Roman Kennke
afb1868fc4
6870238: Font2DTest fails on Debian after FontManager refactoring
...
Use fontManager field instead of querying the FontManagerFactory
Reviewed-by: igor, prr
2009-08-12 17:21:08 +02:00
Roman Kennke
db5938b208
6869705: Missing files of CR6795908, FontManager refactoring
...
Reviewed-by: prr, igor
2009-08-07 19:36:28 +02:00
Roman Kennke
eb12553aa3
6795908: Refactor FontManager
...
Reviewed-by: prr, igor
2009-08-07 18:31:11 +02:00
Chris Hegarty
aca1227406
6826801: JarFileFactory should not use HashMap<URL>
...
Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
2009-08-07 10:51:25 +01:00
Yuri Nesterenko
bc02d891d1
Merge
2009-08-05 00:07:48 -07:00
Tim Bell
35107a8833
Merge
2009-07-30 23:40:15 -07:00
Jennifer Godinez
430c84f1ea
Merge
2009-07-30 12:25:39 -07:00
Yuri Nesterenko
a65646a1fb
Merge
2009-07-29 00:12:45 -07:00
Xiomara Jayasena
e0c1d51604
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:54 -07:00
Tim Bell
9d2c02479e
Merge
2009-07-27 23:06:01 -07:00
Dmitry Cherepanov
642a5040a0
6856929: Frame is not getting resized using Robot in OpenSolaris and Ubuntu
...
Reviewed-by: art, dav
2009-07-27 15:37:39 +04:00
Chris Hegarty
193cf2ead1
6863110: Newly connected/accepted SctpChannel should fire OP_READ if registered with a Selector
...
Reviewed-by: jccollet
2009-07-23 14:06:51 +01:00
Yuri Nesterenko
08c5418a0b
Merge
2009-07-13 09:37:50 -07:00
Yuri Nesterenko
d116d7aa47
Merge
2009-07-12 23:20:26 -07:00
Dmitry Cherepanov
cd90c35e8f
6847958: MouseWheel event is getting triggered for the disabled Textarea in jdk7 b60 pit build
...
Reviewed-by: art
2009-07-09 15:23:22 -04:00
Yuri Nesterenko
5e24ed1624
Merge
2009-07-07 23:12:36 -07:00
Jennifer Godinez
4d69072a88
6848799: Reg-test java/awt/print/PageFormat/PageFormatFromAttributes.java fails on Rhel_5
...
Reviewed-by: tdv, prr
2009-07-01 12:07:55 -07:00
Yuri Nesterenko
6c34ebe4d3
Merge
2009-06-30 02:48:38 -07:00
Chris Hegarty
60b4f589fb
6855335: Several changes in the SCTP implementation
...
Reviewed-by: michaelm
2009-06-29 14:53:10 +01:00
Alan Bateman
212565afd7
6838333: New I/O: Update file system API to jsr203/nio2-b101
...
6844313: New I/O: File timestamps should be represented by a FileTime rather than a long+TimeUnit
Reviewed-by: sherman
2009-06-27 21:46:53 +01:00
Yuri Nesterenko
c61b48b28b
6711676: Numpad keys trigger more than one KeyEvent
...
Introduce a new sniffer based on server keymap.
Reviewed-by: art
2009-06-26 11:48:58 +04:00
Dmitry Cherepanov
2e78b95300
6824169: Need to remove some AWT class dependencies
...
Reviewed-by: art, anthony, igor, alexp
2009-06-23 13:35:58 +04:00
Xueming Shen
721a90bda5
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
...
4891024: EUC-KR and JOHAB converters need to be updated to include two new characters
4287467: Character converter generator tool
Migrated some of the doublebyte charsets to the new implementation.
Reviewed-by: okutsu
2009-06-19 14:39:06 -07:00
Lillian Angel
5cd182518e
6721086: Toolkit beep does not work consistently
...
Flush out after bell is sounded
Reviewed-by: anthony
2009-06-19 16:49:50 -04:00
Tim Bell
54e8ace85c
Merge
2009-06-11 21:32:12 -07:00
Andrei Dmitriev
072ba357bf
6799099: All automatic regression tests that create Robot fail on X11
...
Reviewed-by: art, ant
2009-05-22 16:09:45 +04:00
Artem Ananiev
55c50f50d0
6794764: Translucent windows are completely repainted on every paint event, on Windows
...
6719382: Printing of AWT components on windows is not working
6726866: Repainting artifacts when resizing or dragging JInternalFrames in non-opaque toplevel
6683775: Painting artifacts is seen when panel is made setOpaque(false) for a translucent window
Reviewed-by: anthony, tdv, alexp
2009-05-21 12:29:25 +04:00
Xueming Shen
a1958b22ef
6831794: charset EUC_TW is 12.6% of the total size of charsets.jar
...
6229811: Several codepoints in EUC_TW failed in roundtrip conversion
Re-write EUC_TW charset to address the size and roundtrip issue.
Reviewed-by: alanb
2009-05-19 15:25:29 -07:00
Anthony Petrov
c403935e34
6839999: Cumulative fix for 6762511 and 6838003
...
Adds support for ARGB and ABGR X11 surfaces.
Reviewed-by: art, yan
2009-05-19 17:03:13 +04:00
Anthony Petrov
7648a0d70b
6812298: Dynamic GraphicsConfig changes don't work on X11 platforms
...
The peer gets recreated if the visual of the new GC differs from the previous one
Reviewed-by: art, dcherepanov
2009-05-19 14:14:31 +04:00
Anthony Petrov
41def7835d
6811219: Deadlock java AWT in XWarningWindow
...
The locking scheme has been re-architected, the code slightly refactored.
Reviewed-by: art, dcherepanov
2009-05-19 12:15:18 +04:00
Yuri Nesterenko
db67339fc1
6834525: PIT: RowToleranceTransitivityTest test fail with crash on rhel4 x86 and rhel 5x86
...
Do not try to use released XKB resources
Reviewed-by: art
2009-05-18 12:39:58 +04:00
Artem Ananiev
fb42efb4c9
6678385: Random java.lang.StackOverflowError from various JDKs
...
Reviewed-by: stayer
2009-05-15 15:40:35 +04:00
Anthony Petrov
a9fe649f3d
6838046: Rollback 6762511 due to build failure (6838003)
...
Reviewed-by: yan
2009-05-06 20:06:23 +04:00