all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master a005f61 2/2: Make eww mark valid/invalid https pages
       [not found] ` <E1XyBNE-0007FU-5G@vcs.savannah.gnu.org>
@ 2014-12-09  3:25   ` Lars Magne Ingebrigtsen
  2014-12-09  3:38     ` Lennart Borgman
  2014-12-10 16:00     ` Ted Zlatanov
  0 siblings, 2 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2014-12-09  3:25 UTC (permalink / raw)
  To: emacs-devel

Lars Ingebrigtsen <larsi@gnus.org> writes:

>     * lisp/net/eww.el (eww-update-header-line-format): Mark valid/invalid
>     certificates in the header line.
>     (eww-invalid-certificate, eww-valid-certificate): New faces.

Finally!  It just took a couple of years, and a lot of infrastructure
meddling, but now eww will mark (validated) https pages in green, like
all other browsers.

There should perhaps be a little "lock" icon in the header line, too?
Or is that passé?

Does anybody have a nice "lock" icon handy?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master a005f61 2/2: Make eww mark valid/invalid https pages
  2014-12-09  3:25   ` master a005f61 2/2: Make eww mark valid/invalid https pages Lars Magne Ingebrigtsen
@ 2014-12-09  3:38     ` Lennart Borgman
  2014-12-09  3:59       ` Lars Magne Ingebrigtsen
  2014-12-10 16:00     ` Ted Zlatanov
  1 sibling, 1 reply; 6+ messages in thread
From: Lennart Borgman @ 2014-12-09  3:38 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: Emacs-Devel devel

https://useiconic.com/open/

On Tue, Dec 9, 2014 at 4:25 AM, Lars Magne Ingebrigtsen <larsi@gnus.org> wrote:
> Lars Ingebrigtsen <larsi@gnus.org> writes:
>
>>     * lisp/net/eww.el (eww-update-header-line-format): Mark valid/invalid
>>     certificates in the header line.
>>     (eww-invalid-certificate, eww-valid-certificate): New faces.
>
> Finally!  It just took a couple of years, and a lot of infrastructure
> meddling, but now eww will mark (validated) https pages in green, like
> all other browsers.
>
> There should perhaps be a little "lock" icon in the header line, too?
> Or is that passé?
>
> Does anybody have a nice "lock" icon handy?
>
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master a005f61 2/2: Make eww mark valid/invalid https pages
  2014-12-09  3:38     ` Lennart Borgman
@ 2014-12-09  3:59       ` Lars Magne Ingebrigtsen
  2014-12-09 16:13         ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 2014-12-09  3:59 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: Emacs-Devel devel

Lennart Borgman <lennart.borgman@gmail.com> writes:

> https://useiconic.com/open/

Those are very nice, yes...  MIT licensed...  Very legible and flat and
nice.  And in SVG format, so they can be rescaled easily and seamlessly.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master a005f61 2/2: Make eww mark valid/invalid https pages
  2014-12-09  3:59       ` Lars Magne Ingebrigtsen
@ 2014-12-09 16:13         ` Eli Zaretskii
  2014-12-10  3:24           ` Yuri Khan
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2014-12-09 16:13 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: lennart.borgman, emacs-devel

> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
> Date: Tue, 09 Dec 2014 04:59:37 +0100
> MailScanner-NULL-Check: 1418702378.33633@XrDi2bz503fUX6NQ0fF8pA
> Cc: Emacs-Devel devel <emacs-devel@gnu.org>
> 
> Lennart Borgman <lennart.borgman@gmail.com> writes:
> 
> > https://useiconic.com/open/
> 
> Those are very nice, yes...  MIT licensed...  Very legible and flat and
> nice.  And in SVG format, so they can be rescaled easily and seamlessly.

But Emacs compiled without librsvg won't be able to display them.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master a005f61 2/2: Make eww mark valid/invalid https pages
  2014-12-09 16:13         ` Eli Zaretskii
@ 2014-12-10  3:24           ` Yuri Khan
  0 siblings, 0 replies; 6+ messages in thread
From: Yuri Khan @ 2014-12-10  3:24 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Lars Magne Ingebrigtsen, Lennart Borgman, Emacs developers

On Tue, Dec 9, 2014 at 10:13 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> But Emacs compiled without librsvg won't be able to display them.

In that specific case, the compilation process might render them to
png or whatever bitmap format is enabled. (If none or when in a
text-only frame, fall back to a text lighter.)



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: master a005f61 2/2: Make eww mark valid/invalid https pages
  2014-12-09  3:25   ` master a005f61 2/2: Make eww mark valid/invalid https pages Lars Magne Ingebrigtsen
  2014-12-09  3:38     ` Lennart Borgman
@ 2014-12-10 16:00     ` Ted Zlatanov
  1 sibling, 0 replies; 6+ messages in thread
From: Ted Zlatanov @ 2014-12-10 16:00 UTC (permalink / raw)
  To: emacs-devel

On Tue, 09 Dec 2014 04:25:16 +0100 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Lars Ingebrigtsen <larsi@gnus.org> writes:
>> * lisp/net/eww.el (eww-update-header-line-format): Mark valid/invalid
>> certificates in the header line.
>> (eww-invalid-certificate, eww-valid-certificate): New faces.

LMI> Finally!  It just took a couple of years, and a lot of infrastructure
LMI> meddling, but now eww will mark (validated) https pages in green, like
LMI> all other browsers.

Nice!

LMI> There should perhaps be a little "lock" icon in the header line, too?
LMI> Or is that passé?

LMI> Does anybody have a nice "lock" icon handy?

Unicode has CLOSED LOCK WITH KEY but most fonts don't have it, sadly.

Ted




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-10 16:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20141209032203.27791.88346@vcs.savannah.gnu.org>
     [not found] ` <E1XyBNE-0007FU-5G@vcs.savannah.gnu.org>
2014-12-09  3:25   ` master a005f61 2/2: Make eww mark valid/invalid https pages Lars Magne Ingebrigtsen
2014-12-09  3:38     ` Lennart Borgman
2014-12-09  3:59       ` Lars Magne Ingebrigtsen
2014-12-09 16:13         ` Eli Zaretskii
2014-12-10  3:24           ` Yuri Khan
2014-12-10 16:00     ` Ted Zlatanov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.