Here's a simple Hello World actor. It is a global actor (not associated with a given browser tab).
let protocol = require("devtools/server/protocol");
let {method, Arg, Option, RetVal} = protocol;
| #EXTM3U | |
| #PLAYLIST:CBC Radio Streams | |
| #EXTINF:-1,CBC Music (Atlantic) | |
| http://cbcmp3.ic.llnwd.net/stream/cbcmp3_cbc_r2_hfx | |
| #EXTINF:-1,CBC Music (Central) | |
| http://cbcmp3.ic.llnwd.net/stream/cbcmp3_cbc_r2_wpg |
This document describes the ongoing work for the Web Console output rewrite / reimplementation. Feedback is requested.
WORK IN PROGRESS!
Issues currently affecting the Web Console output:
| /** | |
| * Creating a remote debugger server. | |
| */ | |
| Cu.import("resource://gre/modules/devtools/dbg-server.jsm"); | |
| if (!DebuggerServer.initialized) { | |
| DebuggerServer.init(function() true); | |
| DebuggerServer.addBrowserActors(); | |
| } | |
| DebuggerServer.closeListener(); |
| <robcee> where's my hat?, | |
| ------- | |
| <robcee> u r teh smartest, | |
| ------- | |
| <robcee> I WILL TAKE THIS BULLET FOR YOU, | |
| ------- | |
| * robcee swears violently | |
| * robcee continues swearing, | |
| ------- | |
| <robcee> hey everybody, forget email. Let's all go skiing. (toboggans also acceptable), |
| upstream gunicorn_frontends { | |
| # We define the binding of the gunicorn web server | |
| server 127.0.0.1:8000; | |
| } | |
| # we need to redirect www since browserid thinks www and non-www are different | |
| server { | |
| listen 80; | |
| server_name www.yourdomain.com; | |
| rewrite ^ http://yourdomain.com$uri permanent; |
| #!/bin/bash | |
| # $Author: Mihai Sucan <[email protected]>$ | |
| # $Date: 2011-05-02 21:10:35 $ | |
| # usage: | |
| # moztests -hud | |
| # runs the HUDService tests | |
| # moztests -ws | |
| # runs the Workspace tests |