1824 Commits

Author SHA1 Message Date
Pavel Porvatov
0a231a50e2 6923305: SynthSliderUI paints the slider track when the slider's "paintTrack" property is set to false
Reviewed-by: alexp
2010-02-27 16:03:05 +03:00
Pavel Porvatov
81941ba314 6918861: SynthSliderUI.uninstallDefaults() is not called when UI is uninstalled
Reviewed-by: malenkov
2010-02-27 15:09:16 +03:00
Pavel Porvatov
9dd15f9fc9 6918447: SynthToolBarUI.setBorderToXXXX() methods don't correspond inherited spec. They do nothing
Reviewed-by: peterz
2010-02-27 14:47:38 +03:00
Pavel Porvatov
c1ce8910fd 6913758: Specification for SynthViewportUI.paintBorder(...) should mention that this method is never called
Reviewed-by: peterz
2010-02-27 14:26:04 +03:00
Denis Fokin
6f9a6edc4f 6887703: Unsigned applet can retrieve the dragged information before drop action occur
Reviewed-by: uta
2010-02-26 03:54:52 -08:00
Xue-Lei Andrew Fan
3f2af07ba1 6916202: More cases of invalid ldap filters accepted and processed
Reviewed-by: vinnie, weijun
2010-02-25 13:32:40 +08:00
Joe Darcy
5925b23d55 6929382: Various core classes in util and elsewhere are missing @param <T> tags
Reviewed-by: dholmes, martin
2010-02-24 10:48:18 -08:00
Lana Steuck
3762906a4c Merge 2010-02-23 10:17:16 -08:00
Alan Bateman
4623333de0 6925932: (file) Path.endsWith can throw ArrayIndexOutOfBoundsException (unx)
Reviewed-by: chegar
2010-02-23 17:58:30 +00:00
Chris Hegarty
6c012bed48 6365587: Proxy-Connection header sent through tunnel
Reviewed-by: michaelm
2010-02-23 17:08:23 +00:00
Kumar Srinivasan
1fe66fbda7 6902299: Java JAR "unpack200" must verify input parameters
Added several checks for addition of values before memory allocation

Reviewed-by: asaha
2010-02-22 14:33:19 -08:00
Damjan Jovanovic
6e3ed53d0a 6912868: "java.net.useSystemProxies" behavior fails to check "use_same_proxy" in GNOME
Reviewed-by: alanb, chegar
2010-02-22 15:27:11 +00:00
Lana Steuck
8fe58d00ab Merge 2010-02-19 15:13:37 -08:00
Andrew Brygin
2597796924 6899653: Sun Java Runtime CMM readMabCurveData Buffer Overflow Vulnerability
Reviewed-by: prr, hawtin
2010-02-19 22:30:52 +03:00
Sergey Malenkov
424fef5437 4498236: RFE: Provide a toString method for PropertyChangeEvent and other classes
Reviewed-by: peterz
2010-02-18 17:46:40 +03:00
Lana Steuck
642193f708 Merge 2010-02-17 10:24:30 -08:00
Andrew Brygin
5a001b5a18 6909597: Sun Java Runtime Environment JPEGImageReader stepX Integer Overflow Vulnerability
Reviewed-by: igor
2010-02-17 13:32:26 +03:00
Andrew Brygin
1440d3c2b7 6914823: Java AWT Library Invalid Index Vulnerability
Reviewed-by: flar, hawtin
2010-02-17 13:10:26 +03:00
Andrew Brygin
6c405971d9 6914866: Sun JRE ImagingLib arbitrary code execution vulnerability
Reviewed-by: prr, hawtin
2010-02-17 12:49:41 +03:00
Mandy Chung
107e891c1b Merge 2010-02-15 10:18:55 -08:00
Mandy Chung
652882e3b4 6925868: Eliminate pack200's dependency on logging
Replace j.u.l.Logger with sun.util.logging.PlatformLogger

Reviewed-by: alanb, forax
2010-02-12 11:33:33 -08:00
Dmitry Cherepanov
2930227188 6705345: Enable multiple file selection in AWT FileDialog
Reviewed-by: art, anthony, alexp
2010-02-12 19:58:10 +03:00
Yuka Kamiya
f27acf4a2a 6921289: (tz) Support tzdata2010b
Reviewed-by: okutsu
2010-02-12 14:38:16 +09:00
Weijun Wang
ab8d48e851 6925639: keytool -genkeypair -help missing dname option
Reviewed-by: mullan
2010-02-12 10:24:02 +08:00
Chris Hegarty
ee38364a92 6693244: Java Web Start app fails on 6u10 beta w/ AssertionError in AuthenticationInfo.requestCompleted
Reviewed-by: michaelm
2010-02-10 13:23:50 +00:00
Pavel Porvatov
d56d72a823 6848475: JSlider does not display the correct value of its BoundedRangeModel
Reviewed-by: peterz
2010-02-10 15:15:03 +03:00
Lana Steuck
bf5a0d88c1 Merge 2010-02-09 00:05:16 -08:00
Lana Steuck
4a34c2f90b Merge 2010-02-09 00:02:38 -08:00
Lana Steuck
c440b69d06 Merge 2010-02-09 00:00:38 -08:00
Mandy Chung
eee94572e3 6924497: HotSpotDiagnosticsMXBean.getDiagnosticOptions throws NPE
Check if the element in the flags array is non-null to filter unsupported flags

