aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-372/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+4
* remove `extern crate` (#30311)Samson2023-09-081-7/+4
* Fix some Clippy lints.Teymour Aldridge2022-08-041-1/+1
* Upgrade HyperNaveen Gattu2022-01-161-1/+1
* Console.Clear implementedmustafapc192020-07-291-0/+1
* 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
* `WorkerId` changed to type UUID.Kunal Mohan2019-12-101-3/+3
* `worker_id` type changed to uuidKunal Mohan2019-12-101-2/+3
* devtools: save and send cached messagesPaul Rouget2019-12-061-7/+4
* 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
* Update hyper to 0.12Bastien Orivel2018-11-011-5/+5
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-9/+20
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-3/+3
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-3/+3
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-3/+3
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5
* order derivable traits listsClément DAVID2017-08-231-6/+6
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-1/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-2/+2
* 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-171-4/+4
* 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-031-4/+3
* 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-091-2/+4
* 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
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-0/+1
* Removed some sources of panic from script thread and devtools, using Option v...David Raifaizen2016-07-251-4/+4
* Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-061-1/+6
* Upgrade to bitflags 0.6.0 and selectors 0.5.6Matt Brubeck2016-04-301-1/+1
* Remove references to unused crates.Zbynek Winkler2016-04-221-1/+0
* Silence unused-extern-crates false positives.Zbynek Winkler2016-04-221-0/+1
* Use serde in devtoolsAnthony Ramine2016-03-311-21/+7
* Completed implementation of devtools' `getLayout`.benshu2016-02-241-0/+29
* Report CSS errors to script task for further processing.Josh Matthews2016-02-111-4/+4
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-2/+2
* Final stepsGauriGNaik2016-01-111-0/+12
* task -> threadrohan.prinja2016-01-101-4/+4
* Support responseCookies, responseContent, responseHeaders, requestCookies, ge...Abhishek Kumar2015-12-211-0/+2
* Moved WorkerId type to devtools_traitsFlorian Strübe2015-12-071-1/+4