aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-117-13/+12
* Import msg as msg rather than servo_msg.Ms2ger2015-02-103-4/+4
* Fix warnings introduced in #4852.Ms2ger2015-02-061-2/+2
* Add console message support to devtools. Does not actually cause logging to o...Sagar Muchhal2015-02-052-3/+63
* auto merge of #4852 : jdm/servo/buffermessages, r=jdmbors-servo2015-02-051-0/+3
|\
| * Add flag to send live updates to devtools.Sagar Muchhal2015-02-051-0/+3
* | Fix devtools implementation of downcastable actors. Fixes #4844.Josh Matthews2015-02-051-8/+59
|/
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* self importManish Goregaokar2015-01-282-2/+2
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-287-134/+94
* Pass a String to spawn_named.Ms2ger2015-01-211-2/+3
* Disallow lines that span more than 160 columns.Ms2ger2015-01-191-1/+3
* Fix the documentation comment for the devtools library.Ms2ger2015-01-111-5/+5
* Allow `missing_copy_implementations`Matthew Rasmus2015-01-081-0/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-087-39/+37
* Disambiguate trait object reference syntax.Ms2ger2015-01-041-2/+2
* auto merge of #4535 : servo/servo/pre-rustup_20141221, r=jdmbors-servo2015-01-033-9/+9
|\
| * Fix obsolete format traits.Ms2ger2015-01-023-9/+9
* | Remove obsolete attributes.Ms2ger2015-01-031-3/+0
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-172-0/+2
* Return real page titles and URLs for devtools tab choices.Greg Weng2014-12-121-6/+8
* Fixes #4232Ben Hsu2014-12-081-2/+2
* devtools: handle script task panics gracefully in ConsoleActor.Eduard Burtescu2014-12-056-31/+44
* auto merge of #4213 : jdm/servo/sepreadwrite, r=jdmbors-servo2014-12-033-3/+18
|\
| * Support for Separated Read WriteSagar Muchhal2014-12-033-3/+18
* | Implemeneted ModifyAttribute handler to update DOM elements.Shanil Puri2014-12-031-8/+65
|/
* Fix the panic on runnig with --devtools due to a change in how type_id gets r...Josh Matthews2014-11-291-7/+4
* auto merge of #3796 : shanil-puri/servo/ServoExitDevtools, r=jdmbors-servo2014-11-171-3/+8
|\
| * Spacing changes corrected.Shanil Puri2014-11-171-1/+1
| * Sending exit message to devtools to exit.Shanil Puri2014-11-131-3/+8
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-134-23/+30
* | Move code related to json packet reading to JsonPacketSender traitthiagopnts2014-11-126-39/+41
|/
* make naming more consistentClark Gaebel2014-10-281-2/+2
* Run all task spawning through util, to allow for easy hooking.Clark Gaebel2014-10-282-3/+7
* Allow to specify port with --devtools option (fixes #3597)Robin Stocker2014-10-091-9/+8
* Use std::intrinsics::TypeIdJim Berlage2014-10-011-9/+7
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-295-10/+10
* Fix other warnings in devtoolsMatt Brubeck2014-09-232-4/+4
* Disable non_snake_case warnings in devtoolsMatt Brubeck2014-09-231-0/+2
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-202-10/+8
* Retrieve some basic layout properties for nodes to make the box model somewha...Josh Matthews2014-09-182-6/+58
* Enable real DOM inspector support.Josh Matthews2014-09-183-91/+114
* Implement wire protocol support for DOM inspector.Josh Matthews2014-09-185-18/+554
* Split devtools implementation into sensible modules.Josh Matthews2014-09-186-555/+687
* Enable executing JS snippets in the context of the main Servo window and view...Josh Matthews2014-09-182-49/+220
* Dump initial prototype of devtools server into the build. Expect lies if you ...Josh Matthews2014-09-182-0/+531