aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* DevTools: `worker_id` shoud be `id` & thread for workers should be `thread` (...atbrakhi9 hours1-1/+1
* Devtools: initial Debugger > Sources panel (#36164)delan azabani14 days1-1/+38
* devtools: Fix id collisions by using incrementing counters (#35971)Delan Azabani2025-04-011-3/+12
* Track the active tab and browsing context for devtools (#36168)Usman Yahaya Baba2025-03-311-0/+1
* devtools: refactor network related (#36093)Jerens Lensun2025-03-221-143/+11
* devtools: Use `webview_id` as `browser_id` (#35956)atbrakhi2025-03-191-3/+4
* devtools: improve ID Naming for better readability and context (#35942)atbrakhi2025-03-131-30/+30
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Respond to the `connect` message from a devtools client (#35745)Simon Wülker2025-03-021-6/+6
* Refactor devtools server (#35735)Simon Wülker2025-03-011-344/+261
* libservo: Flesh out permissions API (#35396)Martin Robinson2025-02-101-2/+2
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-8/+5
* Support syntax highlighting of arguments in the devtools console (#34810)Simon Wülker2025-01-021-11/+11
* Implement `console.trace` (#34629)Simon Wülker2024-12-181-0/+1
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-1/+1
* DevTools: Show HTML tree (#32655)eri2024-07-261-5/+4
* fix a couple of simple clipy warnings (#32813)Rodion Borovyk2024-07-191-1/+1
* DevTools: Display console messages and errors (#32727)eri2024-07-091-17/+31
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-18/+21
* DevTools: Implement watcher actor (#32509)eri2024-06-211-2/+9
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-1/+1
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-1/+1
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-051-6/+7
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-19/+21
* remove `extern crate` (#30311)Samson2023-09-081-5/+2
* feat: shorten thread namesyvt2021-07-191-1/+1
* devtools: Track multiple clients better, and cleanup streams when a client is...Josh Matthews2020-08-061-7/+15
* devtools: Don't panic when sending to a disconnected client fails.Josh Matthews2020-08-051-10/+13
* devtools: TabDescription actorPaul Rouget2020-07-131-0/+1
* Allow embedder to bypass devtools promptPaul Rouget2020-06-221-11/+40
* Update devtools page titles.Josh Matthews2020-04-281-0/+30
* Move some console-related message types into the console code.Josh Matthews2020-04-281-26/+0
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-50/+73
* Support navigating browsing contexts in the devtools.Josh Matthews2020-04-261-113/+108
* Add support for launching devtools server on random portKunal Mohan2020-03-161-1/+14
* Prompt user before accepting incoming devtools connectionPaul Rouget2020-02-101-4/+16
* Update devtools server for Firefox 71.Josh Matthews2019-12-131-0/+12
* devtools: save and send cached messagesPaul Rouget2019-12-061-25/+32
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-4/+3
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-3/+3
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-10/+0
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-5/+23
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Update hyper to 0.12Bastien Orivel2018-11-011-0/+3
* DevTools - add Emulation Actorcodehag2018-10-151-1/+9