aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actor.rs
Commit message (Expand)AuthorAgeFilesLines
* devtools: improve ID Naming for better readability and context (#35942)atbrakhi2025-03-131-5/+5
* Respond to the `connect` message from a devtools client (#35745)Simon Wülker2025-03-021-5/+6
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-111-4/+4
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-051-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* devtools: Track multiple clients better, and cleanup streams when a client is...Josh Matthews2020-08-061-6/+16
* devtools: TabDescription actorPaul Rouget2020-07-131-1/+7
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-8/+8
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-21/+30
* UntrySimon Sapin2017-06-181-1/+1
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+4
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-2/+2
* Use debug instead of println in devtoolsManish Goregaokar2016-05-271-4/+4
* Use serde in devtoolsAnthony Ramine2016-03-311-4/+4
* changed devtools private types to publicMatthew Kuo2016-01-171-1/+1
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-1/+1
* Stop calling to_string() in devtools.Ms2ger2015-09-021-9/+9
* Simplify reflection usage in Actor code.Eli Friedman2015-08-311-57/+14
* sort all usesJohann Tuffe2015-08-201-1/+1
* Cleanup ActorRegistry::create_shareable.Ms2ger2015-08-191-7/+9
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-4/+4
* Actor::handle_message should return an enum instad of a boolean #7110 r=jdmFabrice Desré2015-08-131-2/+9
* Disallow unsafe code in the devtools and devtools_traits crates.Ms2ger2015-08-121-0/+2
* devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-1/+1
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-6/+7
* Send high resolution millisecond timestamps in timeline markers #5665Guro Bokum2015-04-151-1/+9
* Firefox timeline integration #4957Guro Bokum2015-04-131-0/+38
* Move devtools to std::net (fixes #5355).Ms2ger2015-03-251-1/+1
* Make Actor::handle_message take &str instead of &StringCorey Farwell2015-03-211-1/+1
* Update some code that's feature-gated under core.Ms2ger2015-03-211-4/+4
* 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-3/+2
* Fix devtools implementation of downcastable actors. Fixes #4844.Josh Matthews2015-02-051-8/+59
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-54/+6
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-4/+4
* Disambiguate trait object reference syntax.Ms2ger2015-01-041-2/+2
* Fix obsolete format traits.Ms2ger2015-01-021-6/+6
* devtools: handle script task panics gracefully in ConsoleActor.Eduard Burtescu2014-12-051-3/+7
* Fix the panic on runnig with --devtools due to a change in how type_id gets r...Josh Matthews2014-11-291-7/+4
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-13/+16
* Use std::intrinsics::TypeIdJim Berlage2014-10-011-9/+7
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Fix other warnings in devtoolsMatt Brubeck2014-09-231-2/+2
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-6/+5
* Enable real DOM inspector support.Josh Matthews2014-09-181-0/+29
* Implement wire protocol support for DOM inspector.Josh Matthews2014-09-181-1/+23