aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
Commit message (Expand)AuthorAgeFilesLines
...
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-1919-19/+19
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-182-4/+4
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-18/+8
* Reorder importsPyfisch2018-11-065-6/+6
* Format remaining filesPyfisch2018-11-068-34/+71
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Sort `use` statementsSimon Sapin2018-11-066-6/+6
* `cargo fix --edition`Simon Sapin2018-11-0617-50/+50
* Update hyper to 0.12Bastien Orivel2018-11-013-64/+55
* DevTools - add Emulation Actorcodehag2018-10-153-1/+47
* Auto merge of #21944 - codehag:devtools-add-thread-interrupt, r=jdmbors-servo2018-10-141-0/+16
|\
| * DevTools - add Interrupt method to ThreadActorcodehag2018-10-141-0/+16
* | Auto merge of #21943 - codehag:devtools-add-list-workers-method, r=jdmbors-servo2018-10-141-0/+20
|\ \
| * | remove any fields that are not totally necessarycodehag2018-10-141-3/+0
| * | DevTools - add ListWorkers method to BrowsingContextTargetActorcodehag2018-10-141-0/+23
| |/
* | Auto merge of #21942 - codehag:devtools-add-device-actor, r=jdmbors-servo2018-10-143-1/+121
|\ \
| * | fix lint issuescodehag2018-10-141-4/+2
| * | DevTools - add DeviceActor and update Root to own global actorscodehag2018-10-143-1/+123
| |/
* / DevTools - add preliminary StyleSheetActorcodehag2018-10-143-1/+45
|/
* Bug 1172897 - Rename Tab Actor to BrowsingContextActorcodehag2018-09-233-34/+34
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-122-3/+5
* Format components devtools and devtools_traits #21373kingdido9992018-09-0216-453/+650
* Bump env_logger to 0.5 and log to 0.4 in every servo crateBastien Orivel2018-03-281-1/+1
* 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-301-3/+3
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-8/+2
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-8/+2
* | 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
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-125-19/+18
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* UntrySimon Sapin2017-06-183-7/+7
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-4/+1
* Bump serde to 1.0Bastien Orivel2017-06-162-7/+7
* Remove some usage of rust-encodingSimon Sapin2017-05-273-5/+1
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-2/+2
* Update Hyper and OpenSSLddh2017-03-311-2/+2
* removed instances of -> () in existing codelucantrop2017-03-131-1/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-212-5/+1
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-1816-83/+63
* Reorder some dependenciesAnthony Ramine2017-02-181-1/+1
* 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-1/+0
* replace match by if let statements if possibleJulien Levesy2016-12-311-8/+5
* Removed util.Alan Jeffrey2016-12-143-12/+9
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+0