content/base/test/csp/file_csp_bug768029.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE HTML>
     2 <html>
     3 <!--
     4   https://bugzilla.mozilla.org/show_bug.cgi?id=768029
     5 -->
     6 <head>
     7   <meta charset="utf-8">
     8     <title>This is an app for testing</title>
    10     <link rel="stylesheet" type="text/css"
    11           href="file_csp_bug768029.sjs?type=style&origin=same_origin" />
    12     <link rel="stylesheet" type="text/css"
    13           href="http://example.com/tests/content/base/test/csp/file_csp_bug768029.sjs?type=style&origin=cross_origin" />
    14   </head>
    15   <body>
    17     <script src="file_csp_bug768029.sjs?type=script&origin=same_origin"></script>
    18     <script src="http://example.com/tests/content/base/test/csp/file_csp_bug768029.sjs?type=script&origin=cross_origin"></script>
    19     <img src="file_csp_bug768029.sjs?type=img&origin=same_origin" />
    20     <img src="http://example.com/tests/content/base/test/csp/file_csp_bug768029.sjs?type=img&origin=cross_origin" />
    22     Test for CSP applied to (simulated) app.
    24   </body>
    25 </html>

mercurial