Brindusan Cristian
e2fb6b8344
Backed out changeset 7fefed11f117 (bug 1611326) for build bustages at update-1.xpi.stub. CLOSED TREE
2020-02-13 23:33:34 +02:00
Mike Shal
e6464dd404
Bug 1611326 - Default to py3_action, and add a py2 attribute to GENERATED_FILES; r=firefox-build-system-reviewers,rstewart
...
GENERATED_FILES now defaults to python3 unless py2=True is specified as
an argument. All existing GENERATED_FILES scripts and GeneratedFile
templates have the py2=True attribute added, so this patch should
effectively be a no-op.
Going forward, individual scripts can be converted to python3 and their
corresponding py2=True attribute can be deleted. In effect, this patch
will be backed out in pieces until all scripts run in python3, at which
point the py2 attribute itself can be removed.
Differential Revision: https://phabricator.services.mozilla.com/D60919
--HG--
extra : moz-landing-system : lando
2020-02-13 20:31:50 +00:00
Sylvestre Ledru
7ce533a642
Bug 1607592
- Disable some unused NSPR files in the Firefox build r=kaie
...
Differential Revision: https://phabricator.services.mozilla.com/D59012
--HG--
extra : moz-landing-system : lando
2020-01-08 11:47:30 +00:00
shravanrn@gmail.com
a3f185ef1b
Bug 1576052 - Use configuration/macro definition to selectively enable wasm sandbox for graphite r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D43710
--HG--
extra : moz-landing-system : lando
2019-12-19 22:17:13 +00:00
shravanrn@gmail.com
c9ff62b7ef
Bug 1566288 - Port libGraphite usage in libThebes to use the RLBox API. r=froydnj,jfkthame
...
Differential Revision: https://phabricator.services.mozilla.com/D39593
--HG--
extra : moz-landing-system : lando
2019-12-19 16:05:35 +00:00
Brindusan Cristian
858cf4323e
Backed out 2 changesets (bug 1569369, bug 1566288) for build bustages at rlbox_sandbox.hpp. CLOSED TREE
...
Backed out changeset 75d775daa792 (bug 1569369)
Backed out changeset 0bc20fd26ca0 (bug 1566288)
2019-12-18 13:53:56 +02:00
shravanrn@gmail.com
0eecffaee5
Bug 1566288 - Port libGraphite usage in libThebes to use the RLBox API. r=froydnj,jfkthame
...
Differential Revision: https://phabricator.services.mozilla.com/D39593
--HG--
extra : moz-landing-system : lando
2019-12-17 00:26:50 +00:00
Cosmin Sabou
1b479d118b
Backed out changeset f5d00d265686 (bug 1566288) for causing build bustages.
...
--HG--
extra : amend_source : 4151f2dfb2775bbf1fa3255d47849a818eed5b6c
2019-12-12 20:57:57 +02:00
shravanrn@gmail.com
c32b58ae0e
Bug 1566288 - Port libGraphite usage in libThebes to use the RLBox API. r=froydnj,jfkthame
...
Differential Revision: https://phabricator.services.mozilla.com/D39593
--HG--
extra : moz-landing-system : lando
2019-12-12 02:48:11 +00:00
André Bargull
e96ab7f00d
Bug 1583269 - Part 2: Update in-tree ICU to release 65.1. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D49443
--HG--
rename : intl/icu/source/i18n/numparse_stringsegment.cpp => intl/icu/source/i18n/string_segment.cpp
rename : intl/icu/source/data/buildtool/__init__.py => intl/icu/source/python/icutools/databuilder/__init__.py
rename : intl/icu/source/data/buildtool/comment_stripper.py => intl/icu/source/python/icutools/databuilder/comment_stripper.py
rename : intl/icu/source/data/buildtool/locale_dependencies.py => intl/icu/source/python/icutools/databuilder/locale_dependencies.py
rename : intl/icu/source/data/buildtool/renderers/__init__.py => intl/icu/source/python/icutools/databuilder/renderers/__init__.py
rename : intl/icu/source/data/buildtool/renderers/makefile.py => intl/icu/source/python/icutools/databuilder/renderers/makefile.py
rename : intl/icu/source/data/buildtool/test/__init__.py => intl/icu/source/python/icutools/databuilder/test/__init__.py
rename : intl/icu/source/data/buildtool/test/__main__.py => intl/icu/source/python/icutools/databuilder/test/__main__.py
rename : intl/icu/source/data/buildtool/test/filtration_test.py => intl/icu/source/python/icutools/databuilder/test/filtration_test.py
extra : moz-landing-system : lando
2019-10-19 01:25:24 +00:00
Ricky Stewart
c010710916
Bug 1586358 - Replace existing instances of GENERATED_FILES with references to the GeneratedFile template r=firefox-build-system-reviewers,mshal
...
(Same content as bad revision https://phabricator.services.mozilla.com/D48230 , but with a very small change to config/external/icu/data/moz.build to fix the build breakage.)
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=833f6a69fcac689488a640b43e8e0bdaa086a56c
Differential Revision: https://phabricator.services.mozilla.com/D48409
--HG--
extra : moz-landing-system : lando
2019-10-07 21:15:19 +00:00
André Bargull
b00d4ce2c4
Bug 1429776: Use recommended ICU build options flags. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D41043
--HG--
extra : moz-landing-system : lando
2019-10-07 13:43:24 +00:00
Daniel Varga
052ef806b5
Backed out changeset 8d95f2c8867b (bug 1586358) for build bustage with FATAL ERROR PROCESSING MOZBUILD FILE. On a CLOSED TREE
...
--HG--
extra : rebase_source : 325fbad2455afc7f693087e75fa57dba79f4d86b
2019-10-07 20:22:08 +03:00
Ricky Stewart
940d91af38
Bug 1586358 - Replace existing instances of GENERATED_FILES with references to the GeneratedFile template r=nalexander
...
This patch doesn't remove all references to GENERATED_FILES, but does remove most of them, leaving only those which can't be trivially translated to the new template.
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e4a25230c3992b9c5519ceb351fb37f6b2bf605e
Differential Revision: https://phabricator.services.mozilla.com/D48230
--HG--
extra : moz-landing-system : lando
2019-10-07 15:31:05 +00:00
André Bargull
ee6797f7ee
Bug 1583268: Update tzdata in ICU data files to 2019c. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D46923
--HG--
extra : moz-landing-system : lando
2019-09-25 23:33:11 +00:00
championshuttler
873e68649c
Bug 1570772
- Fix license text for some files. r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D45532
--HG--
extra : moz-landing-system : lando
2019-09-11 14:24:29 +00:00
André Bargull
d31b7c3f20
Bug 1569567 - Part 7: Remove currency codes and gender lists from ICU data file. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D39670
--HG--
extra : moz-landing-system : lando
2019-07-30 08:03:11 +00:00
André Bargull
4bfe032920
Bug 1569567 - Part 6: Remove unused "locales" values from ICU data file. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D39669
--HG--
extra : moz-landing-system : lando
2019-07-30 08:01:21 +00:00
André Bargull
749ffe624f
Bug 1569567 - Part 5: Remove "Sequence" collation values from ICU data file. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D39668
--HG--
extra : moz-landing-system : lando
2019-07-30 07:59:27 +00:00
André Bargull
6ce8fbc4fa
Bug 1569567 - Part 4: Remove "UCARules" collation values from ICU data file. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D39667
--HG--
extra : moz-landing-system : lando
2019-07-30 07:57:28 +00:00
André Bargull
748f4f0bc3
Bug 1569567 - Part 3: Remove "variant" and "formal" currency values from ICU data file. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D39666
--HG--
extra : moz-landing-system : lando
2019-07-30 07:55:21 +00:00
André Bargull
68cf5e5a7e
Bug 1569567 - Part 2: Remove "Version" info from ICU data file. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D39665
--HG--
extra : moz-landing-system : lando
2019-07-30 07:53:14 +00:00
André Bargull
fe20e01eb1
Bug 1569567 - Part 1: Exclude additional resource files currently not needed. r=jwalden
...
"confusables" feature:
- Used in 'unicode/uspoof.h' for spoofing detection.
"stringprep" feature:
- Used in 'unicode/usprep.h' for RFC 3454 string preparation.
"unames" feature:
- Used in 'unicode/uchar.h' for `u_charName` to retrieve the name of a Unicode character.
Differential Revision: https://phabricator.services.mozilla.com/D39664
--HG--
extra : moz-landing-system : lando
2019-07-30 07:51:11 +00:00
André Bargull
677e918830
Bug 1566410 - Part 6: Add units to ICU data file. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D38334
--HG--
extra : moz-landing-system : lando
2019-07-24 10:31:43 +00:00
André Bargull
d8ea37c7c3
Bug 1564330: Update tzdata in ICU data files to 2019b. r=jwalden
...
Differential Revision: https://phabricator.services.mozilla.com/D37541
--HG--
extra : moz-landing-system : lando
2019-07-10 15:50:28 +00:00
Justin Wood
baa089903e
Bug 1559975 - Make config/ lint with 'py2' and 'py3' r=catlee
...
Depends on D36091
Differential Revision: https://phabricator.services.mozilla.com/D36092
--HG--
extra : moz-landing-system : lando
2019-07-08 17:30:34 +00:00
Nathan Froyd
03e51146b9
Bug 1561088 - emit unwind information for libffi aarch64/win assembly; r=dmajor,gsvelto
...
The hand-written assembly for libffi on aarch64/windows doesn't emit
unwind information. If we ever tried to unwind through these functions,
they'd look like leaf functions, which is decidedly not true and would
cause great pain.
For whatever reason, the original aarch64 libffi functions used
x21/x22/x23/x24 as their (callee-saved) scratch registers. This
convention works on windows as well, but the unwind information on
windows mandates that we start saving callee-saved registers starting
from x19, rather than x21. Rather than rewriting the assembly to use
x19/x20 instead of x21/x22, which would be a large change, we chose
instead to simply save/restore extra registers in the prolog/epilog.
This change does make the stack frame sizes slightly bigger, but an
extra 16 bytes in libffi stack frames should not matter.
The `-TC` change is necessary to make the compiler play nicely with .asm
file suffixes.
Differential Revision: https://phabricator.services.mozilla.com/D35714
--HG--
extra : moz-landing-system : lando
2019-06-27 13:36:48 +00:00
Nathan Froyd
adb2ee48ac
Bug 1561069 - fix mistranslation in preprocess_libffi_asm.py; r=glandium
...
When we converted our libffi assembly preprocessing to use
`GENERATED_FILES`, we translated `sed 's%/F[dpa][^ ]*%%g'` to use the Python
regular expression `'F[dpa][^ ]*'`. Note that we missed the leading `/` in
the sed expression; omitting that leading slash causes no end of trouble if
you have particular expressions in your assembly file, such as
"FastFailCode". (I'm a little surprised this hasn't bitten us yet.)
The straightfoward fix is to add the leading slash.
But wait, the rabbit hole goes deeper. The actual bit from libffi's
`msvcc.sh` that this was trying to translate was:
```
echo "$cl -nologo -EP $includes $defines $src > $ppsrc"
"$cl" -nologo -EP $includes $defines $src > $ppsrc || exit $?
output="$(echo $output | sed 's%/F[dpa][^ ]*%%g')"
args="-nologo $safeseh $single $output $ppsrc"
echo "$ml $args"
eval "\"$ml\" $args"
result=$?
```
Note that the sed expression is operating on `$output`, which is a
completely *separate* thing from the output from the result of
preprocessing. In `msvcc.sh`, `$output` is actually some arguments that are
supposed to be passed to the assembler, per the above and the only place in
the script that sets `$output` to a non-trivial value:
```
-o)
outdir="$(dirname $2)"
base="$(basename $2|sed 's/\.[^.]*//g')"
if [ -n "$single" ]; then
output="-Fo$2"
else
output="-Fe$2"
fi
if [ -n "$assembly" ]; then
args="$args $output"
else
args="$args $output -Fd$outdir/$base -Fp$outdir/$base -Fa$outdir/$base"
fi
```
Presumably the sed expression is attempting to remove `-Fd` and friends from
`$args` instead of `$output`, but failing badly at doing so.
In any event, the regex substitution the script is doing is unnecessary and,
with the current code, actively harmful. Let's remove the regular
expression substitution entirely.
Differential Revision: https://phabricator.services.mozilla.com/D35705
--HG--
extra : moz-landing-system : lando
2019-06-24 21:26:32 +00:00
Ehsan Akhgari
4cb428d268
Bug 1555205 - Move db/sqlite3 to third_party/; r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D32939
--HG--
rename : db/sqlite3/README => third_party/sqlite3/README
rename : db/sqlite3/README.MOZILLA => third_party/sqlite3/README.MOZILLA
rename : db/sqlite3/src/moz.build => third_party/sqlite3/src/moz.build
rename : db/sqlite3/src/sqlite.symbols => third_party/sqlite3/src/sqlite.symbols
rename : db/sqlite3/src/sqlite3.c => third_party/sqlite3/src/sqlite3.c
rename : db/sqlite3/src/sqlite3.h => third_party/sqlite3/src/sqlite3.h
extra : moz-landing-system : lando
2019-05-29 10:16:29 +00:00
André Bargull
609b56f708
Bug 1543642 - Part 2: Update in-tree ICU to release 64.2. r=jwalden
...
--HG--
extra : amend_source : e10719d9ef0593b38840e044b87ada042d499e01
2019-04-23 07:45:23 -07:00
André Bargull
868d7f1acd
Bug 1543644: Include RBNF data for Japanese to support Gannen year representation. r=jwalden
...
ICU changes the numbering system of date formats which include an era marker
to "jpanyear". "jpanyear" is a rule-based numbering system and therefore the
RBNF data for the Japanese locale now need to be included.
Differential Revision: https://phabricator.services.mozilla.com/D27340
--HG--
extra : moz-landing-system : lando
2019-04-26 20:55:35 +00:00
Petr Sumbera
eb6f9e60ac
Bug 1540079 - Firefox NSPR build on Solaris SPARC need to include os_SunOS_sparcv9.s r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D26131
--HG--
extra : moz-landing-system : lando
2019-04-05 06:43:52 +00:00
André Bargull
16d9e7dfcd
Bug 1533481 - Part 5: Update in-tree ICU to release 64.1. r=jwalden!
...
--HG--
extra : rebase_source : 9dfdf09968fb65ba1288b5d79d8dd238c270e34f
2019-03-28 07:29:13 -07:00
Jed Davis
65bfb7a861
Bug 1516325. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D22638
--HG--
extra : moz-landing-system : lando
2019-03-23 10:25:18 +00:00
Dorel Luca
4b0b9944c9
Backed out 2 changesets (bug 1516325) for xpcshell failures in netwerk/test/unit/test_udpsocket.js. CLOSED TREE
...
Backed out changeset 7f9508dc59e1 (bug 1516325)
Backed out changeset 28eb88277ffc (bug 1516325)
2019-03-06 20:51:39 +02:00
Jed Davis
07a3a4354d
Bug 1516325 - Use poll() in NSPR on MacOS. r=glandium
...
This is being changed in Firefox's build config rather than NSPR's
to avoid possibly introducing regressions into other NSPR users due
to bugs in MacOS's poll, such as the POLLPRI issue addressed in the
previous patch. (There is also a known bug when calling poll() with
zero descriptors, but PR_Poll already has code to call PR_Sleep instead
in that case.)
Depends on D21321
Differential Revision: https://phabricator.services.mozilla.com/D21322
--HG--
extra : moz-landing-system : lando
2019-02-27 15:12:21 +00:00
Robert Helmer
228ecafc9c
Bug 1523312 - build msgpack separately from libprio r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D21076
--HG--
extra : moz-landing-system : lando
2019-02-27 18:58:37 +00:00
David Major
c402a2d8be
Bug 1530483 - Use UNIFIED_SOURCES in NSPR's moz.build r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D21060
--HG--
extra : moz-landing-system : lando
2019-02-26 07:05:23 +00:00
Mike Hommey
edeae90ee0
Bug 1529139 - Add proper dependencies for win{32,64}.asm. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D20587
--HG--
extra : moz-landing-system : lando
2019-02-21 00:11:04 +00:00
Mike Hommey
ef3ad686ee
Bug 1512504 - Remove support for MSVC. r=froydnj
...
Consequently, this removes:
- MOZ_LIBPRIO, which is now always enabled.
- non_msvc_compiler, which is now always true.
- The cl.py wrapper, since it's not used anymore.
- CL_INCLUDES_PREFIX, which was only used for the cl.py wrapper.
- NONASCII, which was only there to ensure CL_INCLUDES_PREFIX still
worked in non-ASCII cases.
This however keeps a large part of detecting and configuring for MSVC,
because we still do need it for at least headers, libraries, and midl.
Depends on D19614
Differential Revision: https://phabricator.services.mozilla.com/D19615
--HG--
extra : moz-landing-system : lando
2019-02-14 21:45:27 +00:00
Christian Holler
df998e7c06
Bug 1522066 - Disable unused ICU code during build. r=froydnj,m_kato
...
Differential Revision: https://phabricator.services.mozilla.com/D17341
--HG--
extra : moz-landing-system : lando
2019-01-31 12:22:10 +00:00
Ehsan Akhgari
e5e885ae31
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
...
# ignore-this-changeset
--HG--
extra : amend_source : 7221c8d15a765df71171099468e7c7faa648f37c
extra : histedit_source : a0cce6015636202bff09e35a13f72e03257a7695
2019-01-18 10:16:18 +01:00
André Bargull
12266f8fb5
Bug 1517222: Update tzdata in ICU data files to 2018i. r=Waldo
2019-01-04 04:46:00 -08:00
Alex Chronopoulos
e821d283fa
Bug 1493400 - Create build files for dav1d. r=firefox-build-system-reviewers,chmanchester
...
Differential Revision: https://phabricator.services.mozilla.com/D12163
--HG--
extra : moz-landing-system : lando
2018-11-24 01:53:31 +00:00
Thomas Daede
9735214d9a
Bug 1501796 - Use nasm when yasm is requested. r=firefox-build-system-reviewers,mshal
...
Includes changes to support nasm's stricter include paths.
Supports falling back to yasm if nasm is missing.
Differential Revision: https://phabricator.services.mozilla.com/D9972
--HG--
extra : moz-landing-system : lando
2018-11-16 01:20:58 +00:00
André Bargull
f985d9152e
Bug 1502530 - Part 2: Update tzdata in ICU data files to 2018g. r=Waldo
2018-11-06 02:52:01 -08:00
André Bargull
148e9c75e6
Bug 1499026 - Part 2: Update in-tree ICU to release 63.1. rs=Waldo
...
--HG--
rename : intl/icu/source/common/ulistformatter.cpp => intl/icu/source/i18n/ulistformatter.cpp
2018-11-01 06:32:25 -07:00
Andrew Osmond
d87a27c07f
Bug 1294490 - Part 5. Add --with-system-webp switch to build. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D8118
2018-10-31 15:01:08 -04:00
Andrew Osmond
26e5749b27
Bug 1294490 - Part 2. Add build files to support libwebp decoding. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D8115
2018-10-31 15:01:08 -04:00
Nathan Froyd
9d90fe9902
Bug 1480550 - add ctypes support for aarch64 windows; r=dmajor
...
The bulk of this patch is the new win64.asm, which is a more-or-less
direct copy of aarch64's sysv.S file, with modifications for armasm64's
peculiarities. The changes to ffi.c were minimal, mostly so that
arithmetic on `void*` conforms to the C standard.
2018-10-26 13:00:41 -04:00
Brindusan Cristian
c54d20162e
Backed out 7 changesets (bug 1294490) for android build bustages. CLOSED TREE
...
Backed out changeset 1a1d5b5a6a1a (bug 1294490)
Backed out changeset fecbc475cf54 (bug 1294490)
Backed out changeset 7b9bc181d099 (bug 1294490)
Backed out changeset 2a06794651b2 (bug 1294490)
Backed out changeset d35b5fadd6ca (bug 1294490)
Backed out changeset 96fc5a421819 (bug 1294490)
Backed out changeset e74320599eba (bug 1294490)
2018-10-26 19:18:44 +03:00
Andrew Osmond
9b16fefe56
Bug 1294490 - Part 5. Add --with-system-webp switch to build. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D8118
2018-10-26 10:52:39 -04:00
Andrew Osmond
210c5b0b10
Bug 1294490 - Part 2. Add build files to support libwebp decoding. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D8115
2018-10-26 10:52:39 -04:00
Tom Ritter
12b03f549e
Bug 1490567 Update ffi build to handle x86 MinGW-clang builds r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D5643
--HG--
extra : moz-landing-system : lando
2018-09-14 02:08:17 +00:00
Nathan Froyd
cc7ab9c447
Bug 1487122 - fix icudata assembly for aarch64 windows; r=ted.mielczarek
...
Apparently the assembler was willing to accept the previous version, but
was unwilling to find the necessary symbols to link some JS code. This
version correctly quotes the data symbol and adds a little extra quoting
based on examining compiler-generated output.
2018-09-04 16:41:08 -04:00
Ciure Andrei
d716a04e20
Merge inbound to mozilla-central. a=merge
2018-08-29 00:58:21 +03:00
Robert Helmer
10b80b68fe
bug 1485946 - skip building libprio on MSVC r=froydnj
...
libprio does not currently build with MSVC (since it only supports
C90 as a compiler), this is being worked on upstream at https://github.com/mozilla/libprio/issues/17
As we are almost certainly not going to ship Firefox build with MSVC anymore,
let's disable this to get it working on this Tier-2 platform.
Differential Revision: https://phabricator.services.mozilla.com/D4292
--HG--
extra : moz-landing-system : lando
2018-08-27 20:07:51 +00:00
Narcis Beleuzu
eec002c6df
Backed out changeset df602a252b66 (bug 1485946) for Linting failure. CLOSED TREE
2018-08-27 21:41:38 +03:00
Robert Helmer
70e2c73f5a
bug 1485946 - skip building libprio on MSVC r=froydnj
...
libprio does not currently build with MSVC (since it only supports
C90 as a compiler), this is being worked on upstream at https://github.com/mozilla/libprio/issues/17
As we are almost certainly not going to ship Firefox build with MSVC anymore,
let's disable this to get it working on this Tier-2 platform.
Differential Revision: https://phabricator.services.mozilla.com/D4292
--HG--
extra : moz-landing-system : lando
2018-08-27 15:39:46 +00:00
Nathan Froyd
c551aa18b8
Bug 1486020 - eliminate warning spam about ICU RTTI with MSVC; r=chmanchester
2018-08-28 09:22:39 -04:00
Robert Helmer
5e9fa7fdb4
Bug 1421501 - build integration for vendored msgpack r=glandium
...
MozReview-Commit-ID: 4AKDbOU4aWx
--HG--
extra : rebase_source : 3c35f85a5cf25ba60e33fd64fbb265b490df4a33
2018-08-06 15:10:36 -07:00
Robert Helmer
c5e6829a8f
Bug 1421501 - build system integration for libprio r=gps
...
MozReview-Commit-ID: FYHgLmEhr03
--HG--
extra : rebase_source : 4ba057098402c58a40cfa5f4ac804af6762b576a
2018-06-07 19:14:53 -07:00
Cosmin Sabou
0bd06ad763
Backed out 7 changesets (bug 1421501) for causing build bustages. CLOSED TREE
...
Backed out changeset 492f05d220b1 (bug 1421501)
Backed out changeset 844232d77d0d (bug 1421501)
Backed out changeset 3affc66728b0 (bug 1421501)
Backed out changeset 4d7c3c02ce8d (bug 1421501)
Backed out changeset e27d93ac79a0 (bug 1421501)
Backed out changeset a6c9888b5179 (bug 1421501)
Backed out changeset f7f9e47f0608 (bug 1421501)
2018-08-23 22:46:07 +03:00
Robert Helmer
1b7f123cfb
Bug 1421501 - disable PrioEncoder on Android until libprio supports it r=froydnj
...
This is tracked upstream at https://github.com/mozilla/libprio/issues/15
MozReview-Commit-ID: L5VWKdEitfB
--HG--
extra : rebase_source : c19472a8658c01a2edc69904e36a2c5409af1396
2018-08-23 07:59:44 -07:00
Robert Helmer
bdf3c50c91
Bug 1421501 - build integration for vendored msgpack r=glandium
...
MozReview-Commit-ID: 4AKDbOU4aWx
--HG--
extra : rebase_source : 1900cbd80558397d9552e13b6405b489dd1e3111
2018-08-06 15:10:36 -07:00
Robert Helmer
3d34b66def
Bug 1421501 - build system integration for libprio r=gps
...
MozReview-Commit-ID: FYHgLmEhr03
--HG--
extra : rebase_source : 96bcf9cca0dff054611c09ad3283c369f502fffe
2018-06-07 19:14:53 -07:00
Gurzau Raul
ac1914ecba
Backed out 6 changesets (bug 1421501) for bustages on security/nss/lib/freebl/mpi/mp_comba.c on a CLOSED TREE
...
Backed out changeset cae4910806c7 (bug 1421501)
Backed out changeset 600a005d3613 (bug 1421501)
Backed out changeset 7381597721d2 (bug 1421501)
Backed out changeset 1ee0d35a041f (bug 1421501)
Backed out changeset 772dea1abb7f (bug 1421501)
Backed out changeset c119767aec7b (bug 1421501)
2018-08-23 17:13:42 +03:00
Robert Helmer
d0af2bd6c6
Bug 1421501 - build integration for vendored msgpack r=glandium
...
MozReview-Commit-ID: 4AKDbOU4aWx
--HG--
extra : rebase_source : f3aabdd38d6051bfef924ff34585940fff155157
2018-08-06 15:10:36 -07:00
Robert Helmer
20c3f148db
Bug 1421501 - build system integration for libprio r=gps
...
MozReview-Commit-ID: FYHgLmEhr03
--HG--
extra : rebase_source : def9cb0e882c42035758e589c23cfe405ea3404a
2018-06-07 19:14:53 -07:00
Nathan Froyd
93ba371b66
Bug 1480558 - part 4 - add icudata support for aarch64 windows; r=mshal
...
yasm doesn't support aarch64, and trying to use GNU as with an MSVC
build seems like sadness waiting to happen. Instead, we'll generate our
own assembly file that armasm64 will accept.
2018-08-21 11:00:34 -04:00
André Bargull
026003522e
Bug 1346211 - Part 5: Only remove 'exemplar city' names from ICU time zone names data files. r=Waldo
...
--HG--
extra : rebase_source : b8d72bac193198875fd8df965849e35c7b04e699
2018-07-24 03:07:14 -07:00
Nathan Froyd
12450ae975
Bug 1480590 - add support for aarch64 when setting up NSPR on Windows; r=chmanchester
2018-08-07 18:40:25 -04:00
Karl Tomlinson
defeece367
bug 1476231 remove now-unused libav from lgpllibs r=jya
...
MozReview-Commit-ID: AjFS01DBXqT
--HG--
extra : rebase_source : 09923977cb864066fc56502427104234bab90f7d
2018-07-16 17:35:34 +12:00
Nathan Froyd
309ddc0be2
Bug 1477048 - part 2 - remove non-ipc/chromium moz.build uses of OS_TEST; r=gps
...
The deletions in xptcall are when we don't even have support for the CPU
in moz.configure, so I assume that people haven't been compiling on
those architectures for quite some time.
2018-07-24 16:08:56 -04:00
Jacek Caban
52efb2adb3
Bug 1443471 - Take clang mingw into account in moz.build files r=glandium
...
MozReview-Commit-ID: 2vKiHjmI9Hn
--HG--
extra : rebase_source : 0a527700795ab624926ca4d6de9ec33ab59f31a6
2018-06-25 20:01:39 +02:00
André Bargull
5f0b43c2d6
Bug 1466471 - Part 2: Update in-tree ICU to release 62.1. rs=Waldo
2018-06-22 04:40:26 -07:00
Sylvestre Ledru
a80feff40b
bug 1463425 - Fix flake8/pep8 issue by hand in config/ r=gps
...
MozReview-Commit-ID: 6B60uh4n2nY
--HG--
extra : rebase_source : 4fd44789a9ee6376c72bae1132f73c81dd1eacbc
2018-05-22 06:22:46 -07:00
André Bargull
a72259bbca
Bug 1459285: Update tzdata in ICU data files to 2018e. r=Waldo
2018-05-09 01:12:01 -07:00
Sylvestre Ledru
d8248a15c7
Bug 1418425 - Remove libbz2 files as we were only using it for crc32 as the updater moved to lzma r=glandium
...
MozReview-Commit-ID: 8Sz8vtV0b5G
--HG--
extra : rebase_source : 9f48f2e181fb16ad6bde1c357d74f879e1ef101e
2017-11-24 16:45:47 +01:00
André Bargull
885f7cd752
Bug 1449574: Update tzdata in ICU data files to 2018d. r=Waldo
...
--HG--
extra : rebase_source : 31cf8dfab7a49519a56b5eefc4d0c711c0ddf645
2018-03-29 10:02:57 -07:00
André Bargull
4669025773
Bug 1445465 - Part 2: Update in-tree ICU to release 61.1. rs=Waldo
...
--HG--
extra : rebase_source : 581636d37a7aa1ed6044dd0729aeeaab97d3e57a
2018-03-27 07:37:54 -07:00
Jeff Walden
5ad04f03a4
Bug 1447475 - Rip out support code for setting MOZ_ICU_DATA_ARCHIVE and shipping ICU data in a file outside the binary. r=ted
...
--HG--
extra : rebase_source : 95ab9cd884297ed36b419d872110cee9be887bff
2018-03-20 18:30:16 -07:00
shindli
1e7274100e
Backed out 2 changesets (bug 1449051, bug 1447475) for MnH and en-US failures on a CLOSED TREE
...
Backed out changeset d9a446d356da (bug 1449051)
Backed out changeset 851ed02cdac1 (bug 1447475)
2018-03-28 02:05:38 +03:00
Jeff Walden
051680cc8e
Bug 1447475 - Rip out support code for setting MOZ_ICU_DATA_ARCHIVE and shipping ICU data in a file outside the binary. r=ted
2018-03-20 18:30:16 -07:00
André Bargull
9129fc5348
Bug 1430761: Update tzdata in ICU data files to 2018c. r=Waldo
2018-02-01 05:36:03 -08:00
Csoregi Natalia
3ce27a72d5
Backed out 5 changesets (bug 1418425) requested per comment #83 . on a CLOSED TREE
...
Backed out changeset 0ecc98bd0822 (bug 1418425)
Backed out changeset 7b7725d1d3c3 (bug 1418425)
Backed out changeset 2e95ebdcae6d (bug 1418425)
Backed out changeset 47fbcaf5ad05 (bug 1418425)
Backed out changeset 142001babb39 (bug 1418425)
2018-01-15 15:30:30 +02:00
Sylvestre Ledru
b9a138ff91
Bug 1418425 - Remove libbz2 files as we were only using it for crc32 as the updater moved to lzma r=glandium
...
MozReview-Commit-ID: 8Sz8vtV0b5G
--HG--
extra : rebase_source : 8b239e9851c9e05a8df64068790b6b1984ff1732
2017-11-24 16:45:47 +01:00
Dragana Damjanovic
2dce8cd834
Bug 1429830 - Enable TFO is a cross-compiler is used.r=nwgh
2018-01-11 23:17:44 +01:00
André Bargull
ca61705b43
Bug 1415827 - Update in-tree ICU to release 60.2. rs=Waldo
2017-12-18 08:54:56 -08:00
Andreea Pavel
88a00ab51b
Backed out 5 changesets (bug 1418425) for Windows updater bustages and xpshell failures on toolkit/mozapps/update/tests/unit_base_updater/marSuccessPartial.js r=backout on a CLOSED TREE
...
Backed out changeset 228743018ded (bug 1418425)
Backed out changeset f29f7bb3059a (bug 1418425)
Backed out changeset 1d798e14223b (bug 1418425)
Backed out changeset fd4af65bf966 (bug 1418425)
Backed out changeset 656649ecfb11 (bug 1418425)
--HG--
extra : amend_source : 686bbebdb6f490496f9c69ccff4ac22bbb495ad5
2017-12-12 17:48:45 +02:00
Sylvestre Ledru
87099dcb69
Bug 1418425 - Remove libbz2 files as we were only using it for crc32 as the updater moved to lzma r=glandium
...
MozReview-Commit-ID: 8Sz8vtV0b5G
--HG--
extra : rebase_source : dfe12a9c531814ae5fd058f6def7a115d4fe7dac
2017-11-24 16:45:47 +01:00
David Major
4c01d66ee4
Bug 1423799: Remove clang-cl from ASFLAGS. r=chmanchester
...
No idea what it was doing there.
2017-12-09 15:11:46 -05:00
Sylvestre Ledru
a9961096c0
Bug 1394734 - Simplify various corner cases r=glandium
...
MozReview-Commit-ID: 4s4JdXZPvmv
--HG--
extra : rebase_source : c8f663c99442d41db5f81ac5fe1aa1f47fd5ed82
2017-12-07 22:10:19 +01:00
Sylvestre Ledru
4591d82b23
Bug 1394734 - Replace CONFIG['CLANG*'] by CONFIG['CC_TYPE'] r=glandium
...
MozReview-Commit-ID: HbF5oT5HW6f
--HG--
extra : rebase_source : eca479b6ae4bff7f600d1cdb39e11ac2057e4e79
2017-12-07 22:09:38 +01:00
Sylvestre Ledru
5de63ef061
Bug 1394734 - Replace CONFIG['MSVC'] by CONFIG['CC_TYPE'] r=glandium
...
MozReview-Commit-ID: 5orfnoude7h
--HG--
extra : rebase_source : 1ed9a6b56e1d27221a07624767a7fb0e6147117f
2017-12-08 13:46:13 +01:00
Sylvestre Ledru
9bfe27d903
Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium
...
MozReview-Commit-ID: 7duJk2gSd4m
--HG--
extra : rebase_source : 7312fe276e561e8c034a5f6749774ae812727f9c
2017-12-07 22:09:15 +01:00
Dragana Damjanovic
3de66b952d
Bug 1404069 - Revert bug 1363372
. r=mayhemer
2017-11-27 21:12:31 +01:00
Alfredo.Yang
7bdbfe6743
Bug 1417011 - remove stagefright folder. r=kinetik
...
MozReview-Commit-ID: F20u08Dr1yn
--HG--
extra : rebase_source : cd23f462c072f194e5bd8a16c72d0ca02cf9be35
2017-11-15 14:34:07 +08:00
Alfredo.Yang
20418e06c4
Bug 1417011 - move rust mp4 parser to media/mp4parse-rust. r=kinetik
...
MozReview-Commit-ID: 4Rcuv3UBoJV
--HG--
rename : media/libstagefright/binding/mp4parse-cargo.patch => media/mp4parse-rust/mp4parse-cargo.patch
rename : media/libstagefright/binding/include/mp4parse.h => media/mp4parse-rust/mp4parse.h
rename : media/libstagefright/binding/mp4parse/Cargo.toml => media/mp4parse-rust/mp4parse/Cargo.toml
rename : media/libstagefright/binding/mp4parse/src/boxes.rs => media/mp4parse-rust/mp4parse/src/boxes.rs
rename : media/libstagefright/binding/mp4parse/src/lib.rs => media/mp4parse-rust/mp4parse/src/lib.rs
rename : media/libstagefright/binding/mp4parse/src/tests.rs => media/mp4parse-rust/mp4parse/src/tests.rs
rename : media/libstagefright/binding/mp4parse/tests/afl.rs => media/mp4parse-rust/mp4parse/tests/afl.rs
rename : media/libstagefright/binding/mp4parse/tests/bipbop-cenc-audioinit.mp4 => media/mp4parse-rust/mp4parse/tests/bipbop-cenc-audioinit.mp4
rename : media/libstagefright/binding/mp4parse/tests/bipbop_480wp_1001kbps-cenc-video-key1-init.mp4 => media/mp4parse-rust/mp4parse/tests/bipbop_480wp_1001kbps-cenc-video-key1-init.mp4
rename : media/libstagefright/binding/mp4parse/tests/minimal.mp4 => media/mp4parse-rust/mp4parse/tests/minimal.mp4
rename : media/libstagefright/binding/mp4parse/tests/public.rs => media/mp4parse-rust/mp4parse/tests/public.rs
rename : media/libstagefright/binding/mp4parse_capi/Cargo.toml => media/mp4parse-rust/mp4parse_capi/Cargo.toml
rename : media/libstagefright/binding/mp4parse_capi/build.rs => media/mp4parse-rust/mp4parse_capi/build.rs
rename : media/libstagefright/binding/mp4parse_capi/src/lib.rs => media/mp4parse-rust/mp4parse_capi/src/lib.rs
rename : media/libstagefright/binding/mp4parse_fallible/Cargo.toml => media/mp4parse-rust/mp4parse_fallible/Cargo.toml
rename : media/libstagefright/binding/mp4parse_fallible/README => media/mp4parse-rust/mp4parse_fallible/README
rename : media/libstagefright/binding/mp4parse_fallible/lib.rs => media/mp4parse-rust/mp4parse_fallible/lib.rs
rename : media/libstagefright/binding/update-rust.sh => media/mp4parse-rust/update-rust.sh
extra : rebase_source : 7a86c39e5338ddf7e81a767edfd3ed8d6d1f7577
2017-11-15 09:51:38 +08:00
André Bargull
3296f48ec9
Bug 1405993 - Part 3: Update in-tree ICU to release 60.1. rs=Waldo
...
--HG--
extra : rebase_source : 468a4fc2e1fa7215b1224d998024a7121a05af62
2017-11-01 11:56:15 -07:00