Semyon Sadetsky
|
26a8aa6704
|
8157163: AWT FileDialog does not inherit icon image from parent Frame
Reviewed-by: alexsch, serb
|
2016-05-30 11:08:27 +03:00 |
|
Sergey Bylokhov
|
1bae87cde9
|
8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
Reviewed-by: ant, prr
|
2016-05-29 02:10:14 +03:00 |
|
Goetz Lindenmaier
|
4f7d655557
|
8159690: [TESTBUG] Mark headful tests with @key headful
Reviewed-by: simonis, alexsch
|
2016-06-14 10:44:59 +02:00 |
|
Masayoshi Okutsu
|
8cb25f3af9
|
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository
Reviewed-by: alanb, peytoia, naoto
|
2016-05-27 14:33:48 +09:00 |
|
Prem Balakrishnan
|
282908c590
|
8057574: inconsistent behavior for setBackground (Windows/Linux)
Reviewed-by: serb, arapte
|
2016-05-24 14:19:53 +05:30 |
|
Prasanta Sadhukhan
|
5fdb08818d
|
6509729: javax.print.ServiceUI.printDialog Border/Margin Evaluation is bugged
Reviewed-by: prr, jdv
|
2016-05-19 16:32:38 +05:30 |
|
Prasanta Sadhukhan
|
c0fd256a5e
|
6529030: Java Printing: Print range > Selection gets enabled
Reviewed-by: prr, jgodinez
|
2016-05-18 11:33:04 +05:30 |
|
Dmitry Markov
|
e28bb07a3d
|
8080729: [macosx] java 7 and 8 JDialogs on multiscreen jump to parent frame on focus
Reviewed-by: ant, denis
|
2016-05-13 14:25:29 +03:00 |
|
Phil Race
|
7dd38808b9
|
Merge
|
2016-05-09 08:50:20 -07:00 |
|
Ambarish Rapte
|
b1cc5f555f
|
8154328: [TEST_BUG] java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
Reviewed-by: serb, rchamyal
|
2016-05-06 17:43:36 +03:00 |
|
Prahalad Narayanan
|
1c010b15e9
|
8015070: Antialiased text on translucent backgrounds gets bright artifacts
Reviewed-by: flar, prr, jdv
|
2016-05-06 11:23:49 +00:00 |
|
Manajit Halder
|
b1cc284a24
|
8137137: [macosx] The native dialog doesn't have 'close'(X) button on Mac
Reviewed-by: psadhukhan, prr
|
2016-05-05 16:08:34 +03:00 |
|
Ambarish Rapte
|
08482543b4
|
8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows
Reviewed-by: rchamyal, serb
|
2016-05-05 14:56:42 +03:00 |
|
Ambarish Rapte
|
6fd98f9b98
|
6384991: TrayIcon ActionListener called at wrong time
Reviewed-by: rchamyal, serb
|
2016-05-05 14:44:25 +03:00 |
|
Sergey Bylokhov
|
36865021a1
|
8027324: The spec for Toolkit.setDynamicLayout() and Toolkit.isDynamicLayoutActive() needs to be clarified
Reviewed-by: alexsch, prr
|
2016-05-02 12:08:59 +03:00 |
|
Manajit Halder
|
eb3750d326
|
8151136: [macosx] According to the description, the case is failed
Reviewed-by: ssadetsky, aniyogi
|
2016-04-27 13:09:58 +03:00 |
|
Sergey Bylokhov
|
af802cb541
|
7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation
Reviewed-by: yan, ssadetsky
|
2016-04-25 19:14:30 +03:00 |
|
Prasanta Sadhukhan
|
8658335d61
|
6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given
Reviewed-by: prr, jdv
|
2016-04-20 10:59:23 +05:30 |
|
Ajit Ghaisas
|
108c188df5
|
8031423: Test java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails by Timeout on Windows
Reviewed-by: yan, arapte
|
2016-04-19 13:00:00 +05:30 |
|
Semyon Sadetsky
|
40685b4271
|
8080395: consider making sun.awt.CausedFocusEvent functionality public
Reviewed-by: alexsch, prr
|
2016-04-15 09:46:31 +03:00 |
|
Prasanta Sadhukhan
|
d22bbd1a01
|
8154057: [macosx] getPrintJob doesn't throw NPE if Frame is null AND type is COMMON
Reviewed-by: prr, jdv
|
2016-04-15 11:52:23 +05:30 |
|
Prasanta Sadhukhan
|
13ab7793b8
|
6801613: Cross-platform pageDialog and printDialog top margin entry broken
Reviewed-by: prr, jdv
|
2016-04-15 11:48:08 +05:30 |
|
Prasanta Sadhukhan
|
0d5a231133
|
6921664: The number of copies and the job name are not passed to a 3rd party PrintService
Reviewed-by: prr, jdv
|
2016-04-15 11:45:11 +05:30 |
|
Prasanta Sadhukhan
|
75a63ccb0d
|
8147841: [macosx] Updating TrayIcons popup menu does not work on Mac OS X
Reviewed-by: serb, ssadetsky
|
2016-04-13 17:04:02 +05:30 |
|
Ambarish Rapte
|
a3bb2ad452
|
6191390: Action Event triggered by list does not reflect the modifiers properly on win32
Reviewed-by: serb, psadhukhan
|
2016-04-12 14:40:58 +05:30 |
|
David Dehaven
|
d0d83ed086
|
Merge
|
2016-04-11 11:19:33 -07:00 |
|
Yuri Nesterenko
|
8442a9192c
|
8152693: Changed behavior of java/awt/xembed/server/TestXEmbedServerJava.java test
Reviewed-by: ssadetsky, serb
|
2016-04-06 14:44:32 +03:00 |
|
Alan Bateman
|
4af24b6def
|
8153370: Drop use of old style -XaddExports from tests
Reviewed-by: mchung
|
2016-04-05 21:18:01 +01:00 |
|
Phil Race
|
2479abaae7
|
8146324: Add sun.font.FontUtilities.isComplexCharCode or related method
Reviewed-by: serb, ssadetsky
|
2016-04-05 11:52:52 -07:00 |
|
Sergey Bylokhov
|
c06119d8ae
|
8151773: [macosx] TrayIcon.imageAutoSize property is ignored
Reviewed-by: alexsch
|
2016-04-05 18:23:10 +03:00 |
|
Sergey Bylokhov
|
0cd8d72e1d
|
8144166: [macosx] Test java/awt/Component/CompEventOnHiddenComponent/CompEventOnHiddenComponent.java fails
Reviewed-by: alexsch
|
2016-04-05 18:11:12 +03:00 |
|
Prasanta Sadhukhan
|
ed6f748110
|
6357905: java.awt.JobAttributes.getFromPage() and getToPage() always returns "1"
Reviewed-by: prr, jdv
|
2016-04-04 16:54:59 +05:30 |
|
Phil Race
|
8bc85384cd
|
8153272: [pit] Tag @run requires "main" in java/awt/FontClass/CreateFont/CreateFontArrayTest.java
Reviewed-by: yan
|
2016-04-01 09:52:13 -07:00 |
|
Dmitry Markov
|
a7b8a6a5cc
|
8073400: Some Monospaced logical fonts have a different width
Reviewed-by: okutsu, prr
|
2016-04-01 11:22:22 +03:00 |
|
Ajit Ghaisas
|
e7e8e6904f
|
6353518: Creation of a WritableRaster with a custom DataBuffer causes erroneous Exception
Reviewed-by: serb, prr, flar
|
2016-03-31 15:30:05 +05:30 |
|
Prasanta Sadhukhan
|
dfbe023cec
|
8042713: [macosx] Print dialog does not update attribute set with page range
Reviewed-by: prr, jdv
|
2016-03-30 17:17:00 +05:30 |
|
Prasanta Sadhukhan
|
61f9911480
|
8061258: [macosx] PrinterJob's native Print Dialog does not reflect specified Copies or Page Ranges
Reviewed-by: prr, jdv
|
2016-03-30 16:00:43 +05:30 |
|
Ambarish Rapte
|
8543426a27
|
8033936: java.awt.List events are not sent properly to handleEvent or ItemListener
Reviewed-by: serb, psadhukhan
|
2016-03-30 15:26:10 +05:30 |
|
Yuri Nesterenko
|
c0deba4235
|
8150535: [TEST_BUG] fix @library for test/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java
8151033: [TEST_BUG] typo in java/awt/MouseInfo/PointerInfoCrashTest.java: no sun.awt.peer
8151037: [TEST_BUG] javax/swing/Action/8133039/bug8133039.java requires @modules
8152301: [TESTBUG] Compilation errors in client lib test files
Reviewed-by: serb, alexsch
|
2016-03-25 12:31:16 +03:00 |
|
Rajeev Chamyal
|
9e09d233e6
|
8145173: HiDPI splash screen support on Windows
Reviewed-by: serb, alexsch, erikj
|
2016-03-24 14:06:32 +05:30 |
|
Prasanta Sadhukhan
|
0ac31cb96a
|
8151590: "ALL" radio button is not selected in printDialog when we call DefaultSelectionType.ALL in windows
Reviewed-by: prr, jdv
|
2016-03-24 14:00:14 +05:30 |
|
Ajit Ghaisas
|
d5758aec63
|
6185114: Undefined Exception in SampleModel, method createCompatibleSampleModel
Reviewed-by: prr, psadhukhan
|
2016-03-24 12:27:40 +05:30 |
|
Prasanta Sadhukhan
|
234e906b1f
|
7107620: Need to round in test java/awt/print/PageFormat/PageFormatFromAttributes.java
Reviewed-by: prr
|
2016-03-24 12:02:06 +05:30 |
|
Alexander Scherbatiy
|
c28c517f2e
|
8150844: [hidpi] [macosx] -Dsun.java2d.uiScale should be taken into account for OS X
Reviewed-by: serb, avstepan
|
2016-03-23 14:25:22 +04:00 |
|
Phil Race
|
dd439c9998
|
8055463: Need public API allowing full access to font collections in Font.createFont()
Reviewed-by: serb, vadim
|
2016-03-22 14:46:48 -07:00 |
|
Phil Race
|
03338de544
|
Merge
|
2016-03-22 13:10:07 -07:00 |
|
Semyon Sadetsky
|
df733afc3c
|
8152201: [TEST_BUG] test/java/awt/Window/FindOwner/FindOwnerTest.java has @test tag
Reviewed-by: prr, serb, alexsch
|
2016-03-22 13:07:27 +03:00 |
|
Ambarish Rapte
|
3ef4ddf130
|
8149636: TextField flicker & over scroll when selection scrolls beyond the bounds of TextField
Reviewed-by: ssadetsky, psadhukhan
|
2016-03-18 17:00:08 +05:30 |
|
Alan Bateman
|
db4d383614
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
|
2016-03-17 19:04:16 +00:00 |
|
Alexander Stepanov
|
fb2e7f2844
|
8151714: [TEST] add a test for JOptionPane dialog multiresolution icons
Reviewed-by: alexsch
|
2016-03-17 13:17:39 +03:00 |
|