Commit graph

102 commits

Author SHA1 Message Date
Mark Banner
5959ef0599 Bug 1212083 - Part 1. Remove the direct calls UI from Loop. r=mikedeboer 2015-10-09 12:14:44 +01:00
Manuel Casas
8de4febb07 Bug 1172662 - ICE failures occuring in Loop conversations should be reported to the user. r=Standard8 2015-10-05 14:40:15 +01:00
Ed Lee
1fb1bc7a2f Bug 1210331 - Clean up strings for conversations panel and conversation invite [r=Standard8] 2015-09-29 20:05:37 -07:00
Mike de Boer
41a3783d04 Bug 1184921: allow custom buttons to be added to the chatbox titlebar and implement one for Hello that closes the window when clicked. r=Standard8 2015-09-30 15:35:22 +02:00
Ed Lee
1e28b26a7f Bug 1184924 - Implement the refreshed design for the invitation overlay [r=Standard8] 2015-09-18 10:45:47 -07:00
Mark Banner
760cad96f3 Bug 1199213 - Part 2. Remove the old css relating to standalone call-url handling from Loop. r=mikedeboer 2015-09-22 12:46:26 +01:00
Ed Lee
6e30ed1051 Bug 1184940 - Implement the refreshed design for the edit context view. r=dmose 2015-09-20 21:27:34 +01:00
Ed Lee
d626a4ac1a Bug 1199120 - Overlapping buttons in conversation window [r=Standard8] 2015-09-20 21:27:33 +01:00
Mark Banner
f7e5b3167f Bug 1203850 - Rename Loop's srcVideoObject and related variables/attributes to clarify they are about the media element, not just the video. rs=dmose 2015-09-13 12:03:24 +01:00
Mark Banner
6ac53b4afe Bug 1184933 - Part 2. Add the settings menu onto the failure view. r=Mardak 2015-09-10 12:01:16 +01:00
Marina Rodriguez Iglesias
9d3c10d581 Bug 1184933 - Part 1. Implement the refreshed design for the failure view. r=Mardak 2015-09-10 12:01:16 +01:00
Ed Lee
40e617bca3 Bug 1198841 - Brief message to invite someone to join when joining a room with someone already there [r=Standard8] 2015-08-28 01:39:59 -07:00
Mark Banner
d3aa25ab86 Bug 1174702 - Fix unnecessary scroll on Windows while editing context. r=mikedeboer 2015-08-27 12:10:47 +01:00
Marina Rodriguez Iglesias
67e57121a1 Bug 1184917 - Implement the refreshed design for 'Edit' conversation toolbar button. r=mdeboer 2015-08-25 08:23:00 -04:00
Marina Rodriguez Iglesias
9cecada360 Bug 1184559 - Implement the refreshed design for the conversation toolbar. r=Standard8,mikedeboer 2015-08-20 11:25:15 +02:00
Ryan VanderMeulen
36050dee52 Backed out changeset f4f36fc12c1f (bug 1184559) for Marionette failures.
CLOSED TREE
2015-08-14 13:06:21 -04:00
Marina Rodriguez Iglesias
77d2be2e2d Bug 1184559 - Implement the refreshed design for the Loop conversation toolbar. r=Standard8 2015-08-14 15:34:23 +01:00
Mark Banner
1d8017e6a9 Bug 1193311 - Enable eslint rules for Loop: eqeqeq (for content code). r=dmose 2015-08-11 20:35:25 +01:00
Andrei Oprea
aaf24ea169 Bug 1183636 - Implement refreshed design for Loop panel footer 2015-08-04 14:49:31 -07:00
Mark Banner
6bad971249 Bug 1180179 - Part 4. Use the shared media layout component in Loop's room views. r=mikedeboer 2015-07-27 12:58:02 +02:00
Mark Banner
f5c221730a Bug 1186541 - Fix a warning in StandaloneRoomView.shouldRenderRemoteVideo when the roomState is gather. r=mikedeboer 2015-07-24 09:01:58 +01:00
Andrei Oprea
ef0eb3d075 Bug 1171415 - Implement NPS feedback form for Loop. r=mikedeboer 2015-07-20 10:47:00 -04:00
Mark Banner
16eccf90c3 Bug 1182070 - Fix the layout of the text chat entries view on Loop's standalone UI when no entries are displayed. r=mikedeboer 2015-07-20 15:39:10 +01:00
Mike de Boer
be2662d263 Bug 1181580: move the context edit form into the media view to make it cover the video streams only, not the text chat area too in Hello conversation windows. r=dmose 2015-07-13 12:20:22 +02:00
Fernando Rodriguez Sela
f6c4c64432 Bug 1117080 - Limit Loop conversations subject to 124 characters. r=Standard8 2015-07-10 15:57:45 +01:00
Mike de Boer
9b1506f8ef Bug 1142520: add telemetry hooks for Hello context in conversation add and URL access actions. r=Standard8,vladan 2015-07-06 15:29:12 +02:00
Mike de Boer
524264d7ee Bug 1127574: Part 1 - add telemetry hooks copy and email of room and direct call URLs. r=Standard8,vladan 2015-07-06 15:02:10 +02:00
Mike de Boer
9ee1b247a1 Bug 1171940: update/ fix tests that my patches above have broken and lower the total amount of warnings generated by React in the console. r=Standard8 2015-07-03 19:00:30 +02:00
Mike de Boer
75dd81e809 Bug 1171940: introduce an 'Edit Context' button to the conversation toolbar inside the Hello conversation window. r=Standard8 2015-07-03 19:00:27 +02:00
Mike de Boer
6bb8d833b9 Bug 1171940: remove the mode-switching and have only one-mode Edit Context view inside the Hello conversation window. r=Standard8 2015-07-03 19:00:25 +02:00
Mike de Boer
06878cbdf4 Bug 1171940: move the context display into the chat area inside the Hello conversation window. r=Standard8 2015-07-03 19:00:22 +02:00
Mark Banner
0544789525 Bug 1178270 - Upgrade Loop's use of eslint to the latest (0.24) and upgrade the eslint-plugin-react version (0.6.2). r=dmose 2015-07-03 10:49:00 +01:00
Mark Banner
e990bbfb0a Bug 1171949 - Play a sound when a chat message is received for Loop. r=dmose 2015-06-24 13:36:48 -07:00
Mark Banner
7d0591a53a Bug 1176933 - Enable missing props validation elint rule checking for Loop. r=dmose 2015-06-24 11:34:38 -07:00
Mark Banner
1fb11e0dac Bug 1176780 - Enable jsx-sort-props-types eslint rule for Loop. rs=dmose 2015-06-23 23:11:48 -07:00
Mark Banner
7fc3405211 Bug 1176778 - Enable jsx-sort-props eslint rule for Loop. rs=dmose 2015-06-23 23:11:48 -07:00
Andrei Oprea
1d4769324a Bug 1171933-Reimplement spinners that Hello lost after markdown extraction, r=dmose 2015-06-18 23:05:33 -07:00
Mark Banner
125942e9c3 Bug 1175827 - Fix warning about 'shouldRenderRemoteVideo: unexpected roomState' when opening a Loop conversation on desktop - add missing states. r=mikedeboer 2015-06-18 12:39:52 +01:00
Mark Banner
e026508923 Follow-up to bug 1174945 - fix generated react file output for some files that were missed in the commit. rs=dmose over irc 2015-06-17 20:43:56 +01:00
Mark Banner
10eb7f15a8 Bug 1174714 - Part 2. Display the room name at the start of the text chat view in the Loop Standalone UI. r=dmose 2015-06-16 19:53:39 +01:00
Mike de Boer
393b9d5a26 Bug 1168833: introduce different sizing modes to docked social chat windows and re-style text chat UI indide the Hello conversation window. r=Standard8 2015-06-12 11:21:35 +02:00
Mike de Boer
cba59000ab Bug 1164510: show a globe favicon as default when no favicon can be found for a Hello context in conversation. r=Standard8 2015-06-12 11:18:12 +02:00
Ryan VanderMeulen
fdb32e04fb Backed out changeset 32c21104e02c (bug 1164510) for causing frequent browser_UITour_loop.js failures. 2015-06-11 15:14:56 -04:00
Mike de Boer
1947969293 Bug 1164510: show a globe favicon as default when no favicon can be found for a Hello context in conversation. r=Standard8 2015-06-10 18:13:33 +02:00
Carsten "Tomcat" Book
b9cdd3a7bc Backed out changeset 13ef6f65874d (bug 1164510) for bc1/bc3 test failures 2015-06-10 15:59:33 +02:00
Mike de Boer
1a5d8e31e9 Bug 1170627 - close the context edit form upon a successful save action inside a Hello conversation window. r=Standard8 2015-06-10 13:36:21 +02:00
Carsten "Tomcat" Book
b974f4cfca Backed out changeset 2ba82990c44b (bug 1170627) for bc1/bc3 test failures 2015-06-10 15:55:15 +02:00
Mike de Boer
2b23909508 Bug 1170627: close the context edit form upon a successful save action inside a Hello conversation window. r=Standard8 2015-06-10 13:36:21 +02:00
Mike de Boer
e71453a6fc Bug 1164510: show a globe favicon as default when no favicon can be found for a Hello context in conversation. r=Standard8 2015-06-10 14:10:20 +02:00
Dan Mosedale
6588ea16c9 Bug 1141296-make Loop use its own markup, not the SDK's, r=Standard8
Squashed commit of the following:

