toolkit/components/places/tests/chrome/history_post.sjs

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:e6bc6a5545c0
1 function handleRequest(request, response)
2 {
3 response.setStatusLine("1.0", 200, "OK");
4 response.setHeader("Content-Type", "text/plain; charset=utf-8", false);
5 response.write("Ciao");
6 }

mercurial