browser/base/content/test/social/social_window.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <html>
     2   <head>
     3     <meta charset="utf-8">
     4     <script>
     5       function pingWorker() {
     6         var port = navigator.mozSocial.getWorker().port;
     7         port.postMessage({topic: "service-window-message",
     8                           location: window.location.href,
     9                           result: "ok"
    10                          });
    11       }
    12     </script>
    13   </head>
    14   <body onload="pingWorker();">
    15     <p>This is a test social service window.</p>
    16   </body>
    17 </html>

mercurial