On Thu, Feb 05, 2009 at 08:19:03AM -0300, Jorge Arellano Cid wrote:
On Tue, Feb 03, 2009 at 08:00:12PM +0100, Hofmann Johannes wrote:
Hi corvid,
On Tue, Feb 03, 2009 at 05:13:27PM +0000, corvid wrote:
(a rough quick patch just to get feedback) I saw that Jorge added cssUrls, which provided an opportunity...
Very nice! Just one small thing. The stylesheets entry does not get disabled on non-CSS pages here. Extending the check like this:
+ if (cssUrls && cssUrls->size () > 0) {
helps.
To me: It looks more like a developers feature than one for user level.
Well, not more than "View page source". I think it's important and in the spirit of dillo to make the web as transparent for the user as possible.
BTW: Viewing stylesheets in a normal browser window is really fast compared to the fltk text viewer we use for "View page source"!
Yes, since a long time I've wanted to find some time to turn "View page source" into a dpi.
Maybe after the close-tab button I can give it a hand.
Yes, that would be great. Cheers, Johannes
-- Cheers Jorge.-