aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+0
* Setting a devtools timeline marker may fail, due to pipeline lookup failure.Alan Jeffrey2016-10-121-3/+3
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-092-2/+4
* Reorder `use` statementsUK9922016-09-095-5/+5
* dom::Response implementationMalisa Smith2016-09-063-1/+9
* Added using real pipeline ID valueChiu-Hsiang Hsu2016-08-271-3/+6
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-127-20/+18
* Update cargo.lock for wr2, pin ipc-channel.Glenn Watson2016-08-031-1/+1
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-2/+5
* Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)Eduard Burtescu2016-07-261-2/+2
* Removed some sources of panic from script thread and devtools, using Option v...David Raifaizen2016-07-251-4/+4
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+1
* Use get_mut instead of get-remove-set in XHR send()Darin Minamoto2016-06-271-1/+1
* Update Rust to 1.11.0-nightly (ad7fe6521 2016-06-23)Anthony Ramine2016-06-271-2/+2
* Reorder dependenciesAnthony Ramine2016-06-261-4/+4
* Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-065-119/+158
* Implement a dummy canCurrentlyRecord method in performance actorAnthony Ramine2016-05-301-1/+39
* Implement a dummy protocolDescription in the root actorAnthony Ramine2016-05-303-2/+47
* Implement a dummy sources message in the thread actorAnthony Ramine2016-05-301-0/+18
* Remove empty lines following braces.Josh Matthews2016-05-273-6/+0
* Use debug instead of println in devtoolsManish Goregaokar2016-05-275-11/+14
* Simplify TOML syntaxSimon Sapin2016-04-261-15/+5
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-233-3/+3
* Remove references to unused crates.Zbynek Winkler2016-04-222-3/+0
* Use serde in devtoolsAnthony Ramine2016-03-3117-203/+236
* Add a dummy reconfigure reply in the thread actorAnthony Ramine2016-03-242-0/+25
* Implement a basic thread actorAnthony Ramine2016-03-243-3/+90
* Properly return an empty list in devtools' listAddonsAnthony Ramine2016-03-241-6/+7
* Bump serde to 0.7Anthony Ramine2016-03-171-4/+4
* Update log to 0.3.5Anthony Ramine2016-03-161-1/+1
* Indicate components should not be published to crates.io.Corey Farwell2016-03-031-0/+1
* Completed implementation of devtools' `getLayout`.benshu2016-02-243-28/+81
* Report CSS errors to script task for further processing.Josh Matthews2016-02-111-2/+2
* Reorder dependencies in various Cargo.toml filesAnthony Ramine2016-02-041-1/+1
* Auto merge of #9351 - fstr:9343-unused-imports, r=noxbors-servo2016-01-184-4/+0
|\
| * Removed unused imports from devtools crateFlorian Strübe2016-01-174-4/+0
* | changed devtools private types to publicMatthew Kuo2016-01-172-2/+2
|/
* Remove some unused extern crates.Ms2ger2016-01-132-2/+0