commit 708932504ff4b5cc219fdc0f021e750296214f03
Author: Dan Mosedale <dmose@meer.net>
    Remove debugging console spew

commit 93f3dbb5c0f1470cc21234ab2c765702e5307137
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon Jun 8 10:36:36 2015 -0700

    Fix bad sizing of ConversationToolbar Examples

commit 7a4458a763ebfe2341414dea766fc3e982cc6d92
Author: Mark Banner <standard8@mozilla.com>
Date:   Mon Jun 8 11:34:28 2015 +0100

    Fix data channel setup to not send the signal back to the same client

commit d78dd64de2681545f874fc75615f601c2678ebca
Author: Mark Banner <standard8@mozilla.com>
Date:   Mon Jun 8 10:01:40 2015 +0100

    Remove the box-shadow for local desktop elements, per bug 1112021 - fix the ongoing conversation window display

commit 44c8176226ed5e0313fd70e781e0876ac22ba7cb
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri Jun 5 14:08:35 2015 -0700

    Add jsdoc for makeActiveRoomStore

commit 665ad8cfd05c8f061278b3f2096d57f0a30477cb
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri Jun 5 14:03:55 2015 -0700

    Cleaner way to skip a test so it shows up as pending

commit d97005a8d590cd70b14738605438da5d467fb6bc
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri Jun 5 14:00:34 2015 -0700

    More jsdoc/XXX cleanup

