[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

mrowe at apple.com mrowe at apple.com
Wed Feb 10 22:11:55 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 990cf951e1ab2963cbb454bfce9f167209f06db1
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 4 03:57:23 2010 +0000

    Remove an unnecessary backup file.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54322 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/websocket/tests/resources/close-on-unload-iframe.html~ b/LayoutTests/websocket/tests/resources/close-on-unload-iframe.html~
deleted file mode 100644
index 472caf4..0000000
--- a/LayoutTests/websocket/tests/resources/close-on-unload-iframe.html~
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
-<script src="../../../fast/js/resources/js-test-pre.js"></script>
-<script src="../../../fast/js/resources/js-test-post-function.js"></script>
-</head>
-<body>
-<div id="description"></div>
-<div id="console"></div>
-<script type="text/javascript">
-var ws = new WebSocket("ws://127.0.0.1:8880/websocket/tests/close-on-unload");
-ws.onopen = function()
-{
-    debug("ws in iframe opened");
-    ws.send("socket1");
-};
-ws.onmessage = function(evt)
-{
-    debug("ws in iframe got message:" + evt.data);
-    parent.document.iframeReady(evt.data);
-}
-</script>
-</body>
-</html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list