Commit Graph

52 Commits

Author SHA1 Message Date
Shane Caraveo
901fcbd69e bug 905297 fix error page handling for social panels, r=markh 2013-08-26 08:58:15 -07:00
Shane Caraveo
f562440456 bug 891216 multiple workers enabled, r=markh 2013-08-21 11:32:46 -07:00
Shane Caraveo
1362d71920 bug 899671 avoid execution in socialapi during startup if not enabled, r=jaws 2013-08-12 12:06:22 -07:00
Shane Caraveo
64860957b7 bug 872605 add ability to update provider manifest, r=markh 2013-07-03 10:24:16 -07:00
Shane Caraveo
a1da2d69f4 bug 869209 order provider entries by frecency, r=mak 2013-05-11 10:54:31 -07:00
Ryan VanderMeulen
7888c59f09 Backed out changeset 080912624060 (bug 869209) for Android xpcshell failures.
CLOSED TREE
2013-05-11 08:14:34 -04:00
Shane Caraveo
a99f92a40f bug 869209 order social providers by frecency, r=mak 2013-05-10 12:06:34 -07:00
Shane Caraveo
a75a6866be bug 818675 implement new social share panel, r=felipe 2013-05-06 23:02:58 -07:00
Phil Ringnalda
12ff67968d Back out 89d77682678c (bug 818675) for browser_social_multiprovider.js failures 2013-05-06 20:40:44 -07:00
Shane Caraveo
7a6418baee bug 818675 implement new social share panel, r=felipe 2013-05-06 18:36:31 -07:00
Shane Caraveo
d5ecd2e542 bug 853151 rework recommend into social marks, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-04 13:11:18 -07:00
Matt Brubeck
7fc0ebda8b Back out changeset 29c172213ff7 (bug 853151) because of Ts and Tp5 regressions
--HG--
rename : browser/base/content/test/social/social_mark_image.png => browser/base/content/test/social/social_share_image.png
2013-05-03 10:59:43 -07:00
Shane Caraveo
3d7ca331ef bug 853151 rework recommend into social marks, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-02 11:49:11 -07:00
Ed Morley
0a69d5b0b1 Backed out changeset 8a9a40bfa8e3 (bug 853151) for browser_social_markButton.js failures
--HG--
rename : browser/base/content/test/social/social_mark_image.png => browser/base/content/test/social/social_share_image.png
2013-04-25 11:19:52 +01:00
Shane Caraveo
e8b5f0fa15 bug 853151 refactoring recommend into SocialMark, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-04-24 12:58:36 -07:00
Shane Caraveo
e35b5e5d4e Bug 850947 - make social use of addon install panel work as an osx panel, r=felipe,markh 2013-03-21 13:34:26 -07:00
Mark Hammond
93487987a9 Bug 846075 - more social ui simplifications and fixes. r=jaws 2013-03-07 17:25:31 +11:00
Shane Caraveo
1ae755c42a bug 786133 allow install of social providers from AMO and web, r=felipe 2013-03-05 11:24:30 -08:00
Mark Hammond
6613e08c90 Bug 833292 - prevent social initialization completing after window is unloaded. r=jaws 2013-02-20 12:23:47 +11:00
Shane Caraveo
e44487afe8 Bug 821262 - Refactor social enabled/active/provider states. r=gavin 2013-02-08 11:39:25 -08:00
Ed Morley
722d435ce6 Backed out changeset b57874cb3be5 (bug 821262) 2013-02-07 14:36:31 +00:00
Shane Caraveo
847d56b81b Bug 821262 - Refactor social enabled/active/provider states. r=gavin 2013-02-06 13:33:25 -08:00
Mark Hammond
2080f96ed0 Bug 826160 - don't remove the social.active preference when migrating to multi-provider builds. r=gavin 2013-02-01 11:09:48 -05:00
Ehsan Akhgari
84c4ac3c75 Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05: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
Mark Hammond
71722d2465 Bug 808215 - Disable social API in private windows for per-window Private Browsing builds. r=jaws,mixedpuppy
--HG--
rename : browser/base/content/test/social/browser_social.js => browser/base/content/test/social/browser_social_globalPB.js
2013-01-24 21:14:36 +11:00
Mark Hammond
e3dedd5e2c Backout 82464c35d37a (Bug 808215) for a regression and test failures. 2013-01-24 17:44:40 +11:00
Mark Hammond
3f75a04668 Bug 808215 - Disable social API in private windows for per-window Private Browsing builds. r=jaws
--HG--
rename : browser/base/content/test/social/browser_social.js => browser/base/content/test/social/browser_social_globalPB.js
extra : rebase_source : 4cd66d38df3af9ba52c224e466ee7268b2cf43de
2013-01-24 16:15:11 +11:00
Gavin Sharp
2410069508 Fix migration issue from bug 809694: need to set provider as active when migrating previous state, r=markh 2012-12-11 16:53:52 -08:00
Shane Caraveo
e318209620 Bug 809694: implement support for multiple social providers in the front-end, including basic UI to switch between them. Portions of the patch by Gavin Sharp <gavin@gavinsharp.com>, r=gavin, r=markh
--HG--
extra : transplant_source : %2B3%7F%05l%3C%0A%90%B4%F6%B22%172_5%EEl%B3g
2012-12-07 20:13:27 -08:00
Mark Hammond
6beca7a650 Bug 815042 - leaving private browsing mode with social enabled now resets all social components. r=gavin 2012-11-28 11:30:09 +11:00
Mark Hammond
c009f0a733 Bug 813436 - tweaks to ensure a consistent UI as social is enabled/disabled/active/inactive. r=jaws 2012-11-27 17:54:55 +11:00
Shane Caraveo
42c5738c3d Bug 807217 - Disable Social in private browsing mode. r=gavin,felipe 2012-11-06 12:50:08 -08:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Felipe Gomes
230f94e6ee Bug 804910 - Part 2. Watch for error notification and display recovery UI. r=jaws 2012-10-30 13:10:04 -07:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Jared Wein
4f65d2a213 Bug 786095 - Initially disable Social API when in safe mode. r=felipe 2012-09-24 14:57:12 -07:00
Jared Wein
371d3f0db5 Bug 794512 - Add a checkbox and preference to disable toast notifications for the Social API. r=markh 2012-09-26 17:40:18 -07:00
Jared Wein
a1824208ff Backed out changeset 32d1752fb7ba (bug 786095) 2012-09-24 16:03:59 -07:00
Jared Wein
7e47d4a04b Bug 786095 - Initially disable Social API when in safe mode. r=felipe 2012-09-24 14:57:12 -07:00
Mark Hammond
16df89bdb1 Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws 2012-09-12 12:48:38 +10:00
Phil Ringnalda
403eb9f6b2 Back out df2ddcab7143 (bug 788100), d9e96444da92 (bug 788405), 092a8add22fd (bug 787511) for xpcshell bustage 2012-09-11 20:46:34 -07:00
Mark Hammond
421896e7bb Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws 2012-09-12 12:48:38 +10:00
Gavin Sharp
eb7f0ad2b8 Bug 781386: add pref to avoid loading built-in providers during test runs, r=markh/mixedpuppy
--HG--
rename : browser/base/content/test/browser_shareButton.js => browser/base/content/test/browser_social_shareButton.js
extra : rebase_source : df925f95972462d0f8d07f1e0810dc22da0f1911
2012-08-08 18:09:37 -07:00
Gavin Sharp
307b5f41c1 Bug 764872: add a way to toggle social functionality on/off, r=jaws
--HG--
extra : transplant_source : %C2%D1x.%B2%5C%A5%D2%B9%91J%8B%A5%2B%DB%9C%3A%A9%E7%CE
2012-07-22 20:49:28 -07:00
Gavin Sharp
82c7c7f633 Bug 764869: implement a way for social providers to request that they be activated, r=jaws
--HG--
extra : transplant_source : nX.Aq%A5%97%E94n%DB%BC%2A%F5%EB%21%EE%E7%16z
2012-06-22 15:01:34 -07:00
Shane Caraveo
291c979327 Bug 755136: implement social sidebar, r=gavin
--HG--
extra : rebase_source : ac8b48de10334af10b0019d25cd59411e9928618
2012-07-18 11:40:05 -07:00