commit db3e6a5fd717961bd2b88b881211e2515e42117a
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri Jun 5 13:35:15 2015 -0700

    Rename _onRemoteSessionSubscribed to _setupDataChannelIfNeeded

commit 557f2e143b1942b4cbc02e5fd21047a556a20f71
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri Jun 5 13:32:53 2015 -0700

    Handle and/or remove various XXX and YYY comments

commit 1e25b6d7d3a2916f3d52a40172fae64e12fa33e6
Author: Mark Banner <standard8@mozilla.com>
Date:   Fri Jun 5 18:08:40 2015 +0100

    Backout data channel disabling

commit 617e73d43bf7a129f1098b37a26dab358011ebb2
Author: Mark Banner <standard8@mozilla.com>
Date:   Fri Jun 5 17:58:26 2015 +0100

    Fix some more review comments

commit efb3a11b2ff6c667690af015c607c04e9a9b21b9
Author: Mark Banner <standard8@mozilla.com>
Date:   Fri Jun 5 13:34:32 2015 +0100

    Make joining a room with screenshare work reasonably well, until we can refactor the layout not to depend so much on element sizes/locations

commit fe1033fb7b16c13175d2ae4e65e28d7cd0465628
Author: Mark Banner <standard8@mozilla.com>
Date:   Fri Jun 5 12:20:32 2015 +0100

    Fix a strange quirk at 640px - @media min-width and max-width both match 640px (they are inclusive)

commit ee0e76759accb76e817dfec678a70d073e45d2ba
Author: Mark Banner <standard8@mozilla.com>
Date:   Fri Jun 5 12:03:06 2015 +0100

    Add some jsdoc comments and fix review nits

