Граф коммитов

701 Коммитов

Автор SHA1 Сообщение Дата
Mark Banner f33dc16c20 Bug 1144344. r=mikedeboer 2015-03-18 12:43:56 +00:00
Mike de Boer 73ba7bf088 Bug 1143298: show the correct amount of imported contacts in the Loop panel after the import has finished. r=Standard8
--HG--
extra : rebase_source : 5c5fb022c2d47fed93e1a3dadb6dc213adb233b5
2015-03-16 17:26:03 +01:00
Mark Banner c8e33db0c4 Bug 1081079 - Use the DocumentTitleMixin for Loop in more places. r=jaws 2015-03-17 08:41:25 +00:00
Mark Banner 6acc29a6f5 Fix unit-test bustage from bug 1143629 - update the test as well. rs=bustage-fix 2015-03-16 15:50:37 +00:00
Mark Banner d4c5cf802c Bug 1143629 - Contacts import incorrectly displays all forms of plural strings. r=mikedeboer 2015-03-16 14:51:11 +00:00
Mark Banner 5621ad09d2 Bug 1142950 - Update Loop's vendor libraries for unit tests. r=mikedeboer
--HG--
rename : browser/components/loop/test/shared/vendor/chai-1.9.0.js => browser/components/loop/test/shared/vendor/chai-2.1.0.js
rename : browser/components/loop/test/shared/vendor/mocha-2.0.1.css => browser/components/loop/test/shared/vendor/mocha-2.2.1.css
rename : browser/components/loop/test/shared/vendor/mocha-2.0.1.js => browser/components/loop/test/shared/vendor/mocha-2.2.1.js
rename : browser/components/loop/test/shared/vendor/sinon-1.12.2.js => browser/components/loop/test/shared/vendor/sinon-1.13.0.js
2015-03-13 12:09:54 +00:00
Ryan Kelly 99a7a88365 Bug 1132293 - Let reliers access derived encryption keys through FxAccountsOAuthClient. r=mhammond 2015-03-09 21:46:00 -04:00
Mike de Boer 30104842ba Bug 1135045: add tests to confirm that the tab-sharing infoBar is working as expected under various conditions. r=Standard8 2015-03-12 15:13:40 +01:00
Mark Banner 91e9be8a0d Bug 1088672 - Part 8. Rewrite Loop's incoming call handling in the flux style. Update the ui-showcase. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner 826cfb318a Bug 1088672 - Part 7. Rewrite Loop's incoming call handling in the flux style. Remove the now redundant non-flux based code for incoming calls. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner 424d07632c Bug 1088672 - Part 6. Rewrite Loop's incoming call handling in the flux style. Fix window titles for the incoming call view. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner cb9be02aad Bug 1088672 - Part 5. Rewrite Loop's incoming call handling in the flux style. Correct the Call failed view to show only what's needed for incoming calls. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner 0984661eea Bug 1088672 - Part 4. Rewrite Loop's incoming call handling in the flux style. Put back alerts and make window unload be handled correctly. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner d5f776b7d0 Bug 1088672 - Part 3. Rewrite Loop's incoming call handling in the flux style. Get the accept and cancel buttons working again on the accept call view. r=mikedeboer 2015-03-12 14:01:38 +00:00
Mark Banner 99d6d0692a Bug 1088672 - Part 2. Rewrite Loop's incoming call handling in the flux style. Switch incoming calls to use flux based conversation store and get them working as far as the accept view. r=mikedeboer 2015-03-12 14:01:37 +00:00
Mark Banner 3379e40e51 Bug 1088672 - Part 1. Rewrite Loop's incoming call handling in the flux style. Rename some views for better naming. r=mikedeboer 2015-03-12 14:01:37 +00:00
Mike de Boer b4e28afb0b Bug 1140313: enable the 'Share my Tabs' option for screensharing in Loop conversations. r=Standard8 2015-03-12 14:32:30 +01:00
Mike de Boer 33bc4ee830 Bug 1141128: add a margin of 10px to the left side of the remote video stream in the Loop standalone client. r=Standard8 2015-03-12 13:58:45 +01:00
Mark Banner 6d635a2c1e Bug 1088006 - Hook up Loop's ui-showcase to unit tests so that we don't keep on breaking it, and so that it can possibly catch use of es6 errors. r=dmose 2015-03-12 08:04:51 +00:00
Mark Banner 824d36b376 Bug 1140481 - Use the StoreMixin in some of the Loop conversation views. r=dmose CLOSED TREE
--HG--
extra : amend_source : 17cfab9085157775f7c093cf0504fd954eaeec99
2015-03-11 18:52:23 -07:00
Mark Banner a329a2b1d9 Follow-up to bug 1140481 - Fix Loop's ui-showcase. rs=dmose over irc NPOTB DONTBUILD CLOSED TREE 2015-03-11 18:52:22 -07:00
Wes Kocher 639d110c79 Backed out changeset c4d7c9f94f61 (bug 1140481) because the other part was also backed out, CLOSED TREE 2015-03-11 16:55:54 -07:00
Wes Kocher d1a84c7305 Backed out changeset 35827fc86c80 (bug 1140481) under suspicion of making wpt-reftests intermittently fail on a CLOSED TREE 2015-03-11 16:53:41 -07:00
Mark Banner ff96ea98cf Follow-up to bug 1140481 - Fix Loop's ui-showcase. rs=dmose over irc NPOTB DONTBUILD CLOSED TREE 2015-03-11 19:08:23 +00:00
Mark Banner e94ede8683 Bug 1140481 - Use the StoreMixin in some of the Loop conversation views. r=dmose 2015-03-11 10:34:25 +00:00
Mike de Boer 8602728725 Bug 1141059: ignore attempts to share e10s tabs in a Hello conversation. r=Standard8 2015-03-10 10:43:44 +01:00
Dan Mosedale 53124f1f25 Bug 1123660 - Add telemetry probes for measuring failed, short, medium, and long calls. Largely paired w/jaws, r=jaws,dmose,Standard8, a=bsmedberg for opt-out metric 2015-03-09 16:59:35 -07:00
Mark Banner d624a877f8 Bug 1106941 - Part 2. Firefox Hello doesn't work properly when no video camera is installed - fix incoming conversations. r=mikedeboer 2015-03-09 23:42:08 +00:00
Mark Banner ee86ece308 Bug 1140092 - Remove handling of guest calls from the Loop backend. r=mikedeboer 2015-03-09 23:42:08 +00:00
Dan Mosedale 69efabbfc8 Bug 1141229-Improve Hello functional test logging DONTBUILD, NPOTB, r=drno 2015-03-09 16:07:10 -07:00
Phil Ringnalda 1f21ae9b68 Merge m-c to m-i 2015-03-08 13:34:08 -07:00
Sebastian Hengst bb17128a40 Bug 1139427 - Define file-based metadata in /browser/components. r=gavin
Add bugzilla components as metadata to moz.build files for easier bugfiling into the correct component. More information:

