Henri Sivonen

Results 255 comments of Henri Sivonen

CC @valenting who removed the DNS-oriented length limit from Gecko, AFAICT, due to WPTs and not due to actual Web compat.

Hmm. Even with the error condition of counting encode _output_ units, there should still be a limit on encode _input_ units to avoid denial of service. I haven’t even tried...

Given that ASCII labels have O(n) behavior and non-ASCII labels have O(n^2) behavior, I think it's not good for an _implementation_ to take the position that a) the length of...

I'm completely OK with publishing a new release. I should have done it many times over the past years. It's been a "next week" item for way too long. 8...

First of all, I acknowledge the annoyance of having a main branch owner who isn't up-to-speed with Java Modules (it's taken me way more time in terms of calendar distance...

> Actually, I would like to move some internal classes in nu.validator.htmlparser.common (e.g. the Interner interface) to a non-exported package as part of the modularization in 2.0. What problem would...

> classes which are not of interest to users don't show up in the Javadoc, IDE autocompletion suggestions, etc. The clutter in Javadoc doesn't look too bad. Not sure about...

> Fair enough, so I think we can agree on the following: > > * 3 Java modules: `nu.validator.htmlparser`, `nu.validator.htmlparser.xom`, `nu.validator.saxtree` > > * no classes are moved (i.e. forget...

@Ms2ger: > Since I believe it would be great to have the wider Rust ecosystem as well as Servo and Gecko share the same library, I'd appreciate your thoughts on...

> Given all this data, I feel that the table size concern is mostly a myth (fortunately!) How does comparing to _current_ Gecko result in that conclusion? Except for Big5,...