servo/components/devtools/actors
Simon Wülker 28e330c9b6
Implement console.trace (#34629)
* Include unimplemented console methods in idl file

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Fix console.assert signature

The condition is optional and there can be multiple messages.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Implement console.trace

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* ./mach fmt

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Log stack trace when calling console.trace

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Update wpt expectations

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Include line/column info in console.trace logs

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Move option out of constant

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Update mozjs

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2024-12-18 23:45:06 +00:00
..
inspector clippy: Use flat_map instead of map in components/devtools (#33724) 2024-10-09 04:33:36 +00:00
watcher DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
browsing_context.rs DevTools: Fix console in Firefox 131 (#33661) 2024-10-09 12:09:06 +00:00
console.rs Implement console.trace (#34629) 2024-12-18 23:45:06 +00:00
device.rs DevTools: Fix console in Firefox 131 (#33661) 2024-10-09 12:09:06 +00:00
framerate.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
inspector.rs DevTools: Inspect node styles (#33025) 2024-08-25 09:30:23 +00:00
memory.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
network_event.rs Create HttpStatus to safely deal with HTTP responses status. (#33581) 2024-09-29 18:23:48 +00:00
object.rs Fix warnings after latest rust upgrade (#33043) 2024-08-14 07:00:16 +00:00
performance.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
preference.rs Fix devtool crashs after clicking Enable connection prompt (#33305) 2024-09-07 20:58:16 +00:00
process.rs tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366) 2024-09-08 15:04:19 +00:00
reflow.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
root.rs Fix devtools timeout with Firefox 133 (#34602) 2024-12-12 23:38:24 +00:00
stylesheets.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00
tab.rs tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366) 2024-09-08 15:04:19 +00:00
thread.rs DevTools: Show HTML tree (#32655) 2024-07-26 15:17:54 +00:00
timeline.rs Stop using time@0.1 in Servo (#33394) 2024-09-11 07:09:56 +00:00
watcher.rs DevTools: Fix console in Firefox 131 (#33661) 2024-10-09 12:09:06 +00:00
worker.rs DevTools: Replace camel case variable names (#32726) 2024-07-08 11:18:35 +00:00