This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Robot.waitForIdle
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 21 Feb 2005 11:05:39 -0700
- Subject: Re: Patch: Robot.waitForIdle
- References: <1108955382.31632.4.camel@rh-ibm-t41>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> This patch fixes java.awt.Robot's waitForIdle implementation and
Tom> corrects a typo in the documentation.
Tom> OK for mainline?
I know we're in bug-fix-only mode and all that... but, no one is more
competent to review these patches than you are.
The things I am most concerned about, and will try to review most
carefully, at the moment are:
* Things that could potentially break the build
* Things that could break some piece of the core, causing jonas or
eclipse or other apps we care about to stop working
As for bug fixes and changes in AWT/Swing, I think you (Tom F.) ought
to decide the policy.
Tom