aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/root.rs
Commit message (Expand)AuthorAgeFilesLines
* Track the active tab and browsing context for devtools (#36168)Usman Yahaya Baba2025-03-311-2/+15
* devtools: Use `webview_id` as `browser_id` (#35956)atbrakhi2025-03-191-1/+1
* Register iframes with the devtools (#35874)Simon Wülker2025-03-091-4/+8
* 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-1/+8
* Fix devtools timeout with Firefox 133 (#34602)Jay Oster2024-12-121-1/+20
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-081-2/+4
* DevTools: Show HTML tree (#32655)eri2024-07-261-2/+0
* DevTools: Implement watcher actor (#32509)eri2024-06-211-31/+13
* DevTools: Display tabs and processes (#32475)eri2024-06-121-22/+63
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-051-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+5
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Disable as many broken devtools panels as possible.Josh Matthews2020-08-101-2/+2
* devtools: Track multiple clients better, and cleanup streams when a client is...Josh Matthews2020-08-061-0/+2
* devtools: Don't panic when sending to a disconnected client fails.Josh Matthews2020-08-051-9/+9
* devtools: TabDescription actorPaul Rouget2020-07-131-6/+10
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-6/+7
* Update devtools server for Firefox 71.Josh Matthews2019-12-131-0/+100
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* DevTools - add DeviceActor and update Root to own global actorscodehag2018-10-141-0/+24
* Bug 1172897 - Rename Tab Actor to BrowsingContextActorcodehag2018-09-231-5/+5
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-14/+17
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+2
* Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-061-2/+4
* Implement a dummy protocolDescription in the root actorAnthony Ramine2016-05-301-1/+24
* Use serde in devtoolsAnthony Ramine2016-03-311-7/+8
* Properly return an empty list in devtools' listAddonsAnthony Ramine2016-03-241-6/+7
* changed devtools private types to publicMatthew Kuo2016-01-171-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Stop calling to_string() in devtools.Ms2ger2015-09-021-8/+8
* Actor::handle_message should return an enum instad of a boolean #7110 r=jdmFabrice Desré2015-08-131-5/+5
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Remove int/uint from devtools/devtools_traits.Josh Matthews2015-04-061-1/+1
* Move devtools to std::net (fixes #5355).Ms2ger2015-03-251-1/+1
* Make Actor::handle_message take &str instead of &StringCorey Farwell2015-03-211-2/+2
* Update some code that's feature-gated under core.Ms2ger2015-03-211-2/+2
* Use rustc-serialize rather than the built-in deprecated serialize.Ms2ger2015-02-171-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-4/+4
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* devtools: handle script task panics gracefully in ConsoleActor.Eduard Burtescu2014-12-051-3/+3
* Move code related to json packet reading to JsonPacketSender traitthiagopnts2014-11-121-1/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-1/+1
* Implement wire protocol support for DOM inspector.Josh Matthews2014-09-181-2/+5
* Split devtools implementation into sensible modules.Josh Matthews2014-09-181-0/+96