- 07 4月, 2008 1 次提交
-
-
由 dav 提交于
Summary: avoid using constructors when unique values are not necessary Reviewed-by: volk, igor, peterz
-
- 05 4月, 2008 1 次提交
-
-
由 dav 提交于
Summary: specify current behavior - not caching the painting context Reviewed-by: flar, son
-
- 03 4月, 2008 1 次提交
-
-
由 dcherepanov 提交于
Summary: fix for typo Reviewed-by: son
-
- 01 4月, 2008 1 次提交
-
-
由 anthony 提交于
Summary: The java.awt.Component.changeSupportLock field should be initialized in the readObject() method. Reviewed-by: son, art
-
- 24 3月, 2008 2 次提交
- 20 3月, 2008 2 次提交
- 18 3月, 2008 4 次提交
-
-
由 anthony 提交于
Summary: The Window.closeSplashScreen() method now verified the boolean flag isTrayIconWindow, and returns if it is true. Reviewed-by: son, dcherepanov
-
由 anthony 提交于
Summary: Added the areBoundsValid() method that verifies whether the current bounds of the component are valid. Using the isValid() method for this purpose previously was incorrect. Reviewed-by: son, art
-
由 anthony 提交于
Summary: The body of the method has been wrapped into the synchronized (getTreeLock()) { } block. Reviewed-by: son, art
-
由 anthony 提交于
Summary: Change to use a private final object java.awt.Component.changeSupportLock for locking purposes instead of using this Reviewed-by: son, ant
-
- 17 3月, 2008 2 次提交
- 16 3月, 2008 2 次提交
-
-
由 xuelei 提交于
6618387: SSL client sessions do not close cleanly. A TCP reset occurs instead of a close_notify alert. Summary: closeIdelConnection() does not query the cached connection correctly. Reviewed-by: chegar
-
由 xuelei 提交于
Summary: unchecking the null pointer of the debug handle Reviewed-by: mullan, weijun
-
- 15 3月, 2008 2 次提交
-
-
由 sherman 提交于
Reviewed-by: iris Contributed-by: xueming.shen@sun.com
-
由 dcherepanov 提交于
Summary: added support for high-resolution mouse wheel Reviewed-by: dav, son
-
- 14 3月, 2008 3 次提交
-
-
由 dcherepanov 提交于
Summary: Partial rollback changes for 6567564 in the Component.getGC method Reviewed-by: art, son
-
由 alanb 提交于
Reviewed-by: iris Contributed-by: roman.kennke@aicas.com
-
由 mullan 提交于
Summary: Added new test and made one code change to escape null characters. Reviewed-by: vinnie
-
- 13 3月, 2008 6 次提交
-
-
由 son 提交于
Summary: mainAppContext, isDisposed, and numAppContexts has beem made volatile. mostRecentThreadAppContext has been rewritten using ThreadLocal. Reviewed-by: art
-
由 son 提交于
Summary: Added synchronization to AppContext.getAppContexts() Reviewed-by: art
-
由 son 提交于
Summary: double-check has been removed Reviewed-by: dav
-
由 son 提交于
Summary: SystemFlavorMap is lazily initialized now. Reviewed-by: uta
-
由 son 提交于
Summary: AppContext.dispose() should be ready to get exceptions during disposal of toplevels. Also now we mark windows peers as destroyed when native object has been destroyed. Reviewed-by: art
-
由 son 提交于
Summary: WindowDisposerRecord should not keep strong reference to AppContext. Reviewed-by: art
-
- 12 3月, 2008 1 次提交
-
-
由 weijun 提交于
Reviewed-by: valeriep
-
- 11 3月, 2008 12 次提交
-
-
由 alanb 提交于
Reviewed-by: iris, sherman
-
由 martin 提交于
Reviewed-by: dholmes
-
由 martin 提交于
Reviewed-by: dholmes
-
由 martin 提交于
Reviewed-by: dholmes Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: dholmes Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: alanb Contributed-by: NDoug Lea <dl@cs.oswego.edu>
-
由 martin 提交于
Reviewed-by: dholmes
-
由 martin 提交于
Reviewed-by: dholmes
-
由 lmalvent 提交于
6439590: MBeans tab: jconsole mbean tree not correctly refreshed 6446434: MBeans tab: Not possible to view MBean content before all MBeans have been initially loaded 6520144: Hard to find MBean Attributes, Operations, and Notifications in Java 6 jconsole 6522091: VMPanel.java contains non-ASCII character 6608334: JConsole fails to display MBean operation with <null> return type 6611445: MBeans tab: MBean tree algorithm wrongly removes intermediate nodes. Reviewed-by: dfuchs, jfdenise
-
由 lmalvent 提交于
Reviewed-by: emcmanus, dfuchs
-
由 martin 提交于
Reviewed-by: alanb, iris, lmalvent, bristor, peterjones, darcy, wetmore
-