commit 5086f27cd252d517afaaa74529336d58078d0d2b
Author: Mark Banner <standard8@mozilla.com>
Date:   Fri Jun 5 11:27:24 2015 +0100

    Tidy up comments wrt mute in the otSdkDriver

commit 02a9e3c0724059af1db50ec930744756f90968aa
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 16:09:25 2015 -0700

    Remove LocalVideoDisabled action for now

commit 835012ecc4685d2538ce8de2bf03c04fc841d691
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 16:04:50 2015 -0700

    Fix commentary and remove extraneous string

commit a0daab47c321ed13f2c0693b80070892717b7134
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 16:00:58 2015 -0700

    Fix punctuation nit

commit d1c777ee4e049992e4759cfb2a756195d73e0db3
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 16:00:07 2015 -0700

    Remove duplicate setting of store state

commit e812494f3037810a3c7d08ca848e3bef8b5685f8
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 15:48:41 2015 -0700

    Indentation fix

commit b28f3d09e94769986674a9e38efc5e9605895e65
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 15:35:13 2015 -0700

    Add jsdoc with basic explanation of the React Frame component

commit 04e140aa878889d7966bc09886ec56a71fc40e1c
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 15:25:14 2015 -0700

    Fix indentation issues

commit 7376a564d953a2e9846762919b8c89eed1b290d7
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 15:20:33 2015 -0700

    Remove obsolete comment

commit a9d37c27f82bb6dbb853353bdb6a0336a19e67b1
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 14:16:11 2015 -0700

    Revert sdk.js logging changes

commit c6b2d58c87779d61deaf79f7e3dc7adf40688217
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Jun 4 14:05:16 2015 -0700

    Add tests for StandaloneRoomView changes

commit ca14a76837c81d2579a2e83f5e7ff6bc50ecd479
Author: Mark Banner <standard8@mozilla.com>
Date:   Thu Jun 4 19:03:24 2015 +0100

    Remove remaining OT_ rules.

commit 90aa8ab45adebed4ec62e07a5a06c9cacf3810c5
Author: Mark Banner <standard8@mozilla.com>
Date:   Thu Jun 4 15:47:30 2015 +0100

    Add tests for DesktopRoomConversationView

commit a16601bfb2cc2bec10ad60939dbfc911681fcea6
Author: Mark Banner <standard8@mozilla.com>
Date:   Thu Jun 4 15:19:07 2015 +0100

    Add tests for the activeRoomStore

commit 8dd6f5ae82f991222c87b0dd1bd8830b37ef4d7d
Author: Mark Banner <standard8@mozilla.com>
Date:   Thu Jun 4 14:49:10 2015 +0100

    Add tests for OngoingConversationView

commit 56b00a3ee26a45379e530d3182c96a6829ecdb54
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Jun 3 15:35:07 2015 -0700

    Add tests for conversationStore.js and fix some possible leakage

commit 338e1d67811c773bbb051e5886eeda7e6eaa8421
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Jun 3 14:07:00 2015 -0700

    Remove obsolete setupStreamElements params

commit 16af6c3b282ce1f144724f18e6c6ad31c01a6ad3
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Jun 3 11:12:28 2015 -0700

    Fix functional tests for new DOM structure

commit 5c97758e82c5a31d213a406ff8b63cefe307634f
Author: Mark Banner <standard8@mozilla.com>
Date:   Wed Jun 3 17:44:24 2015 +0100

    Fix ui-showcase detection of errors

commit a421af9d48e66ab1c0f0b5da7d89122ed41d6a40
Author: Mark Banner <standard8@mozilla.com>
Date:   Wed Jun 3 13:49:57 2015 +0100

    Fix the location of the local video when remote video is muted or not being shown.

commit a095d9b3f9cdf418184428d13f954cb623932e4a
Author: Mark Banner <standard8@mozilla.com>
Date:   Wed Jun 3 13:05:01 2015 +0100

    Switch UI-Showcase to use a slightly bigger size for the current standalone views to properly reflect what desktop displays

