servo/components
bors-servo 96f3404928 Auto merge of #10382 - bobthekingofegypt:fix-websocket-close, r=metajack
stop client websocket close echoing server close

Client initiated close requests should send a close message to the
server that the server will echo back to complete the process.  Servo
should not then echo the servers close request back again to the server,
this guard stops servo from echoing a server close request if the
process was initiated by the client.

Tracked in https://github.com/servo/servo/issues/9803#issuecomment-196424406

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10382)
<!-- Reviewable:end -->
2016-06-10 08:49:53 -05:00
..
canvas Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
canvas_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
compositing Remove a spurious field from the SetFrameTree message. 2016-06-08 16:11:47 +02:00
constellation Create some channels on the constellation thread. 2016-06-08 17:39:59 +02:00
devtools Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
devtools_traits Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
gfx Move LowercaseString near its only consumer. 2016-06-06 08:54:35 +02:00
gfx_traits script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
layout Auto merge of #11656 - Ms2ger:reduce-dom-exposure, r=nox 2016-06-07 11:09:14 -05:00
layout_traits Remove the layout shutdown channel. 2016-06-04 13:24:32 +02:00
msg Added support for navigating by a delta 2016-06-04 18:47:38 -06:00
net Auto merge of #10382 - bobthekingofegypt:fix-websocket-close, r=metajack 2016-06-10 08:49:53 -05:00
net_traits Add unit testing to file manager; Replace uuid by stringified version in FileManagerThreadMsg 2016-06-10 02:20:52 +08:00
plugins Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) 2016-06-08 14:03:57 +02:00
profile implement related sw interface and register method 2016-06-02 04:09:39 +05:30
profile_traits implement related sw interface and register method 2016-06-02 04:09:39 +05:30
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #11168 - daoshengmu:texSubImage2D, r=emilio 2016-06-09 19:49:08 -05:00
script_traits Window::Parent and Window::Top now return the right result inisde a mozbrowser iframe. 2016-06-07 08:51:41 -05:00
servo Pick up libz update to fix android build 2016-06-09 15:10:36 -05:00
style Auto merge of #11565 - nox:fonts, r=metajack 2016-06-07 03:50:18 -05:00
style_traits Removed unused imports 2016-05-15 22:24:26 +03:00
util Pick up libz update to fix android build 2016-06-09 15:10:36 -05:00
webdriver_server Added support for navigating by a delta 2016-06-04 18:47:38 -06:00