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
Shane Caraveo
545175ac54
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
Kyle Huey
3597d9a5d9
Bug 932867 - FrameWorker should remove the iframe not the browser. r=smaug CLOSED TREE
2013-10-30 10:56:55 -07:00
Ed Morley
f95f28628d
Backed out changeset 9eaf00ec189a (bug 906839) on suspicion of increasing the failure rate of browser_frameworker.js
2013-10-24 18:51:16 +01:00
Shane Caraveo
752cb5dc5e
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-24 15:53:36 +02:00
Mark Hammond
9d98f6589b
Bug 910566 - handle remote frameworker process crashes. r=felipe
2013-10-24 15:22:16 +11:00
Florian Quèze
77b5d2aad3
Bug 926902 - Incorrect error locations for errors from scripts importScripts'ed by the frameworker, r=markh.
2013-10-16 00:59:19 +02:00
Gregory Szorc
ed68c2482b
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
...
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell-unpack/head_unpack.js => toolkit/mozapps/extensions/test/xpcshell/head_unpack.js
2013-09-24 11:50:08 -07:00
Shane Caraveo
b98d9cff56
bug 904104 fix window.close usage from chat and social panels, r=felipc
2013-09-19 10:41:32 -07:00
Carsten "Tomcat" Book
4b4afba78d
Merge m-c to mozilla-inbound
2013-09-18 12:42:44 +02:00
Mark Hammond
63b8d6ba93
Bug 914615 - use http://mochi.test:8888 instead of http://foo.bar to test same origin in social tests. r=gavin
2013-09-18 15:08:22 +10:00
Florian Quèze
a4431b8552
Bug 916162 - The location of JS errors caused by frameworker message handlers isn't reported, r=markh.
2013-09-18 07:12:38 +02:00
Ryan VanderMeulen
64e8591b94
Speculatively backout changeset 926d081e02d6 (bug 904104) for causing intermittent Windows XP debug mochitest-bc crashes.
2013-09-16 18:36:49 -04:00
Shane Caraveo
e62eb0e418
bug 904104 fix window.close usage from chat and social panels, r=felipc
2013-09-14 10:06:09 -07:00