releases-comm-central/im/content
Florian Quèze c086ce776b Improve the appearance of the selected contact when the contact list isn't focused. 2011-09-22 01:13:30 +02:00
..
debug Bug 954192 - Clean up jsProtoHelper, r=florian. 2011-07-21 01:18:37 +02:00
preferences Bug 954449 - Message style preview in Preferences has context bubble in wrong place. 2011-09-02 19:24:02 +02:00
Makefile.in Move JS components and modules into their own directories. 2009-12-06 02:56:38 +01:00
aboutDialog.css Remove useless folder 'instantbird' in 'instantbird/content'. 2009-12-06 01:52:48 +01:00
aboutDialog.xul bug 954058 - move menus into overlay and clean up, r=florian. 2010-12-13 00:14:39 +01:00
account.js Ignore the password while saving account details if the protocol doesn't use passwords, r=clokep over IRC. 2011-01-26 23:18:38 +01:00
account.xml Bug 954017 - Use Function.bind instead of 'self' variables and getBindingParent calls. 2011-05-26 10:17:19 +02:00
account.xul Bug 954084 - purple proxies should not be in the way of JavaScript protocols, r=clokep. 2011-01-23 12:35:24 +01:00
accountWizard.js Bug 953970 - Disable advanced options for the Facebook and Google Talk protocol overrides, and disable 'Join Chat' for Facebook. 2011-05-30 17:58:02 +02:00
accountWizard.xul Let browser elements nagivate through links (somewhat similar to bug 516776). 2010-11-19 09:08:06 +01:00
accounts.css Remove useless folder 'instantbird' in 'instantbird/content'. 2009-12-06 01:52:48 +01:00
accounts.js Display the status type in the second line of extended contacts. Reduce code duplication in status handling. Fire signals correctly during unknown->offline status changes. 2011-03-10 18:19:35 +01:00
accounts.xul Bug 953899 - Simplify some window titles. 2011-04-09 01:42:41 +02:00
addbuddy.js Start using Services.jsm. 2010-11-05 15:03:08 +01:00
addbuddy.xul Bug 954166 - Add buddy and join chat dialogs poorly positioned when there's no buddy list. 2011-06-15 19:39:27 +02:00
blist.css Improve the appearance of the selected contact when the contact list isn't focused. 2011-09-22 01:13:30 +02:00
blist.js Hide the 'Hidden Conversations' and 'Contacts' header when the last hidden conversation is closed. 2011-09-14 01:54:24 +02:00
blist.xul Show the context menu on the whole buddy list area. 2011-09-08 19:36:11 +02:00
browserRequest.js Discard the OAuth authorization dialog if the user clicks on the 'Disconnect' button of the account manager (+ some simplification/dead code removal). 2011-04-21 23:36:25 +02:00
browserRequest.xul Bug 954114 - Add license header to browserRequest.*, r=florian. 2011-03-07 18:37:56 +01:00
buddy.xml Avoid race conditions in buddy animations when expanding/collapsing contacts. 2011-06-22 15:49:03 +02:00
buddytooltip.xml Normalize chat buddy names before calling requestBuddyInfo or creating a private conversation. Needed for XMPP MUCs. 2011-09-07 19:18:30 +02:00
contact.xml Bug 954110 - Add timers to ensure contact CSS transitions always finish. 2011-06-22 18:25:33 +02:00
conv.html Initialize the conversation content in a way that is compatible with the new HTML5 parser, and executes scripts contained in Footer.html. 2010-08-24 01:10:18 +02:00
conv.xml Avoid letting the Contacts window steal the focus back after focusing a conversation window during a click on the unread count of a hidden conversation. 2011-09-02 11:41:15 +02:00
convZoom.js Start using Services.jsm. 2010-11-05 15:03:08 +01:00
convbrowser.xml Treat already displayed messages slightly differently than unread messages. 2011-08-26 03:09:42 +02:00
conversation.xml Bug 954455 - IRC sends unrecognized commands to active conversation, r=florian. 2011-09-16 13:06:31 +02:00
credits.xhtml Update the credits for 0.3. 2011-06-22 18:36:28 +02:00
engineManager.js Remove useless folder 'instantbird' in 'instantbird/content'. 2009-12-06 01:52:48 +01:00
engineManager.xul Remove useless folder 'instantbird' in 'instantbird/content'. 2009-12-06 01:52:48 +01:00
extensions-discover.js Bug 953967 - put a XUL page in chrome for the 'discovery' pane of the new add-on manager (+ fix a related pref, see bug 953998), r=clokep. 2011-06-08 00:32:35 +02:00
extensions-discover.xul Bug 953967 - put a XUL page in chrome for the 'discovery' pane of the new add-on manager (+ fix a related pref, see bug 953998), r=clokep. 2011-06-08 00:32:35 +02:00
extensions.js Fix link opening from the add-on manager window, r=clokep. 2011-06-07 14:14:24 +02:00
extensions.xul Bug 954147 - No UI feedback when attempting to install an incompatible add-on, r=florian. 2011-04-13 12:39:23 +02:00
group.xml Bug 954110 - Add timers to ensure contact CSS transitions always finish. 2011-06-22 18:25:33 +02:00
hiddenWindow.xul [Mac] Disable history in the hidden window to avoid a warning. 2011-05-30 17:54:27 +02:00
instantbird.css Bug 954235 - minimum conversation window height for buddy icon to appear is too high. 2011-06-15 19:56:47 +02:00
instantbird.js Bug 954246 - Display the character count while typing a tweet, r=clokep. 2011-05-31 02:05:17 +02:00
instantbird.xul Bug 954117 - Reply to and retweet actions on twitter, r=clokep over IRC. 2011-09-07 18:34:44 +02:00
jar.mn Put multi-user chats in the 'Contacts' window instead of really closing them when the conversation window is closed. 2011-08-24 02:58:24 +02:00
joinchat.js Bug 954418 - Joining chat should unhide conversation if already existing, r=clokep. 2011-09-13 19:20:53 +02:00
joinchat.xul Bug 954166 - Add buddy and join chat dialogs poorly positioned when there's no buddy list. 2011-06-15 19:39:27 +02:00
macgestures.js Make the swipe gesture do something useful even when there's no last selected tab. 2010-01-11 16:01:19 +01:00
menus-mac.xul Bug 953475 - Command-W Does Not Close Buddy List Window. 2011-03-17 17:42:56 +01:00
menus-unix.xul bug 954058 - move menus into overlay and clean up, r=florian. 2010-12-13 00:14:39 +01:00
menus-win.xul bug 954058 - move menus into overlay and clean up, r=florian. 2010-12-13 00:14:39 +01:00
menus.js Follow-up to 9fb2ea78e742 ('Bug 954166 - Add buddy and join chat dialogs poorly positioned when there's no buddy list.') to fix a trivial mistake. 2011-06-16 23:41:21 +02:00
menus.xul Bug 954362 - Add keyboard shortcuts to menu, r=florian. 2011-07-20 20:20:08 +02:00
menus.xul.inc bug 954058 - move menus into overlay and clean up, r=florian. 2010-12-13 00:14:39 +01:00
nsContextMenu.js Bug 954117 - Reply to and retweet actions on twitter, r=clokep over IRC. 2011-09-07 18:34:44 +02:00
proxies.css Remove useless folder 'instantbird' in 'instantbird/content'. 2009-12-06 01:52:48 +01:00
proxies.js Start using Services.jsm. 2010-11-05 15:03:08 +01:00
proxies.xul Remove useless folder 'instantbird' in 'instantbird/content'. 2009-12-06 01:52:48 +01:00
proxy.xml Remove useless folder 'instantbird' in 'instantbird/content'. 2009-12-06 01:52:48 +01:00
tabbrowser.css Bug 954202 - Make conversation tabs look like Firefox 4 tabs. 2011-05-04 16:48:37 +02:00
tabbrowser.xml Bug 954454 - Participant tooltips do not appear if tab bar not shown. 2011-09-06 21:23:14 +02:00
utilities.js Start using Services.jsm. 2010-11-05 15:03:08 +01:00
viewlog.css Bug 953823 - Always show the findbar in log viewer, r=florian. 2010-09-13 19:40:37 +02:00
viewlog.js Start using Services.jsm. 2010-11-05 15:03:08 +01:00
viewlog.xul bug 954058 - move menus into overlay and clean up, r=florian. 2010-12-13 00:14:39 +01:00