commit 9a83958eebc788656c8d2002b5ea00b47be1bf53
Author: Mark Banner <standard8@mozilla.com>
Date:   Wed Jun 3 12:16:01 2015 +0100

    Remove the now unnecessary getLocal/Remote/ScreenShareElement functions

commit 4ecde728f92333b3203ffec2436c5e76cdb25a4e
Author: Mark Banner <standard8@mozilla.com>
Date:   Wed Jun 3 12:00:02 2015 +0100

    Fix screenshare video element size.

commit f44e57aa02a59960a7d4d7cfdf22bf952110b1cb
Author: Mark Banner <standard8@mozilla.com>
Date:   Wed Jun 3 11:53:58 2015 +0100

    Add mirror transform back to the local video

commit 87bb79f0c665bee2736af1c75868e973698fb21d
Author: Dan Mosedale <dmose@meer.net>
Date:   Tue Jun 2 15:12:28 2015 -0700

    otSdkDriver element cleanup and automated tests

commit 699f7c05a9b5be7e1790d60f33a1444331e1399e
Author: Mark Banner <standard8@mozilla.com>
Date:   Tue Jun 2 18:09:42 2015 +0100

    WIP Move media element handling to a shared view to reduce code duplication.

commit d8d8a5435134f1003f6e290fe4b4f838208d42f2
Author: Dan Mosedale <dmose@meer.net>
Date:   Sun May 31 17:58:52 2015 -0700

    WIP port remaining screenshare magic to view

commit 01446056a5f2459f787b7e6fbe0a74fd979ac651
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri May 29 11:42:52 2015 -0700

    WIP fix desktop facemuting by porting most video magic from driver to view

commit 41c3efed44e3216eb4563b311442c3694167b877
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 15:59:38 2015 -0700

    WIP standalone facemute refactor, part2; needs tests & cleanup

commit fdd027e900951b61da30746c569d18ab61a4737b
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 13:31:30 2015 -0700

    Renamed to this.mockPublisherEl for consistency

commit a9d351d8e06719d63d4f200c00d9ae335019b0f8
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 13:28:40 2015 -0700

    Renamed .screen-share__video to .screen-share-video

commit 14f5bc59afb6c90a857ddfee391a4c71d7bbdf3b
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 13:24:57 2015 -0700

    Rename .remote__video to .remote-video

commit 17e61b1c111c600c3703eff9c15b320279687313
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 13:14:03 2015 -0700

    WIP standalone room views refactor for facemuting; semi-broken

commit 59447a60ae45c332c1f1fb452ce762da01cafbb5
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 13:09:22 2015 -0700

    Fix more merge bustage & spelling

commit 82d1d0d87c525ffe2b962d0ef7f543ade06d0376
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 09:17:57 2015 -0700

    Fix eslint nits

commit f743e602e0a19f7fcff6b0622fe12f87b43efa84
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 28 09:11:21 2015 -0700

    Rename remote__video element id to remote-video

commit b69d686b7812dfa7d631989b64ffae1e305c6c06
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed May 27 13:34:40 2015 -0700

    Fix merge error by switching ready to FramedExample

commit d8c9846ddac0967adb10793b561895a7aef085c4
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 14 11:23:21 2015 -0700

    WIP Add direct call video mute showcase views + impl facemute

commit 9dbf5f5f403d088b14f68935577093e2e96409a2
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 7 10:52:55 2015 -0700

    Remove soon-to-be-unsupported standalone call URL views

commit d2bf428dc6ce56b878e21525525a62b9254bbdeb
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 7 10:51:39 2015 -0700

    Switch desktop conversation with local face mute to FramedExample

commit 48c825d6cc916f0d9384db42252a86246c313a49
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu May 7 10:09:19 2015 -0700

    Switch large OngoingConversationWindow to FramedExample

commit f72aefc7cca1014f1accdafc2bc21f29c1b0bac9
Author: Dan Mosedale <dmose@meer.net>
Date:   Tue May 5 16:30:48 2015 -0700

    Get OngoingCallView and first showcase use working

commit fb31b510738f7badf9094c600ede92f18df10763
Author: Dan Mosedale <dmose@meer.net>
Date:   Tue May 5 16:17:24 2015 -0700

    Switch last 4 standalone views to FramedExample

