mirror of
https://github.com/servo/servo.git
synced 2025-09-14 00:48:20 +01:00
Auto merge of #26346 - jdm:console-caller, r=Manishearth
Improve devtools output for console APIs These changes use the new API from https://github.com/servo/rust-mozjs/pull/508 to report meaningful filenames and line numbers for APIs that trigger devtools output. They also cause error messages originating from uncompiled event handlers to report a more relevant filename; this differs from Gecko's behaviour, but provides a more useful debugging experience in my opinion. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #9604 and fix #26344. - [x] These changes do not require tests because devtools aren't tested.
This commit is contained in:
commit
ba0df48d47
4 changed files with 13 additions and 14 deletions
|
@ -33,3 +33,4 @@ winapi = { git = "https://github.com/servo/winapi-rs", branch = "patch-1" }
|
|||
spirv_cross = { git = "https://github.com/servo/spirv_cross", branch = "wgpu-servo" }
|
||||
surfman-chains = { git = "https://github.com/asajeffrey/surfman-chains" }
|
||||
surfman = { git = "https://github.com/servo/surfman" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue