Alex Bardas
39cbc5b017
Bug 994731 - Remove redundant in-memory cache from AddonRepository and use AddonDatabase instead. r=irving
2014-08-04 18:58:22 -07:00
Alex Bardas
8b2d6206ae
Bug 847244 - Click-to-play state should influence how plugins are sorted in the Add-ons Manager UI. r=Unfocused
2014-07-31 10:45:00 -07:00
Nathan Froyd
9ea6c585f8
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
2014-07-24 11:55:33 -04:00
Nathan Froyd
4246e6b6ea
Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
...
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Georg Fritzsche
a467dd9602
Bug 1039226 - Trigger explicit OpenH264 updates from OpenH264Provider. r=unfocused
2014-07-23 16:00:55 +02:00
Jeff Walden
c07e58085e
Bug 1037100 - Remove all use of ScopedDeleteArray from miscellaneous places. r=jcranmer
...
--HG--
extra : rebase_source : 937557b819742ee62e10a4afa6c5152b910cd8b2
2014-07-10 20:37:40 -07: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
Ed Morley
e3650f6969
Backed out changeset 609690a7e2a6 (bug 1039226) for uncaught exceptions in browser_openH264.js
2014-07-23 16:01:02 +01:00
Carsten "Tomcat" Book
07f9bf07af
Merge mozilla-central to fx-team
2014-07-23 16:22:24 +02:00
Georg Fritzsche
f49e7a0bb5
Bug 1039226 - Trigger explicit OpenH264 updates from OpenH264Provider. r=unfocused
2014-07-23 16:00:55 +02:00
Mike Hommey
71623acdd6
Bug 1036894 part 9 - Replace all EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS with EXTRA_LIBS, OS_LIBS or OS_LDFLAGS, appropriately. r=gps
...
OS_LIBS for libraries that are not part of the gecko tree, EXTRA_LIBS for
libraries, such as NSPR, that are in the tree, but are not handled by
moz.build just yet. Those EXTRA_LIBS may also come from a system library.
However, in cases where the expanded variables are always empty for the
in-tree case, OS_LIBS is used (as for, e.g. MOZ_ZLIB_LIBS). OS_LDFLAGS is
used exclusively for non-library linker flags.
Always pass EXTRA_LIBS before OS_LIBS on linker command lines.
Forbid EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS in Makefiles.
2014-07-23 13:31:02 +09:00
Mike Hommey
e5c43ef995
Bug 1036894 part 8 - Move most in-tree library linkage information to moz.build, as USE_LIBS. r=gps
2014-07-23 13:30:52 +09:00
Georg Fritzsche
9f0aa38b4b
Bug 1040941 - Preferences button for OpenH264 in AddonManager should always work. r=Unfocused
2014-07-21 15:00:35 +02:00
Jonathan Griffin
efbbf73c27
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Wes Kocher
e6f97ea1c3
Backed out changeset edbc72909115 (bug 1037100) for build bustage on a CLOSED TREE
2014-07-21 10:52:38 -07:00
Jeff Walden
ced8b3b13c
Bug 1037100 - Remove all use of ScopedDeleteArray from miscellaneous places. r=jcranmer
...
--HG--
extra : rebase_source : f965f46bad33a389910a792a93867ba799d8db7f
2014-07-10 20:37:40 -07:00
Georg Fritzsche
56d298233e
Bug 1041080 - Fix OpenH264Provider path registration, default enabled state and logging r=Unfocused a=kwierso
2014-07-19 20:01:01 +02:00
Georg Fritzsche
71a53a7b2a
Bug 1040937 - Fix GMPInstallManager and OpenH264Provider using different pref names r=Unfocused a=kwierso
2014-07-19 02:23:47 +02:00
Randell Jesup
79fc781dec
Bug 1040937 - GMPInstallManager/OpenH264Provider using wrong directory/plugin names r=unfocused a=kwierso
2014-07-19 00:58:22 -04: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
Mike Hommey
d10b15b035
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
2014-07-23 08:37:51 +09: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
Blake Kaplan
0f87ab81cb
Bug 952201 - Make installing addons from web content work correctly in e10s. r=bmcbride@mozilla.com
2014-07-18 09:27:29 -07:00
Ryan VanderMeulen
77b1c14c1a
Merge m-c to inbound. a=merge
2014-07-18 10:25:14 -04:00
Ryan VanderMeulen
eab75aef97
Bug 1009909 - Only run test_openh264.js on Firefox desktop. rs=gfritzsche
2014-07-18 09:11:25 -04:00
Ahmed Kachkach
68c23f6dff
Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger
2014-07-17 09:02:00 +02:00
Georg Fritzsche
65f0d327b6
Bug 1040048 - Register the OpenH264 plugin from the OpenH264Provider on startup. r=bsmedberg
2014-07-17 17:46:18 +02:00
Carsten "Tomcat" Book
5088831323
merge fx-team to mozilla-central a=merge
2014-07-17 16:31:33 +02:00
Georg Fritzsche
9297cbab20
Bug 1009909 - Firefox desktop: Integrate the openh264 media plugin in the add-ons manager. r=unfocused
2014-07-16 15:49:30 +02:00
Ryan VanderMeulen
11e9e45e9c
Backed out changeset 46acc7f0704b (bug 1009909) for xpcshell failures.
2014-07-16 11:34:20 -04:00
Georg Fritzsche
57b80b4a5b
Bug 1009909 - Firefox desktop: Integrate the openh264 media plugin in the add-ons manager. r=unfocused
2014-07-16 15:49:30 +02:00
Mike Hommey
260f946298
Fixup for bug 1038639. r=me
2014-07-17 09:37:21 +09:00
Bill McCloskey
124cc48a8a
Bug 1029926 - Add a field to install.rdf for add-ons that are compatible with electrolysis (r=irving)
2014-07-14 22:10:06 -07:00
Jan de Mooij
41bfd0176b
Bug 1037869 - Fix remaining Latin1 string issues. r=terrence
...
--HG--
extra : rebase_source : b6fc9024f1a6c7eb9169b6c8c906916b4b1c197e
2014-07-14 22:19:36 +02:00
Carsten "Tomcat" Book
f0569c8ad2
Backed out changeset cf85693280c7 (bug 886570) frequent mochitest-3 errors on windows
2014-07-11 14:15:29 +02:00
Ahmed Kachkach
c4872d76ea
Bug 886570 - Initial integration of structured logs in mochitest. r=ahal,Ms2ger
2014-07-10 13:33:00 +02:00
Ryan VanderMeulen
d07265abdf
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-07-10 18:22:38 -04:00
Georg Fritzsche
4fdc6edd44
Bug 1012466 - Introduce AddonManager shutdown barrier. r=irving
2014-07-08 18:56:04 +02:00
Jacek Caban
aa6feee34d
Bug 1022847 - Fixed --enable-metro build.
...
--HG--
extra : rebase_source : ac9e1609d5dd2211b819083a88dad6e26d2c6479
2014-07-10 15:15:10 +02:00
David Keeler
9f57ce1f16
bug 1034360 - OCSP preferences UI: remove unnecessary part, improve necessary part r=dao
2014-07-09 13:29:41 -07:00
Carsten "Tomcat" Book
518f246c5e
merge fx-team to mozilla-central a=merge
2014-07-08 15:10:56 +02:00
Gregory Szorc
54c4d3b9ae
Bug 1033836 - Convert TESTING_JS_MODULES to moz.build; r=glandium
...
--HG--
extra : rebase_source : 1cd9e402c507260358af7a93c6fb2fc91c24994b
2014-07-02 16:43:41 -07:00
Robert Strong
704074b19a
Bug 1027287 - Prevent non-local network connection to aus when enabling app update in add-ons mgr hotfix test. r=mossop
2014-07-07 12:49:21 -07:00
Martin Thomson
a922faaff0
Bug 1019117 - Remove ssltunnel from NO_PKG_FILES conditional on having no manifest r=glandium
2014-07-03 10:46:00 +02:00
Robert Strong
481f80a119
test only followup to Bug 1032559 - Fix for mochitest-chrome slow download mar tests fail when the app.update.download.backgroundInterval pref is 0. r=me
2014-07-03 10:19:31 -07:00
Blair McBride
9ce46da743
Bug 1026853 - Experiment is displayed as "pending removal" in detailed view. r=irving
2014-07-03 16:19:58 +12:00
Carsten "Tomcat" Book
536c8c08bc
merge fx-team to mozilla-central a=merge
...
--HG--
extra : amend_source : 6b1927dd9d7d8eedfc694b66e8aceb7c3fc24935
2014-07-02 15:00:10 +02:00
Robert Strong
d92b0d2579
Bug 1032559 - Fix for mochitest-chrome slow download mar tests fail when the app.update.download.backgroundInterval pref is 0. r=spohl
2014-07-01 12:53:25 -07:00
Michael Pruett
a92763ed69
Bug 1024360 - Remove usage of deprecated mozIStorageBaseStatement methods. r=mak
2014-06-27 09:59:09 -05:00
Erik Vold
812eca6632
Bug 1009328 - Change the signature of callBootstrapMethod to be more flexible for changes r=Unfocused
2014-06-27 14:00:16 -07:00
Walter Litwinczyk
324cfd1c23
Bug 701948 - Rename nsIGfxInfo::FEATURE_NO_INFO to nsIGfxInfo::FEATURE_STATUS_OK. r=jgilbert
2014-07-01 14:44:09 -07:00
Jacek Caban
53a170226d
Bug 1022847 - toolkit/mozapps/update fails to compile with MinGW r=netzen
...
--HG--
extra : rebase_source : d876570cbfb29bc86cf1435f8e0f79eda49b5764
2014-06-25 11:30:05 +02: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
Brian R. Bondy
9886164729
Bug 598615 - Rename HAVE_64BIT_OS to HAVE_64BIT_BUILD. r=ted
2014-06-24 22:16:25 -04:00
Awad Mackie
405568ffeb
Bug 1022061 - Downloading files with leading period removes file on disk but doesn't replace it. r=paolo
2014-06-06 17:44:00 +01:00
Benoit Jacob
5e258769e8
Bug 1028588 - Fix dangerous public destructors in toolkit/ - r=ehsan
2014-06-23 18:40:02 -04:00
Brian R. Bondy
8e2b56e798
Bug 1033159 - Only run maintenance service tests on x86 until x64 binaries are signed. r=rstrong
2014-07-07 17:48:34 -07:00
Bill McCloskey
1ddea0f108
Bug 990729 - No longer store addonId in sandbox metadata (r=bholley)
2014-06-21 11:54:37 -07:00
Bill McCloskey
0aa52c5639
Bug 1017302 - Faster mapping of paths to add-on IDs (r=irving)
2014-06-21 11:54:28 -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
kernp25@yahoo.com
37581163ad
Bug 671528 - Add aReason argument to nsIHelperAppLauncher.js so extensions can make use of it. r=paolo
2014-06-17 07:20:00 +02:00
Carsten "Tomcat" Book
326e3bfa88
Backed out changeset ccc885c8f4ac (bug 1003159) for causing test failures in mochitest-other on a CLOSED TREE
2014-06-05 09:32:19 +02:00
Mike Connor
2b36c68202
Bug 1003159 - Default the updater to downloading the entire update at once for Nightly/Aurora, r=rstrong
...
--HG--
extra : rebase_source : b02d9fc4717817e57c50e2149cbbeaba05097a30
2014-06-04 23:00:32 -04:00
Mike Shal
c76261e09a
Bug 1018365 - Remove useless $(shell); r=glandium
2014-05-30 15:19:25 -04:00
Jared Wein
c20bba0bc2
Bug 979318 - Plugin overlays are still layered over other elements. r=Gijs
2014-03-04 16:42:52 +01:00
Mike Hommey
606c9b8074
Bug 1014976 - Slightly clean up ICU setup for windows debug builds. r=mshal
2014-05-30 09:37:24 +09:00
Irving Reid
fd64123098
Bug 1015892: set metadata URL pref to avoid network connection in test; r=unfocused
2014-05-27 11:46:21 -04:00
Ehsan Akhgari
5115e1fdd4
Bug 1015634 - Add the statictitle attribute back to the toolkit download manager's <window>; r=mconley
2014-05-26 10:15:40 -04:00
Gijs Kruitbosch
a8865d4b75
Bug 1011490 - use mozmap for installtrigger parameters, r=Mossop,bholley
...
--HG--
extra : rebase_source : cb66201ea9543b48c4b70593ea63cab68fe7d6af
2014-05-16 17:10:20 +01:00
Robert Strong
2d1b1ffb4a
Bug 606415: Tests for bug 1009668. r=spohl
2014-05-23 10:42:58 -04:00
Stephen Pohl
c267206a18
Bug 1009668: Make retrieval of updater.ini more robust and predictable on OSX. r=smichaud,rstrong
2014-05-23 10:42:52 -04:00
Cykesiopka
17e952b63e
Bug 622332 - Show cert SHA-256 fingerprint and remove MD5 fingerprint. r=keeler
2014-05-22 00:52:00 +02:00
Alexandre Poirot
ba71388b74
Bug 964778 - Fix app install. r=fabrice
2014-05-20 09:30:00 -04:00
Girish Sharma
a6d80bd579
Bug 1001131 - Reduce devtools footprint at browser startup - XPI Provider part for browser toolbox. r=Unfocused
2014-05-21 03:47:03 +05:30
Irving Reid
4cc2228656
Bug 760356: Only show the addon compat UI when necessary; r=unfocused
...
--HG--
rename : toolkit/mozapps/extensions/test/addons/test_bug542391_5/install.rdf => toolkit/mozapps/extensions/test/addons/min1max3b/install.rdf
rename : toolkit/mozapps/extensions/test/addons/test_bug542391_6/install.rdf => toolkit/mozapps/extensions/test/addons/override1x2-1x3/install.rdf
2014-05-20 13:16:39 -04:00
Irving Reid
2f534f79b1
Bug 760356: #1 Always request all add-ons when loading AddonRepository; r=unfocused
2014-05-20 13:16:37 -04:00
Irving Reid
c3d07ebc37
Bug 1010449: Add telemetry for add-on compatibility changes, upgrades during startup time add-on update check; r=unfocused
2014-05-20 13:15:24 -04:00
Irving Reid
3a63dd3962
Bug 1007906: Yield to event loop in run_next_test and port bug 972093; r=Mossop
2014-05-20 14:12:36 -04:00
James Graham
41dd2b2604
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
2014-05-16 04:55:00 +02:00
Nathan Froyd
38829f6d9b
Bug 1010322 - change toolkit/mozapps/extensions/test/browser/ tests to point at actual http servers; r=jmaher
2014-05-13 13:28:53 -04:00
Jared Wein
095311dd11
Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
...
--HG--
extra : rebase_source : 9b9c58a967bb52b596457f41b697085c46fb0ba6
2014-05-11 15:52:33 -04:00
Roberto A. Vitillo
74ed8c2b56
Bug 988304 - Avoid main-thread IO for {profile}\blocklist.xml. r=irving
2014-05-15 09:14:00 -04:00
Wes Kocher
202d548b78
Merge inbound to m-c
2014-05-15 15:59:45 -07:00
Wes Kocher
4986143ac3
Merge b2g-inbound to m-c
2014-05-15 15:46:14 -07:00
Wes Kocher
cdc6ec1ac5
Merge fx-team to m-c
2014-05-15 15:28:49 -07:00
Mark Banner
e5679da177
Bug 1010984 Builds without Firefox Health Report are unable to check for updates or update. r=enndeakin
2014-05-15 15:35:50 +01:00
Neil Deakin
58cddbe4a5
Bug 893098, record update starts, stops and errors in the health report, r=rnewman,rstrong
2014-05-14 08:01:45 -04:00
Wes Kocher
eee6cd4dda
Merge m-c to b2g-inbound
2014-05-14 16:34:15 -07:00
Dave Hylands
7bb087ba18
Bug 1001542 - Add PRODUCT_DEVICE to the list of url substitutable fields. r=rstrong
2014-05-14 11:50:23 -07:00
Georg Fritzsche
51c7571a33
Bug 1000114 - Extend test coverage for experiments in addon manager UI. r=unfocused
2014-05-08 19:43:04 +02:00
Georg Fritzsche
2a8c7be511
Bug 1004506 - Telemetry experiments: Properly handle install states & their transitions in addon manager UI. r=unfocused
2014-05-07 20:48:07 +02:00
Dave Townsend
a3ec9bbf4a
Bug 1007732: Fix mapURIToAddonID to handle add-ons that were added in early startup. r=Unfocused
2014-05-12 10:00:15 -07:00
Jared Wein
860c0a0f3e
Backed out changeset 0e11a16741bf (bug 741047)
2014-05-11 17:37:57 -04:00
Jared Wein
c0292d419a
Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
2014-05-11 15:52:33 -04:00
Blair McBride
76578b64c3
Bug 926712 - Use WebIDL to expose InstallTrigger, r=Mossop,bholley
2013-12-12 02:08:00 +00:00
Alexander J. Vincent
65aadf2bb1
Bug 915838 - Provide add-ons a standard directory to store data, settings. r=Unfocused
2013-10-16 17:10:50 -07:00
Georg Fritzsche
7182aa548a
Bug 1007663 - Avoid showing empty experiments list. r=unfocused
2014-05-15 11:28:31 +02:00
Carsten "Tomcat" Book
e3a384e31b
Backed out changeset 49859608dbb8 (bug 741047) for bc1 memory leaks
2014-05-15 10:31:36 +02:00
Wes Kocher
c71d795612
Merge m-c to fx-team
2014-05-14 16:35:34 -07:00
Jared Wein
e6c1a4102d
Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
...
--HG--
extra : rebase_source : cf486a6e5c8673d66a57e3b726b58073c694a338
2014-05-11 15:52:33 -04:00
Ryan VanderMeulen
9656244fd4
Backed out changesets 674c36d744fb (bug 1000114) and eddce10b8511 (bug 1004506) for frequent OSX 10.8 bc3 failures.
2014-05-09 16:54:05 -04:00
Georg Fritzsche
c5d01b83cd
Bug 1000114 - Extend test coverage for experiments in addon manager UI. r=unfocused
2014-05-09 14:03:10 +02:00
Georg Fritzsche
233401d79e
Bug 1004506 - Telemetry experiments: Properly handle install states & their transitions in addon manager UI. r=unfocused
2014-05-07 20:48:07 +02:00
Irving Reid
bc5cfdf00d
Bug 1000695 - Part 2: Yield to event loop after receiving onInstallEnded, rewrite to Task.jsm. r=unfocused
2014-05-07 11:04:25 -04:00
Irving Reid
153a2db11a
Bug 1000695 - Part 1: Rewrite backgroundUpdateCheck() to Task.jsm based async. r=unfocused
2014-05-07 10:48:10 -04:00
Ryan VanderMeulen
f56df40785
Backed out changesets 1d9b6d754b9d and 73782d1e750c for landing with the wrong bug number.
2014-05-08 14:12:58 -04:00
Irving Reid
6d1f4ff346
Bug 995027: Wait for async getAllAddons, correctly clean up timers; r=bsmedberg
2014-05-08 11:41:36 -04:00
Irving Reid
df8c5458a8
Bug 1000695: #2 yield to event loop after receiving onInstallEnded, rewrite to Task.jsm; r=unfocused
2014-05-07 11:04:25 -04:00
Irving Reid
81428f0f5b
Bug 100695: #1 Rewrite backgroundUpdateCheck() to Task.jsm based async; r=unfocused
2014-05-07 10:48:10 -04:00
Robert O'Callahan
949537330f
Bug 1006248. Part 1: Add MOZ_EXPORT in various places. r=glandium
...
--HG--
extra : rebase_source : cfe209a412cae28d405eae413415cebb6959072a
2014-05-06 17:26:46 +12:00
Bobby Holley
7c7704aa07
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 18:47:15 -07:00
Ryan VanderMeulen
7c3098f03b
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
2014-08-14 17:23:10 -04:00
Bobby Holley
e5da39b71b
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
2014-08-14 12:54:34 -07:00
Felipe Gomes
bbda298251
Bug 652982. test_close_on_last_window.xul needs to be explicit about its timeout requirements. r=ehsan
2011-04-28 01:36:37 -03:00
Ehsan Akhgari
4357b133f0
Backed out changeset ee4ee2b72573 (bug 625982) because of wrong bug number
2014-05-06 21:23:50 -04:00
Felipe Gomes
400d72f59e
Bug 625982. test_close_on_last_window.xul needs to be explicit about its timeout requirements. r=ehsan
2011-04-28 01:36:37 -03:00
Benjamin Smedberg
4609853952
Bug 995027 - MockProvider._delayCallback can lose or mis-call callbacks in several ways. r=irving
...
--HG--
extra : rebase_source : 14eb97a913c0888dd5f803bf64062910f17bca11
2014-05-06 14:50:11 -04:00
Georg Fritzsche
ec0e0f4b01
Bug 992258 - Trigger a refresh of the experiments view in the addon manager when experiments change. r=irving
2014-05-06 12:18:10 +02:00
Wes Kocher
b6928dcde3
Backed out 2 changesets (bug 1000695) for introducing a near permafail on linux bc3
...
Backed out changeset 43306fac27e1 (bug 1000695)
Backed out changeset fcf5abdf9706 (bug 1000695)
2014-05-05 17:54:22 -07:00
Irving Reid
9fee8b4233
Bug 608820 - Part 2: Add more logging and convert test to Task. r=Mossop
2014-05-04 22:55:14 -04:00
Irving Reid
739cbf8116
Bug 1000695 - Part 2: Rewrite browser_hotfix.js to Task.jsm and yield to event loop after receiving onInstallEnded. r=Unfocused
2014-05-01 22:49:49 -04:00
Irving Reid
e8f9e05f60
Bug 1000695 - Part 1: Rewrite backgroundUpdateCheck() to Task.jsm-based async. r=Unfocused
2014-05-05 08:55:58 -04:00
Ryan VanderMeulen
eb74253068
Bug 608820 - Re-enable browser_bug567127.js on all platforms \m/.
2014-05-02 11:53:14 -04:00
Irving Reid
e3c160c70d
Bug 608820 - Set callbacks before invoking actions to avoid async races. r=mossop
2014-04-29 14:06:29 -04:00
Robert Strong
4fac5a6654
Bug 1004168 - Add an INI file option to prevent requiring a reboot when there are files in use. r=jmathies
2014-05-01 13:15:05 -07:00
Dave Townsend
832c3d2cac
Bug 993029: Create an add-on console actor that will be displayed in the console tab of the add-on debugger. r=msucan, r=Unfocused, r=past
2014-05-01 08:36:01 -07:00
Alexandre Poirot
d68c2b4b98
Bug 999631 - Disable startup cache via a dedicated flag. r=mshal
2014-04-23 04:57:00 -04:00
Roberto A. Vitillo
d6e5bff5be
Bug 988292: Avoid main-thread IO for {profile}\addons.json; r=felipc@gmail.com,r=irving
2014-04-29 10:31:40 -04:00
Irving Reid
6760789e3a
Bug 900954: Expose addons.json flush to test harness; r=felipe
2014-04-29 10:09:30 -04:00
Robert Strong
496c881e63
whitespace fix followup for Bug 1002086 - UpdateService uses the non-existent nsIAddonUpdateCheckListener interface. r=me
2014-04-27 17:30:17 -07:00
Robert Strong
9617cd2264
Bug 1002086 - UpdateService uses the non-existent nsIAddonUpdateCheckListener interface. r=ehsan
2014-04-27 16:13:04 -07:00
Carsten "Tomcat" Book
51bfb89671
Merge m-c to fx-team
2014-04-23 15:04:22 +02:00
Georg Fritzsche
02104e5d26
Bug 986677 - Add time left and activity state to experiments in the Addon Manager UI. r=unfocused
2014-04-23 14:34:49 +02:00
Georg Fritzsche
106031c13f
Bug 986677 - Hide some unneeded elements for experiments in the Addon Manager UI. r=unfocused
2014-04-23 14:34:48 +02:00
Georg Fritzsche
43486c353f
Bug 990111 - Add-on provider for historical experiments. r=irving
2014-04-23 14:34:48 +02:00
Nicholas Nethercote
0209e594ae
Bug 996448 - Lazify the loading of PluralForm.jsm everywhere. r=mak.
...
--HG--
extra : rebase_source : 371f4ed436bbdb864edcb593f55bad325d98cfca
2014-04-22 20:19:12 -07:00
Benjamin Smedberg
2a63eccc91
Bug 997188 - Handle the experiments.manifest.uri pref correctly so so that it don't ping out to telemetry-experiments.cdn.mozilla.net by default or enable experiment code in the tests. This should also fix bug 994686. r=irving/gfritzsche
2014-04-17 11:08:35 -04:00
Robert Strong
f41a8e6342
Bug 798903 - Stub installer should use Segoe UI and other newer UI fonts as appropriate when they are available. r=tabraldes
2014-04-17 13:14:50 -07:00
Dave Townsend
94635042ef
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 10:27:03 -07:00
Dave Townsend
8d9237bdbb
Backing out bug 993029 due to Win8 debug test failures. CLOSED TREE
2014-04-17 10:20:49 -07:00
Dave Townsend
e52ab86767
Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused
2014-04-17 08:23:42 -07:00
Georg Fritzsche
bd0c2671d0
Bug 989137 - Part 18: Fix experiments uninit behavior. r=bsmedberg
2014-04-17 15:47:37 +02:00
Georg Fritzsche
c79f51a717
Bug 989137 - Part 17: Add browser chrome testing of Experiments. r=unfocused,gfritzsche
2014-04-17 15:47:37 +02:00
Georg Fritzsche
6603b85e60
Bug 989137 - Part 16: Convert browser_experiments.js to add_task. r=unfocused
2014-04-17 15:47:37 +02:00
Georg Fritzsche
500abbb9fa
Bug 989137 - Backout re-ordered patches that conflict with a known-good patch stack: 1ab6bbd62c76, 5c3a195a107e, 73da7e611e92, 2c1a0b0551fb. r=me
2014-04-17 15:47:36 +02:00
Gregory Szorc
df6e0b4232
Bug 989137 - Part 15: Convert browser_experiments.js to add_task; r=Unfocused
...
Upcoming tests rely heavily on promises. I just learned that browser
chrome tests support add_task() as an alternative to test(). This patch
ports the browser_experiments.js test and utilized utility functions
to use add_task() and promises.
--HG--
extra : rebase_source : 434b7dc0e899fef0c508d5dd01438514da519ba3
extra : histedit_source : 517043f2bbe7a22bd53e8ae0c77f585ac107f6c9
2014-04-10 14:30:40 -07:00
Roberto A. Vitillo
4490d3c08f
Bug 989419 - Remove main-thread IO from background update of {profile}\blocklist.xml. r=irving
2014-04-16 13:50:37 -04:00
Robert Strong
99ba99521b
Bug 996960 - Add new RTL languages to locales.nsi - Uyghur ug and Urdu ur. r=ehsan
2014-04-15 19:23:03 -07:00