servo/components/devtools/actors
Simon Wülker b252f238d1
Support syntax highlighting of arguments in the devtools console (#34810)
* Implement Builder struct for console messages

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

* Support integer arguments for console methods

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

* Support floating point arguments to console methods in devtools

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

* Fix warnings

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

* Tidy

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

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-01-02 18:47:52 +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 Support syntax highlighting of arguments in the devtools console (#34810) 2025-01-02 18:47:52 +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