Skip to content

Commit eab6497

Browse files
committedDec 15, 2017
Backed out 7 changesets (bug 1377007) for web platform reftests failures on CSS2/borders. r=backout
Backed out changeset c30bc5d5adbc (bug 1377007) Backed out changeset 33fdf9e531e2 (bug 1377007) Backed out changeset 267abdb38036 (bug 1377007) Backed out changeset 4a452c3ac115 (bug 1377007) Backed out changeset e9310960c9e6 (bug 1377007) Backed out changeset 8e5e61dfbbaf (bug 1377007) Backed out changeset 9ac83e79e656 (bug 1377007)
1 parent 7ae03dd commit eab6497

File tree

360 files changed

+101
-15355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+101
-15355
lines changed
 

‎.eslintignore

-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ js/xpconnect/**
307307
js/src/devtools/**
308308
js/src/octane/**
309309
js/src/jit-test/**
310-
js/src/jsapi-tests/binast/**
311310
js/src/tests/**
312311
js/src/Y.js
313312

‎js/moz.configure

-15
Original file line numberDiff line numberDiff line change
@@ -408,18 +408,3 @@ def enable_pipeline_operator(value):
408408

409409
set_config('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
410410
set_define('ENABLE_PIPELINE_OPERATOR', enable_pipeline_operator)
411-
412-
413-
414-
# Experimental support for BinAST
415-
# ==============================================================
416-
417-
@depends(target, milestone)
418-
def enable_build_binast(target, milestone):
419-
# For reasons unknown at this time, BinAST causes timeouts on win32
420-
# and failures on Android.
421-
if milestone.is_nightly and not (target.kernel == 'WINNT' and target.cpu == 'x86') and not (target.os == 'Android'):
422-
return True
423-
424-
set_define('JS_BUILD_BINAST', enable_build_binast)
425-
set_config('JS_BUILD_BINAST', enable_build_binast)

0 commit comments

Comments
 (0)
Failed to load comments.