[Pharo-project] WebBrowser
There once was a subclass of AppRegistry called WebBrowser. This is now gone in "PharoCore 1.2a 12172" compared to Pharo 1.1 Dont know why this specific subclass was removed since other subclasses of AppRegistry are still in the image (like MailSender, SoundService, ...) Was it by accident or if not what is the idea here. However - since this class is missing the package "ExternalWebBrowser" will fail to load in Pharo 1.2 since it would like to register itself as a webbrowser in a class side #initialize. Two possibilities: - we change ExternalWebBrowser - we reintroduce the missing class (either internal or in a compatibility package) Any comments? Thx Torsten -- GRATIS! Movie-FLAT mit über 300 Videos. Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome
On Thu, Oct 7, 2010 at 12:56 PM, Torsten Bergmann <astares@gmx.de> wrote:
There once was a subclass of AppRegistry called WebBrowser. This is now gone in "PharoCore 1.2a 12172" compared to Pharo 1.1
Dont know why this specific subclass was removed since other subclasses of AppRegistry are still in the image (like MailSender, SoundService, ...)
Was it by accident or if not what is the idea here.
However - since this class is missing the package "ExternalWebBrowser" will fail to load in Pharo 1.2 since it would like to register itself as a webbrowser in a class side #initialize.
Two possibilities: - we change ExternalWebBrowser - we reintroduce the missing class (either internal or in a compatibility package)
I would change ExternalWebBrowser, add the missing class there, and create a new version in ConfigurationOf that works in 1.2
Any comments?
Thx Torsten -- GRATIS! Movie-FLAT mit über 300 Videos. Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
2010/10/7 Torsten Bergmann <astares@gmx.de>:
Dont know why this specific subclass was removed since other subclasses of AppRegistry are still in the image (like MailSender, SoundService, ...)
Was it by accident or if not what is the idea here.
It got nuked with Name: System-Applications-StephaneDucasse.18 Author: StephaneDucasse Time: 11 July 2010, 6:52:54 pm UUID: 7eb6ce52-4ac4-4523-b44f-eaf822506c76 Ancestors: System-Applications-StephaneDucasse.14 - Issue 2664: empty classes: WebBrowser, SketchMorph, PasteUpMorphTest, NameOfSubclass, MethodTempsNode
On Thu, 7 Oct 2010, Alexander LazareviÄ wrote:
2010/10/7 Torsten Bergmann <astares@gmx.de>:
Dont know why this specific subclass was removed since other subclasses of AppRegistry are still in the image (like MailSender, SoundService, ...)
Was it by accident or if not what is the idea here.
It got nuked with
Name: System-Applications-StephaneDucasse.18 Author: StephaneDucasse Time: 11 July 2010, 6:52:54 pm UUID: 7eb6ce52-4ac4-4523-b44f-eaf822506c76 Ancestors: System-Applications-StephaneDucasse.14
- Issue 2664: empty classes: WebBrowser, SketchMorph, PasteUpMorphTest, NameOfSubclass, MethodTempsNode
Why did you remove NameOfSubclass? Levente
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
Alexander LazareviÄ -
Levente Uzonyi -
Mariano Martinez Peck -
Torsten Bergmann