repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git]
/
docshell
/
test
/
bug413310-post.sjs
blob
b8d85dd3cf24c96aef93399dc153b709bd392e0c
1
function handleRequest(request, response) {
2
response.setHeader("Content-Type", "text/html");
3
response.write("<body onload='window.parent.onloadCount++'>" +
4
request.method + " " +
5
Date.now() +
6
"</body>");
7
}