MCBastos wrote: >Add-ons (extensions) "hook" into and modify the user interface >of the program -- sometimes inserting a new module >in the structure, sometimes replacing the standard module >with their own customized module, whatever. > ...then there is Google included an actual API for extensions in their Chrome Browser. http://google.com/search?tbs=dfn:1&q=application-programming-interface
Creators of extensions for that browser are always writing to that backwards-compatible layer and not having to constantly re-invent the wheel. It's one reason why Chrome is gathering up browser marketshare like a Hoover set on HI. Multi-process browsing is another meme where other browsers are making Gecko, with its multi-threaded browsing, look dated (where one screwed-up tab can kill everything). These are the prices you pay for being a pioneer: Everybody else gets to learn from your mistakes and applies that knowledge to *their* product. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

