mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
dom: Add Window.js_backtrace debugging extension method.
This commit is contained in:
parent
e6cdfddea6
commit
4dd7387799
3 changed files with 21 additions and 4 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue