Commit Graph

62293 Commits

Author SHA1 Message Date
Rofael Aleezada
626c4563b7 Bug 818634 - Remove support for Date.prototype.toLocaleFormat. r=gandalf, r=anba 2017-10-18 21:51:32 -05:00
Jan de Mooij
4170e0f889 Bug 1405766 - Reject all native functions in CloneFunctionObject. r=arai f=bz
--HG--
extra : rebase_source : 7f7812487e97f6770aea61933d37d4d2bfdf5b97
2017-10-25 17:21:21 +02:00
Attila Craciun
a323e78c2b Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE 2017-10-25 12:36:59 +03:00
Jan de Mooij
db7487dbec Bug 1405717 - Make wrapWithProto fuzzing-safe. r=jwalden 2017-10-25 11:31:00 +02:00
Attila Craciun
7bcf901c3b Merge inbound to mozilla-central r=merge a=merge 2017-10-25 12:30:28 +03:00
Jan de Mooij
e86cfe0ecc Bug 1408412 - Use ARGS_LENGTH_MAX as upper bound in MArgumentsLength::computeRange. r=nbp 2017-10-25 11:30:17 +02:00
Jon Coppeard
f4930508d6 Bug 1410123 - Update atom marking bitmaps on every collection r=sfink 2017-10-25 10:08:42 +01:00
André Bargull
ab1d21c223 Bug 1410937 - Directly initialize result arrays in String.prototype.split specializations. r=jandem 2017-10-24 01:05:50 +09:00
André Bargull
c20b56fe3d Bug 1410640 - Enable nursery allocation of arrow functions. r=jonco 2017-10-24 18:25:46 +09:00
Tom Schuster
d3b457113a Bug 638054 - Remove or fix tests outside JS using watch/unwatch. r=bz,fitzgen 2017-10-24 20:48:14 +02:00
Tom Schuster
e0d164f174 Bug 638054 - Mostly remove JS tests using watch/unwatch. r=jorendorff 2017-10-24 20:48:14 +02:00
Tom Schuster
a71971bc6c Bug 638054 - Remove the guts of the watch/unwatch implementation. r=jorendorff 2017-10-24 20:48:14 +02:00
Tom Schuster
7a6aff2c7e Bug 638054 - Remove watch class-hook and proxy trap r=jorendorff,bz 2017-10-24 20:48:14 +02:00
Benjamin Bouvier
32d6f12355 Bug 1410192: Hoist assertion testing if we're in wasm when constructing a SavedFrame::Lookup; r=jandem
--HG--
extra : rebase_source : d224efa5363c50fc37f4b02fd4495520c02f332b
2017-10-20 16:37:32 +02:00
Sebastian Hengst
24b7b2eb7c merge mozilla-central to autoland. r=merge a=merge 2017-10-24 23:59:14 +02:00
Mike Hommey
bf5c85e4ef Bug 1411156 - Set MOZ_DEBUG globally as both a CONFIG and a #define. r=mshal
Bug 1365460 introduced code paths behind MOZ_DEBUG #ifdefs, but
MOZ_DEBUG is never defined, while it is available in CONFIG in
moz.builds. This is kind of a confusing situation, but the fact that
we've been able to avoid those problems for so long would tend to
put the blame on mozjemalloc, and fixes should go there.

