repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset 7362e63c648e (relanding bug 449422)
[wine-gecko.git]
/
build
/
pgo
/
index.html
blob
3816352d2f037f0088b4ee21a8afa5d215db396d
1
<html>
2
<head>
3
<title>
PGO
</title>
4
<script
src
=
"quit.js"
></script>
5
</head>
6
<body>
7
8
Just going to quit after a timeout for now...
9
10
<script>
11
setTimeout
(
goQuitApplication
,
10000
);
12
</script>
13
</body>
14
</html>