Webbrowser fixes

Chris Double chris.double at double.co.nz
Fri Oct 3 23:19:53 UTC 2014


I've created a pull request for a couple of minor fixes to the web browser code:

<https://github.com/russellallen/self/pull/42>

One is a typo in calling a method to create a JPEG image. The other is
for handling hex entities in HTML pages. The latter can be
demonstrated by running the following:

bootstrap read: 'webBrowser' From: 'applications/webBrowser'
'http://bluishcoder.co.nz/index.html' asURL getPageForUser

This will load a page containing entities in hex format. The page
gives an error without this commit. With this commit it loads further
with one unrelated error later on due to not identifying an image.

-- 
http://bluishcoder.co.nz



More information about the Self-interest mailing list