Reviewed-by: dcubed
2010-02-08 23:02:28 -08:00
Yuri Nesterenko
cb926f8d9e 6882912: Strange behaviours when typing @ or '
Eliminate stray lines without a proper unicode->regularKeyID pair (e.g. as there is no "arrow left" unicode, should be no pair)

Reviewed-by: rupashka
2010-02-08 17:02:43 +03:00
Roman Kennke
c73000ad8f 6904882: java.awt.Font.createFont() causes AccessControlException if executed with "-Djava.security.manager"
Perform FontUtilities initialization in privileged block

Reviewed-by: igor, prr
2010-02-07 11:07:50 +01:00
Xueming Shen
9ff3b18578 6919132: Regex \P{Lu} selects half of a surrogate pari
To use StartS for complement category/block class

Reviewed-by: martin, okutsu
2010-02-05 00:10:42 -08:00
Sergey Malenkov
81397ffe98 6921057: REGRESSION: persistence delegate issue on Windows and Linux against 5.u23b03/6u17b11
Reviewed-by: peterz, art
2010-02-05 10:36:12 +03:00
Weijun Wang
913e14a463 6922482: keytool's help on -file always shows 'output file'
Reviewed-by: wetmore
2010-02-03 17:04:52 +08:00
Roman Kennke
aafe7d7398 6896335: GraphicsEnvironment.getDefaultScreenDevice() throws UnsatisfiedLinkError in headless mode
Use local ge variable instead of localEnv field in GE.

Reviewed-by: igor, prr
2010-02-03 10:02:33 +01:00
Roman Kennke
d5280868a3 6888734: PIT: regression test fails when java.security.manager is enabled
Load FontManager instance in privileged block to avoid AccessControlException

Reviewed-by: igor, tdv
2010-02-02 16:38:26 +01:00
Andrew John Hughes
d7c18f0617 6921740: Eliminate warnings from sun.io converters and allow compiling with JAVAC_MAX_WARNINGS=true
Fix sun.io converters unchecked and cast warnings produced by -Xlint:all

Reviewed-by: alanb, sherman
2010-02-02 10:55:07 +00:00
Lana Steuck
21f09fb0b2 Merge 2010-01-28 18:24:54 -08:00
Lana Steuck
2eabbe8ed9 Merge 2010-01-28 16:12:06 -08:00
Sergey Malenkov
46cb7c49ab 6412286: DOC: LTP: Unspecified NPE in java.beans.DefaultPersistenceDelegate.instantiate method
Reviewed-by: peterz
2010-01-28 20:49:00 +03:00
Peter Zhelezniakov
3b48821ace 6912118: Incosistency in several SynthUI classes between inherited specs ofupdate() and paint() methods
Reviewed-by: rupashka
2010-01-28 17:06:54 +03:00
Yong Jeffrey Huang
30885d636b 6919624: minimalDaysInFirstWeek ressource for hungarian is wrong
Reviewed-by: yhuang, peytoia
2010-01-27 23:19:28 -08:00
Lana Steuck
c380e15d57 Merge 2010-01-27 14:46:06 -08:00
Chris Hegarty
ea8cd92324 6905552: libnet/nio portability issues
Reviewed-by: alanb
2010-01-27 16:11:53 +00:00
Jean-Christophe Collet
32443b7f2e 6919185: test/closed/sun/net/ftp/FtpTests fails to compile
Fixed a couple of regressions in FtpClient and updated the test.

Reviewed-by: chegar
2010-01-26 11:39:29 +01:00
Weijun Wang
4641ee098b 6919610: KeyTabInputStream uses static field for per-instance value
Reviewed-by: mullan
2010-01-26 17:03:48 +08:00
Masayoshi Okutsu
63df4ddb3e 6912866: (date) java.util.Date.before / after may be expensive
Reviewed-by: peytoia
2010-01-26 15:42:06 +09:00
Chris Hegarty
1891bb8f68 6707289: InterfaceAddress.getNetworkPrefixLength() does not conform to Javadoc
Reviewed-by: michaelm
2010-01-25 15:41:37 +00:00
Lana Steuck
352a180c52 Merge 2010-01-22 09:34:17 -08:00