зеркало из https://github.com/mozilla/gecko-dev.git
6f0a882a05
These files became redundant after we started serving WebSocket connections from the HTTPD. This fixes the test browser/base/content/test/static/browser_all_files_referenced.js, which checks for unreferenced JSMs. Differential Revision: https://phabricator.services.mozilla.com/D27247 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
README | ||
Stream.jsm | ||
WebSocket.jsm | ||
WebSocketTransport.jsm |
README
These files provide functionality for serving and responding to HTTP
requests, and handling WebSocket connections. For this we rely on
httpd.js and the chrome-only WebSocket.createServerWebSocket function.
Generally speaking, this is all held together with a piece of string.
It is a known problem that we do not have a high-quality HTTPD
implementation in central, and we’d like to move away from using
any of this code.