[cp-patches] FYI: CSS border support

2006-11-07 Thread Roman Kennke
The attached patch adds support for CSS borders. This implementation is actually much better than Sun's because it not only recognizes the border-width attribute (which Sun doesn't, except for 0 and 1 borders), it also recognizes the border-top-width, etc for installing different borders on

[cp-patches] FYI: HTML lists and CSS fixes

2006-11-07 Thread Roman Kennke
The attached patch does: - Implement bullet painting and formatting for HTML lists. - Fix the CSS parser/resolver to correctly resolve CSS selectors, that was completely borked before. This should improve HTML rendering significantly. 2006-11-07 Roman Kennke [EMAIL PROTECTED] *

[cp-patches] Re: FYI: CSS border support

2006-11-07 Thread Stuart Ballard
Roman Kennke [EMAIL PROTECTED] writes: The attached patch adds support for CSS borders. This implementation is actually much better than Sun's because it not only recognizes the border-width attribute (which Sun doesn't, except for 0 and 1 borders), it also recognizes the border-top-width,

[cp-patches] FYI: FlowLayout fix

2006-11-07 Thread Tania Bento
Hey, This patch fixes a bug in java.awt.FlowLayout.getSize(Component) that was exposed by Harmony's TestSuites. If the parent does not have a component, then a different formula is used to calculate the width. This patch now passes a couple of failing Harmony's tests. I have committed a mauve

Re: [cp-patches] Re: FYI: CSS border support

2006-11-07 Thread Mario Torre
Il giorno mar, 07/11/2006 alle 15.56 +, Stuart Ballard ha scritto: What do others think? Just my 2 cents euros... but I would like to keep Roman implementation. How I understand this class, this is not a feature that may lead to application failures, we simply recognise more, standard, CSS

Re: [cp-patches] Re: FYI: CSS border support

2006-11-07 Thread Roman Kennke
Hi there, Am Dienstag, den 07.11.2006, 18:57 +0100 schrieb Mario Torre: Il giorno mar, 07/11/2006 alle 15.56 +, Stuart Ballard ha scritto: What do others think? Just my 2 cents euros... but I would like to keep Roman implementation. How I understand this class, this is not a

[cp-patches] FYI: flatten jar path in Jar URLs

2006-11-07 Thread Mark Wielaard
Hi, When combining jar urls people might use relative paths using .., but jar files don't handle paths using .. (or .) so we need to flatten it beforehand. This patch does that. 2006-11-07 Mark Wielaard [EMAIL PROTECTED] * gnu/java/net/protocol/jar/Handler.java (parseURL):

[cp-patches] FYI: HTML parser fix

2006-11-07 Thread Roman Kennke
The HTML parser had a problem with whitespace. It inserted implied tags for many occurances of whitespace where it should ignore it really. This was caused by Audrius patch for that bBold/b iItalic/i whitespace problem (it threw away the whitespace in the middle originally). He changed it so that

[cp-testresults] FAIL: japi build on Tue Nov 7 12:00:36 UTC 2006

2006-11-07 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

[cp-testresults] FAIL: cacao build on Tue Nov 7 16:45:25 UTC 2006

2006-11-07 Thread cpdev
../../../cacao/src/native/jni.c:5955: warning: (near initialization for '_Jv_JNINativeInterface') ../../../cacao/src/native/jni.c:5957: warning: excess elements in struct initializer ../../../cacao/src/native/jni.c:5957: warning: (near initialization for '_Jv_JNINativeInterface')

[cp-testresults] FAIL: japi build on Tue Nov 7 17:00:01 UTC 2006

2006-11-07 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

[cp-testresults] FAIL: cacao build on Tue Nov 7 21:53:23 UTC 2006

2006-11-07 Thread cpdev
../../../cacao/src/native/jni.c:5955: warning: (near initialization for '_Jv_JNINativeInterface') ../../../cacao/src/native/jni.c:5957: warning: excess elements in struct initializer ../../../cacao/src/native/jni.c:5957: warning: (near initialization for '_Jv_JNINativeInterface')

[cp-testresults] FAIL: japi build on Tue Nov 7 22:08:33 UTC 2006

2006-11-07 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

