index
:
servo.git
2020-background-images
SimonSapin-patch-1
android_libstd
as-of-2024-08-12
attrs
auto
autoraf
backtrace
bump-raqote
cb_split
checks
dependabot/cargo/getrandom-0.2.16
dependabot/cargo/git2-0.20.1
dependabot/cargo/objc2-related-924cc4145e
dependabot/cargo/tokio-util-0.7.15
devtools-replay-tool
devtools-testing
dictionary-callback
dom-protos
end-of-the-line
fail-on-winit-minimal-build-errors
fix-docs3
fix-legacy-layout-paths-in-wpt
fix-nightly-build-mozjs-issue
fix-windows-nightly
fix-wpt-sync-testroot-issue
fix_webgpu_error_handling
flexbox-column-layout
fonts-fast-ipc-turnaround
gfx-base-reorganization-part2
gh-readonly-queue/main/pr-34687-11424f90b3cb0fe5688fce68139744f919c5be21
gh-readonly-queue/main/pr-36670-30fdf48ca67a6b5cae1bc92aff69a95b5ab8d7d6
gh-readonly-queue/main/pr-36671-71dff809d1f57fce55ad928fdd868641d32a665c
github-actions-dev
gone
gonk
http_network_or_cache_fetch
iframe-load-hack
indefinite-containing-block
inert
input
jdm-patch-1
jdm-patch-10
jdm-patch-11
jdm-patch-12
jdm-patch-13
jdm-patch-14
jdm-patch-15
jdm-patch-16
jdm-patch-17
jdm-patch-18
jdm-patch-19
jdm-patch-2
jdm-patch-20
jdm-patch-21
jdm-patch-22
jdm-patch-23
jdm-patch-24
jdm-patch-25
jdm-patch-26
jdm-patch-27
jdm-patch-28
jdm-patch-29
jdm-patch-3
jdm-patch-30
jdm-patch-31
jdm-patch-32
jdm-patch-33
jdm-patch-34
jdm-patch-35
jdm-patch-36
jdm-patch-37
jdm-patch-38
jdm-patch-39
jdm-patch-4
jdm-patch-40
jdm-patch-41
jdm-patch-42
jdm-patch-43
jdm-patch-44
jdm-patch-45
jdm-patch-46
jdm-patch-47
jdm-patch-48
jdm-patch-49
jdm-patch-5
jdm-patch-50
jdm-patch-51
jdm-patch-52
jdm-patch-53
jdm-patch-54
jdm-patch-6
jdm-patch-7
jdm-patch-8
jdm-patch-9
jdm-revert1
jdm-revert2
jdm-revert3
jdm-revert4
layout-2020-borrow-mut-independent-contexts
layout-2020-fix-rule-tree-drop
layout-revamp-prototype
layout-thread-2020
macos-ci-failure
main
make-column-distribution-more-generic
multi-tlbc
multiple-concurrent-tlbc
named-getter
nightlies
offscreen-rendering
osmesa-up
paulrouget-patch-1
perfetto-metrics-and-navigation-start
plumb-time-profiler-into-tracing
port-minibrowser-to-delegate
pr-20330
rcdom
revert
revert-29964-enable-merge-queue-action
revert-31409-style-config
revert-remaining-stylo-changes
revert-webrender
rustc-nightly-update
sagudev-patch-1
sagudev-patch-2
sagudev-patch-3
self-hosted-github-sha-upstream
separate-libservo-build-job
servoshell-tabs
squeeze
test
test-wpt
test_branch
tmp
try
try-android
try-wpt-mac
typed-arrays
typed-arrays-heap
update-linux-runner-image-version
upgrade-rustc-to-03-25-nightly
url-quirks-module-inlined
wpt_update_01-12-2024
wpt_update_02-12-2024
wpt_update_03-12-2024
wpt_update_04-12-2024
wpt_update_05-05-2024
wpt_update_16-03-2025
wpt_update_23-02-2025
wpt_update_23-03-2025
xrtest
…
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
script
/
dom
/
console.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update rustfmt to the 2024 style edition (#35764)
Simon Wülker
2025-03-03
1
-1
/
+1
*
script: Add custom logging representation for DOM interfaces. (#35416)
Josh Matthews
2025-02-18
1
-14
/
+73
*
script: Feature-gate all crown support. (#35055)
Josh Matthews
2025-01-18
1
-1
/
+1
*
Support future uses of traits with associated types in rooting analysis (#34359)
Josh Matthews
2025-01-16
1
-0
/
+1
*
script: Limit public exports. (#34915)
Josh Matthews
2025-01-10
1
-2
/
+2
*
Support syntax highlighting of arguments in the devtools console (#34810)
Simon Wülker
2025-01-02
1
-52
/
+115
*
Implement `console.trace` (#34629)
Simon Wülker
2024-12-18
1
-14
/
+101
*
Generate a trait abstracting over all known DOM interfaces (#34357)
Josh Matthews
2024-11-24
1
-1
/
+1
*
script: Include constructors and static methods in generated DOM traits (#33665)
Josh Matthews
2024-10-08
1
-21
/
+22
*
implement `console.timeLog` (#33377)
Simon Wülker
2024-09-09
1
-4
/
+15
*
jsstring_to_str should accept a NonNull argument for the JS string (#33306)
Andriy Sultanov
2024-09-05
1
-5
/
+7
*
Handle failed string conversions in console.log. (#33085)
Josh Matthews
2024-08-16
1
-0
/
+3
*
DevTools: Replace camel case variable names (#32726)
eri
2024-07-08
1
-3
/
+3
*
fix redundant closures in component/script/dom (#31917)
Ekta Siwach
2024-03-28
1
-1
/
+1
*
clippy:fix various clippy problems in components/scripts (#31907)
Rosemary Ajayi
2024-03-27
1
-5
/
+5
*
fixed the `unneeded return` statement warnings. (#31863)
Aarya Khandelwal
2024-03-26
1
-1
/
+1
*
Implement console.count/countReset (#31635)
Smitty
2024-03-17
1
-0
/
+17
*
Fix crash on large console log (#31267)
Smitty
2024-02-06
1
-5
/
+15
*
Make console methods take `any` instead of `string` (#31241)
Smitty
2024-02-05
1
-24
/
+170
*
Strict import formatting (grouping and granularity) (#30325)
Samson
2023-09-11
1
-3
/
+5
*
Fix formatting.
Josh Matthews
2023-05-20
1
-1
/
+2
*
Make GlobalScope.get_cx a static method.
Josh Matthews
2023-05-20
1
-1
/
+1
*
Console.Clear implemented
mustafapc19
2020-07-29
1
-0
/
+6
*
Implement Console grouping APIs.
Josh Matthews
2020-07-06
1
-51
/
+46
*
Report real caller information for console APIs to devtools.
Josh Matthews
2020-04-28
1
-12
/
+10
*
Modify `script` to prevent further violations of snake_case
Kunal Mohan
2020-01-18
1
-0
/
+1
*
Update MPL license to https (part 3)
Jan Andre Ikenmeyer
2018-11-19
1
-1
/
+1
*
Sort `use` statements
Simon Sapin
2018-11-06
1
-1
/
+1
*
`cargo fix --edition`
Simon Sapin
2018-11-06
1
-4
/
+4
*
Format script component
chansuke
2018-09-19
1
-8
/
+10
*
Hold stderr lock when using stdout through Console APIs.
Josh Matthews
2017-06-16
1
-37
/
+65
*
Pass a &GlobalScope to WebIDL static methods and constructors
Anthony Ramine
2016-10-06
1
-19
/
+18
*
Make Console::send_to_devtools take a &GlobalScope
Anthony Ramine
2016-10-06
1
-17
/
+17
*
Introduce GlobalScope::pipeline_id
Anthony Ramine
2016-10-06
1
-2
/
+3
*
Introduce GlobalScope::devtools_chan
Anthony Ramine
2016-10-06
1
-1
/
+1
*
Move console timers to GlobalScope
Anthony Ramine
2016-10-06
1
-39
/
+2
*
Remove GlobalRef::get_worker_id
Anthony Ramine
2016-10-04
1
-1
/
+6
*
More code refactoring (exampleVar to example_var)
Arthur Marble
2016-09-18
1
-2
/
+2
*
Use fn pipeline_id consistently, not fn pipeline
Aneesh Agrawal
2016-09-13
1
-1
/
+1
*
Make console a namespace (fixes #13010)
Anthony Ramine
2016-09-10
1
-44
/
+21
*
Store Console timers in globals
Anthony Ramine
2016-09-07
1
-18
/
+38
*
Move DOMString back to script
Anthony Ramine
2016-05-24
1
-1
/
+1
*
Implement console#time and console#timeEnd methods
Joshua Holmer
2016-01-25
1
-0
/
+39
*
Add global default method for Reflectable trait
Chad Kimes
2016-01-11
1
-3
/
+3
*
Introduce Console::send_to_devtools
Anthony Ramine
2016-01-09
1
-17
/
+19
*
Remove the global field from Console
Anthony Ramine
2016-01-09
1
-6
/
+4
*
Rustfmt some of script.
Ms2ger
2015-11-18
1
-5
/
+9
*
Replaced DOMString constructor by conversion functions.
Alan Jeffrey
2015-11-12
1
-2
/
+2
*
Make DOMString a newtype around String, rather than a typedef.
Ms2ger
2015-11-04
1
-7
/
+4
*
more refactoring
rohan.prinja
2015-10-30
1
-1
/
+1
[next]