There are multiple different kinds of filters because of the byzantine
'jsd' core for Javascript debugging. Each web page has a 'jsContext'
but then all of the js is mixed up in the jsd layer. I think it may be
because jsd was design before netscape had more than one web page per
window. Anyway Firebug tries to sort them out again. I've tried a lot
of different schemes.
1.5 is the first version that uses jsdIFilters, I am hoping this
improves performance.
jjb
It it possible to have tooltips for menu items? I think it could be a
great help for some of firebug's options that are turned on or off via
menus. Perhaps as soon as 1.5.1.
-steve--
Simple example:
<menuitem id="fcExportAll"
label="Export All Cookies"
tooltiptext="firecookie.export.Export_All_Cookies_Tooltip"
command="cmd_cookieExportAll"/>
I like the idea. It's not obtrusive when just using the menu-items
(try Firecookie).
Honza