https://gecko.readthedocs.org/en/latest/build/buildsystem/mozbuild-symbols.html#bug-component
2015-03-08 20:43:22 +01:00
Mark Banner b0cd98035b Bug 1106941 - Part 1. Firefox Hello doesn't work properly when no video camera is installed - fix rooms and outgoing conversations. r=mikedeboer 2015-03-08 13:16:32 +00:00
Mike de Boer 2dc9400cfe Bug 1131568 - Update the OpenTok SDK to version 2.5.0. r=Standard8 2015-03-06 08:28:16 +00:00
Mark Banner 822d6ac2bd Bug 1139471 - Fix an issue with trying to update the Loop desktop room view's state whilst already rendering; This could cause items like tab sharing to still look like they were active even though they weren't. r=jaws 2015-03-06 08:28:15 +00:00
Ryan VanderMeulen fcde1cafd4 Merge inbound to m-c. a=merge 2015-03-04 16:35:35 -05:00
Mark Banner 7f9690151c Fix regression in Loop's functional tests from bug 1107336 - use the correct imports so that exceptions are matched correctly. rs=AutomatedTester over irc. DONTBUILD as NPOTB a=RyanVM for CLOSED TREE 2015-03-04 21:17:27 +00:00
Chris Manchester dc928c0e88 Bug 1109183 - Fix imports of the marionette client and remove spurious entry from sys.path provided by mach. r=ahal
--HG--
extra : rebase_source : 1c6579dfd5cd44973a74b5c0f81b14fca6f170d4
2015-03-03 17:37:19 -08:00
Mark Banner cc70ceb8c1 Follow-up to bug 1131574 - temporarily disable mochitest on e10s due to apparent load complete detection issues. rs=bustage-fix for CLOSED TREE 2015-03-02 20:41:30 +00:00
Mark Banner e85ff85ff9 Bug 1131574 - In Loop's tab sharing, make the shared tab follow the active tab. r=mikedeboer 2015-03-02 19:23:35 +00:00
Mike de Boer 01e9e3c7ad Bug 1094915: cleanup - remove preference clearing of Loop throttle prefs that are not used anymore. r=abr 2015-02-25 12:39:54 +01:00
Mike de Boer cfbec6b88f Bug 1137141: extend Loop toolbarbutton tests to check for correct panel states upon opening. r=Standard8 2015-02-27 12:25:20 +01:00
Mike de Boer 6dfcaf11a1 Bug 1137141: fix for making the Loop contacts tab show and/ or hide when the user logs in or out of FxA. r=Standard8 2015-02-27 12:25:18 +01:00
Mark Banner 793b33d7b7 Bug 1137469 - If an uncaught exception occurs whilst processing an action, the dispatcher can fail, rendering parts of Loop inactive. r=mikedeboer 2015-02-27 10:51:14 +00:00
Mike de Boer 7707799a9b Bug 1069962: update ui-showcase to show contacts in the lists and add unit tests for Gravatar support. r=Standard8 2015-02-27 11:08:30 +01:00
Mike de Boer 792c3127a4 Bug 1069962: show a promo area in the contacts list for Gravatars. Show Gravatar icons upon granting permission. r=Standard8 2015-02-27 11:08:28 +01:00
Wes Kocher 399ca9a1f5 Merge fx-team to m-c a=merge 2015-02-25 17:39:55 -08:00
Mark Banner 65c8629880 Bug 1110973 - Add a preference for enabling fake streams for tests, and use it in the Loop functional tests. r=smaug 2015-02-25 07:36:50 +00:00
Mike de Boer ae56b6f0c4 Bug 1133943: add necessary actions to start sharing a browser tab and pass respective parameters to the OpenTok SDK. r=Standard8 2015-02-24 17:16:30 +01:00
Mike de Boer 63d5b3742b Bug 1133493: add e10s-friendly API to fetch a tab's outer window ID. r=florian,Standard8 2015-02-24 17:16:27 +01:00