[cp-testresults] FAIL: cacao build on Wed Nov 8 02:55:54 UTC 2006

2006-11-07 Thread cpdev
../../../cacao/src/native/jni.c:5955: warning: (near initialization for '_Jv_JNINativeInterface') ../../../cacao/src/native/jni.c:5957: warning: excess elements in struct initializer ../../../cacao/src/native/jni.c:5957: warning: (near initialization for '_Jv_JNINativeInterface')

[cp-testresults] FAIL: japi build on Wed Nov 8 03:10:36 UTC 2006

2006-11-07 Thread cpdev
114. DirectoryScanner scanner = dirs.getDirectoryScanner(getProject()); ^--^ *** Semantic Error: No accessible method with signature getProject() was found in type net.wuffies.japi.JapiantTask.

[cp-testresults] classpath daily snapshot 20061108 FAILED

2006-11-07 Thread Michael Koch
ranlib .libs/libclasspath.a creating libclasspath.la (cd .libs rm -f libclasspath.la ln -s ../libclasspath.la libclasspath.la) make[3]: Leaving directory `/home/mkoch/src/classpath/build/native/jni/classpath' Making all in native-lib make[3]: Entering directory

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Andrew John Hughes
On 6 Nov 2006, at 05:31, Michael Koch wrote: On Mon, Nov 06, 2006 at 01:45:09AM +0100, Mark Wielaard wrote: Hi, On Mon, 2006-11-06 at 01:11 +0100, Mark Wielaard wrote: On Fri, 2006-11-03 at 10:12 -0500, Stuart Ballard wrote: On 11/1/06, Mark Wielaard [EMAIL PROTECTED] wrote: Looking

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Mark Wielaard
Hi Andrew, On Tue, 2006-11-07 at 09:11 +, Andrew John Hughes wrote: Don't know if my other post reached the list or not (I can't see it in my archives), but the problem is that there are two copyOf methods: copyOf(EnumSetT) copyOf(CollectionT) where the latter calls the former, if

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Stuart Ballard
On 11/7/06, Mark Wielaard [EMAIL PROTECTED] wrote: Things still seem to be broken on builder. I'm guessing 3.1.2 is too old, as problems with the java.util.concurrent stuff seems to have been reintroduced I upgraded the ecj on builder to v_677_R32x, 3.2.1

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Mark Wielaard
Hi Stuart, On Tue, 2006-11-07 at 08:38 -0500, Stuart Ballard wrote: On 11/7/06, Mark Wielaard [EMAIL PROTECTED] wrote: Things still seem to be broken on builder. I'm guessing 3.1.2 is too old, as problems with the java.util.concurrent stuff seems to have been reintroduced I

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Stuart Ballard
They seem to as of last night's run. I'm not aware of any remaining problems, although that doesn't mean there aren't any subtle ones of course :) Stuart. On 11/7/06, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Stuart, On Tue, 2006-11-07 at 08:38 -0500, Stuart Ballard wrote: On 11/7/06, Mark

[commit-cp] classpath javax/swing/text/html/HTMLEditorKit.j...

2006-11-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/07 15:16:41 Modified files: javax/swing/text/html: HTMLEditorKit.java ListView.java StyleSheet.java . : ChangeLog Log message:

[commit-cp] classpath ChangeLog java/awt/FlowLayout.java

2006-11-07 Thread Tania Bento
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tania Bento tbento06/11/07 17:50:41 Modified files: . : ChangeLog java/awt : FlowLayout.java Log message: 2006-11-07 Tania Bento [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog gnu/java/net/protocol/jar/H...

2006-11-07 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark06/11/07 23:06:37 Modified files: . : ChangeLog gnu/java/net/protocol/jar: Handler.java Log message: 2006-11-07 Mark Wielaard [EMAIL PROTECTED]

[commit-cp] classpath gnu/javax/swing/text/html/parser/supp...

2006-11-07 Thread Roman Kennke
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Roman Kennke rabbit78 06/11/07 23:44:12 Modified files: gnu/javax/swing/text/html/parser/support: Parser.java . : ChangeLog Log message: 2006-11-07 Roman Kennke [EMAIL PROTECTED]