- I worked on replacing
linkedConversation
withlinkedPanel
, sincelinkedConversation
is mostly used in a way that doesn't depend on it actually being a conversation. - I moved the tab context menu code to the
tabbrowser-tab
binding. This worked, but didn't yield very good results. Tab images got a bit broken and there were some mouse event issues. I decided to move it back totabbrowser
, with the idea that generic tabs which wanted to implement their own context menus could do so by setting unsettingmousethrough="always"
- this would show the tab's particular context menu rather thantabbrowser
's. - I added in a
aTabClassName
parameter toaddGenericTab
to allow tab classes other than tabbrowser-tab.
this.parentNode.parentNode.parentNode.parentNode.foo(this)
) and wasn't able to open DOM Inspector until Mook_as mentioned the -inspector
command line flag (thanks!). To-do: make tabbrowser-tab easily extendable and further work on tabtest.xml to be a full proof-of-concept for adding non-conversation tabs.
No comments:
Post a Comment