Ehsan Akhgari
2843fe358e
Bug 1032528 - Use CFLAGS when determining the compiler version in case it can be affected by what is there; r=glandium
...
This for example allows us to use -fmsc-version in CFLAGS/CXXFLAGS
with clang-cl.
2014-07-04 10:43:08 -04:00
Mike Hommey
bc0709dc9e
Bug 762358 - Re-run configure when mozconfig changed in a significant way. r=gps
...
This adds a format option to mach environment and uses it in client.mk to
create a .mozconfig.json in the objdir, containing all the relevant data
from mozconfig. If the mozconfig doesn't change in a way that alters that
data, we still skip configure.
At the same time, use mach environment in place of mozconfig2configure and
mozconfig2client-mk, which makes us now have only one mozconfig reader.
Also, in the mozconfig reader, keep track of environment variables (as
opposed to shell variables), so that changes such as a variable that was
exported not being exported anymore is spotted. At the opposite, in order
for irrelevant environment variable changes not to incur in re-running
configure, only a set of environment variables are stored when they are
unmodified. Otherwise, changes such as using a different terminal window,
or even rebooting, would trigger reconfigures.
Finally, make mach environment emit both MOZ_OBJDIR and OBJDIR for
client.mk, and cleanup some objdir-related things in client.mk..
At the same time, make the mozconfig reader take MOZ_OBJDIR from the
environment if it is defined there and not in the mozconfig.
2014-07-03 07:15:31 +09:00
Mike Hommey
4474b717c2
Bug 1030717 - Don't try to create the mach state directory until it's actually needed. r=gps
2014-07-03 07:15:31 +09:00
Andrew McCreight
885ecec6f5
Bug 1021932 - Remove the comments about two array buffer leaks that are no longer present. DONTBUILD r=erahm
2014-07-01 14:40:24 -07:00
Randell Jesup
0f90121c45
Bug 979716: Make Opus complexity configurable in WebRTC; default Gonk to complexity 1 r=jmspeex
2014-07-01 05:10:44 -04:00
Jim Blandy
e07aaa8185
Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug
2014-06-27 11:05:08 -07:00
Mike Hommey
d023cfad45
Bug 1027890 - Restore accidental disabling of MOZ_PSEUDO_DERECURSE; r=gps
...
CLOSED TREE (but for the commit above this because the commit hook only
appears to look at the tip commit)
--HG--
extra : rebase_source : c88e7e3f4d24dcd59a1a0b5577e3a77da68f3d08
extra : amend_source : 5be936181048b01850e9ef91c25fa0c7363d118d
2014-06-25 23:23:34 -07:00
Mike Hommey
4410e6c0df
Bug 938437 - Replace nsStaticXULComponents.cpp with smart use of sections. r=bsmedberg,irc-r=decoder,r=nfroyd,r=gps
2013-11-19 13:45:31 +09:00
Mike Hommey
b161fa67a5
Bug 1027890 - Remove all sorts of build system code dedicated to pymake. r=gps
2014-06-25 08:38:28 +09:00
Tim Abraldes
3c2b4f1f0d
Bug 1014002. Disable the "FunctionPointers" BinScope check. r=ted
2014-06-25 12:13:07 -07:00
Mike Hommey
c45c7baa9c
Bug 1027890 - Reject builds with pymake. r=gps
...
--HG--
extra : rebase_source : a662b896b5f431a37a1250ec19451324ebed3d14
2014-06-25 08:38:12 +09:00
Carsten "Tomcat" Book
48f0f82363
merge fx-team to mozilla-central a=merge
2014-06-25 15:34:21 +02:00
Brian R. Bondy
cacb9c55fc
Bug 598615 - Rename HAVE_64BIT_OS to HAVE_64BIT_BUILD. r=ted
2014-06-24 22:16:25 -04:00
Wes Kocher
b683b68251
Backed out 2 changesets (bug 1027890) for B2G Windows Build bustage on a CLOSED TREE
...
Backed out changeset bcd694f0e95d (bug 1027890)
Backed out changeset 49cadfcde709 (bug 1027890)
2014-06-24 18:33:46 -07:00
Mike Hommey
195a1f903a
Bug 1027890 - Remove all sorts of build system code dedicated to pymake. r=gps
2014-06-25 08:38:28 +09:00
Mike Hommey
d2e942160c
Bug 1027890 - Reject builds with pymake. r=gps
2014-06-25 08:38:12 +09:00
Andrew McCreight
c8a84e4eda
Bug 1022042 - Remove LSAN suppression for compareVariants in test plugin. r=gfritzsche
2014-06-23 13:44:43 -07:00
Andrew McCreight
b0e16da775
Bug 988041 - Add suppression for intermittent XML parser leak. r=khuey DONTBUILD
2014-06-23 15:56:21 -07:00
Mike Hommey
e24a143f0c
Bug 1016641 - Add mozconfig magic for Gtk+3 builds. r=mshal
2014-06-24 07:28:32 +09:00
Wes Kocher
0e306cd88c
Merge m-c to fx-team a=merge
2014-06-24 18:51:01 -07:00
Nick Alexander
43bb92d30e
Bug 929865 - Part 3: Replace org.mozilla.gecko.App with BrowserApp. r=bnicholson
...
--HG--
extra : rebase_source : 261ac97c97d3f30ead5abcdd61034c38084e491b
2014-06-24 18:20:13 -07:00
Ryan VanderMeulen
adb70139cc
Merge inbound to m-c. a=merge
2014-06-23 10:42:32 -04:00
Gregory Szorc
d8e33f0d59
Bug 1027215 - Generic Python code for parsing reftest manifests; r=roc
...
The immediate goal of this patch is to give the build system and testing
tools the knowledge to identify reftest files and directories. Parsing
extra metadata out of reftest manifests is currently a non-requirement,
but may be supported some day.
--HG--
extra : rebase_source : 279680af28c9175f5babe458a57203e8b19ab724
extra : histedit_source : c0e463ea02f87a376ef48e2b25136e5f6be4e61a
2014-06-17 17:29:57 -07:00
Trevor Saunders
dff2c7b54b
bug 1019744 - make ICU symbols hidden when compiling ICU as static libraries r=glandium
2014-06-16 16:23:10 -04:00
Birunthan Mohanathas
86fae0d375
Bug 1026535 - Re-enable -Wmismatched-tags/C4099 warnings. r=ehsan
2014-06-19 14:42:19 -04:00
Andrew Halberstadt
e60605718c
Bug 997244 - Move emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin
2014-06-19 14:17:26 -04:00
Birunthan Mohanathas
51ba75d135
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Mike Hommey
7dc1a15761
Bug 1026841 - Switch in-house builds to us-west-1 bucket for sccache. r=mshal
2014-06-19 09:06:14 +09:00
Mike Hommey
31ad3d202a
Bug 1025605 - Add stdc++-compat hack for std::__throw_out_of_range_fmt and __cxa_throw_bad_array_new_length. r=nfroyd
2014-06-19 09:06:14 +09:00
Mike Hommey
06767fd3c2
Bug 978211 - Seemlessly support make 4 output buffering for automation/% steps. r=mshal
2014-06-19 09:06:13 +09:00
Wes Kocher
e34177291e
Backed out changeset 81a51de30a2a (bug 997244) for breaking b2g emulator mochitests on an otherwise CLOSED TREE
2014-06-18 14:15:48 -07:00
Andrew Halberstadt
7704c45325
Bug 997244 - Pull emulator.py out of marionette and into mozrunner, r=wlach,mdas,jgriffin
2014-06-18 13:30:12 -04:00
Ryan VanderMeulen
794c2c9953
Backed out changeset 9d86b9442f0b (bug 975011) for Windows debug test bustage that only appears on clobber builds.
...
CLOSED TREE
2014-06-18 13:21:57 -04:00
Steve Fink
df7cba4e45
Bug 975011 - Allow js/src/configure to invoke the in-tree NSPR configure. r=glandium
2014-02-25 14:15:16 -08:00
Geoff Brown
64fd2dfc40
Bug 986164 - Provide fake robocop share handlers for images and enable testPictureLinkContextMenu on Android 2.3; r=snorp
2014-06-17 17:34:02 -06:00
Nathan Froyd
b6301f2928
Bug 995417 - part 2 - testing infrastructure changes to set MOZ_DISABLE_NONLOCAL_CONNECTIONS; r=jmaher
2014-06-17 10:49:57 -04:00
Byron Campen [:bwc]
6facfa747f
Bug 1017332 - Part 2: Make loglevels consistent (in a useful way). r=drno
2014-06-13 11:45:42 -07:00
Andrew McCreight
8f67db8df7
Bug 1023368 - ASan tests should show an error when the symbolizer isn't found. r=jmaher
2014-06-14 16:43:46 -07:00
Mike Shal
0bfb7d3b01
Bug 978211 - add an automation/build target for post-build steps; r=glandium
2014-05-16 14:37:31 -04:00
Ehsan Akhgari
b9a106adef
Bug 1022349 follow-up: Undo the bad renaming, bustage fix landed on a CLOSED TREE
2014-06-13 11:08:04 -04:00
Mike Hommey
2dade204e9
Bug 1013060 - Stop setting SCCACHE_NO_HTTPS. r=mshal
2014-06-13 22:36:45 +09:00
Ehsan Akhgari
2090d6f39b
Bug 1022349 - Part 2: Use clang-cl when building libffi if we're building with clang-cl; r=glandium
2014-06-13 08:28:29 -04:00
Ryan VanderMeulen
0645a74aa3
Merge m-c to inbound on a CLOSED TREE. a=merge
2014-06-12 17:32:33 -04:00
Wes Johnston
475bb7bb3a
Bug 1006158 - Add ability to pull in v7 libraries and google support libraries. r=nalexander
2014-06-11 11:00:17 -07:00
Randell Jesup
9734e5889c
Bug 1024288: Allow aec debug data to be dumped on the fly, with max size r=pkerr
2014-06-12 12:20:10 -04:00
Ed Morley
f1343cd304
Backed out changeset 7b4feb3d3a39 (bug 1024288) for compilation errors; CLOSED TREE
2014-06-12 17:41:12 +01:00
Randell Jesup
c611dcc32d
Bug 1024288: Allow aec debug data to be dumped on the fly, with max size r=pkerr
2014-06-12 12:20:10 -04:00
Mike Hommey
38f7a6bf50
Bug 1023703 - Fix static-icu windows builds after bug 1014976, r=mshal
2014-06-12 06:55:55 +09:00
William Lachance
543aa429dc
Bug 984528 - Rename manifestdestiny -> manifestparser. r=ahal
...
--HG--
rename : testing/mozbase/docs/manifestdestiny.rst => testing/mozbase/docs/manifestparser.rst
rename : testing/mozbase/manifestdestiny/manifestparser/__init__.py => testing/mozbase/manifestparser/manifestparser/__init__.py
rename : testing/mozbase/manifestdestiny/manifestparser/manifestparser.py => testing/mozbase/manifestparser/manifestparser/manifestparser.py
rename : testing/mozbase/manifestdestiny/setup.py => testing/mozbase/manifestparser/setup.py
rename : testing/mozbase/manifestdestiny/tests/comment-example.ini => testing/mozbase/manifestparser/tests/comment-example.ini
rename : testing/mozbase/manifestdestiny/tests/default-skipif.ini => testing/mozbase/manifestparser/tests/default-skipif.ini
rename : testing/mozbase/manifestdestiny/tests/filter-example.ini => testing/mozbase/manifestparser/tests/filter-example.ini
rename : testing/mozbase/manifestdestiny/tests/fleem => testing/mozbase/manifestparser/tests/fleem
rename : testing/mozbase/manifestdestiny/tests/include-example.ini => testing/mozbase/manifestparser/tests/include-example.ini
rename : testing/mozbase/manifestdestiny/tests/include/bar.ini => testing/mozbase/manifestparser/tests/include/bar.ini
rename : testing/mozbase/manifestdestiny/tests/include/crash-handling => testing/mozbase/manifestparser/tests/include/crash-handling
rename : testing/mozbase/manifestdestiny/tests/include/flowers => testing/mozbase/manifestparser/tests/include/flowers
rename : testing/mozbase/manifestdestiny/tests/include/foo.ini => testing/mozbase/manifestparser/tests/include/foo.ini
rename : testing/mozbase/manifestdestiny/tests/just-defaults.ini => testing/mozbase/manifestparser/tests/just-defaults.ini
rename : testing/mozbase/manifestdestiny/tests/manifest.ini => testing/mozbase/manifestparser/tests/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-example.ini => testing/mozbase/manifestparser/tests/mozmill-example.ini
rename : testing/mozbase/manifestdestiny/tests/mozmill-restart-example.ini => testing/mozbase/manifestparser/tests/mozmill-restart-example.ini
rename : testing/mozbase/manifestdestiny/tests/no-tests.ini => testing/mozbase/manifestparser/tests/no-tests.ini
rename : testing/mozbase/manifestdestiny/tests/path-example.ini => testing/mozbase/manifestparser/tests/path-example.ini
rename : testing/mozbase/manifestdestiny/tests/relative-path.ini => testing/mozbase/manifestparser/tests/relative-path.ini
rename : testing/mozbase/manifestdestiny/tests/test_convert_directory.py => testing/mozbase/manifestparser/tests/test_convert_directory.py
rename : testing/mozbase/manifestdestiny/tests/test_convert_symlinks.py => testing/mozbase/manifestparser/tests/test_convert_symlinks.py
rename : testing/mozbase/manifestdestiny/tests/test_default_skipif.py => testing/mozbase/manifestparser/tests/test_default_skipif.py
rename : testing/mozbase/manifestdestiny/tests/test_expressionparser.py => testing/mozbase/manifestparser/tests/test_expressionparser.py
rename : testing/mozbase/manifestdestiny/tests/test_manifestparser.py => testing/mozbase/manifestparser/tests/test_manifestparser.py
rename : testing/mozbase/manifestdestiny/tests/test_read_ini.py => testing/mozbase/manifestparser/tests/test_read_ini.py
rename : testing/mozbase/manifestdestiny/tests/test_testmanifest.py => testing/mozbase/manifestparser/tests/test_testmanifest.py
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/manifest.ini => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/manifest.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/subdir/test_sub.js => testing/mozbase/manifestparser/tests/verifyDirectory/subdir/test_sub.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_1.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_1.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_2.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_2.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/test_3.js => testing/mozbase/manifestparser/tests/verifyDirectory/test_3.js
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_incomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_incomplete.ini
rename : testing/mozbase/manifestdestiny/tests/verifyDirectory/verifyDirectory_toocomplete.ini => testing/mozbase/manifestparser/tests/verifyDirectory/verifyDirectory_toocomplete.ini
2014-06-10 13:20:23 -04:00
Ehsan Akhgari
a6ab01f989
Bug 1022348 - Use the C/C++ compilers passed in through mozconfig in order to preprocess on Windows instead of hardcoding the usage of cl; r=glandium
2014-06-10 07:20:12 -04:00
Ehsan Akhgari
d9c7b7c290
Bug 1021378 follow-up: take up my debugging stuff, and typos
2014-06-09 10:59:36 -04:00
Randell Jesup
97ee4f6627
Bug 970713: Adjust webrtc trace buffering for about:webrtc changes r=pkerr
2014-06-09 04:34:37 -04:00
Ehsan Akhgari
fde35aa8b8
Bug 1021378 - Add support for clang-cl to the build system; r=glandium
...
This patch does two things: 1. Treat clang on Windows explicitly as MSVC. There
are some places in our build system where we try to detect clang by looking at
the output of $(CC) -v, and that will cause us to believe that we are using
clang, which is not helpful. This patch defines the CLANG_CL variable when it
detects clang being used on Windows. It also masquarades clang-cl as MSVC
2012, which is how the compiler introduces itself through the _MSC_VER
predefined variable.
2. Disable a bunch of things which currently are not supported on clang-cl. As
we proceed with this port, hopefully we'll be able to remove everything in this
list, but this will get us closer to be able to build with clang-cl.
With this patch and clang-cl trunk, we can get past the configure stage of the
build.
--HG--
extra : rebase_source : e5b8d77e4571c936820cec858953d58b6f31e0d5
2014-06-07 10:27:43 -04:00
Brad Lassey
551b30bb4c
bug 1019836 - Support narrow char strings in android bridge r=snorp
2014-06-04 15:04:12 -04:00
Joel Maher
08a5fa35e7
Bug 992911 - (run-by-dir) add the ability to run mochitests per directory in a loop. r=ahal
2014-06-03 11:19:28 -04:00
Ehsan Akhgari
9b39a7c476
Bug 861425 - Build the clang plugin on Mac; r=jcranmer
2014-05-31 09:13:32 -04:00
Mike Hommey
664dfbd8c6
Bug 1014976 - Don't define _DEBUG on Windows debug builds, it's implied by -MDd/-MTd, and breaks builds with -MD/-MT. r=bsmedberg
2014-05-30 09:39:53 +09:00
Mike Hommey
2cf6cf6466
Bug 1014976 - Make MOZ_NO_DEBUG_RTL builds actually disable the MSVC debug CRT everywhere. r=bsmedberg
2014-05-30 09:39:44 +09:00
Mike Hommey
c678026e4b
Bug 1014976 - Don't make --enable-debug imply using the debug CRT in FFI. r=ryanvm
2014-05-30 09:39:19 +09:00
Mike Hommey
bc68e46dd9
Bug 1014976 - Slightly clean up ICU setup for windows debug builds. r=mshal
2014-05-30 09:37:24 +09:00
Randell Jesup
2f742c010a
Bug 987979: Patch 5 - Enable switching between OpenSLES and JNI backends, dummy OpenSLES output. r=rjesup
2014-05-29 17:05:14 -04:00
Ryan VanderMeulen
377570edd4
Merge fx-team to m-c.
2014-05-28 16:21:01 -04:00
Andrew Halberstadt
7b08132fae
Bug 1015178 - Implement kill and get stack for b2g reftests, r=wlach
2014-05-28 09:00:36 -04:00
Jim Chen
a1d02e6a5e
Bug 1013478 - Use GCC 4.8 on Android if available. r=glandium
2014-05-22 10:44:00 +02:00
Andrew Halberstadt
d2d43dc711
Bug 1009730
- Stop using /data/local/user.js in b2g unittests, r=jgriffin
2014-05-22 15:47:52 -04:00
Nicholas Nethercote
405fbd9216
Bug 1013670 - Remove all traces of leaktest.py.in. r=ted.
...
--HG--
extra : rebase_source : ee2941433fc12726624377362d3d46d3225eb0db
2014-05-21 20:29:55 -07:00
Paolo Amadini
82d4807bf3
Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske
2014-01-07 17:29:41 +01:00
Robert O'Callahan
950332b02a
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
...
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
2014-05-11 23:37:14 -07:00
James Graham
54a81fe8c7
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
Mike Hommey
f073dfacab
Bug 1012180 - Fix build/gyp.mozbuild for GNU/kFreeBSD. r=mshal
2014-05-20 08:48:15 +09:00
Mike Hommey
941abd37a4
Bug 1011797 - Add GNU/kFreeBSD to the list of ECMAScript i18n API supported platforms. r=mshal
2014-05-20 08:47:44 +09:00
Mike Hommey
523f850215
Bug 1005449 - Use CPU_ARCH for unknown target_arch in gyp r=mshal f=landry
2014-05-18 18:34:22 +09:00
William Lachance
fa3965547c
Bug 1009113 - Stop setting unused and incompatible wifi properties. r=gbrown
2014-05-16 09:33:19 -04:00
Peter Moore
6f8b306f1a
Bug 1010173 - test root internal variable on devices (SUTAgentAndroid.sTestRoot) should not be set as an error message,r=bc
2014-05-15 19:25:35 +02:00
Mike Hommey
6f0db214f5
Bug 1009981 - Switch non-windows in-house builds to us-west-2 bucket for sccache. r=mshal
2014-05-15 07:14:59 +09:00
Mike Hommey
fdfb59dd9b
Bug 1009359 - Don't replace UPLOAD_EXTRA_FILES in build/mozconfig.cache. r=mshal
2014-05-15 07:14:37 +09:00
Mike Hommey
d0874c3fec
Bug 1007991 - Enable sccache on mozilla-inbound and fx-team builds on AWS. r=mshal
2014-05-15 07:14:37 +09:00
Mike Hommey
554588845b
Bug 1006956 - Disable sccache on non-try PGO builds. r=mshal
2014-05-15 07:14:37 +09:00
Mike Hommey
5ae66d3968
Bug 1007931 - Replace backslashes with forward slashes in compiler wrapper on windows. r=mshal
2014-05-15 07:14:36 +09:00
Randell Jesup
71910ce4dc
Bug 981780: fix disable-webrtc r=glandium
2014-05-09 14:40:32 -04:00
Ryan VanderMeulen
9eebde7ec1
Bug 810631 - Update libffi to version 3.1. r=jorendorff, r=glandium
2014-05-13 14:51:01 -04:00
Nathan Froyd
eb0ac66d80
Bug 1009042 - add example.net to server-locations.txt; r=jmaher
2014-05-12 12:36:38 -04:00
Ryan VanderMeulen
4c51cdc449
Backed out changesets 33e91919b06b and a3a67e1ded26 (bug 981780) for OSX bustage.
...
CLOSED TREE
2014-05-09 15:26:13 -04:00
Andrew Halberstadt
c2b2c17ee5
Bug 957768 - Backout no longer needed --hide-subtests mochitest option (bug 937181 implemented the same thing but better), r=jmaher
2014-05-09 14:59:18 -04:00
Randell Jesup
6e0a014641
Bug 981780: fix disable-webrtc r=glandium
2014-05-09 14:40:32 -04:00
Andrew Halberstadt
c73d1d085a
Bug 1000883 - Remove mochitest-specific network hack from b2g emulator reftests, r=AutomatedTester
2014-05-08 15:24:32 -04:00
Mike Hommey
a3763119d1
Bug 1007010 - Don't include mozconfig.cache twice in android debug mozconfigs. r=mshal
...
Also avoid multiple includes of mozconfig.cache to do nasty things even if
they slip in.
2014-05-08 10:36:42 +09:00
Robert O'Callahan
15be759d67
Bug 1001320. Part 5: Enable GCC visibility pragmas on Android. r=glandium
...
--HG--
extra : rebase_source : f9286815e8f07c9836fa64a423dd091e7c3d44d1
2014-04-24 14:51:42 +12:00
Mike Hommey
24512f06f7
Bug 1005495 - Move sccache stats out of the build log. r=mshal
2014-05-07 11:50:09 +09:00
Mike Hommey
1e8bfcb8e4
Bug 1026469 - Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. r=ted
2014-06-21 09:13:58 +09:00
Mike Shal
2cd87fa675
Bug 978211 - enable MOZ_AUTOMATION_* flags in linux mozconfigs; r=glandium
2014-06-16 13:17:21 -04:00
Andrew McCreight
d4624fdbee
Bug 988041 - Add another LSan suppression for file descriptor stuff. r=CLOSED TREE
2014-06-20 16:31:58 -07:00
Andrew McCreight
a7fbd0d3c2
Bug 988041 - Enable LeakSanitizer for Mochitests. r=jmaher
2014-06-20 09:08:30 -07:00
Jim Chen
0ff39eef3c
Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team
2014-05-02 14:34:40 -04:00
Mike Hommey
9dcd156a38
Bug 1003537
- Turn config.status executable in MOZ_CREATE_CONFIG_STATUS instead of MOZ_RUN_CONFIG_STATUS. r=mshal
2014-05-01 10:57:49 +09:00
Henri Sivonen
18ea4c48d4
Bug 1002437 - Build ICU with U_CHARSET_IS_UTF8. r=glandium.
2014-04-30 10:42:59 +03:00
Henri Sivonen
f7f68269f9
Bug 1002435 - Build ICU with UCONFIG_NO_IDNA. r=glandium.
2014-04-30 10:41:48 +03:00
Mike Hommey
36b928c7a3
Bug 1002606 - Enable sccache for mac try builds. r=mshal
2014-04-30 06:06:09 +09:00
Ed Morley
e41a3e1c8a
Merge mozilla-central and inbound
2014-04-29 18:23:29 +01:00
Ed Morley
1c7287b8b1
Merge latest green b2g-inbound changeset and mozilla-central
2014-04-29 17:34:22 +01:00
Mike Hommey
5fe18fc0e2
Bug 1002685 - Enable sccache on b2g-inbound linux builds. r=mshal
2014-04-29 07:26:31 +09:00
Ryan VanderMeulen
de552d3ac3
Backed out changeset 9d04bde9fcd1 (bug 989806) for Android mochitest failures.
2014-04-27 21:25:28 -04:00
Marco Castelluccio
efa95d24df
Bug 989806 - Use reviewer certs for reviewer pages. r=fabrice
2014-04-27 13:38:00 -04:00
Marco Castelluccio
7e259c5533
Bug 989806 - Use reviewer certs for reviewer pages. r=fabrice
2014-04-28 10:50:00 +02:00
Jim Chen
123716de41
Bug 999071 - Empty ANR file during testing instead of deleting it; r=gbrown
2014-04-28 22:20:52 -04:00
Chris Peterson
8d8caa847d
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in widget/android. r=blassey
2014-04-27 18:56:46 -07:00
Wes Kocher
d477a31fd8
Backed out 3 changesets (bug 999071) for Android rc1 failures
...
Backed out changeset ddf970be0abd (bug 999071)
Backed out changeset 8d2738b22275 (bug 999071)
Backed out changeset b82a8c50aa90 (bug 999071)
2014-04-24 18:12:46 -07:00
Jim Chen
3d4010b681
Bug 999071 - Empty ANR file during testing instead of deleting it; r=gbrown
2014-04-24 17:49:02 -04:00
Ed Morley
d986e0aa3e
Backed out changeset b589de6c1084 (bug 889744) for failures in test_marketplace_pkg_install.html
2014-04-24 15:29:20 +01:00
Marco Castelluccio
04272068a9
Bug 889744 - Use reviewer certs for reviewer pages. r=fabrice
2014-04-24 04:27:00 +02:00
John
356b84852a
Bug 999902 - Enable WebRTC OMX codec only when Android version >= 18. r=jesup
2014-04-23 02:59:00 +02:00
John Lin
2a88e07bb8
Bug 911046 - Part 4: Add external H.264 HW video codec implementation for B2G. r=jesup
2014-04-21 23:42:00 +02:00
William Lachance
d407cd825b
Bug 996862 - Remove use of mozdevice's networktools. r=ahal
2014-04-21 11:03:51 -04:00
Ryan VanderMeulen
9e685c22d5
Merge inbound to m-c.
2014-04-17 22:31:17 -04:00
Nick Alexander
5c164c923e
Bug 960640 - Make finding Android build-tools future-proof. r=glandium
...
This lists the directories in build-tools/*, sorts them by
version (favouring new-style 'android-*' directories), and then takes
the newest version in which aapt exists.
2014-04-17 12:07:26 -07:00
Mike Shal
4f1d8a952d
Bug 996307 - enable sccache for B2G Desktop Linux builds; r=glandium
2014-04-07 16:46:07 -04:00
Jonathan Griffin
52e73c5315
Bug 996477 - Fix ImportError when running mach marionette-webapi, r=glandium
2014-04-16 10:27:25 -07:00
Manish Goregaokar
17f55bc6ed
Bug 991348 - Give the ability to take screnshots on all test failures. r=jmaher
2014-04-12 04:23:00 +02:00
Mike Hommey
161f5277d2
Bug 980117 - Use sccache on win32 try builds. r=mshal
2014-04-15 09:37:54 +09:00
Mike Hommey
32c56c97e2
Bug 993331 - Use ceph storage for sccache on try builds. r=mshal
2014-04-15 09:37:51 +09:00
Kartikaya Gupta
8beb92e033
Bug 995316 - Make GeckoLayerClient package-scoped. r=snorp
2014-04-11 20:49:46 -04:00
Mark Capella
ffd4bb0e0c
Bug 895463 - (p2) Expose DrawListener in LayerView, r=kats
2014-04-11 10:38:14 -04:00
Mike Hommey
63ea6f2df2
Bug 982014 - Fix what sections are copied from injection object after bug 932737. r=nfroyd
2014-04-04 14:56:36 +09:00
Gregory Szorc
766b00de4d
Bug 903149 - Part 3: Support for minifying packaged JavaScript; r=glandium
2013-09-11 19:54:19 -07:00
Gregory Szorc
235c851f0e
Bug 903149 - Part 2: Add jsmin to virtualenv; r=glandium
2013-09-04 18:50:17 -07:00
Nick Alexander
2b64647a14
Bug 990116 - Post: Clean Robocop imports. r=trivial
2014-04-01 22:00:47 -07:00
Nick Alexander
b80b763e06
Bug 990116 - Part 4: Make UITest inherit from BaseRobocopTest. r=mcomella
2014-04-01 22:00:47 -07:00
Phil Ringnalda
1883a0e0cf
Merge f-t to m-c
2014-03-29 10:08:41 -07:00
Viktor Stanchev
99501bd0f0
Bug 984196 - glxtest should use _exit instead of exit. r=bgirard
...
--HG--
extra : rebase_source : 3bba6badd7e5a4031ad402cf88f7e0a15f4ba386
2014-03-28 16:06:18 -04:00
Mike Hommey
00fb0c6368
Bug 988774 - Do not gracefully disable sccache when it's not there. r=bhearsum
2014-03-29 07:50:08 +09:00
Mike Hommey
25fc3d6396
Bug 988722 - Use buildprops.json to decide whether and how to use sccache. r=bhearsum
2014-03-29 07:50:08 +09:00
Wes Kocher
f169e1e3b6
Merge m-c to fx-team
2014-03-28 17:07:04 -07:00
Brad Lassey
34443c56ed
bug 979438 - Unify android target SDK versions, follow up to address nits r=nalexander
...
--HG--
extra : rebase_source : 841e8eece32e10d6d2c3443d5bcbf7ac935dd157
2014-03-28 19:47:32 -04:00
Brad Lassey
eade3f50ca
bug 979438 - Unify android target SDK versions r=nalexander
...
--HG--
rename : embedding/android/geckoview_example/AndroidManifest.xml => embedding/android/geckoview_example/AndroidManifest.xml.in
rename : mobile/android/geckoview_library/AndroidManifest.xml => mobile/android/geckoview_library/AndroidManifest.xml.in
rename : mobile/android/geckoview_library/project.properties => mobile/android/geckoview_library/project.properties.in
2014-03-25 23:27:16 -04:00
Christian Holler
18153c17f2
Bug 957865 - Adjust clang build script/patches for r200213. r=rail
...
--HG--
extra : rebase_source : 38ba07b51cf6fe5e6ed34f3f8d4dde07766c214f
2014-03-28 19:06:13 +01:00
Mike Hommey
0219d9a1e9
Bug 989147 - Add missing part of the patch from rebase conflict. r=gps
2014-03-28 21:05:14 +09:00
Mike Hommey
1141e795ec
Bug 989147 - Use new sccache for Linux and Android builds. r=gps
2014-03-28 18:41:06 +09:00
Mike Hommey
1b06a2054f
Bug 927672 - Force pymake to fall back to mozmake when run on build slaves. r=gps
2014-03-25 15:51:13 +09:00
Ryan VanderMeulen
a14baa39be
Merge inbound to m-c.
2014-03-26 20:58:31 -04:00
Wes Johnston
ab67c195d5
Bug 942270 - Fix tests for quickshare. r=gbrown
2014-03-26 10:18:01 -07:00
Jeff Muizelaar
6636e330e1
Bug 980186. Tell automation.environment about the debugger. r=jgriffin
...
This lets it set the crash reporting envs properly.
--HG--
rename : layout/reftests/abs-pos/table-internal-5-ref.html => layout/reftests/abs-pos/table-internal-1-ref.html
rename : layout/reftests/abs-pos/table-internal-6-ref.html => layout/reftests/abs-pos/table-internal-3-ref.html
rename : layout/reftests/abs-pos/table-internal-7-ref.html => layout/reftests/abs-pos/table-internal-4-ref.html
rename : webapprt/test/chrome/mozpay-failure.html => webapprt/test/chrome/mozpay-success.html
extra : rebase_source : 903979ef854d1c1737ed4b2eb21be26b2bcb7017
2014-03-07 15:38:48 -05:00
Chris Peterson
9be9b98310
Bug 986789 - Suppress gcc warnings in third-party code: STLport. r=glandium
2014-03-20 22:22:02 -07:00
ABE Hiroki (hATrayflood)
23e9b38893
Bug 980697 - Add a configure option to pull newer versions of the d3dcompiler dll from installed Windows SDKs. r=mshal,vlad
2014-03-22 10:49:26 +09:00
Vaibhav Agrawal
710c031709
Bug 908945 - Fix automation.py's exit code handling; r=jmaher
2014-03-26 06:14:51 -04:00
Mike Hommey
6e01527c92
Bug 985835 - Move MOZ_DEBUG_FLAGS declaration for MSVC next to the one for GCC. r=mshal
2014-03-26 08:12:12 +09:00
Nicholas Nethercote
7a7cb4581f
No bug. Fix a misplaced comma in build/automationutils.py. r=nalexander.
...
--HG--
extra : rebase_source : 7f82b008c72c15dfa696d240497c01a44a1fadfa
2014-03-20 17:46:13 -07:00
Ehsan Akhgari
020f3fd4d8
Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium
2014-03-19 21:55:00 -04:00
Andrew McCreight
bbb48270a5
Bug 981920 - ASAN builds should use -fno-omit-frame-pointer by default. r=glandium
2014-03-18 14:25:40 -07:00
Trevor Saunders
2f85dabaa8
bug 983335 - install .gdbinit to the objdir as well as dist/bin r=mshal
2014-03-13 16:37:20 -04:00
Jim Chen
40b81f6874
Bug 983730 - Support Android SDK build tools v19.0.3. r=mshal
2014-03-15 17:20:06 -04:00
David Major
e51507e5b0
Bug 919735: For VS2013, put the 32-bit PGO files first on the PATH. r=ted
2014-03-14 12:48:59 -07:00
Geoff Brown
99c44e0bad
Bug 966788 - Increase wait time for Gecko:Ready; r=mcomella
2014-03-12 17:44:54 -06:00
Ted Mielczarek
34da80ea4f
Bug 980015 - Remove MOCHITEST_FILES et. al. r=gps
2014-03-05 15:51:39 -05:00
Nicholas Nethercote
bd3c697951
Bug 981359 - |mach valgrind-test|: Increase --num-callers from 20 to 36. r=gkw.
2014-03-11 14:55:42 -07:00
Steve Fink
53bf680602
Backed out changeset 7cff27cb2845 (bug 975011), for breaking just about everything not on tbpl
...
--HG--
extra : rebase_source : 740fc0d5cd27b0cc7d06ce9f9c2f848c9d071b20
2014-03-11 09:53:58 -07:00
Nicholas Nethercote
7b45d2bd04
No bug. Fix a trivial regexp error. r=heycam.
2014-03-10 21:45:08 -07:00
Nicholas Nethercote
e42e0da34f
Bug 979242 - Suppress leak in xcb_connect_to_fd detected by Valgrind. r=gkw.
...
DONTBUILD because NPOTB.
2014-03-06 22:50:10 -08:00
Ryan VanderMeulen
70fda5091d
Backed out changeset 88780b5a201e (bug 980015) for test_property_database.html failures.
...
CLOSED TREE
2014-03-10 15:31:23 -04:00
Ted Mielczarek
16414a3269
Bug 980015 - Remove MOCHITEST_FILES et. al. r=gps
...
--HG--
extra : rebase_source : 3825abc63eb0901bc1422aa00aed3680dbe3e44c
2014-03-05 15:51:39 -05:00
Gian-Carlo Pascutto
452e75f96c
Bug 971240 - Move phishing/malware test pages to their own domain. r=mmc
2014-03-07 19:12:23 +01:00
Trevor Saunders
ebd5906b4c
bug 933189 - teach android.m4 about build tools v 19.0.2 r=mshal
2014-02-26 14:50:53 -05:00
Steve Fink
25655217d2
Bug 975011 - add an option to configure and build NSPR from within js/src build. r=glandium
2014-02-25 14:15:16 -08:00
Benoit Girard
450fef6f62
Bug 973770 - Build backend that generates C/C++ Eclipse projects. r=gps
2014-03-06 00:03:10 -05:00
Ulrich Weigand
4a17320401
Bug 976648 - Toplevel build/config for powerpc64le-linux support. r=bsmedberg, r=blassey
2014-03-05 12:04:44 -05:00
Ehsan Akhgari
17f4a32d8b
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Nils Ohlmeier [:drno]
467da6872a
Bug 977933 - Temporarily increase WebRTC logging for tests to help catching intermittent test failures. r=jesup
2014-03-04 13:51:37 -05:00
Ehsan Akhgari
667b4bc049
Bug 978594 - Part 3: Port some of the per-source flags to moz.build; r=glandium
...
--HG--
extra : rebase_source : fe4cd059eddda221af420e1517250772816d7ee8
2014-03-02 15:41:32 -05:00
Ehsan Akhgari
993937b946
Bug 978784 - Stop exporting ICU symbols from xul.dll; r=glandium
...
--HG--
extra : rebase_source : a8e3f2d93738e03f82f30eddb522e0ae7f19c030
2014-03-04 10:42:54 -05:00
Phil Ringnalda
c2c338a253
Back out 47afb5f53400 (bug 978784) because it's still busted with a clobber
...
CLOSED TREE
2014-03-03 21:26:19 -08:00
Ehsan Akhgari
3e9d3c59e3
Bug 978784 - Stop exporting ICU symbols from xul.dll; r=glandium
2014-03-03 22:38:55 -05:00
Phil Ringnalda
0ec28b60d9
Back out c75ce018e5db (bug 978784) for Windows build bustage
...
CLOSED TREE
2014-03-03 20:14:48 -08:00
Ehsan Akhgari
d76d14db06
Bug 978784 - Stop exporting ICU symbols from xul.dll; r=glandium
2014-03-03 22:38:55 -05:00
Jan de Mooij
5ae1515090
Bug 977921 - Override ASan malloc_context_size to save memory. r=decoder
...
--HG--
extra : rebase_source : 500882c214de079c1d493e21a9ee91c3da743226
2014-02-28 16:33:25 +01:00
Ed Morley
fd01e9cc5a
Backed out changeset 5056b4811257 (bug 976648) for errors during configure; CLOSED TREE
2014-02-28 15:31:07 +00:00
Ulrich Weigand
7aadb59f82
Bug 976648 - Toplevel build/config for powerpc64le-linux support. r=bsmedberg
2014-02-28 09:55:24 -05:00
Mike Hommey
6d65fe168c
Bug 976442 - Add a kill switch for sccache. r=bhearsum
2014-02-28 09:02:55 +09:00
Gian-Carlo Pascutto
95465fe918
Bug 974378 - Make webrtc.org OpenSL ES output code optional. Increase input buffers. r=jesup
2014-02-26 19:55:07 +01:00
Carsten "Tomcat" Book
5d5e9aeb99
Merge mozilla-central to fx-team on a CLOSED TREE
2014-02-25 15:42:32 +01:00
Landry Breuil
80b322e2cd
Bug 973310 - Accomodate for OpenBSD's m4 greedyness with patsub's regexp after bug 967556 r=glandium
2014-02-25 07:44:21 +01:00
Nick Alexander
c77f1718b5
Bug 903528 - Follow-up: Fix build dependencies. a=bustage
...
The issue is that the preprocessed files need to be referenced as
$(CURDIR)/file to have Make handle the dependencies correctly. To
allow this, this patch adds ANDROID_MANIFEST_FILE (defaulting to
AndroidManifest.xml) and uses it in the appropriate places.
2014-02-24 23:18:47 -08:00
Nick Alexander
dcbbaec14a
Bug 903528 - Follow-up: Fix AndroidEclipse project files. r=me
2014-02-24 21:26:41 -08:00
Mike Shal
9200dec47d
Bug 974205 - Use --with-compiler-wrapper when enabling sccache. r=glandium
2014-02-25 15:41:57 +09:00
Richard Newman
92c9a9b628
Bug 975774 - Part 21: clean up imports in FennecNativeActions. r=trivial
2014-02-22 19:53:00 -08:00
Richard Newman
d3556682ca
Bug 975774 - Part 3: clean up imports in Actions. r=trivial
2014-02-22 19:52:54 -08:00
Mike Hommey
166dbfd8e4
Bug 974830 - Expose MOZ_APP_DISPLAYNAME in application.ini if it differs from MOZ_APP_BASENAME. r=bsmedberg
2014-02-20 18:42:28 +09:00
Andrew McCreight
04756efc8f
Bug 972940 - Rename XPCOM_CC_ env vars to MOZ_CC_. r=smaug,njn
2014-02-20 14:27:03 -08:00
Martin Thomson [:mt]
02c2c66d93
Bug 972168 - Add root relative destination paths to mochitest support files. r=ted
2014-02-13 10:15:11 -08:00
Andrew Halberstadt
2162ac0779
Bug 949600 - Sync mozbase to m-c one last time, r=wlach
2014-02-19 16:42:01 -05:00
Richard Newman
67e6b36b20
No bug - Add another row to build/docs/androideclipse.rst. a=doc-only, DONTBUILD
2014-02-19 10:01:49 -08:00
Nick Alexander
2cc043e6eb
No bug - Add skeleton AndroidEclipse backend build docs. r=me
...
DONTBUILD NPOTB
2014-02-18 22:28:01 -08:00
Wes Kocher
bf35f4825a
Merge m-c to inbound on a CLOSED TREE
2014-02-18 16:15:42 -08:00
Wes Kocher
572d78adfd
Backed out changeset a7f8c25c07ac (bug 949600) for breaking clobber due to new update_permissions code, regardless of whether this is a CLOSED TREE.
2014-02-18 16:12:34 -08:00
Andrew Halberstadt
354168bb48
Bug 949600 - Sync mozbase to m-c one last time, r=wlach
2014-02-18 09:25:58 -05:00
Jan Beich
70b18ccce8
Bug 968798 - Don't let CPPFLAGS use system ICU headers when building internal ICU. r=glandium
2014-02-18 08:59:34 -05:00
Gregory Szorc
0f531099f1
Bug 939080 - Allow support-files in manifests to exist in parent paths; r=ted
...
--HG--
extra : rebase_source : 0e5f6ecb13b38453e5590cc28503ddab8df5144d
2013-11-18 11:55:33 -08:00
Nick Alexander
4e0e33eada
Bug 853045 - Part 4: Add Android Eclipse projects to moz.build files. r=gps
2014-02-13 22:19:50 -08:00
Mike Hommey
fb4e9ba3f6
Followup for bug 967556 - Force AC_CHECK_FUNC to use a different cache. r=bustage on a CLOSED TREE
2014-02-14 11:34:12 +09:00
Mike Hommey
15bf118a2d
Bug 967556 - Divert AC_CHECK_FUNC so that the #includes it uses can't interfere with the function it tests. r=gps
2014-02-14 08:15:02 +09:00
Mike Hommey
90b607eb3c
Bug 940788 - Use sccache on try for builds happening on AWS that currently use ccache. r=bhearsum
2014-02-13 10:05:59 +09:00
Mike Hommey
1ef6794bf3
Bug 971586 - Make $topsrcdir absolute when executing mozconfig2configure. r=gps
2014-02-13 10:06:43 +09:00
Wes Kocher
f9cfa703c8
Merge fx-team to mozilla-central
2014-02-12 16:26:16 -08:00
Jan Beich
c3f8071bdf
Bug 968819 - Make HOST_OS_ARCH on BSDs take same values as OS_ARCH. r=glandium
2014-02-12 10:24:21 -05:00
Gregory Szorc
4e49d56880
Bug 958561 - Measure Sync with Firefox Health Report; r=rnewman
...
Metrics for Sync have been added to Firefox Health Report. If Sync is
not configured, we'll report that fact and the supported and preferred
Sync protocols (1.1 or 1.5).
If Sync is configured, we report the daily counts of sync attempts and
how many are successful vs errored. We also report daily counts of the
device types attached to the account.
--HG--
extra : rebase_source : 77170b323706a85cbe1542ac993ebdc1dba3b505
extra : amend_source : 7802e80b4fc94937fbe3f67505b447bfb048732d
2014-02-05 08:08:14 -08:00
Nick Alexander
a52e5abd79
Bug 969922 - Part 4: Remove final use of fennec_ids.txt. r=mcomella
2014-02-11 18:08:57 -08:00
Nick Alexander
532ce001bc
Bug 969922 - Part 2: Replace Driver.findElement(Activity, String) with (Activity, int). r=mcomella
2014-02-11 18:08:56 -08:00
Nick Alexander
fe8f507c65
Bug 969922 - Part 1: Remove unused cruft from FennecNativeElement. r=mcomella
2014-02-11 18:08:56 -08:00
Jeff Muizelaar
27c7be0974
Bug 967799. b2gautomation: Wait on the queue instead of polling it. r=ahal
...
This replaces the stdout property with a getStdoutLines functions that waits on
the queue instead of polling it in a tight loop. This should reduce the amount
of time spent in runreftestb2g.py dramatically.
--HG--
extra : rebase_source : 6e14568285c9269d06848e441f3fa3420e76d6a4
2014-02-11 13:43:33 -05:00
Ehsan Akhgari
e4f4a283cc
Bug 970727 - Move DEFFILE to moz.build; r=mshal
2014-02-11 11:28:54 -05:00
Ehsan Akhgari
b7b6d52aef
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
2014-02-11 09:12:33 -05:00
Mike Hommey
69e70086e0
Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps
...
Before, we would run configure in both top-level and js/src, and both
configures would traverse their own set of moz.builds, without actual
knowledge about the other. With this change, both configures still run,
but only top-level traverses moz.build files, and uses js/src's
config.status when traversing its moz.build files. This allows a better
sharing of information between both build systems and the removal of many
hacks.
This also moves running libffi and icu configure to top-level.
Standalone js builds still have their own configure doing moz.build traversal,
as before.
--HG--
rename : config/autoconf.mk.in => config/autoconf-js.mk.in
rename : config/emptyvars.mk.in => config/emptyvars-js.mk.in
2014-02-11 10:37:47 +09:00
Mike Hommey
1f82304637
Bug 969164 - Create subconfigure directory in the AC_OUTPUT_SUBDIRS wrapper. r=gps
...
We happen to be lucky currently because e.g. build is created by config.status
before we subconfigure in build/clang-plugin. But further changes break that
luck.
2014-02-11 10:37:47 +09:00
Mike Hommey
ad87fd4cea
Bug 969164 - Move icu subconfigure invocation in build/autoconf/icu.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
636aa1fc65
Bug 969164 - Move libffi subconfigure invocation in build/autoconf/ffi.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
246b498c52
Bug 968561 - Move ffi detection from configure.in and js/src/configure.in into build/autoconf/ffi.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
740c20d702
Bug 946687 - Move ICU detection from configure.in and js/src/configure.in into build/autoconf/icu.m4. r=gps
2014-02-11 10:37:47 +09:00
Mike Hommey
80e79be833
Bug 462427 - Stop requiring CROSS_COMPILE being set. r=ted
2014-02-11 10:37:46 +09:00
Ehsan Akhgari
d91d200572
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Nicholas Nethercote
153d4aef9a
Bug 966864 - |mach valgrind-test|: Parse Valgrind output so that different errors are distinguished for TBPL. r=gps.
...
--HG--
extra : rebase_source : de5bdf985c704e77ad1f9b4ab244d06141c92124
2014-02-05 16:17:09 -08:00
Henri Sivonen
7eef0de378
Bug 910211 - Guess the fallback encoding from the top-level domain when feasible. r=emk.
2014-02-06 11:08:01 +02:00
Ted Mielczarek
e395537fc6
bug 966858 - fix dumpScreen on Windows. r=jmaher
...
--HG--
extra : rebase_source : 76f87429a657cb24e4fd76398fabb894df987d96
2014-02-05 09:34:23 -05:00
Randell Jesup
9986ef60fd
Bug 880419: disable AVX2 asm if the compiler/assembler don't support it r=glandium
2014-01-30 19:55:09 -05:00
Randell Jesup
2574932f6d
Bug 880419: make sure that NEON detection is on for B2G libyuv; build on Android ARMv6 r=glandium
...
(This works around the fact that we define HAVE_ARM_NEON on ARMv6 processors)
2014-02-04 16:08:43 -05:00
Randell Jesup
903040a93a
Bug 813645 - Move libyuv to media/libyuv r=glandium
...
--HG--
rename : media/webrtc/trunk/third_party/libyuv/AUTHORS => media/libyuv/AUTHORS
rename : media/webrtc/trunk/third_party/libyuv/Android.mk => media/libyuv/Android.mk
rename : media/webrtc/trunk/third_party/libyuv/DEPS => media/libyuv/DEPS
rename : media/webrtc/trunk/third_party/libyuv/LICENSE => media/libyuv/LICENSE
rename : media/webrtc/trunk/third_party/libyuv/LICENSE_THIRD_PARTY => media/libyuv/LICENSE_THIRD_PARTY
rename : media/webrtc/trunk/third_party/libyuv/OWNERS => media/libyuv/OWNERS
rename : media/webrtc/trunk/third_party/libyuv/PATENTS => media/libyuv/PATENTS
rename : media/webrtc/trunk/third_party/libyuv/README.chromium => media/libyuv/README.chromium
rename : media/webrtc/trunk/third_party/libyuv/all.gyp => media/libyuv/all.gyp
rename : media/webrtc/trunk/third_party/libyuv/codereview.settings => media/libyuv/codereview.settings
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv.h => media/libyuv/include/libyuv.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/basic_types.h => media/libyuv/include/libyuv/basic_types.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/compare.h => media/libyuv/include/libyuv/compare.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert.h => media/libyuv/include/libyuv/convert.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_argb.h => media/libyuv/include/libyuv/convert_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_from.h => media/libyuv/include/libyuv/convert_from.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_from_argb.h => media/libyuv/include/libyuv/convert_from_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/cpu_id.h => media/libyuv/include/libyuv/cpu_id.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/format_conversion.h => media/libyuv/include/libyuv/format_conversion.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/mjpeg_decoder.h => media/libyuv/include/libyuv/mjpeg_decoder.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/planar_functions.h => media/libyuv/include/libyuv/planar_functions.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/rotate.h => media/libyuv/include/libyuv/rotate.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/rotate_argb.h => media/libyuv/include/libyuv/rotate_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/row.h => media/libyuv/include/libyuv/row.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/scale.h => media/libyuv/include/libyuv/scale.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/scale_argb.h => media/libyuv/include/libyuv/scale_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/scale_row.h => media/libyuv/include/libyuv/scale_row.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/version.h => media/libyuv/include/libyuv/version.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/video_common.h => media/libyuv/include/libyuv/video_common.h
rename : media/webrtc/trunk/third_party/libyuv/libyuv.gyp => media/libyuv/libyuv.gyp
rename : media/webrtc/trunk/third_party/libyuv/libyuv.gypi => media/libyuv/libyuv.gypi
rename : media/webrtc/trunk/third_party/libyuv/libyuv_nacl.gyp => media/libyuv/libyuv_nacl.gyp
rename : media/webrtc/trunk/third_party/libyuv/libyuv_test.gyp => media/libyuv/libyuv_test.gyp
rename : media/webrtc/trunk/third_party/libyuv/linux.mk => media/libyuv/linux.mk
rename : media/webrtc/trunk/third_party/libyuv/public.mk => media/libyuv/public.mk
rename : media/webrtc/trunk/third_party/libyuv/source/compare.cc => media/libyuv/source/compare.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_common.cc => media/libyuv/source/compare_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_neon.cc => media/libyuv/source/compare_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_posix.cc => media/libyuv/source/compare_posix.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_win.cc => media/libyuv/source/compare_win.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert.cc => media/libyuv/source/convert.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_argb.cc => media/libyuv/source/convert_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_from.cc => media/libyuv/source/convert_from.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_from_argb.cc => media/libyuv/source/convert_from_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_jpeg.cc => media/libyuv/source/convert_jpeg.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_to_argb.cc => media/libyuv/source/convert_to_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_to_i420.cc => media/libyuv/source/convert_to_i420.cc
rename : media/webrtc/trunk/third_party/libyuv/source/cpu_id.cc => media/libyuv/source/cpu_id.cc
rename : media/webrtc/trunk/third_party/libyuv/source/format_conversion.cc => media/libyuv/source/format_conversion.cc
rename : media/webrtc/trunk/third_party/libyuv/source/mjpeg_decoder.cc => media/libyuv/source/mjpeg_decoder.cc
rename : media/webrtc/trunk/third_party/libyuv/source/mjpeg_validate.cc => media/libyuv/source/mjpeg_validate.cc
rename : media/webrtc/trunk/third_party/libyuv/source/planar_functions.cc => media/libyuv/source/planar_functions.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate.cc => media/libyuv/source/rotate.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate_argb.cc => media/libyuv/source/rotate_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate_mips.cc => media/libyuv/source/rotate_mips.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate_neon.cc => media/libyuv/source/rotate_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_any.cc => media/libyuv/source/row_any.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_common.cc => media/libyuv/source/row_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_mips.cc => media/libyuv/source/row_mips.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_neon.cc => media/libyuv/source/row_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_posix.cc => media/libyuv/source/row_posix.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_win.cc => media/libyuv/source/row_win.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_x86.asm => media/libyuv/source/row_x86.asm
rename : media/webrtc/trunk/third_party/libyuv/source/scale.cc => media/libyuv/source/scale.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_argb.cc => media/libyuv/source/scale_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_common.cc => media/libyuv/source/scale_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_mips.cc => media/libyuv/source/scale_mips.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_neon.cc => media/libyuv/source/scale_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_posix.cc => media/libyuv/source/scale_posix.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_win.cc => media/libyuv/source/scale_win.cc
rename : media/webrtc/trunk/third_party/libyuv/source/video_common.cc => media/libyuv/source/video_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/x86inc.asm => media/libyuv/source/x86inc.asm
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.bat => media/libyuv/tools/valgrind-libyuv/libyuv_tests.bat
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.py => media/libyuv/tools/valgrind-libyuv/libyuv_tests.py
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.sh => media/libyuv/tools/valgrind-libyuv/libyuv_tests.sh
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/OWNERS => media/libyuv/tools/valgrind-libyuv/memcheck/OWNERS
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/PRESUBMIT.py => media/libyuv/tools/valgrind-libyuv/memcheck/PRESUBMIT.py
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions.txt => media/libyuv/tools/valgrind-libyuv/memcheck/suppressions.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions_mac.txt => media/libyuv/tools/valgrind-libyuv/memcheck/suppressions_mac.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions_win32.txt => media/libyuv/tools/valgrind-libyuv/memcheck/suppressions_win32.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/OWNERS => media/libyuv/tools/valgrind-libyuv/tsan/OWNERS
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/PRESUBMIT.py => media/libyuv/tools/valgrind-libyuv/tsan/PRESUBMIT.py
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions.txt => media/libyuv/tools/valgrind-libyuv/tsan/suppressions.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions_mac.txt => media/libyuv/tools/valgrind-libyuv/tsan/suppressions_mac.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions_win32.txt => media/libyuv/tools/valgrind-libyuv/tsan/suppressions_win32.txt
rename : media/webrtc/trunk/third_party/libyuv/unit_test/basictypes_test.cc => media/libyuv/unit_test/basictypes_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/compare_test.cc => media/libyuv/unit_test/compare_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/convert_test.cc => media/libyuv/unit_test/convert_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/cpu_test.cc => media/libyuv/unit_test/cpu_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/math_test.cc => media/libyuv/unit_test/math_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/planar_test.cc => media/libyuv/unit_test/planar_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/rotate_argb_test.cc => media/libyuv/unit_test/rotate_argb_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/rotate_test.cc => media/libyuv/unit_test/rotate_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/scale_argb_test.cc => media/libyuv/unit_test/scale_argb_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/scale_test.cc => media/libyuv/unit_test/scale_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/testdata/arm_v7.txt => media/libyuv/unit_test/testdata/arm_v7.txt
rename : media/webrtc/trunk/third_party/libyuv/unit_test/testdata/tegra3.txt => media/libyuv/unit_test/testdata/tegra3.txt
rename : media/webrtc/trunk/third_party/libyuv/unit_test/unit_test.cc => media/libyuv/unit_test/unit_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/unit_test.h => media/libyuv/unit_test/unit_test.h
rename : media/webrtc/trunk/third_party/libyuv/unit_test/version_test.cc => media/libyuv/unit_test/version_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/video_common_test.cc => media/libyuv/unit_test/video_common_test.cc
rename : media/webrtc/trunk/third_party/libyuv/util/Makefile => media/libyuv/util/Makefile
rename : media/webrtc/trunk/third_party/libyuv/util/compare.cc => media/libyuv/util/compare.cc
rename : media/webrtc/trunk/third_party/libyuv/util/convert.cc => media/libyuv/util/convert.cc
rename : media/webrtc/trunk/third_party/libyuv/util/cpuid.c => media/libyuv/util/cpuid.c
rename : media/webrtc/trunk/third_party/libyuv/util/psnr.cc => media/libyuv/util/psnr.cc
rename : media/webrtc/trunk/third_party/libyuv/util/psnr.h => media/libyuv/util/psnr.h
rename : media/webrtc/trunk/third_party/libyuv/util/psnr_main.cc => media/libyuv/util/psnr_main.cc
rename : media/webrtc/trunk/third_party/libyuv/util/ssim.cc => media/libyuv/util/ssim.cc
rename : media/webrtc/trunk/third_party/libyuv/util/ssim.h => media/libyuv/util/ssim.h
rename : media/webrtc/trunk/third_party/libyuv/winarm.mk => media/libyuv/winarm.mk
2014-01-30 19:55:04 -05:00
Randell Jesup
f49f2ee43d
Bug 880419: rollup of existing modifications to libyuv rs=jesup
2014-01-16 17:08:01 -05:00
Geoff Brown
09985b3f13
Bug 960265 - Add no-output timeouts for Android tests; r=jmaher
2014-02-02 08:11:23 -07:00
Geoff Brown
24a1d2d443
Bug 963838 - Pass correct app name to automation in Android tests; r=jmaher
2014-02-02 08:11:22 -07:00
Nicholas Nethercote
2bf7f43de3
Bug 966673 - Valgrind-on-TBPL: suppress a leak in libresolv-2.12.so. r=gkw.
2014-02-02 11:35:16 -08:00
Mike Hommey
241c0a5d19
Bug 965122 - Add gcc patch for PR55650, r=tbsaunde
2014-01-29 13:02:49 +09:00
James Willcox
06786fb8cf
Bug 958836 - Add robocop test for Flash on Android r=mfinkle,mcomella
2014-01-10 19:51:54 -06:00
Carsten "Tomcat" Book
7923627f8a
Backed out changeset 01334319137e (bug 880419) to fix bustage on b2g-device Builds on a CLOSED TREE
2014-01-31 15:02:38 +01:00
Carsten "Tomcat" Book
24b2ed8ec1
Backed out changeset be17fb052374 (bug 813645) to fix bustage on b2g-device Builds on a CLOSED TREE
...
--HG--
rename : media/libyuv/AUTHORS => media/webrtc/trunk/third_party/libyuv/AUTHORS
rename : media/libyuv/Android.mk => media/webrtc/trunk/third_party/libyuv/Android.mk
rename : media/libyuv/DEPS => media/webrtc/trunk/third_party/libyuv/DEPS
rename : media/libyuv/LICENSE => media/webrtc/trunk/third_party/libyuv/LICENSE
rename : media/libyuv/LICENSE_THIRD_PARTY => media/webrtc/trunk/third_party/libyuv/LICENSE_THIRD_PARTY
rename : media/libyuv/OWNERS => media/webrtc/trunk/third_party/libyuv/OWNERS
rename : media/libyuv/PATENTS => media/webrtc/trunk/third_party/libyuv/PATENTS
rename : media/libyuv/README.chromium => media/webrtc/trunk/third_party/libyuv/README.chromium
rename : media/libyuv/all.gyp => media/webrtc/trunk/third_party/libyuv/all.gyp
rename : media/libyuv/codereview.settings => media/webrtc/trunk/third_party/libyuv/codereview.settings
rename : media/libyuv/include/libyuv.h => media/webrtc/trunk/third_party/libyuv/include/libyuv.h
rename : media/libyuv/include/libyuv/basic_types.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/basic_types.h
rename : media/libyuv/include/libyuv/compare.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/compare.h
rename : media/libyuv/include/libyuv/convert.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/convert.h
rename : media/libyuv/include/libyuv/convert_argb.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_argb.h
rename : media/libyuv/include/libyuv/convert_from.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_from.h
rename : media/libyuv/include/libyuv/convert_from_argb.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_from_argb.h
rename : media/libyuv/include/libyuv/cpu_id.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/cpu_id.h
rename : media/libyuv/include/libyuv/format_conversion.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/format_conversion.h
rename : media/libyuv/include/libyuv/mjpeg_decoder.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/mjpeg_decoder.h
rename : media/libyuv/include/libyuv/planar_functions.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/planar_functions.h
rename : media/libyuv/include/libyuv/rotate.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/rotate.h
rename : media/libyuv/include/libyuv/rotate_argb.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/rotate_argb.h
rename : media/libyuv/include/libyuv/row.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/row.h
rename : media/libyuv/include/libyuv/scale.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/scale.h
rename : media/libyuv/include/libyuv/scale_argb.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/scale_argb.h
rename : media/libyuv/include/libyuv/scale_row.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/scale_row.h
rename : media/libyuv/include/libyuv/version.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/version.h
rename : media/libyuv/include/libyuv/video_common.h => media/webrtc/trunk/third_party/libyuv/include/libyuv/video_common.h
rename : media/libyuv/libyuv.gyp => media/webrtc/trunk/third_party/libyuv/libyuv.gyp
rename : media/libyuv/libyuv.gypi => media/webrtc/trunk/third_party/libyuv/libyuv.gypi
rename : media/libyuv/libyuv_nacl.gyp => media/webrtc/trunk/third_party/libyuv/libyuv_nacl.gyp
rename : media/libyuv/libyuv_test.gyp => media/webrtc/trunk/third_party/libyuv/libyuv_test.gyp
rename : media/libyuv/linux.mk => media/webrtc/trunk/third_party/libyuv/linux.mk
rename : media/libyuv/public.mk => media/webrtc/trunk/third_party/libyuv/public.mk
rename : media/libyuv/source/compare.cc => media/webrtc/trunk/third_party/libyuv/source/compare.cc
rename : media/libyuv/source/compare_common.cc => media/webrtc/trunk/third_party/libyuv/source/compare_common.cc
rename : media/libyuv/source/compare_neon.cc => media/webrtc/trunk/third_party/libyuv/source/compare_neon.cc
rename : media/libyuv/source/compare_posix.cc => media/webrtc/trunk/third_party/libyuv/source/compare_posix.cc
rename : media/libyuv/source/compare_win.cc => media/webrtc/trunk/third_party/libyuv/source/compare_win.cc
rename : media/libyuv/source/convert.cc => media/webrtc/trunk/third_party/libyuv/source/convert.cc
rename : media/libyuv/source/convert_argb.cc => media/webrtc/trunk/third_party/libyuv/source/convert_argb.cc
rename : media/libyuv/source/convert_from.cc => media/webrtc/trunk/third_party/libyuv/source/convert_from.cc
rename : media/libyuv/source/convert_from_argb.cc => media/webrtc/trunk/third_party/libyuv/source/convert_from_argb.cc
rename : media/libyuv/source/convert_jpeg.cc => media/webrtc/trunk/third_party/libyuv/source/convert_jpeg.cc
rename : media/libyuv/source/convert_to_argb.cc => media/webrtc/trunk/third_party/libyuv/source/convert_to_argb.cc
rename : media/libyuv/source/convert_to_i420.cc => media/webrtc/trunk/third_party/libyuv/source/convert_to_i420.cc
rename : media/libyuv/source/cpu_id.cc => media/webrtc/trunk/third_party/libyuv/source/cpu_id.cc
rename : media/libyuv/source/format_conversion.cc => media/webrtc/trunk/third_party/libyuv/source/format_conversion.cc
rename : media/libyuv/source/mjpeg_decoder.cc => media/webrtc/trunk/third_party/libyuv/source/mjpeg_decoder.cc
rename : media/libyuv/source/mjpeg_validate.cc => media/webrtc/trunk/third_party/libyuv/source/mjpeg_validate.cc
rename : media/libyuv/source/planar_functions.cc => media/webrtc/trunk/third_party/libyuv/source/planar_functions.cc
rename : media/libyuv/source/rotate.cc => media/webrtc/trunk/third_party/libyuv/source/rotate.cc
rename : media/libyuv/source/rotate_argb.cc => media/webrtc/trunk/third_party/libyuv/source/rotate_argb.cc
rename : media/libyuv/source/rotate_mips.cc => media/webrtc/trunk/third_party/libyuv/source/rotate_mips.cc
rename : media/libyuv/source/rotate_neon.cc => media/webrtc/trunk/third_party/libyuv/source/rotate_neon.cc
rename : media/libyuv/source/row_any.cc => media/webrtc/trunk/third_party/libyuv/source/row_any.cc
rename : media/libyuv/source/row_common.cc => media/webrtc/trunk/third_party/libyuv/source/row_common.cc
rename : media/libyuv/source/row_mips.cc => media/webrtc/trunk/third_party/libyuv/source/row_mips.cc
rename : media/libyuv/source/row_neon.cc => media/webrtc/trunk/third_party/libyuv/source/row_neon.cc
rename : media/libyuv/source/row_posix.cc => media/webrtc/trunk/third_party/libyuv/source/row_posix.cc
rename : media/libyuv/source/row_win.cc => media/webrtc/trunk/third_party/libyuv/source/row_win.cc
rename : media/libyuv/source/row_x86.asm => media/webrtc/trunk/third_party/libyuv/source/row_x86.asm
rename : media/libyuv/source/scale.cc => media/webrtc/trunk/third_party/libyuv/source/scale.cc
rename : media/libyuv/source/scale_argb.cc => media/webrtc/trunk/third_party/libyuv/source/scale_argb.cc
rename : media/libyuv/source/scale_common.cc => media/webrtc/trunk/third_party/libyuv/source/scale_common.cc
rename : media/libyuv/source/scale_mips.cc => media/webrtc/trunk/third_party/libyuv/source/scale_mips.cc
rename : media/libyuv/source/scale_neon.cc => media/webrtc/trunk/third_party/libyuv/source/scale_neon.cc
rename : media/libyuv/source/scale_posix.cc => media/webrtc/trunk/third_party/libyuv/source/scale_posix.cc
rename : media/libyuv/source/scale_win.cc => media/webrtc/trunk/third_party/libyuv/source/scale_win.cc
rename : media/libyuv/source/video_common.cc => media/webrtc/trunk/third_party/libyuv/source/video_common.cc
rename : media/libyuv/source/x86inc.asm => media/webrtc/trunk/third_party/libyuv/source/x86inc.asm
rename : media/libyuv/tools/valgrind-libyuv/libyuv_tests.bat => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.bat
rename : media/libyuv/tools/valgrind-libyuv/libyuv_tests.py => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.py
rename : media/libyuv/tools/valgrind-libyuv/libyuv_tests.sh => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.sh
rename : media/libyuv/tools/valgrind-libyuv/memcheck/OWNERS => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/OWNERS
rename : media/libyuv/tools/valgrind-libyuv/memcheck/PRESUBMIT.py => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/PRESUBMIT.py
rename : media/libyuv/tools/valgrind-libyuv/memcheck/suppressions.txt => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions.txt
rename : media/libyuv/tools/valgrind-libyuv/memcheck/suppressions_mac.txt => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions_mac.txt
rename : media/libyuv/tools/valgrind-libyuv/memcheck/suppressions_win32.txt => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions_win32.txt
rename : media/libyuv/tools/valgrind-libyuv/tsan/OWNERS => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/OWNERS
rename : media/libyuv/tools/valgrind-libyuv/tsan/PRESUBMIT.py => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/PRESUBMIT.py
rename : media/libyuv/tools/valgrind-libyuv/tsan/suppressions.txt => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions.txt
rename : media/libyuv/tools/valgrind-libyuv/tsan/suppressions_mac.txt => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions_mac.txt
rename : media/libyuv/tools/valgrind-libyuv/tsan/suppressions_win32.txt => media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions_win32.txt
rename : media/libyuv/unit_test/basictypes_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/basictypes_test.cc
rename : media/libyuv/unit_test/compare_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/compare_test.cc
rename : media/libyuv/unit_test/convert_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/convert_test.cc
rename : media/libyuv/unit_test/cpu_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/cpu_test.cc
rename : media/libyuv/unit_test/math_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/math_test.cc
rename : media/libyuv/unit_test/planar_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/planar_test.cc
rename : media/libyuv/unit_test/rotate_argb_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/rotate_argb_test.cc
rename : media/libyuv/unit_test/rotate_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/rotate_test.cc
rename : media/libyuv/unit_test/scale_argb_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/scale_argb_test.cc
rename : media/libyuv/unit_test/scale_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/scale_test.cc
rename : media/libyuv/unit_test/testdata/arm_v7.txt => media/webrtc/trunk/third_party/libyuv/unit_test/testdata/arm_v7.txt
rename : media/libyuv/unit_test/testdata/tegra3.txt => media/webrtc/trunk/third_party/libyuv/unit_test/testdata/tegra3.txt
rename : media/libyuv/unit_test/unit_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/unit_test.cc
rename : media/libyuv/unit_test/unit_test.h => media/webrtc/trunk/third_party/libyuv/unit_test/unit_test.h
rename : media/libyuv/unit_test/version_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/version_test.cc
rename : media/libyuv/unit_test/video_common_test.cc => media/webrtc/trunk/third_party/libyuv/unit_test/video_common_test.cc
rename : media/libyuv/util/Makefile => media/webrtc/trunk/third_party/libyuv/util/Makefile
rename : media/libyuv/util/compare.cc => media/webrtc/trunk/third_party/libyuv/util/compare.cc
rename : media/libyuv/util/convert.cc => media/webrtc/trunk/third_party/libyuv/util/convert.cc
rename : media/libyuv/util/cpuid.c => media/webrtc/trunk/third_party/libyuv/util/cpuid.c
rename : media/libyuv/util/psnr.cc => media/webrtc/trunk/third_party/libyuv/util/psnr.cc
rename : media/libyuv/util/psnr.h => media/webrtc/trunk/third_party/libyuv/util/psnr.h
rename : media/libyuv/util/psnr_main.cc => media/webrtc/trunk/third_party/libyuv/util/psnr_main.cc
rename : media/libyuv/util/ssim.cc => media/webrtc/trunk/third_party/libyuv/util/ssim.cc
rename : media/libyuv/util/ssim.h => media/webrtc/trunk/third_party/libyuv/util/ssim.h
rename : media/libyuv/winarm.mk => media/webrtc/trunk/third_party/libyuv/winarm.mk
2014-01-31 15:02:06 +01:00
Carsten "Tomcat" Book
b9b5b8292d
Backed out changeset 57d558b5d3df (bug 880419) to fix bustage on b2g-device Builds on a CLOSED TREE
2014-01-31 15:01:17 +01:00
Randell Jesup
f8fde7b6ef
Bug 880419: disable AVX2 asm if the compiler/assembler don't support it r=glandium
2014-01-30 19:55:09 -05:00
Randell Jesup
5e7eebb918
Bug 813645 - Move libyuv to media/libyuv r=glandium
...
--HG--
rename : media/webrtc/trunk/third_party/libyuv/AUTHORS => media/libyuv/AUTHORS
rename : media/webrtc/trunk/third_party/libyuv/Android.mk => media/libyuv/Android.mk
rename : media/webrtc/trunk/third_party/libyuv/DEPS => media/libyuv/DEPS
rename : media/webrtc/trunk/third_party/libyuv/LICENSE => media/libyuv/LICENSE
rename : media/webrtc/trunk/third_party/libyuv/LICENSE_THIRD_PARTY => media/libyuv/LICENSE_THIRD_PARTY
rename : media/webrtc/trunk/third_party/libyuv/OWNERS => media/libyuv/OWNERS
rename : media/webrtc/trunk/third_party/libyuv/PATENTS => media/libyuv/PATENTS
rename : media/webrtc/trunk/third_party/libyuv/README.chromium => media/libyuv/README.chromium
rename : media/webrtc/trunk/third_party/libyuv/all.gyp => media/libyuv/all.gyp
rename : media/webrtc/trunk/third_party/libyuv/codereview.settings => media/libyuv/codereview.settings
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv.h => media/libyuv/include/libyuv.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/basic_types.h => media/libyuv/include/libyuv/basic_types.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/compare.h => media/libyuv/include/libyuv/compare.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert.h => media/libyuv/include/libyuv/convert.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_argb.h => media/libyuv/include/libyuv/convert_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_from.h => media/libyuv/include/libyuv/convert_from.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/convert_from_argb.h => media/libyuv/include/libyuv/convert_from_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/cpu_id.h => media/libyuv/include/libyuv/cpu_id.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/format_conversion.h => media/libyuv/include/libyuv/format_conversion.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/mjpeg_decoder.h => media/libyuv/include/libyuv/mjpeg_decoder.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/planar_functions.h => media/libyuv/include/libyuv/planar_functions.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/rotate.h => media/libyuv/include/libyuv/rotate.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/rotate_argb.h => media/libyuv/include/libyuv/rotate_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/row.h => media/libyuv/include/libyuv/row.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/scale.h => media/libyuv/include/libyuv/scale.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/scale_argb.h => media/libyuv/include/libyuv/scale_argb.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/scale_row.h => media/libyuv/include/libyuv/scale_row.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/version.h => media/libyuv/include/libyuv/version.h
rename : media/webrtc/trunk/third_party/libyuv/include/libyuv/video_common.h => media/libyuv/include/libyuv/video_common.h
rename : media/webrtc/trunk/third_party/libyuv/libyuv.gyp => media/libyuv/libyuv.gyp
rename : media/webrtc/trunk/third_party/libyuv/libyuv.gypi => media/libyuv/libyuv.gypi
rename : media/webrtc/trunk/third_party/libyuv/libyuv_nacl.gyp => media/libyuv/libyuv_nacl.gyp
rename : media/webrtc/trunk/third_party/libyuv/libyuv_test.gyp => media/libyuv/libyuv_test.gyp
rename : media/webrtc/trunk/third_party/libyuv/linux.mk => media/libyuv/linux.mk
rename : media/webrtc/trunk/third_party/libyuv/public.mk => media/libyuv/public.mk
rename : media/webrtc/trunk/third_party/libyuv/source/compare.cc => media/libyuv/source/compare.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_common.cc => media/libyuv/source/compare_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_neon.cc => media/libyuv/source/compare_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_posix.cc => media/libyuv/source/compare_posix.cc
rename : media/webrtc/trunk/third_party/libyuv/source/compare_win.cc => media/libyuv/source/compare_win.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert.cc => media/libyuv/source/convert.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_argb.cc => media/libyuv/source/convert_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_from.cc => media/libyuv/source/convert_from.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_from_argb.cc => media/libyuv/source/convert_from_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_jpeg.cc => media/libyuv/source/convert_jpeg.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_to_argb.cc => media/libyuv/source/convert_to_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/convert_to_i420.cc => media/libyuv/source/convert_to_i420.cc
rename : media/webrtc/trunk/third_party/libyuv/source/cpu_id.cc => media/libyuv/source/cpu_id.cc
rename : media/webrtc/trunk/third_party/libyuv/source/format_conversion.cc => media/libyuv/source/format_conversion.cc
rename : media/webrtc/trunk/third_party/libyuv/source/mjpeg_decoder.cc => media/libyuv/source/mjpeg_decoder.cc
rename : media/webrtc/trunk/third_party/libyuv/source/mjpeg_validate.cc => media/libyuv/source/mjpeg_validate.cc
rename : media/webrtc/trunk/third_party/libyuv/source/planar_functions.cc => media/libyuv/source/planar_functions.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate.cc => media/libyuv/source/rotate.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate_argb.cc => media/libyuv/source/rotate_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate_mips.cc => media/libyuv/source/rotate_mips.cc
rename : media/webrtc/trunk/third_party/libyuv/source/rotate_neon.cc => media/libyuv/source/rotate_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_any.cc => media/libyuv/source/row_any.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_common.cc => media/libyuv/source/row_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_mips.cc => media/libyuv/source/row_mips.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_neon.cc => media/libyuv/source/row_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_posix.cc => media/libyuv/source/row_posix.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_win.cc => media/libyuv/source/row_win.cc
rename : media/webrtc/trunk/third_party/libyuv/source/row_x86.asm => media/libyuv/source/row_x86.asm
rename : media/webrtc/trunk/third_party/libyuv/source/scale.cc => media/libyuv/source/scale.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_argb.cc => media/libyuv/source/scale_argb.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_common.cc => media/libyuv/source/scale_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_mips.cc => media/libyuv/source/scale_mips.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_neon.cc => media/libyuv/source/scale_neon.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_posix.cc => media/libyuv/source/scale_posix.cc
rename : media/webrtc/trunk/third_party/libyuv/source/scale_win.cc => media/libyuv/source/scale_win.cc
rename : media/webrtc/trunk/third_party/libyuv/source/video_common.cc => media/libyuv/source/video_common.cc
rename : media/webrtc/trunk/third_party/libyuv/source/x86inc.asm => media/libyuv/source/x86inc.asm
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.bat => media/libyuv/tools/valgrind-libyuv/libyuv_tests.bat
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.py => media/libyuv/tools/valgrind-libyuv/libyuv_tests.py
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/libyuv_tests.sh => media/libyuv/tools/valgrind-libyuv/libyuv_tests.sh
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/OWNERS => media/libyuv/tools/valgrind-libyuv/memcheck/OWNERS
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/PRESUBMIT.py => media/libyuv/tools/valgrind-libyuv/memcheck/PRESUBMIT.py
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions.txt => media/libyuv/tools/valgrind-libyuv/memcheck/suppressions.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions_mac.txt => media/libyuv/tools/valgrind-libyuv/memcheck/suppressions_mac.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/memcheck/suppressions_win32.txt => media/libyuv/tools/valgrind-libyuv/memcheck/suppressions_win32.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/OWNERS => media/libyuv/tools/valgrind-libyuv/tsan/OWNERS
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/PRESUBMIT.py => media/libyuv/tools/valgrind-libyuv/tsan/PRESUBMIT.py
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions.txt => media/libyuv/tools/valgrind-libyuv/tsan/suppressions.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions_mac.txt => media/libyuv/tools/valgrind-libyuv/tsan/suppressions_mac.txt
rename : media/webrtc/trunk/third_party/libyuv/tools/valgrind-libyuv/tsan/suppressions_win32.txt => media/libyuv/tools/valgrind-libyuv/tsan/suppressions_win32.txt
rename : media/webrtc/trunk/third_party/libyuv/unit_test/basictypes_test.cc => media/libyuv/unit_test/basictypes_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/compare_test.cc => media/libyuv/unit_test/compare_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/convert_test.cc => media/libyuv/unit_test/convert_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/cpu_test.cc => media/libyuv/unit_test/cpu_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/math_test.cc => media/libyuv/unit_test/math_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/planar_test.cc => media/libyuv/unit_test/planar_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/rotate_argb_test.cc => media/libyuv/unit_test/rotate_argb_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/rotate_test.cc => media/libyuv/unit_test/rotate_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/scale_argb_test.cc => media/libyuv/unit_test/scale_argb_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/scale_test.cc => media/libyuv/unit_test/scale_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/testdata/arm_v7.txt => media/libyuv/unit_test/testdata/arm_v7.txt
rename : media/webrtc/trunk/third_party/libyuv/unit_test/testdata/tegra3.txt => media/libyuv/unit_test/testdata/tegra3.txt
rename : media/webrtc/trunk/third_party/libyuv/unit_test/unit_test.cc => media/libyuv/unit_test/unit_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/unit_test.h => media/libyuv/unit_test/unit_test.h
rename : media/webrtc/trunk/third_party/libyuv/unit_test/version_test.cc => media/libyuv/unit_test/version_test.cc
rename : media/webrtc/trunk/third_party/libyuv/unit_test/video_common_test.cc => media/libyuv/unit_test/video_common_test.cc
rename : media/webrtc/trunk/third_party/libyuv/util/Makefile => media/libyuv/util/Makefile
rename : media/webrtc/trunk/third_party/libyuv/util/compare.cc => media/libyuv/util/compare.cc
rename : media/webrtc/trunk/third_party/libyuv/util/convert.cc => media/libyuv/util/convert.cc
rename : media/webrtc/trunk/third_party/libyuv/util/cpuid.c => media/libyuv/util/cpuid.c
rename : media/webrtc/trunk/third_party/libyuv/util/psnr.cc => media/libyuv/util/psnr.cc
rename : media/webrtc/trunk/third_party/libyuv/util/psnr.h => media/libyuv/util/psnr.h
rename : media/webrtc/trunk/third_party/libyuv/util/psnr_main.cc => media/libyuv/util/psnr_main.cc
rename : media/webrtc/trunk/third_party/libyuv/util/ssim.cc => media/libyuv/util/ssim.cc
rename : media/webrtc/trunk/third_party/libyuv/util/ssim.h => media/libyuv/util/ssim.h
rename : media/webrtc/trunk/third_party/libyuv/winarm.mk => media/libyuv/winarm.mk
2014-01-30 19:55:04 -05:00
Randell Jesup
7c55adc2bf
Bug 880419: rollup of existing modifications to libyuv rs=jesup
2014-01-16 17:08:01 -05:00
Trevor Saunders
486d3b4416
bug 938510 - use gcc from tooltool for everything but b2g desktop and valgrind r=glandium
2014-01-30 16:16:19 -08:00
Nicholas Nethercote
11a504ae71
Bug 957410 - Make |mach valgrind-test| detect errors in child processes. r=gps.
2014-01-22 16:26:55 -08:00
Mike Shal
7338071654
Bug 875013 - VPATH removals in build, roboextender, crashreporter; r=ted
2014-01-21 18:01:22 -05:00
Nathan Froyd
5353fda9f9
Bug 963280 - pass more options by default when using valgrind as a debugger; r=njn
2014-01-23 16:49:56 -05:00
Wes Johnston
f244dbda1d
Bug 962764 - Support Android 4.4 sdk. r=blassey,gps
2014-01-27 14:59:25 -08:00
Brian Smith
c1583f22ce
Bug 891066, part 2: Move CertVerifier to security/certverifier, r=keeler
...
--HG--
extra : rebase_source : dd59a391825b776b075e855660c2488105e2d741
2014-01-26 19:36:28 -08:00
Mike Hommey
f1b8e56572
Bug 962758 - Avoid build failures when js/src/configure.in changes in a way that doesn't change config.status. r=gps
2014-01-24 07:57:54 +09:00
Gregory Szorc
99072794bd
NO BUG - Document buildapp in mozinfo
...
DONTBUILD (NPOTB)
2014-01-22 17:12:48 -08:00
Mihai Tabara
1ea10a6b41
Bug 961108 - make dumpScreen always write to a file in MOZ_UPLOAD_DIR. r=ted,jmaher
2014-01-17 12:04:02 -05:00
Cameron McCormack
4cc6f401c3
Bug 960300 - Put a .lldbinit in the objdir and in dist/bin/, which load the .lldbinit in topsrcdir. r=glandium
2014-01-21 14:47:05 +11:00
Nicholas Nethercote
9ac80c6e57
Bug 958376 - |mach valgrind-test|: Add a --suppressions option. r=gps.
...
--HG--
extra : rebase_source : 2e8e6618bb3b1a68ee25efb4c76acb8e53a5a4b2
2014-01-19 13:53:21 -08:00
Jim Chen
c137c2f965
Bug 958706 - Make generated JNI wrappers handle uncaught exceptions; r=blassey
...
This patch adds AndroidBridge::HandleUncaughtException calls to generated JNI wrappers. Also, the JNI annotation now accepts the noThrow flag to indicate that the JNI caller wishes to handle Exceptions manually.
2014-01-17 23:32:25 -06:00
Andrew Halberstadt
9d5486288c
Bug 957768 - Add hide_subtests argument to automation.py to appease Android on a CLOSED TREE, r=bustage
2014-01-09 16:55:26 -05:00
Gregory Szorc
177461528f
Bug 687388 - Visual Studio project generation; r=mshal
...
A new moz.build-based build backend for Visual Studio project generation
has been added. The build backend can be used by specifying
'VisualStudio' to the backend option of config.status or mach
build-backend. e.g. `mach build-backend -b VisualStudio`.
Usage docs have been added to build/docs/visualstudio.rst.
--HG--
extra : rebase_source : dfb5c43a22434600c5bb4870ec5be2f39b4820e9
extra : amend_source : f1000754400f280778a669b8c34d90c5ef95d966
2014-02-14 16:31:14 -08:00
Nicholas Nethercote
db438182a6
Bug 957487 - |mach valgrind-test|: Use --vex-iropt-register-updates=allregs-at-mem-access. r=gkw.
2014-01-08 14:02:02 -08:00