Jan Andre Ikenmeyer
|
1d6fe65401
|
Update MPL license to https (part 4)
|
2018-11-19 14:47:27 +01:00 |
|
Simon Sapin
|
2012be4a8b
|
cargo fix --edition-idioms
|
2018-11-08 09:28:00 +01:00 |
|
kingdido999
|
ad822b74c7
|
Format components devtools and devtools_traits #21373
|
2018-09-02 20:29:47 +08:00 |
|
Simon Sapin
|
316cd35767
|
Untry
|
2017-06-18 13:21:51 +02:00 |
|
Anthony Ramine
|
fe3f4ff0c2
|
Update serde to 0.9 (fixes #15325)
|
2017-02-18 21:09:46 +01:00 |
|
Anthony Ramine
|
7ad51dcd7a
|
Update serde to 0.8 (fixes #12659)
|
2016-08-12 18:37:27 +02:00 |
|
Manish Goregaokar
|
48257ef282
|
Use debug instead of println in devtools
|
2016-05-27 15:09:26 +05:30 |
|
Anthony Ramine
|
406273c641
|
Use serde in devtools
|
2016-03-31 11:07:18 +02:00 |
|
Matthew Kuo
|
64f5818428
|
changed devtools private types to public
|
2016-01-17 04:13:33 -08:00 |
|
Mathieu Rheaume
|
7320433cca
|
Remove 'get_*' on getters as per RFC 0344 on various components
|
2015-09-12 20:14:01 -04:00 |
|
Ms2ger
|
1257a33394
|
Stop calling to_string() in devtools.
|
2015-09-02 19:51:22 +02:00 |
|
Eli Friedman
|
5215b51b55
|
Simplify reflection usage in Actor code.
The fixed version is shorter, and doesn't use unstable features.
|
2015-08-31 18:45:07 -07:00 |
|
Johann Tuffe
|
ec07178b6f
|
sort all uses
|
2015-08-20 20:47:12 +08:00 |
|
Ms2ger
|
f62fbbaed8
|
Cleanup ActorRegistry::create_shareable.
|
2015-08-19 14:26:19 +02:00 |
|
João Oliveira
|
067a22a868
|
Replace uses of for foo in bar.iter() ,
and `for foo in bar.iter_mut(), and for foo in bar.into_iter()
(continuation of #7197)
|
2015-08-18 01:46:11 +01:00 |
|
Josh Matthews
|
8bb853f643
|
Fix existing syntactics nits.
|
2015-08-16 10:30:43 -04:00 |
|
Fabrice Desré
|
c7b48240b0
|
Actor::handle_message should return an enum instad of a boolean #7110 r=jdm
|
2015-08-13 18:14:34 -07:00 |
|
Ms2ger
|
38ed3a46d6
|
Disallow unsafe code in the devtools and devtools_traits crates.
|
2015-08-12 13:16:31 +02:00 |
|
Patrick Walton
|
164e10202c
|
devtools: Convert the developer tools to run over IPC.
|
2015-07-27 09:10:01 -07:00 |
|
Corey Farwell
|
435e551753
|
Remove get_ prefix on getters
Part of #6224
I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script`
|
2015-06-02 08:54:44 -04:00 |
|
Simon Sapin
|
ef8edd4e87
|
Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.
|
2015-05-05 10:07:34 -04:00 |
|
Guro Bokum
|
491851610e
|
Send high resolution millisecond timestamps in timeline markers #5665
|
2015-04-15 19:46:00 +07:00 |
|
Guro Bokum
|
97714ec5ed
|
Firefox timeline integration #4957
|
2015-04-13 21:08:07 +07:00 |
|
Ms2ger
|
638ce20e6f
|
Move devtools to std::net (fixes #5355).
|
2015-03-25 14:40:21 +01:00 |
|
Corey Farwell
|
2764ec0f7b
|
Make Actor::handle_message take &str instead of &String
Fixes #5305
|
2015-03-21 20:56:14 -04:00 |
|
Ms2ger
|
ba87666cdb
|
Update some code that's feature-gated under core.
|
2015-03-21 18:44:39 +01:00 |
|
Ms2ger
|
aaed4a54c7
|
Use rustc-serialize rather than the built-in deprecated serialize.
|
2015-02-17 13:24:15 +01:00 |
|
Simon Sapin
|
d5dd1d658e
|
Upgrade to rustc ba2f13ef0 2015-02-04
|
2015-02-11 14:48:34 -08:00 |
|
Josh Matthews
|
b2b7baf914
|
Fix devtools implementation of downcastable actors. Fixes #4844.
|
2015-02-05 14:29:09 +00:00 |
|
Josh Matthews
|
95fc29fa0d
|
Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.
|
2015-01-28 10:16:49 +10:00 |
|
Ms2ger
|
16c7060bc8
|
Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.
|
2015-01-08 09:58:46 -05:00 |
|
Ms2ger
|
76b8810a86
|
Disambiguate trait object reference syntax.
|
2015-01-04 11:59:51 +01:00 |
|
Ms2ger
|
b51e83819d
|
Fix obsolete format traits.
They are to be removed from the language in the next rust upgrade.
|
2015-01-02 19:04:18 +01:00 |
|
Eduard Burtescu
|
b328c57caa
|
devtools: handle script task panics gracefully in ConsoleActor.
|
2014-12-05 02:57:32 +02:00 |
|
Josh Matthews
|
9242d1a1a3
|
Fix the panic on runnig with --devtools due to a change in how type_id gets resolved since the last rustc upgrade.
|
2014-11-29 00:17:35 -05:00 |
|
Jack Moffitt
|
d1b433a3b3
|
Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a
|
2014-11-13 11:17:43 +10:00 |
|
Jim Berlage
|
28e29dc32e
|
Use std::intrinsics::TypeId
Fix indentation + update comment
|
2014-10-01 13:56:34 -04:00 |
|
Simon Sapin
|
b3245fa407
|
Upgrade to rustc d2b30f7d3 2014-09-23
|
2014-09-29 17:41:45 +01:00 |
|
Matt Brubeck
|
b708453049
|
Fix other warnings in devtools
|
2014-09-23 11:47:47 -07:00 |
|
Keegan McAllister
|
a640a7c5c3
|
Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)
|
2014-09-20 13:00:06 -07:00 |
|
Josh Matthews
|
fa57fe890b
|
Enable real DOM inspector support.
|
2014-09-18 15:06:40 -04:00 |
|
Josh Matthews
|
e9c4aa534d
|
Implement wire protocol support for DOM inspector.
|
2014-09-18 15:06:40 -04:00 |
|
Josh Matthews
|
bb9955c281
|
Split devtools implementation into sensible modules.
|
2014-09-18 15:06:40 -04:00 |
|