Commit Graph

55 Commits

Author SHA1 Message Date
Mark Hammond
cd8945e821 Bug 1002914 (part 2) - remove SocialChatBar, add chat specific tests and refactor social tests. r=mixedpuppy 2014-05-10 12:03:08 +10:00
Mark Hammond
54b7c91e28 Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-10 12:03:07 +10:00
Ryan VanderMeulen
6344b491fe Backed out changesets 2f3f35b8cea3 and 7824a3826963 (bug 1002914) for intermittent mochitest-bc failures. 2014-05-07 16:56:28 -04:00
Mark Hammond
e9e947e226 Bug 1002914 (part 2) - remove SocialChatBar, add chat specific tests and refactor social tests. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Mark Hammond
930ed8d05e Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-07 09:58:18 +10:00
Mark Hammond
922d2b3e35 Bug 966579 - fix intermittent browser_social_chatwindow_resize oranges. r=mixedpuppy 2014-05-06 15:25:58 +10:00
Shane Caraveo
4d0239801d bug 894806 [Australis] refactor and remove social.provider, r=markh 2014-03-11 19:25:45 -07:00
Bill McCloskey
fcc7cca536 Bug 961529 - Run DOMLinkHandler in a content script (r=felipe) 2014-02-08 17:41:34 -08:00
Florian Quèze
753b9b56b5 Bug 911981 - Chat panels are lost while detaching/attaching, r=mixedpuppy. 2014-01-14 23:08:20 +01:00
Florian Quèze
dcca82fb9d Bug 910305 - Detached chat windows are always above other browser windows, r=mixedpuppy. 2013-09-20 20:24:41 +02:00
Shane Caraveo
3d529df987 bug 908651 fix collapsing chat windows when resizing sidebar, r=markh 2013-08-28 18:56:17 -07:00
Shane Caraveo
a86d98d23e bug 860421 fix intermittent failure in chat tests, r=markh 2013-07-04 19:21:27 -07:00
Florian Quèze
59a2bd428d Bug 888336 - chat title not displayed after tearing off and reattaching a chat window, r=mixedpuppy. 2013-07-04 12:12:24 +02:00
Florian Quèze
900df091c7 Bug 887314 - The camera icon is distorted on a retina screen, r=mixedpuppy. 2013-06-27 15:20:18 +02:00
Shane Caraveo
9734b616ee bug 883346 permissions support for standalone chat window, r=felipe 2013-06-21 19:17:34 -07:00
Shane Caraveo
0657078de5 bug 809085 make permissions panels work with social content, r=felipe 2013-06-21 16:14:22 -07:00
Shane Caraveo
c906a1f5fc bug 880911 implement tear off chat windows, r=felipe 2013-06-21 10:07:27 -07:00
Shane Caraveo
d1dffe6faf bug 864505 fix appearance of selected chat titlebar, r=markh 2013-05-06 12:48:57 -07:00
Shane Caraveo
e1af731aca bug 824164 change position of chat overflow button, r=markh 2013-05-05 19:48:20 -07:00
Mark Hammond
fec48b982d Bug 809733 - add css transitions for width and height to chatboxes. r=jaws 2013-04-17 11:29:03 +10:00
Mark Hammond
e9269df795 Bug 847094 - fix intermittent chat test failures by waiting for content load event. r=felipe 2013-04-03 12:17:44 +11:00
Shane Caraveo
5fae7a7101 bug 850967 fix some js strict fixes that showed up in debug build/tests, r=markh 2013-03-18 12:40:51 -07:00
Shane Caraveo
35e6a97233 bug 850077 make tooltips work in social content, r=felipc, a=gavin 2013-03-18 12:43:51 -07:00
Mark Hammond
1d95f11e35 Bug 831489 - prevent social chats from stealing focus. r=gavin 2013-02-26 13:47:39 +11:00
Mark Hammond
ea9ff12134 Bug 821208 - don't reference chatbox.iframe until the XBL bindings have been created. r=gavin 2013-03-01 14:04:29 +11:00
Ryan VanderMeulen
d642c693ee Backed out changesets a99be5669498 (bug 831489) and 140221368247 (bug 821208) for frequent Linux64 debug b-c failures on a CLOSED TREE. 2013-03-01 18:36:39 -05:00
Mark Hammond
8e5df20a5e Bug 831489 - prevent social chats from stealing focus. r=gavin 2013-02-26 13:47:39 +11:00
Mark Hammond
e61c8b68a6 Bug 821208 - don't reference chatbox.iframe until the XBL bindings have been created. r=gavin 2013-03-01 14:04:29 +11:00
Mark Hammond
07522c75b9 Bug 840832 - ensure that closing the only visible chat selects another chat if possible. r=felipe
--HG--
extra : rebase_source : 25d0d85f2660687a66ca82828f0887732e99f3aa
2013-02-14 12:07:34 +11:00
Jim Mathies
5989aca8fa Bug 835435 - Social.jsm referenced using bad uri in socialchat.xml, r=gavin 2013-01-28 13:11:43 -06:00
Shane Caraveo
6019bba05a Bug 782850 fix nsContextMenu to work in social content panels, r=felipe 2013-01-27 10:31:14 -08:00
Ryan VanderMeulen
715290dd94 Backed out changeset e9795d97ccf6 (bug 782850) for M1 failures. 2013-01-26 21:19:21 -05:00
Shane Caraveo
5b652811b3 Bug 782850 fix nsContextMenu to work in social content panels, r=felipe 2013-01-26 16:48:54 -08:00
Shane Caraveo
c8d0076124 Bug 832943 keep explicit reference to our error handling web listeners to avoid unexpected gc, r=felipe 2013-01-26 12:07:39 -08:00
Shane Caraveo
7f9c684b8f Bug 824162 dont mess with focus until after the event target handles it, r=gavin 2013-01-26 13:09:19 -08:00
Mark Hammond
0fc228471f Bug 824800 - Social chat windows should close on middle mouse button, and right click should not minimize. r=dao 2013-01-04 12:25:36 +11:00
Jared Wein
20e2c47dfb Bug 813383 - Use firstElementChild/nextElementSibling/lastElementChild instead of firstChild/nextSibling/lastChild when possible. r=felipe 2012-11-19 17:54:12 -08:00
Mark Hammond
ac7a84397d Bug 808235 - give chatbox focus when restored. r=jaws
--HG--
extra : rebase_source : 6c224570314d77c83405b3345ee9b858f0df2fac
2012-11-20 12:54:50 +11:00
Mark Hammond
856bff1b8f Bug 805537 - social chat callbacks should only be invoked once. r=jaws 2012-11-15 14:54:34 +11:00
Mark Hammond
43fbd565ec Bug 804591 - opening an existing chat window should restore it if minimized. r=jaws 2012-11-14 15:27:34 +11:00
Phil Ringnalda
fc8ac45706 Back out 3fd41b40e88f (bug 809274) and 22e38380a161 (Bug 804591) for Win7 browser-chrome timeouts 2012-11-13 23:26:27 -08:00
Mark Hammond
ee50ee9e2d Bug 804591 - opening an existing chat window should restore it if minimized. r=jaws 2012-11-14 15:27:34 +11:00
Mark Hammond
edaa181c17 Bug 807935 - social chatbar should be hidden in full-screen mode. r=jaws 2012-11-13 14:52:06 +11:00
Mark Hammond
1ef418fa96 Bug 798083 - fix various social chat overflow and related issues. r=jaws
--HG--
extra : rebase_source : 64f925c25b5f8694d6385318e37b8ee7bccc56d5
2012-10-06 15:23:50 -07:00
Gavin Sharp
c6811c02ae Bug 805474: fix chatbar title styling in high contrast themes, and crop chatbox titles, r=jaws 2012-10-29 15:03:16 -07:00
Felipe Gomes
8cbe966197 Bug 801874. Opening a minimized chat from the worker is broken. r=gavin 2012-10-15 16:15:52 -07:00
Mark Hammond
5afb7f7772 Bug 796309 - callback must be invoked if same social chat url opened twice. r=mixedpuppy 2012-10-05 14:13:11 +10:00
Shane Caraveo
95bb4d5e15 Bug 783687 - Use custom event in the chat box to update the titlebar. r=jaws 2012-09-25 14:38:58 -07:00
Felipe Gomes
01941a95ae Bug 793354. Small chat icons are stretched by XUL layout. r=jaws 2012-09-25 11:59:57 -07:00
Shane Caraveo
86c89ea225 Bug 782793. Per-platform chat window icons. r=felipe 2012-09-04 14:42:06 -07:00