hg: jdk7u/jdk7u-dev/langtools: 7112427: The doclet needs to be able to generate JavaFX documentation.

2012-05-15 Thread jonathan . gibbons
Changeset: b020b7a017cc Author:jjg Date: 2012-05-15 17:47 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/langtools/rev/b020b7a017cc 7112427: The doclet needs to be able to generate JavaFX documentation. Reviewed-by: jjg Contributed-by: jan.vale...@oracle.com ! src/share/clas

jdk7u6-b10: HotSpot

2012-05-15 Thread Alejandro E Murillo
hs23.2-b01 has been integrated into jdk7u6-b10. http://hg.openjdk.java.net/jdk7u/jdk7u/rev/5f3645aa920d http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/c9f6750370c9 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/702b62a5e1a5 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/f4e80156296e http:/

hg: jdk7u/jdk7u/hotspot: 12 new changesets

2012-05-15 Thread john . coomes
Changeset: c1d1c84a2124 Author:amurillo Date: 2012-05-07 14:54 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/c1d1c84a2124 7167028: new hotspot build - hs23.2-b01 Reviewed-by: jcoomes ! make/hotspot_version Changeset: adaa2f10c81b Author:sla Date: 2012-02-1

hg: jdk7u/jdk7u-dev/hotspot: 14 new changesets

2012-05-15 Thread john . coomes
Changeset: 94d7a305da4d Author:katleman Date: 2012-05-02 14:13 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/94d7a305da4d Added tag jdk7u6-b08 for changeset 6b668c1049a8 ! .hgtags Changeset: 103fc6756e1e Author:katleman Date: 2012-05-10 13:36 -0700 URL

[7u6] Request for approval: 7096436: (sc) SocketChannel.connect fails on Windows 8 when channel configured non-blocking

2012-05-15 Thread Kurchi Hazra
Requesting approval to commit fix for CR 7096436. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7096436 Webrev: http://cr.openjdk.java.net/~khazra/7096436/7u6/webrev.00/ This had been reviewed by Alan Bateman. [1] This fix has been pushed into jdk8 [2] Thanks, Kurchi [1] http://mail

hg: jdk7u/jdk7u-dev/jdk: 7166687: InetAddress.getLocalHost().getHostName() returns FQDN

2012-05-15 Thread rob . mckenna
Changeset: 9bf4105ce716 Author:robm Date: 2012-05-15 21:35 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/9bf4105ce716 7166687: InetAddress.getLocalHost().getHostName() returns FQDN Reviewed-by: chegar ! src/solaris/native/java/net/Inet6AddressImpl.c

[7u6] Request for approval for CR 7157855: jvisualvm.1 not included in binaries

2012-05-15 Thread Michael Fang
This fix is also addressed in jdk8 at the same time. Bug: http://bugs.sun.com/view_bug.do?bug_id=7157855 Webrev: http://cr.openjdk.java.net/~mfang/7157855/ Reviewers: katleman, thurka thanks, -michael

[7u6] Request for approval: 7160623 [macosx] Editable TextArea/TextField are blocking GUI applications from exit

2012-05-15 Thread Sergey Bylokhov
Hi Everyone, This is a back port from jdk 8 to jdk 7u6. Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7160623 jdk8 changeset: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/c31eeeda3ed1 Webrev can be found at: http://cr.openjdk.java.net/~serb/7160623/webrev.00 Technical review: http://mai

hg: jdk7u/jdk7u-dev/jdk: 7149062: [macosx] dock menu don't show available frames

2012-05-15 Thread anthony . petrov
Changeset: b5b68b7b6aa6 Author:anthony Date: 2012-05-15 17:29 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/b5b68b7b6aa6 7149062: [macosx] dock menu don't show available frames Summary: Use either NSWindow or NSPanel as an ancestor for Java windows. NSWindow-based w

Re: [7u6] Request for approval for CR 7149062: [macosx] dock menu don't show available frames

2012-05-15 Thread Edvard Wendelin
Approved. On 05/15/2012 02:56 PM, Anthony Petrov wrote: This is a back port of the same fix from JDK 8. Bug: http://bugs.sun.com/view_bug.do?bug_id=7149062 Webrev: http://cr.openjdk.java.net/~anthony/7u6-9-windowListInDockMenu-7149062.0/ Review thread: http://mail.openjdk.java.net/pipermail/m

[7u6] Request for approval for CR 7149062: [macosx] dock menu don't show available frames

2012-05-15 Thread Anthony Petrov
This is a back port of the same fix from JDK 8. Bug: http://bugs.sun.com/view_bug.do?bug_id=7149062 Webrev: http://cr.openjdk.java.net/~anthony/7u6-9-windowListInDockMenu-7149062.0/ Review thread: http://mail.openjdk.java.net/pipermail/macosx-port-dev/2012-May/004140.html Reviewers: Mike Swing

hg: jdk7u/jdk7u-dev/jdk: 7166437: [macosx] Support for Window.Type.UTILITY on the Mac

2012-05-15 Thread anthony . petrov
Changeset: fa84dc221972 Author:anthony Date: 2012-05-15 15:24 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/fa84dc221972 7166437: [macosx] Support for Window.Type.UTILITY on the Mac Summary: Apply the native UTILITY style to Java UTILITY windows Reviewed-by: kizune,

hg: jdk7u/jdk7u-dev/jdk: 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file

2012-05-15 Thread alexandr . scherbatiy
Changeset: eb7b250d92e6 Author:alexsch Date: 2012-05-15 11:45 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/eb7b250d92e6 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file Reviewed-by: alexp ! src/share/demo/jfc/Notepad/Notepad.

hg: jdk7u/jdk7u-dev/jdk: 7024963: Notepad demo: remove non-translatable resources from Notepad.properties file

2012-05-15 Thread alexandr . scherbatiy
Changeset: e4c3092a3a0e Author:alexsch Date: 2012-05-15 11:38 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/e4c3092a3a0e 7024963: Notepad demo: remove non-translatable resources from Notepad.properties file Reviewed-by: rupashka ! src/share/demo/jfc/Notepad/Notepad