Josh Matthews
95fc29fa0d
Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.
2015-01-28 10:16:49 +10:00
Ms2ger
808315926c
Pass a String to spawn_named.
...
IntoString has been removed from Rust, and named() will take a String, so
there is no good reason to do otherwise here.
2015-01-21 11:23:19 +01:00
Ms2ger
394f816343
Disallow lines that span more than 160 columns.
...
The Rust style guide suggests 100, but we have too many violations in the
tree already. This check can be tightened over time.
2015-01-19 13:48:32 +01:00
Ms2ger
58b89939c2
Fix the documentation comment for the devtools library.
...
Also removed a duplicated feature gate.
2015-01-11 11:27:46 +01:00
Matthew Rasmus
a3fc3a1581
Allow missing_copy_implementations
2015-01-08 08:51:11 -08:00
Ms2ger
16c7060bc8
Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.
2015-01-08 09:58:46 -05:00
Ms2ger
76b8810a86
Disambiguate trait object reference syntax.
2015-01-04 11:59:51 +01:00
bors-servo
e8fac3681b
auto merge of #4535 : servo/servo/pre-rustup_20141221, r=jdm
...
This prepares for the rust upgrade currently being conducted.
2015-01-03 14:39:46 -07:00
Ms2ger
fbf257f878
Remove obsolete attributes.
2015-01-03 10:06:17 +01:00
Ms2ger
b51e83819d
Fix obsolete format traits.
...
They are to be removed from the language in the next rust upgrade.
2015-01-02 19:04:18 +01:00
Ms2ger
466faac2a5
Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.
2014-12-17 15:19:45 -05:00
Greg Weng
a477893ab3
Return real page titles and URLs for devtools tab choices.
...
Fixes #4167 .
2014-12-12 22:38:55 +01:00
Ben Hsu
d9b59bbec2
Fixes #4232
2014-12-08 22:17:17 +08:00
Eduard Burtescu
b328c57caa
devtools: handle script task panics gracefully in ConsoleActor.
2014-12-05 02:57:32 +02:00
bors-servo
28a132a8f4
auto merge of #4213 : jdm/servo/sepreadwrite, r=jdm
...
Rebased from #4211 .
2014-12-03 22:48:59 -07:00
Shanil Puri
72a5ae7210
Implemeneted ModifyAttribute handler to update DOM elements.
2014-12-03 18:58:44 -08:00
Sagar Muchhal
75ffda9fb8
Support for Separated Read Write
2014-12-03 18:45:05 -08:00
Josh Matthews
9242d1a1a3
Fix the panic on runnig with --devtools due to a change in how type_id gets resolved since the last rustc upgrade.
2014-11-29 00:17:35 -05:00
bors-servo
d1eaa3adda
auto merge of #3796 : shanil-puri/servo/ServoExitDevtools, r=jdm
2014-11-17 06:15:30 -07:00
Shanil Puri
d6e99cb269
Spacing changes corrected.
2014-11-17 00:55:41 -05:00
Shanil Puri
fc7b3699ed
Sending exit message to devtools to exit.
...
Accepted and closed incoming streams
Added header to for constant use.
Removed extra spaces.
Corrected spacing to conform to coding standards.
Corrected spacing to conform to coding standards.
Corrected spacing to conform with coding standards.
Moving new import next to old import for devtools_traits as specified in comment.
Removed method definition to include as inline code and changed to iter_mut.
Using loops to exit devtools on server exit message and disconnected message to simply break as suggested in the comment.
Removing TODO comment for completed functionality.
Moved the operation for exit of devtools on servo closing outside the match loop.
Removing trailing ';' and adding new line before connection closing loop.
2014-11-13 20:44:06 -05:00
Jack Moffitt
d1b433a3b3
Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a
2014-11-13 11:17:43 +10:00
thiagopnts
4c1a89544e
Move code related to json packet reading to JsonPacketSender trait
...
fixup! Move code related to json packet reading to JsonPacketSender trait
2014-11-12 10:30:49 -02:00
Clark Gaebel
14b1c320a6
make naming more consistent
2014-10-28 10:06:39 -07:00
Clark Gaebel
6df1cc8e4c
Run all task spawning through util, to allow for easy hooking.
...
During debugging, I found it useful to hook all task creation in a
central location, and util::task was the perfect place for it.
r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of
reviews today because I don't know who better to give them to)
2014-10-28 09:53:45 -07:00
Robin Stocker
8a5c6a0d3b
Allow to specify port with --devtools option ( fixes #3597 )
...
Note that using `servo --devtools http://example.org ` doesn't work. In
that case either the port must be specified or the option moved to the
end. This is done by getopts and is the same for other such options,
e.g. `--profile`.
2014-10-09 00:39:31 +11:00
Jim Berlage
28e29dc32e
Use std::intrinsics::TypeId
...
Fix indentation + update comment
2014-10-01 13:56:34 -04:00
Simon Sapin
b3245fa407
Upgrade to rustc d2b30f7d3 2014-09-23
2014-09-29 17:41:45 +01:00
Matt Brubeck
b708453049
Fix other warnings in devtools
2014-09-23 11:47:47 -07:00
Matt Brubeck
d2e6985ef7
Disable non_snake_case warnings in devtools
2014-09-23 11:45:08 -07:00
Keegan McAllister
a640a7c5c3
Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)
2014-09-20 13:00:06 -07:00
Josh Matthews
fae7ce3c1d
Retrieve some basic layout properties for nodes to make the box model somewhat useful.
2014-09-18 15:07:11 -04:00
Josh Matthews
fa57fe890b
Enable real DOM inspector support.
2014-09-18 15:06:40 -04:00
Josh Matthews
e9c4aa534d
Implement wire protocol support for DOM inspector.
2014-09-18 15:06:40 -04:00
Josh Matthews
bb9955c281
Split devtools implementation into sensible modules.
2014-09-18 15:06:40 -04:00
Josh Matthews
cdb4037ca2
Enable executing JS snippets in the context of the main Servo window and viewing the responses from the Firefox remote console.
2014-09-18 15:06:40 -04:00
Josh Matthews
f0f7e98dfa
Dump initial prototype of devtools server into the build. Expect lies if you try to use it for anything real.
2014-09-18 15:06:40 -04:00