RE: [cp-patches] RFC: prevent URL degeneration - v3

2005-10-11 Thread Jeroen Frijters
Robert Schuster wrote: However I consider these tests wrong because they violate the URL spec. Some people (like me) believe it is more important, in some cases, to be compatible with the reference implementation than to the spec. proto:p1/p2 is not the same as proto://p1/p2

Re: [cp-patches] RFC: prevent URL degeneration - v3

2005-10-11 Thread Robert Schuster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jeroen, I agree this looks very dissapointing. Still only one of those bugs[0] slightly mentions the implicit to // conversion. For all other problems mentioned problems we decided to share them (e.g. treating the slash after the hostname as

[cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread David Gilbert
I committed this patch, there is no need for a new FileSystemView to be created for each call to getFileSystemView(): 2005-10-11 David Gilbert [EMAIL PROTECTED] * javax/swing/filechooser/FileSystemView.java (defaultFileSystemView): new private field,

Re: [cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread Michael Koch
On Tue, Oct 11, 2005 at 10:31:22AM +, David Gilbert wrote: I committed this patch, there is no need for a new FileSystemView to be created for each call to getFileSystemView(): 2005-10-11 David Gilbert [EMAIL PROTECTED] * javax/swing/filechooser/FileSystemView.java

Re: [cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread David Gilbert
Michael Koch wrote: On Tue, Oct 11, 2005 at 10:31:22AM +, David Gilbert wrote: I committed this patch, there is no need for a new FileSystemView to be created for each call to getFileSystemView(): 2005-10-11 David Gilbert [EMAIL PROTECTED] *

Re: [cp-patches] FYI: javax.swing.filechooser.FileSystemView

2005-10-11 Thread David Gilbert
Robert Schuster wrote: Hi David, yesterday we had a discusssion about stub methods and to-be-continued methods. I think the one you tackled with looks like one. +if (defaultFileSystemView == null) + { +if (File.separator.equals(/)) + defaultFileSystemView = new

[cp-patches] FYI: JFileChooser API docs

2005-10-11 Thread David Gilbert
I committed this patch: 2005-10-11 David Gilbert [EMAIL PROTECTED] * javx/swing/JFileChooser.java: Added API docs all over. Regards, Dave Index: javax/swing/JFileChooser.java === RCS file:

[cp-patches] FYI: JEditorPane accessibility

2005-10-11 Thread Roman Kennke
I implemented most of the accessibility support for JEditorPane. 2005-10-11 Roman Kennke [EMAIL PROTECTED] * javax/swing/JEditorPane.java (AccessibleJEditorPaneHTML): New inner class. (JEditorPaneAccessibleHypertextSupport): New inner class.

[cp-patches] FYI: GapContent fixlet

2005-10-11 Thread Anthony Balkissoon
This patch mirrors Roman's patch from 2005-10-05 to GapContent's adjustPositionsInRange and setPositionsInRange. It is essentially the same fix for getPositionsInRange. 2005-10-11 Anthony Balkissoon [EMAIL PROTECTED] * javax/swing/text/GapContent.java: (getPositionsInRange):

[cp-patches] FYI: DefaultComboBoxModel.setSelectedItem()

2005-10-11 Thread David Gilbert
I committed this patch to fix a bug in the setSelectedItem() method. There were two problems, first the method wouldn't allow the selected item to be a non-null object that isn't in the list (this is valid), and second the method was firing change events in cases where the selected item value

RE: [cp-patches] [PATCH] Fix PR classpath/24086, PR classpath/24091, PR classpath/24104 et al. ...

2005-10-11 Thread Jeroen Frijters
David Daney wrote: This is the new version of my HTTP patch. It keeps promoting (near) silence from the approvers, and I keep finding and fixing new bugs. Also it has been about a week and I fixed another bug, so I thought I would post the current version. Thanks for this rewrite. I

Short event-handling question...

2005-10-11 Thread Clemens Eisserer
Hello, I am currently reading the Swing source to understand some swing insights I always wanted to know how its implemented. Really quite interresting ;-) However there is a thing I do not fully understand / did not find out how its realized: If I post a synthetic event to the event queue

Re: request for testing AWT/SWING

2005-10-11 Thread Anthony Balkissoon
I agree a new list is appropriate and that this would be very helpful. Running the Swing Demo and clicking through everything in there is not really feasible every time we write a patch. The list would also be great because when things that were implemented incorrectly break, we may not know

Re: update UI not overwritten warnings useful to Swing hackers / as bugs?

2005-10-11 Thread Roman Kennke
Hi Paul, Hope it is OK to mail to you direct in this case but not sure if this was best on list or just me that did not know and I knew you would be a good person to help :-) Thank you. I CC the list, I hope this is OK for you. :-) When we find the Swing warning update UI not overwritten in

Re: Classpath Meeting Minutes (2005-10-07)

2005-10-11 Thread Casey Marshall
On Oct 7, 2005, at 4:25 AM, Mark Wielaard wrote: Hi, On Fri, 2005-10-07 at 02:49 +0200, Robert Schuster wrote: Integration of GNU Crypto was mentioned and that we have to wait for Casey's rewrite of it. Mark stated that Casey would be the only one being able to do the integration nicely.

[commit-cp] classpath ./ChangeLog javax/swing/filechooser/F...

2005-10-11 Thread David Gilbert
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 05/10/11 09:30:19 Modified files: . : ChangeLog javax/swing/filechooser: FileSystemView.java Log message: 2005-10-11 David

[commit-cp] classpath ./ChangeLog javax/swing/JEditorPane.java

2005-10-11 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Roman Kennke [EMAIL PROTECTED]05/10/11 13:48:30 Modified files: . : ChangeLog javax/swing: JEditorPane.java Log message: 2005-10-11 Roman Kennke

[commit-cp] classpath ./ChangeLog javax/swing/JFileChooser....

2005-10-11 Thread David Gilbert
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: David Gilbert [EMAIL PROTECTED] 05/10/11 14:03:16 Modified files: . : ChangeLog javax/swing: JFileChooser.java Log message: 2005-10-11 David Gilbert

[commit-cp] classpath ./ChangeLog javax/swing/text/PlainVie...

2005-10-11 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/10/11 16:18:34 Modified files: . : ChangeLog javax/swing/text: PlainView.java Log message: 2005-10-11 Anthony Balkissoon

[commit-cp] classpath ./ChangeLog javax/swing/plaf/basic/Ba...

2005-10-11 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/10/11 18:34:09 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTextUI.java javax/swing/text: DefaultCaret.java

[commit-cp] classpath ./ChangeLog javax/swing/text/GapConte...

2005-10-11 Thread Anthony Balkissoon
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Anthony Balkissoon [EMAIL PROTECTED] 05/10/11 20:14:22 Modified files: . : ChangeLog javax/swing/text: GapContent.java Log message: 2005-10-11 Anthony Balkissoon