commit 7815eaadd157f6d210ad9bd43bbbbba114995a51
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon May 4 14:56:02 2015 -0700

    Switch DesktopRoomConversationViews over to FramedExample

commit 3a70e38e78cce4afc34d934526b0eff2aefc1ea2
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Apr 29 16:36:33 2015 -0700

    Bulletproof forcedUpdate some more

commit 75b5f8c56848983bac313d3c8ee166e3f25026ef
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon May 11 14:09:17 2015 -0700

    Workaround ui-showcase race by waiting longer

commit d67c6b113c88f0e8543fe8fe2d9c174c74ad6942
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Apr 29 16:30:44 2015 -0700

    Better error-handling in react-frame-component

commit 61e644f0bd0db8e65963a603d94d76cdc96c1bd6
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Apr 29 12:34:17 2015 -0700

    Convert standalone joined room to FramedExample

commit b40db913af5059869898a6db2873f0493037f1cd
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Apr 29 12:22:14 2015 -0700

    Fix grey video letter/pillarboxing regression

commit 451b9a73552d7158f68d4217368d4cc06c47c7ab
Author: Dan Mosedale <dmose@meer.net>
Date:   Tue Apr 28 13:54:12 2015 -0700

    Tweak makeActiveRoomStore to take options object and require roomState; adjust clients

commit adc8e96ed5266b79496d029238cf570dab20f28a
Author: Dan Mosedale <dmose@meer.net>
Date:   Tue Apr 28 12:43:32 2015 -0700

    Make StandAloneRoomView (ready) FramedExample

commit 0a5a47c6bc709ad0eb93b2517e6905babe404fb0
Author: Dan Mosedale <dmose@meer.net>
Date:   Tue Apr 28 11:17:19 2015 -0700

    Refactor activeRoomStore updating in showcase

commit e315b311e51dabb747ba3a298b1573f3eaa0ebff
Author: Dan Mosedale <dmose@meer.net>
Date:   Tue Apr 28 11:15:08 2015 -0700

    Add matchMedia hack to activeRoomStore for showcase use

commit 9049d32791cb32c53fd3cfcf91e96f02e6b26cf8
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon Apr 27 16:36:46 2015 -0700

    Make Frame pass iframe contentWindow to onContentsRendered

commit 302912ffcfc01548b713d829bc1025957b75a52d
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon Apr 27 16:10:32 2015 -0700

    Get rid of unnecessary showcase-specific rules

commit 9014e1d58607c59d70ef3bab415a747ce5366985
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon Apr 27 11:37:45 2015 -0700

    Resize showcase posters to 640x480 for easy verification

commit 6298d044bf00c88566e9bf79ecd184715cf71b7d
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Apr 8 13:54:48 2015 -0700

    Switch screensharing view to FramedExample, clean up sizing.

commit ca7cb3930b91b1ff1531c0fc7772ff8ef88bf3a4
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri Apr 3 15:18:21 2015 -0700

    Switch screensharing over; add (WIP) showcase view

commit 218e9071357c0c7c8d2f8f0a2c2c93c40409122e
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon Mar 30 15:25:55 2015 -0700

    Stop trying to adjust styles on an SDK-provided div we no longer have

commit 3c274303caa4ad49abfbee95e74b17242e1e099b
Author: Dan Mosedale <dmose@meer.net>
Date:   Mon Mar 30 15:24:24 2015 -0700

    Switch StandaloneRoomView w/people to iframe; ditch unneeded CSS

commit 1b661d08d29d6b47849ff3b2616310fba71b518a
Author: Dan Mosedale <dmose@meer.net>
Date:   Thu Mar 26 12:12:33 2015 -0700

    Give StandaloneRoomView posterUrl args for ui-showcase

commit d0ab0ee2798516d06d5bac2f9b383f9842c8e7e3
Author: Dan Mosedale <dmose@meer.net>
Date:   Wed Mar 25 15:08:55 2015 -0700

    Do basic CSS fixup to changed structure

commit 02e71d9352d42d1ebde386fe559288e3a9bd1335
Author: Dan Mosedale <dmose@meer.net>
Date:   Fri Mar 20 07:13:44 2015 -0700

    Get local & remote cameras working; fix tests
2015-06-08 10:54:49 -07:00