dav [Mon, 24 Mar 2008 18:24:15 +0300] rev 417
6638872: invalid links
Summary: removed invalid links
Reviewed-by: dcherepanov
mlapshin [Tue, 29 Apr 2008 06:30:27 -0700] rev 416
Merge
mlapshin [Thu, 24 Apr 2008 05:58:57 -0700] rev 415
Merge
mlapshin [Wed, 23 Apr 2008 18:06:34 +0400] rev 414
6691503: Malicious applet can show always-on-top popup menu which has whole screen size
Summary: The fix for 6675802 is replaced by a try-catch clause that catches SequrityExceptions for applets.
Reviewed-by: alexp
mlapshin [Fri, 18 Apr 2008 18:21:02 +0400] rev 413
6675802: Regression: heavyweight popups cause SecurityExceptions in applets
Summary: The problem code in Popup class is surrounded by AccessController.doPrivileged()
Reviewed-by: alexp
mlapshin [Mon, 14 Apr 2008 16:41:00 +0400] rev 412
6612531: api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize (ScrollPaneLayout2024) throws NPE
Summary: Added a check for the NPE
Reviewed-by: alexp
stayer [Fri, 11 Apr 2008 16:25:17 +0400] rev 411
6624717: Corrupted combo box, GTK L&F, Ubuntu 7.10
Reviewed-by: peterz
peterz [Mon, 07 Apr 2008 13:07:04 +0400] rev 410
4765383: JTextArea.append(String) not thread safe
Summary: Several swing.text methods are not marked thread-safe anymore.
Reviewed-by: gsm
peterz [Thu, 03 Apr 2008 16:41:43 +0400] rev 409
4714674: JEditorPane.setPage(url) blocks AWT thread when HTTP protocol is used
Summary: Both POST and GET can now be processed asynchronously; PageLoader refactored
Reviewed-by: gsm
tbell [Fri, 25 Apr 2008 15:18:45 -0700] rev 408
Merge