Commit Graph

28372 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
69e1e895fa merge mozilla-inbound to mozilla-central a=merge 2015-03-13 14:02:34 +01:00
Florian Quèze
63d252df81 Bug 1142217 - Make the '+-' button in reader view work. r=markh 2015-03-13 17:04:56 +11:00
Wes Kocher
5f638ddc6e Backed out changeset 90abee1a4bc0 (bug 1142217) for bc1-e10s orange 2015-03-12 17:19:39 -07:00
Florian Quèze
f1955acc0e Bug 1142217 - Make the '+-' button in reader view work. r=markh 2015-03-12 23:47:26 +01:00
Ryan VanderMeulen
6f15b2e72c Merge m-c to fx-team. a=merge 2015-03-12 18:39:36 -04:00
Ryan VanderMeulen
fd511a4b5b Merge inbound to m-c. a=merge 2015-03-12 18:05:45 -04:00
Victor Porof
050042636e Bug 1142744 - Fix tests broken by bug 1132755, r=me 2015-03-12 18:01:49 -04:00
Panos Astithas
06530f8f76 Don't dump errors in tests that are already handled by the parser (bug 1138784). r=vporof 2015-03-12 20:42:35 +02:00
Christoph Kerschbaumer
552564bf56 Bug 1138641 - Updated remaining callsites to use newChannel2 in browser/devtools (r=vporof) 2015-03-12 11:26:57 -07:00
Dave Townsend
0fc67a63f6 Bug 1142114: Fix broken cases of devtools calling once. r=jsantell 2015-03-11 10:00:25 -07:00
Mike de Boer
f7688edaf6 Bug 1142066: add strings for screen sharing type Browser, aka tab-sharing for the WebRTC UI indicators. r=florian 2015-03-12 17:02:28 +01:00
Mike de Boer
485c2ad407 Bug 1141122: supply a more canonical alternative to about:loopconversation in Loop conversation gUM prompts. r=florian 2015-03-12 16:54:33 +01:00
Victor Porof
5eefdd16d7 Bug 1141719 - Lots of "TypeError: ownerWindow is null" when shutting down the new perf tool on debug builds, r=jsantell 2015-03-11 16:01:19 -04:00
Victor Porof
c6241e074b Bug 1121194 - Support vertical panning for the flamegraph in the new performance tool, r=jsantell 2015-03-11 16:01:19 -04:00
Dave Townsend
ea449c2beb Bug 1128060: Fix copying permanentKey to a detached tab in e10s mode. r=billm, f=ttaubert 2015-03-09 16:19:54 -07:00
Eddy Bruël
ce26265c7a Bug 1136146 - Merge the latest version of the source-map library with fx-team;r=fitzgen 2015-03-12 20:18:34 +01:00
Jordan Santell
a7575ddd43 Bug 1141817 - Followup to fix additional intermittents like bug 1132370, r=vp 2015-03-12 15:17:56 -04:00
Victor Porof
de9ce6e33a Bug 1132755 - Allocations tree has a bunch of columns that don't make sense, r=jsantell 2015-03-12 15:05:02 -04:00
Jordan Santell
a86c311078 Bug 1141817 - Fix yield statement to correctly return memory actor state so that the performance tool can poll for allocations during recording. r=vp 2015-03-12 11:41:41 -07:00
Nick Fitzgerald
80b9779c2f Bug 1140728 - Rename 'Memory' to 'Allocations' in the new performance tool. r=jsantell 2015-03-10 16:28:00 -04:00
Drew Willcoxon
57ebfd6dff Bug 1140389 - Fix test_SQLiteStore.js and test_ReadingList.js failures on Windows due to NS_ERROR_FILE_IS_LOCKED. r=Unfocused 2015-03-11 12:51:00 -04:00
Alessio Placitelli
cf2877d0f9 Bug 1137481 - Adjust the Heartbeat UI and add a Learn More link. r=MattN 2015-02-27 08:37:00 -05:00
Felipe Gomes
f67d6c6684 Bug 1074971 - Reserve main browser commands, such as New/Close Tab/Window, Quit, New Private Browsing. r=gavin, ui-r=phlsa 2015-03-12 12:03:18 -03:00
Mike de Boer
851d4a78f6 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
Mike de Boer
31d85c8c34 Bug 1135045: Show an infobar when tab sharing is activated in a Loop conversation. r=Standard8 2015-03-12 15:13:38 +01:00
Mark Banner
a49da8d59e 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
93876de832 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
fcf1584a61 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
cab5a8b9ad 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
c85d7870a2 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
06571c17df 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
f912b459b6 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
2343d73f5a 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
b39fe98a92 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
32416c0936 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
Carsten "Tomcat" Book
4e48415dbe Merge mozilla-central to fx-team 2015-03-12 12:20:06 +01:00
Carsten "Tomcat" Book
f876c2ec54 merge fx-team to mozilla-central a=merge 2015-03-12 10:17:35 +01:00
Wes Kocher
10c7046380 Backed out changeset e5ea062a8a10 (bug 1142114) for bc1 orange CLOSED TREE 2015-03-11 19:45:18 -07:00
Wes Kocher
b6a4db5df7 Backed out changeset 5197df93e0b4 (bug 1128060) for bc1 orange CLOSED TREE 2015-03-11 19:45:11 -07:00
Wes Kocher
4f9a6b8b77 Backed out changeset 49ff034c930e (bug 1136910) for bc1 orange CLOSED TREE 2015-03-11 19:45:01 -07:00
Mark Banner
5a0321521d Bug 1140481 - Use the StoreMixin in some of the Loop conversation views. r=dmose CLOSED TREE 2015-03-11 18:52:23 -07:00
Mark Banner
3e5ffb7bd8 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
Tim Taubert
4fdbcda5e0 Bug 1130560 - Fix intermittent browser_463206.js failures by rewriting the test to make use of ContentTasks instead of CPOWs r=smacleod 2015-03-11 14:11:23 +01:00
Tim Taubert
ba93a147c5 Bug 1093660 - Fix intermittent browser_e10s_switchbrowser.js failures by not using a CPOW to log the loaded URI r=Gijs 2015-03-11 16:48:56 +01:00
Gijs Kruitbosch
3ff681c703 Bug 1055973 - prevent focus from leaving the dialog for anything but the browser UI, r=jaws 2015-03-11 14:12:30 +00:00
Panos Astithas
3c2133f282 Never interleave requests to get the page event listeners and avoid redundant requests for definition sites (bug 1106692). r=jlongster 2015-03-12 10:09:35 +02:00
Mark Banner
5620e806d5 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
J. Ryan Stinnett
1ccd0f74b3 Bug 1128027 - Web Console browser_result_format_as_string.js no longer leaks. r=bgrins 2015-03-12 02:51:51 -05:00
Zach Miller ext:(%20and%20Kevin%20Hutt%20%3Ckhutt12%40wou.edu%3E)
4f062770e6 Bug 1138873 - Remove expression closures from handleResult methods. r=dao 2015-03-11 17:17:16 -07:00
Dão Gottwald
339154abf2 Bug 1005105 - Remove noise from tab textures. r=jaws 2015-03-11 18:24:38 +01:00