aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools_traits
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+4
* remove `extern crate` (#30311)Samson2023-09-081-7/+4
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-8/+8
* Fix some Clippy lints.Teymour Aldridge2022-08-041-1/+1
* Upgrade HyperNaveen Gattu2022-01-162-2/+3
* Console.Clear implementedmustafapc192020-07-291-0/+1
* More Cargo.toml cleanupsAlex Touchet2020-05-141-3/+3
* Update devtools page titles.Josh Matthews2020-04-281-0/+3
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-281-1/+1
* Support navigating browsing contexts in the devtools.Josh Matthews2020-04-261-3/+14
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* `WorkerId` changed to type UUID.Kunal Mohan2019-12-102-3/+4
* `worker_id` type changed to uuidKunal Mohan2019-12-101-2/+3
* devtools: save and send cached messagesPaul Rouget2019-12-061-7/+4
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-8/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Update hyper to 0.12Bastien Orivel2018-11-012-7/+6
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-9/+20
* Bump ipc-channel and bincodeBastien Orivel2018-03-211-1/+1
* Update cookie to 0.10Anthony Ramine2017-11-241-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-302-4/+4
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-192-4/+4
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-192-4/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-182-7/+7
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* order derivable traits listsClément DAVID2017-08-231-6/+6
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-2/+1
* Bump serde to 1.0Bastien Orivel2017-06-162-6/+6
* Bump euclid to 0.13 and heapsize to 0.4Bastien Orivel2017-06-051-1/+1
* Update Hyper and OpenSSLddh2017-03-311-2/+2
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+4
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-1/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-2/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-2/+0
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-172-5/+5
* Derive Debug on devtools_traits types.Ms2ger2016-11-091-18/+21
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+1
* Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-032-5/+4
* Setting a devtools timeline marker may fail, due to pipeline lookup failure.Alan Jeffrey2016-10-121-1/+2
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-092-3/+5
* Derive the HeapSizeOf on TimelineMarkerTypeWellington Cordeiro2016-09-301-1/+1
* dom::Response implementationMalisa Smith2016-09-061-2/+1
* Console message packets should have a '_type' attributeJarda Snajdr2016-08-311-2/+2
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-5/+6