From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bbe592428babd509 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!b6g2000yqi.googlegroups.com!not-for-mail From: leonid Newsgroups: comp.lang.ada Subject: Re: Web browser in Ada Date: Sat, 24 Apr 2010 02:51:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23401311-9db0-4f68-ae61-fac1fda54faf@b6g2000yqi.googlegroups.com> References: <02c2bf63-260d-4acc-bd58-c8fb8a591ec3@b6g2000yqi.googlegroups.com> NNTP-Posting-Host: 94.230.81.110 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1272102686 30967 127.0.0.1 (24 Apr 2010 09:51:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Apr 2010 09:51:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b6g2000yqi.googlegroups.com; posting-host=94.230.81.110; posting-account=gOkKbAoAAACKpspXTBDXeWNsiTyhFowY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 4.0.20506; InfoPath.3; AskTB5.6),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:10187 Date: 2010-04-24T02:51:26-07:00 List-Id: On Apr 23, 11:03=A0am, Gautier write-only wrote: > There are discussions from time to time, since very long, about > writing a Web browser in Ada. > The main idea would have a safe browser. > Actually today's issues about security in Web browsers remarkably seem > of the same kind as ten years ago, just a bit more frequent and acute. > Did someone give a try ? > I guess the following libraries would be considered: > - AWS, for the HTTP requests > - GtKAda, for a portable GUI > - the least possible bindings and the most possible Ada code for > decoding images and other contents > _________________________________________________________ > Gautier's Ada programming --http://sf.net/users/gdemont/ > NB: For a direct answer, e-mail address on the following web site:http://= www.fechtenafz.ethz.ch/wm_email.htm Hi, you may try Webkit example in Qt4ada , as a simple web browser http://users1.jabry.com/adastudio/index.html Leonid