Shane Caraveo
7d7295c879
Bug 1057596 fix manifest updating and worker reload, r=markh
2014-08-27 16:11:36 -07:00
Ed Morley
3035a95a4f
Backed out changeset b3632bd4c076 (bug 1014332) for intermittent test failures
2014-08-21 12:27:40 +01:00
Shane Caraveo
1d533e9f08
Bug 1014332 enable share button by default with default selection of share providers, r=jaws
2014-08-15 14:23:23 -07:00
Ryan VanderMeulen
9a903b10c0
Backed out changesets ac87dabb3890, 753ebd9be952, and 4dbbffc0b5cd (bug 1014332) for causing bug 1052762.
2014-08-12 16:20:00 -04:00
Shane Caraveo
86ed39eca8
Bug 1014332 enable share button by default with default selection of share providers, r=jaws
2014-08-12 11:04:04 -07:00
Nathan Froyd
6eea12bf47
Bug 1044162 - part 0a - make additions to EXTRA_JS_MODULES use += instead of =; r=mshal
...
Straight assignments to HierarchicalStringList, which we'll change
EXTRA_JS_MODULES to in a later patch, don't work. This change, in
addition to making things work as expected later on, also is more
consistent with existing practice.
2014-07-25 13:50:55 -04:00
Alexandre Poirot
5a3800bc64
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Andrea Marchesini
9679a08231
Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer
2014-07-23 01:07:12 -04:00
Jonathan Griffin
efbbf73c27
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Alexandre Poirot
09c66c2ebd
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Jonathan Griffin
0cd20a2c49
Backout 4f6d9db92389 for bustage on a CLOSED TREE
2014-07-22 17:55:50 -07:00
Alexandre Poirot
c044256760
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal
2014-07-02 15:40:56 -07:00
Shane Caraveo
bf1b792930
Bug 1032432 remove builtin manifest support, r=felipe
2014-07-18 10:27:52 -07:00
Shane Caraveo
7e8122ec26
Bug 1029942 allow activation from about: chrome urls, r=felipe
2014-07-08 16:48:12 -07:00
Wes Kocher
2d8c232a05
Backed out changeset ca2fd67a4cf7 (bug 1029942) for bc1 orange
2014-07-08 15:11:31 -07:00
Shane Caraveo
670e1f258e
Bug 1029942 allow activation from about: chrome urls, r=felipe
2014-07-08 13:50:13 -07:00
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Bill McCloskey
37e4d10f6b
Bug 1005696 - Make sure test blocklist.xml isn't overwritten before use (r=Unfocused)
2014-06-20 17:46:02 -07:00
Birunthan Mohanathas
ec8396a564
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Mark Banner
d400d85162
Merge m-c to elm. a=merge
2014-06-09 13:00:42 +01:00
Mark Banner
280d75d148
Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond
2014-05-29 21:13:46 +01:00
David Rajchenbach-Teller
639e976d1d
Bug 1019662 - Report errors when we can't send frameworker:connect. r=flo
2014-06-04 03:23:00 -04:00
Shane Caraveo
0f4d514698
Bug 960991 support for standard share endpoints, r=markh
2014-05-13 11:10:47 -07: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
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
Shane Caraveo
9fa09eae7a
Bug 983481 open a post activation landing page, r=markh
2014-04-30 12:08:23 -07:00
Phil Ringnalda
6cd395f369
Bug 994300 - Disable browser_frameworker.js and browser_frameworker_sandbox.js on OS X debug for constant assertions
2014-04-15 19:59:07 -07:00
Ryan VanderMeulen
4ac815c411
Bug 994798 - Disable browser_frameworker_sandbox.js on Linux debug for frequent timeouts. a=test-only
...
CLOSED TREE
2014-04-11 16:09:09 -04:00
Ryan VanderMeulen
b06124335d
Bug 994798 - Disable browser_frameworker.js on Linux debug for frequent timeouts.
2014-04-11 11:58:37 -04:00
Paolo Amadini
4abdff9652
Bug 991750 - Convert remaining legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-04-07 16:18:43 +02:00
Shane Caraveo
4d0239801d
bug 894806 [Australis] refactor and remove social.provider, r=markh
2014-03-11 19:25:45 -07:00
Shane Caraveo
5dbcd7e0fe
bug 941322 deprecate facebook messenger features, r=felipe
2014-02-28 18:07:44 -05:00
Justin Dolske
b3fea90acd
Bug 967349 - PopupNotifications should support a "Learn More" link. r=mattn
2014-02-18 19:05:34 -08:00
Gregory Szorc
5f7ff500d3
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
--HG--
extra : rebase_source : 0cfdf2697d10532e5b03cd27fbaadb41f42b837c
extra : amend_source : 0119d4e4881217f105e0e4ba1dfa9c8f7295f3e9
extra : histedit_source : eb49e62c67af2005fdc08d9c9a07f56bee98d558%2C50951e960e450f9b0e48fc7e8ec369d8666a63b0
2014-02-06 13:00:20 -08:00
Sachin Hosmani
069b0b1b39
Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
...
CLOSED TREE
2014-01-06 14:16:32 +05:30
Ryan VanderMeulen
bde0b0ec9d
Backed out changeset 933bf791b773 (bug 897735) for Windows test bustage.
...
CLOSED TREE
2014-01-14 11:10:33 -05:00
Sachin Hosmani
300046eb15
Bug 897735 - Support regular expression filters for name and creator in extension blocks. r=Unfocused
2014-01-06 14:16:32 +05:30
Florian Quèze
86092d2582
Bug 930641 - Remove the social.allowMultipleWorkers preference, r=mixedpuppy.
2013-12-18 16:50:05 +01:00
Shane Caraveo
21bd271387
bug 935640 part 2 Australis, update social sidebar with new ux, activation panel, r=markh
2013-12-16 21:38:22 -08:00
Paolo Amadini
1be00c4aed
Bug 940408 - Rework DeferredTask to allow asynchronous tasks and support AsyncShutdown. r=Mossop
2013-12-03 13:21:08 +01:00
Carsten "Tomcat" Book
325e1c28d4
Backed out changeset 295b75fac0c8 (bug 940408) for test failures in B2g Desktop Linux & B2G ICS Emulator Opt
2013-12-03 12:53:27 +01:00
Paolo Amadini
1664144e6a
Bug 940408 - Rework DeferredTask to allow asynchronous tasks and support AsyncShutdown. r=Mossop
2013-12-03 10:15:22 +01:00
Ms2ger
52e807ecd8
Bug 939271 - Part e: move mochitests to manifests in toolkit/components/social/test/browser; r=mshal
2013-11-28 15:03:17 +01:00
Mike Hommey
bb6779efe3
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Florian Quèze
14710f1fce
Bug 906839 - disable frameworker tests on ASAN builds, r=markh.
2013-11-05 13:06:23 +01:00
Mark Hammond
778f5a4f65
Bug 906839 - disable one social test due to bug 919878. r=gavin
2013-10-31 10:59:36 +11:00
Shane Caraveo
3ae066f41c
Bug 906839 - enable by default social.allowMultipleWorkers - update tests to work pref'd on and fix a missing update to the worker state, r=markh.
2013-10-31 10:59:35 +11:00
Ryan VanderMeulen
05d9f55e59
Backed out changesets cf64922197ca, 3ae60bdf3fef, and 68960c6bdce3 (bug 906839) for ASAN mochitest-bc perma-orange.
2013-11-04 15:54:55 -05:00
Mark Hammond
ed6cbf3fa0
Bug 906839 - disable one social test due to bug 919878. r=gavin
2013-10-31 10:59:36 +11:00