Qeole
9d1f222db8
Bug 1045209 - Updating tests for new OpenH264 plugin path handling. r=unfocused,ted,jmaher
2014-08-25 17:23:34 +02:00
Qeole
506e1ad07a
Bug 1045209 - Remove media.gmp-gmpopenh264.path pref and set install path for OpenH264 plugin to <profile-dir>/<gmp-plugin-id>/<version>. r=unfocused,jesup
...
Certain usage scenarios, like enterprise roaming profile setups, lead to the installed OpenH264 plugin not being found anymore.
We install the plugin into the profile directory, so the fix here is to just store the install path relative the profile and not an absolute path.
We also now store the plugin in a version-specific subdirectory, which avoids further issues like e.g. Windows preventing updates due to locking loaded DLLs.
2014-08-25 17:23:34 +02:00
Nigel Babu
821b09b394
Merge m-c to fx-team
2014-08-22 07:17:47 +05:30
Jared Wein
f3a146aa3e
Bug 1007336 - Set lightweight themes in customization mode. r=gijs
2014-08-21 15:57:41 -04:00
Alexandre Lissy
d55a49985c
Bug 1056034 - Avoid unassigned lastUpdateTime use. r=rstrong
...
Scope of 'let' variables is limited to the current block, however, there
is a later use of this variable that is done outside of the block where
it's declared as 'var'. We declare the variable as 'var' and at the top
level of the function to make sure that it is a legit one when we want
to assign it.
2014-08-20 07:02:00 -04:00
Roberto A. Vitillo
4bafda674f
Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg
...
CLOSED TREE
2014-08-19 10:31:00 -04:00
Ed Morley
2319d567e6
Backed out changeset 143ae44587b2 (bug 559505) for xperf failures
2014-08-20 17:10:05 +01:00
Roberto A. Vitillo
0c24fa6846
Bug 559505 - Deprecate localstore.rdf and replace it with xulstore. r=enn, sr=bsmedberg
2014-08-19 10:31:00 -04:00
Ryan VanderMeulen
07b643af98
Merge fx-team to m-c. a=merge
2014-08-15 16:22:55 -04:00
Ryan VanderMeulen
6ca4e1590b
Bug 1026805 - Disable frequently-hanging mozapps tests on OSX. a=me
2014-08-15 14:32:11 -04:00
Ed Morley
0dec77e52f
Merge mozilla-central and fx-team
2014-08-15 17:37:16 +01:00
Alex Bardas
def9293fbd
Bug 1034679 - Visually display that plug-in states are locked in Add-ons Manager. r=Unfocused
2014-08-11 16:20:00 -04:00
Mark Banner
3e307a3912
Bug 1052389 - Thunderbird can't package with MOZ_PACKAGE_JSSHELL due to looking for dozip.py in the wrong location r=ted
2014-08-13 16:46:26 +01:00
Tim Taubert
42cb80fa4e
Bug 1052409 - Fix browser_openH264 shutdown leak r=gfritzsche
2014-08-12 17:06:41 +02:00
Bobby Holley
1fb855d00b
Bug 1050049 - Whitelist bindings that we actually expect to use in content. r=smaug
2014-08-11 20:06:55 -07:00
J. Ryan Stinnett
951ce56ee2
Bug 1040130 - Allow specifying a client cert for sockets. r=keeler, r=mcmanus
2014-08-07 16:32:00 -04:00
Wes Kocher
9d6d4afc15
Merge m-c to inbound on a CLOSED TREE
2014-08-08 14:15:34 -07:00
Georg Fritzsche
c94a818f23
Bug 1042161 - Handle OpenH264 updates for long-running sessions. r=unfocused
2014-08-01 14:28:39 +02:00
Ehsan Akhgari
0bde9289fd
Bug 1043390 - Don't use getSourceRepo on local builds; r=glandium
2014-08-07 21:29:39 -04:00
Georg Fritzsche
b361975c84
Bug 1048793 - Remove Experiments CertUtils usage as PublicKeyPinningService already provides the same functionality. r=mmc
2014-08-08 14:14:22 +02:00
Nigel Babu
ba6a522e0c
Backed out changeset 87f53a100db0 (bug 1043390) for xpshell bustage on ASAN on a CLOSED TREE
2014-08-08 11:38:49 +05:30
Ehsan Akhgari
5e38fdb0ff
Bug 1043390 - Don't use getSourceRepo on local builds; r=glandium
2014-08-07 21:29:39 -04:00
Blake Kaplan
cda20d0e10
Bug 687194 followup - don't run this test on Android. r=bent
...
--HG--
extra : rebase_source : b6c5a751206e4837463310cb4bd4f00591e6df40
2014-08-06 11:28:07 -07:00
Blake Kaplan
663866b08f
Bug 687194 - Basic test for chrome registration/unregistration. r=Mossop
2014-08-06 09:58:11 -07:00
Nathan Froyd
aa3167382a
Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal
2014-08-01 12:53:05 -04:00
Wes Kocher
1c1cd54a33
Backed out changeset 1e2a00dc11cb (bug 687194) for mochitest-5 failures on a CLOSED TREE
2014-08-05 17:01:06 -07:00
Blake Kaplan
79d672b065
Bug 687194 - Basic test for chrome registration/unregistration. r=mossop
2014-08-05 16:10:21 -07:00
Mike Hommey
1cb5547cd1
Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal
2014-08-06 07:25:33 +09:00
Alex Bardas
827b8b6ddd
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
822cc5ae7e
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
d86ff9f990
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
13d14daf45
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
69827fcfb1
Bug 1039226 - Trigger explicit OpenH264 updates from OpenH264Provider. r=unfocused
2014-07-23 16:00:55 +02:00
Jeff Walden
23732db53a
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
f5412abfea
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
6711b53b3e
Backed out changeset 609690a7e2a6 (bug 1039226) for uncaught exceptions in browser_openH264.js
2014-07-23 16:01:02 +01:00
Carsten "Tomcat" Book
37d3171384
Merge mozilla-central to fx-team
2014-07-23 16:22:24 +02:00
Georg Fritzsche
8be7f012d6
Bug 1039226 - Trigger explicit OpenH264 updates from OpenH264Provider. r=unfocused
2014-07-23 16:00:55 +02:00
Mike Hommey
171507509c
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
5659a611dd
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
2f425a219a
Bug 1040941 - Preferences button for OpenH264 in AddonManager should always work. r=Unfocused
2014-07-21 15:00:35 +02:00
Jonathan Griffin
d8167428d6
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Wes Kocher
12cf05fd3f
Backed out changeset edbc72909115 (bug 1037100) for build bustage on a CLOSED TREE
2014-07-21 10:52:38 -07:00
Jeff Walden
8f24b6c929
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
e2b1aa1e6c
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
54ecb35012
Bug 1040937 - Fix GMPInstallManager and OpenH264Provider using different pref names r=Unfocused a=kwierso
2014-07-19 02:23:47 +02:00
Randell Jesup
9c2a14663f
Bug 1040937 - GMPInstallManager/OpenH264Provider using wrong directory/plugin names r=unfocused a=kwierso
2014-07-19 00:58:22 -04:00
Alexandre Poirot
32f4c0930e
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
c981769b72
Backout 4f6d9db92389 for bustage on a CLOSED TREE
2014-07-22 17:55:50 -07:00
Mike Hommey
9ae3c48776
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
2014-07-23 08:37:51 +09:00