Jon's Web Browser somewhere ?

Simon Michael simon at joyful.com
Wed Oct 26 06:04:58 UTC 2005


Thank you, Jon!

For anyone looking at this, here are some notes, from 
http://squeak.joyful.com/MediaView :

- Define Character>>fromLatin1Value: as an alias for Character>>value: 
to get files to load.

- Make HTMLBrowserApplication subclass Object, not ProtoObject, to avoid 
100% cpu utilization at HTMLBrowserApplication basicNew.

- Define Preferences>>inDatabaseNamed:at: as an alias for 
Preferences>>valueOfPreference:.

- HTMLCache>>initializeCacheAccessSemaphore complains about Semaphore 
new: 200.

Best,
-Simon




More information about the Squeak-dev mailing list