Except that bug 1261161 explains that the only existing alternative
(the DEBUG #define), as used in MFBT, is not working for spidermonkey,
so it actually makes sense to converge to MOZ_DEBUG rather than DEBUG.

So start defining MOZ_DEBUG globally, fixing the mozjemalloc issues of
not having the debug code enabled. Bug 1261161 can then take care of
changing the DEBUG #ifdefs.

--HG--
extra : rebase_source : 37e3d03ac8350c62c8059d4ca01d1ecfdf5f421a
2017-10-24 14:07:37 +09:00
Tom Ritter
6a8841a184 Bug 1411374 Do not redefine PATH_MAX if it is already defined r=njn
MozReview-Commit-ID: trabOdGWYD

--HG--
extra : rebase_source : e5ffae150ece205c41bb69dc6f2b068f03a5b8ac
2017-10-24 00:36:58 -05:00
Tom Ritter
be2cb401bc Bug 1372958 Stack alignment on Windows is 4 bytes, not 16 r=luke
MozReview-Commit-ID: sLOruY3UJE

--HG--
extra : rebase_source : e137df3bed9573efdc26e5d5b47bb5e08f0d2dec
2017-10-06 16:43:07 -05:00
Luke Wagner
24d7896fa3 Bug 1406421 - Baldr: actual streaming compilation (r=lth)
MozReview-Commit-ID: FMvlJ5kmmSX

--HG--
extra : rebase_source : 260b093a2daac5bc06fe7908f2b2b163bb4200fc
2017-10-24 10:03:06 -05:00
Ralph Giles
6095257b3d Bug 1411363 - Update Cargo.lock files for Rust 1.22. r=froydnj
Cargo 0.23.0-beta, included with Rust 1.22.0-beta.2, wants to
move the top-level package description out of the [root] section
of Cargo.lock and into a parallel [[package]] section.
Accept this update by temporarily running the build without
passing --frozen and committing the result.

This is accepted by the cargo versions included in the current
and previous stable rust releases, so it will work with all
supported toolchains.

MozReview-Commit-ID: 1hMykhTknHi

--HG--
extra : rebase_source : 153d2016cd5e637584ea1d755198fbd1a5e7067e
2017-10-24 10:00:24 -07:00
eric skoglund
56b4904679 bug 802760: Document all ISO-8601 date parsing exceptions r=anba,gandalf
Update the documentation for ParseISOStyleDate to reflect the current
specification and the extensions we allow.

MozReview-Commit-ID: 2Zlrrj45bOc

--HG--
extra : rebase_source : dd83e84b5e6d803096f5eb937ba14ae2ac9f04c4
2017-10-17 13:13:58 +02:00
Sebastian Hengst
31bf3a1a42 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 4Lk5P5UYmTe
2017-10-24 11:52:35 +02:00
Jeff Walden
ebcae2c450 Bug 1410194 - Add support for $262.IsHTMLDDA to test262-host.js. r=anba 2017-10-18 12:53:25 -07:00
Nicholas Nethercote
3842370ed8 Bug 1405541 (attempt 2) - Split AUTO_PROFILER_LABEL_DYNAMIC into three macros. r=mstange.
It's easy to mess up the scoping so that (a) the label is pushed and then
immediately popped, and/or (b) the string doesn't live long enough. It's also
easy to do a utf16-to-utf8 conversion unnecessarily when the profiler is
inactive. This patch splits that macro into three new ones that are harder to
mess up.

- AUTO_PROFILER_LABEL_DYNAMIC_CSTR: same as current.
- AUTO_PROFILER_LABEL_DYNAMIC_NSCSTRING: for nsCStrings.
- AUTO_PROFILER_LABEL_DYNAMIC_LOSSY_NSSTRING: for nsStrings.

--HG--
extra : rebase_source : 3e2bbec4737b696e1c86579ae54be4cb3186c100
2017-10-13 16:12:57 +11:00
Tooru Fujisawa
a40fb0ce29 Bug 1410283 - Cache AsyncGeneratorRequest object. r=till 2017-10-21 23:14:43 +09:00
Lars T Hansen
304d01b456 Bug 1409196 - Specialize loadSafeWhenRacy and storeSafeWhenRacy on arm64 for uint8_clamped to pacify Clang. f=jbeich, r=me
--HG--
extra : rebase_source : fe715ddc38cf335444fe7e67905d0c30cf7ded26
extra : amend_source : 2bffcf146e840a042f688630c2a7fb9874e31e3a
2017-10-18 22:26:04 +01:00
Sebastian Hengst
091894faea merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: JpMeK9OdQsz
2017-10-21 10:59:18 +02:00
Sebastian Hengst
aa75559a2f merge mozilla-central to autoland. r=merge a=merge 2017-10-21 00:16:08 +02:00
Steve Fink
8c663a745c Bug 1408584 - Disallow empty clonebuffer, r=kanru
--HG--
extra : rebase_source : 0b51db6f6f9870eb06fb96d21a35983aaa21a06d
extra : amend_source : ac2b16a60ed63c0eb579bad5508cc877f9f3662d
2017-10-16 11:23:30 -07:00
Tom Ritter
ddc7e1dff8 Bug 1410438 Resolve unused result warning in js/src/jscntxt.cpp r=njn
MozReview-Commit-ID: Jsj5zofv4lK

--HG--
extra : rebase_source : 8eabd1b7860a57978d2277b2b8b948e440c47fac
2017-10-19 01:46:40 -05:00
Boris Zbarsky
6a07397359 Bug 1354730. Disable named property object (aka global scope polluter) behavior for all Xrays. r=kmag
MozReview-Commit-ID: KmbXFfSzH0N
2017-10-16 10:58:09 -04:00
Jon Coppeard
371db9d8bf Bug 1410370 - Fix zone scheduling in incremental GC to continue collection of previously collected zones r=sfink 2017-10-20 21:26:02 +01:00
Andrew McCreight
cd3f453103 Bug 1407735 - Make the JS loader XPCOM component use a singleton. r=kmag
mozJSComponentLoader is created using XPCOM. However, you can only
call it once or it'll crash. This patch fixes that by using a
singleton macro.

MozReview-Commit-ID: Bq2k7nv9dKA

--HG--
extra : rebase_source : d2008da7628edf5db283c8a44c17e741f7ae0a96
2017-10-23 13:53:58 -07:00
Sebastian Hengst
af53b8aad8 merge mozilla-central to autoland. r=merge a=merge 2017-10-23 23:52:54 +02:00
André Bargull
6311af36e3 Bug 1406463 - Check for dead proxy objects in Promise.all ResolveElementFunction. r=till
--HG--
extra : rebase_source : 07a7de4adb5790ba54a68c974c5debbd1f3bc5b7
2017-10-12 11:59:04 -07:00
Jon Coppeard
61b11ce0cf Bug 1410178 - Remove debugging printf in jsapi tests r=till 2017-10-20 09:34:33 +01:00
Phil Ringnalda
86e513ba69 Backed out changeset 3159df8aca1a (bug 1386511) for browser_TelemetryGC.js timeouts
MozReview-Commit-ID: 9OFS7FTjVis
2017-10-19 20:40:31 -07:00
André Bargull
c008517886 Bug 1410886 - Part 3: Update test262 skip list. r=Waldo 2017-10-24 05:27:36 +09:00
André Bargull
c1b099749a Bug 1410886 - Part 2: Update test262 files. rs=Waldo 2017-10-24 05:27:21 +09:00
André Bargull
3bb0206217 Bug 1410886 - Part 1: Add 'optional-catch-binding' to non-supported features. r=Waldo 2017-10-23 22:19:46 +09:00
Dan Horák
c26f7df382 Bug 1410823 - Update Trampoline-none.cpp to new API (related to #1407607). r=jandem 2017-10-24 07:32:21 +00:00
Sebastian Hengst
901f307fec merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-24 11:56:25 +02:00
Paul Bone
7746cd0200 Bug 1386511 - Revise the format of the GC profiler markers. r=jonco 2017-08-23 14:58:44 +10:00
Luke Wagner
9217e05b5d Bug 1388785 - Add --test-wasm-await-tier2 and use it in jit-tests (r=lth)
MozReview-Commit-ID: FlH3dG54S6h

--HG--
extra : rebase_source : a4e44abacfe6c2d8d8ef9ec41f953e4a320c32b6
2017-10-19 10:21:36 -05:00
Luke Wagner
6fad81b103 Bug 1388785 - Remove --wasm-check-bce flag (r=lth)
MozReview-Commit-ID: 1jbieZAn1Gt

--HG--
extra : rebase_source : 748aea1cca343c7bd218afbbb28cb73df5faaf6e
2017-10-19 09:14:43 -05:00
Luke Wagner
cfcb557d07 Bug 1388785 - Change wasm flags' default states in ContextOptions (r=lth)
MozReview-Commit-ID: 3EdgkuuGMnT

--HG--
extra : rebase_source : 5e127d8552431f46d67911c4a181159f4c621db3
2017-10-19 09:14:43 -05:00
Luke Wagner
79b0586e86 Bug 1406421 - Baldr: add and use StartsCodeSection (r=lth)
MozReview-Commit-ID: 336sDmoqtgB

--HG--
extra : rebase_source : 51a19b7cb514842eb27a75b4b310a4600537a26d
2017-10-19 09:14:43 -05:00
Luke Wagner
5d88413e12 Bug 1406421 - Baldr: add ExclusiveWaitableData subclass of ExclusiveData and use it (r=lth)
MozReview-Commit-ID: jfI2g7ieBu

--HG--
extra : rebase_source : e59dccd31369a77da024ab0a0d1404a96c2d8ac5
2017-10-19 09:14:43 -05:00
Nathan Froyd
5d16b194a3 Bug 1407750 - use mozilla::KnownNotNull to improve placement new in ExclusiveData; r=fitzgen
Using KnownNotNull here avoids the necessary null checks that come along
with placement new.
2017-10-19 12:35:03 -04:00
Attila Craciun
180e36fcde Backed out 1 changesets (bug 1409196) for failing in js/src/jit/arm64/AtomicOperations-arm64.h r=backout on CLOSED TREE.
Backed out changeset 617d05862317 (bug 1409196)
2017-10-19 16:28:37 +03:00