dom: Add Window.js_backtrace debugging extension method.

This commit is contained in:
Josh Matthews 2020-07-14 12:17:05 -04:00
parent e6cdfddea6
commit 4dd7387799
3 changed files with 21 additions and 4 deletions

View file

@ -18,8 +18,8 @@ jitspew = ['js/jitspew']
profilemozjs = ['js/profilemozjs']
unrooted_must_root_lint = ["script_plugins/unrooted_must_root_lint"]
default = ["unrooted_must_root_lint"]
webgl_backtrace = ["backtrace", "canvas_traits/webgl_backtrace"]
js_backtrace = ["backtrace"]
webgl_backtrace = ["canvas_traits/webgl_backtrace"]
js_backtrace = []
refcell_backtrace = ["accountable-refcell"]
uwp = ["js/uwp"]
xr-profile = ["webxr-api/profile"]
@ -33,7 +33,7 @@ serde_json = "1.0"
accountable-refcell = { version = "0.2.0", optional = true }
app_units = "0.7"
arrayvec = "0.5.1"
backtrace = { version = "0.3", optional = true }
backtrace = "0.3"
base64 = "0.10.1"
bitflags = "1.0"
bluetooth_traits = { path = "../bluetooth_traits" }