aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/console.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: Add custom logging representation for DOM interfaces. (#35416)Josh Matthews2025-02-181-14/+73
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* Support future uses of traits with associated types in rooting analysis (#34359)Josh Matthews2025-01-161-0/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Support syntax highlighting of arguments in the devtools console (#34810)Simon Wülker2025-01-021-52/+115
* Implement `console.trace` (#34629)Simon Wülker2024-12-181-14/+101
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-21/+22
* implement `console.timeLog` (#33377)Simon Wülker2024-09-091-4/+15
* jsstring_to_str should accept a NonNull argument for the JS string (#33306)Andriy Sultanov2024-09-051-5/+7
* Handle failed string conversions in console.log. (#33085)Josh Matthews2024-08-161-0/+3
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-3/+3
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy:fix various clippy problems in components/scripts (#31907)Rosemary Ajayi2024-03-271-5/+5
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-1/+1
* Implement console.count/countReset (#31635)Smitty2024-03-171-0/+17
* Fix crash on large console log (#31267)Smitty2024-02-061-5/+15
* Make console methods take `any` instead of `string` (#31241)Smitty2024-02-051-24/+170
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* Fix formatting.Josh Matthews2023-05-201-1/+2
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Console.Clear implementedmustafapc192020-07-291-0/+6
* Implement Console grouping APIs.Josh Matthews2020-07-061-51/+46
* Report real caller information for console APIs to devtools.Josh Matthews2020-04-281-12/+10
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-8/+10
* Hold stderr lock when using stdout through Console APIs.Josh Matthews2017-06-161-37/+65
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-19/+18
* Make Console::send_to_devtools take a &GlobalScopeAnthony Ramine2016-10-061-17/+17
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-2/+3
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-1/+1
* Move console timers to GlobalScopeAnthony Ramine2016-10-061-39/+2
* Remove GlobalRef::get_worker_idAnthony Ramine2016-10-041-1/+6
* More code refactoring (exampleVar to example_var)Arthur Marble2016-09-181-2/+2
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* Make console a namespace (fixes #13010)Anthony Ramine2016-09-101-44/+21
* Store Console timers in globalsAnthony Ramine2016-09-071-18/+38
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement console#time and console#timeEnd methodsJoshua Holmer2016-01-251-0/+39
* Add global default method for Reflectable traitChad Kimes2016-01-111-3/+3
* Introduce Console::send_to_devtoolsAnthony Ramine2016-01-091-17/+19
* Remove the global field from ConsoleAnthony Ramine2016-01-091-6/+4
* Rustfmt some of script.Ms2ger2015-11-181-5/+9
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+2
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-7/+4
* more refactoringrohan.prinja2015-10-301-1/+1