On Wed, Mar 11, 2009 at 06:28:22PM +0100, Hofmann Johannes wrote:
On Sat, Feb 21, 2009 at 11:47:56AM -0300, Jorge Arellano Cid wrote:
Hi there,
I happen to be enjoying a much needed holiday week! :-)
The plan is to come back around near wednesday 25.
In the meanwhile, I leave you with the following issues lurking in my list to be considered. Maybe all of them can be left to the release after 2.1, but maybe not:
[ ] https dialog bombing issue. BUG#868 When enabled, multiple https requests to the same site result in dialog bombing. The https dpi is disabled by default in Dillo. Anyway, in Debian, there's a security warning against dillo for not checking certificates (I don't know what version of dillo they use, nor why they enable https.)
[ ] Jump to #anchor doesn't work correctly. The idle timeout doesn't work reliably (an old bug).
[ ] Implement @import statement in STYLE element.
[ ] What will we do with xhtml? FF doesn't validate. BUG#732 This would be interesting to define. (already suggested as discussion material in another thread).
[ ] "-fno-rtti -fno-exceptions" gcc: 64KB less. Enabling this switches reduces the binary size.
[ ] dpi for "view page source" (it re-uses search capability). Waiting since a long time...
Do we really need a dpi for this? As long as we don't do syntax highlighting (which would be nice) we could also do it in dillo directly. The "View Stylesheets" code is really minimal. As far as I can see we would need a way to force a certain mime type (text/plain in this case). Any ideas how to do this?
Yes, the dpi can easily add line numbers which are very handy to have. The extra code inside dillo is very small and the dpi too. -- Cheers Jorge.-