summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui/resources
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/firefox-ui/resources
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/firefox-ui/resources')
-rw-r--r--testing/firefox-ui/resources/addons/extensions/restartless_addon_signed.xpibin0 -> 186036 bytes
-rw-r--r--testing/firefox-ui/resources/addons/extensions/restartless_addon_unsigned.xpibin0 -> 177535 bytes
-rw-r--r--testing/firefox-ui/resources/cookies/cookie_single.html16
-rw-r--r--testing/firefox-ui/resources/images/firefox_favicon.icobin0 -> 1150 bytes
-rw-r--r--testing/firefox-ui/resources/images/mozilla_favicon.icobin0 -> 1406 bytes
-rw-r--r--testing/firefox-ui/resources/images/mozilla_logo.jpgbin0 -> 3298 bytes
-rw-r--r--testing/firefox-ui/resources/layout/mozilla.html45
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_community.html57
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_contribute.html70
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_governance.html38
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_grants.html72
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_mission.html51
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_organizations.html39
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_projects.html60
-rw-r--r--testing/firefox-ui/resources/private_browsing/about.html10
-rw-r--r--testing/firefox-ui/resources/security/enable_privilege.html21
-rw-r--r--testing/firefox-ui/resources/support.html19
17 files changed, 498 insertions, 0 deletions
diff --git a/testing/firefox-ui/resources/addons/extensions/restartless_addon_signed.xpi b/testing/firefox-ui/resources/addons/extensions/restartless_addon_signed.xpi
new file mode 100644
index 000000000..ed86213e7
--- /dev/null
+++ b/testing/firefox-ui/resources/addons/extensions/restartless_addon_signed.xpi
Binary files differ
diff --git a/testing/firefox-ui/resources/addons/extensions/restartless_addon_unsigned.xpi b/testing/firefox-ui/resources/addons/extensions/restartless_addon_unsigned.xpi
new file mode 100644
index 000000000..d0768103d
--- /dev/null
+++ b/testing/firefox-ui/resources/addons/extensions/restartless_addon_unsigned.xpi
Binary files differ
diff --git a/testing/firefox-ui/resources/cookies/cookie_single.html b/testing/firefox-ui/resources/cookies/cookie_single.html
new file mode 100644
index 000000000..d4a02b45b
--- /dev/null
+++ b/testing/firefox-ui/resources/cookies/cookie_single.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+<script type="text/javascript">
+ function setCookie()
+ {
+ var date = new Date();
+ date.setDate(new Date().getDate() + 36);
+ document.cookie = "litmus_1=true;expires=" + date.toGMTString();
+ }
+</script>
+</head>
+
+<body onload="setCookie()">
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/images/firefox_favicon.ico b/testing/firefox-ui/resources/images/firefox_favicon.ico
new file mode 100644
index 000000000..2c2f81768
--- /dev/null
+++ b/testing/firefox-ui/resources/images/firefox_favicon.ico
Binary files differ
diff --git a/testing/firefox-ui/resources/images/mozilla_favicon.ico b/testing/firefox-ui/resources/images/mozilla_favicon.ico
new file mode 100644
index 000000000..d44438903
--- /dev/null
+++ b/testing/firefox-ui/resources/images/mozilla_favicon.ico
Binary files differ
diff --git a/testing/firefox-ui/resources/images/mozilla_logo.jpg b/testing/firefox-ui/resources/images/mozilla_logo.jpg
new file mode 100644
index 000000000..231b385ee
--- /dev/null
+++ b/testing/firefox-ui/resources/images/mozilla_logo.jpg
Binary files differ
diff --git a/testing/firefox-ui/resources/layout/mozilla.html b/testing/firefox-ui/resources/layout/mozilla.html
new file mode 100644
index 000000000..9224533bf
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/mozilla_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#community">Community</a> |
+ <a href="#project">Project</a> |
+ <a href="#organization">Organization</a>
+
+ <div id="content">
+ <h1 id="page-title">
+ <strong>We believe</strong> that the internet should be public,
+ open and accessible.
+ </h1>
+
+ <h2><a name="community">Community</a></h2>
+ <p id="community">
+ We're a global community of thousands who believe in the power
+ of technology to enrich people's lives.
+ <a href="mozilla_community.html">More</a>
+ </p>
+
+ <h2><a name="project">Project</a></h2>
+ <p id="project">
+ We're an open source project whose code is used for some of the
+ Internet's most innovative applications.
+ <a href="mozilla_projects.html">More</a>
+ </p>
+
+ <h2><a name="organization">Organization</a></h2>
+ <p id="organization">
+ We're a public benefit organization dedicated to making the
+ Internet better for everyone.
+ <a href="mozilla_mission.html">More</a>
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/layout/mozilla_community.html b/testing/firefox-ui/resources/layout/mozilla_community.html
new file mode 100644
index 000000000..c8da6afd8
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_community.html
@@ -0,0 +1,57 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Community</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/seamonkey_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#history">History</a> |
+ <a href="#communicate">Communicate</a> |
+ <a href="#more">More</a>
+
+ <div id="content">
+ <h1 id="page-title" name="page-title">Our Community</h1>
+
+ <h2><a name="history">History</a></h2>
+ <p id="history">
+ When www.mozilla.org was launched in 1998 all community activity
+ occurred right here on this site. Since then the community has
+ grown much bigger and there are now many different sites,
+ forums, blogs and newsgroups in different places that track
+ different parts of the project. These pages aim to be a
+ comprehensive list to all of the different community resources
+ available. If you know of something that's not on these lists
+ that should be, please contact us and we'll update these
+ pages.
+ </p>
+
+ <h2><a name="communicate">Communicate</a></h2>
+ <p id="communicate">
+ There are a number of different ways community members
+ communicate and coordinate (people use mailing lists and
+ newsgroups, blogs, forums, wikis and they even meet in real
+ life sometimes too) and all of these options might be
+ overwhelming at first. Hopefully this set of links will provide
+ some useful pointers to help you figure out where to go to find
+ what you're looking for. If you do get lost though and need
+ some help, feel free to ask for more information.
+ </p>
+
+ <h2><a name="more">More</a></h2>
+ <p id="more">
+ Please note that this is intended to be an entry point that
+ provides a high-level overview of the different community areas.
+ If you're looking for more detailed information about a specific
+ topic, please look at our Developer,
+ <a href="mozilla_contribute.html">Contribute</a> and Support
+ pages or take a look at the other information referenced
+ throughout this site.
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/layout/mozilla_contribute.html b/testing/firefox-ui/resources/layout/mozilla_contribute.html
new file mode 100644
index 000000000..cf5e54b85
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_contribute.html
@@ -0,0 +1,70 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Contribute</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/thunderbird_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#summary">Summary</a> |
+ <a href="#contribute">Contribute</a>
+
+ <div id="content">
+ <h1 id="page-title">Get Involved</h1>
+
+ <h2><a name="summary">Summary</a></h2>
+ <p id="summary">
+ You can <a href="mozilla_mission.html">build a better Internet</a>
+ by getting involved with Mozilla. You don't have to be a C++
+ guru (or even know what that means!) and you don't need to spend
+ lots of time. Take a look at the opportunities below and feel
+ free to ask if you have any questions.
+ </p>
+
+ <h2><a name="contribute">Contribute</a></h2>
+ <p id="contribute">
+ <h3>Area of Interest</h3>
+ <i>Browse contribution opportunities by area of interest.</i>
+
+ <ul id="areas_of_interest">
+ <li id="browser_choice">
+ <h4>Web Browser Choice</h4>
+ <p>
+ Mozilla has always believed that the freedom to
+ make informed choices should be central to making
+ the Web, and the world, a better place. Tell us
+ why having a choice of browser is important to you
+ and help us spread the word about how others can
+ take control of their online lives.
+ </p>
+ </li>
+ <li id="helping_users">
+ <h4>Helping Users</h4>
+ <p>
+ Interested in helping others get the most out of
+ using Firefox and other Mozilla projects? Our
+ support process relies on enthusiastic
+ contributors like you. Find out more about
+ supporting Firefox, Thunderbird and other Mozilla
+ projects.
+ </p>
+ </li>
+ <li id="localization">
+ <h4>Localization</h4>
+ <p>
+ Get involved with Mozilla by making Firefox,
+ Thunderbird and other projects available in your
+ language. Also help us tell the world about how
+ Mozilla is building a better Internet by
+ translating content on our web sites.
+ </p>
+ </li>
+ </ul>
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/layout/mozilla_governance.html b/testing/firefox-ui/resources/layout/mozilla_governance.html
new file mode 100644
index 000000000..8e25aaabd
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_governance.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Governance</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/firefox_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#summary">Summary</a> |
+ <a href="#more">More</a>
+
+ <div id="content">
+ <h1 id="page-title">Governance</h1>
+
+ <h2><a name="summary">Summary</a></h2>
+ <p id="summary">
+ Mozilla is an open source project governed as a meritocracy. Our
+ community is structured as a virtual organization where
+ authority is distributed to both volunteer and employed
+ community members as they show their abilities through
+ contributions to the project.
+ </p>
+
+ <h2><a name="more">More</a></h2>
+ <p id="more">
+ <ul id="list">
+ <li id="roles">Roles and Responsibilities</li>
+ <li id="policies">Policies</li>
+ <li id="discussion">Discussion</li>
+ </ul>
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/layout/mozilla_grants.html b/testing/firefox-ui/resources/layout/mozilla_grants.html
new file mode 100644
index 000000000..c8935c4fb
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_grants.html
@@ -0,0 +1,72 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Grants</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/mozilla_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#summary">Summary</a> |
+ <a href="#goals">Goals</a>
+
+ <div id="content">
+ <h1 id="page-title">Mozilla Grants</h1>
+
+ <h2><a name="summary">Summary</a></h2>
+ <p id="summary">
+ Since 2006, Mozilla has awarded over two million dollars to fund
+ projects that contribute to the health of the Open Web. The
+ Mozilla Grants program is jointly funded by the Mozilla
+ Corporation and the Mozilla Foundation, and awards financial
+ support to individuals and organizations whose work supports and
+ enhances the mission and values of the Mozilla Project.
+ </p>
+
+ <h2><a name="goals">Goals</a></h2>
+ <p id="goals">
+ Mozilla makes grants to individuals and organizations all over
+ the world. We mainly fund activity that supports the Mozilla
+ Grants program's four target areas:
+
+ <ul id="goal_list">
+ <li id="accessibility">
+ <strong>Accessibility:</strong> Mozilla believes that
+ the Internet truly is for everyone, and that those with
+ disabilities should be able to participate on the Web
+ along with their sighted and hearing peers. As part of
+ our accessibility strategy, we are funding the
+ development of free, open source options for those with
+ visual and auditory impairments.
+ </li>
+
+ <li id="community">
+ <strong>Community:</strong> Mozilla offers suppport to
+ the broader free culture and open source community, as
+ part of Mozilla's general effort to 'give back', aiding
+ in the creation of technologies and projects that
+ increase the health of the open Web ecosystem.
+ </li>
+
+ <li id="education">
+ <strong>Education:</strong> As part of Mozilla's broader
+ education initiative, we support educational
+ institutions that are producing the next generation of
+ innovative creators of software.
+ </li>
+
+ <li id="open_source">
+ <strong>Open Source:</strong> These grants support the
+ creation and adoption of Web standards, open source
+ principles, and the overall principles of transparency,
+ collaboration, and openness that free and open source
+ software projects adhere to.
+ </li>
+ </ul>
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/layout/mozilla_mission.html b/testing/firefox-ui/resources/layout/mozilla_mission.html
new file mode 100644
index 000000000..c9ed2bd85
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_mission.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Mission</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/seamonkey_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#mission">Mission</a> |
+ <a href="#organization">Organization</a> |
+ <a href="#goal">Goal</a>
+
+ <div id="content" name="content">
+ <h1 id="page-title" name="page-title">Mission</h1>
+
+ <h2><a name="mission">Mission</a></h2>
+ <p id="mission_statement">
+ Mozilla's mission is to <strong>promote openness, innovation,
+ and opportunity on the web</strong>. We do this by creating
+ great software, like the Firefox browser, and building
+ movements, like Drumbeat, that give people tools to take control
+ of their online lives.
+ </p>
+
+ <h2><a name="organization">Organization</a></h2>
+ <p id="organization">
+ As a non-profit organization, we define success in terms of
+ building communities and enriching people's lives instead of
+ benefiting our shareholders (guess what: we don't even have
+ shareholders). We believe in the power and potential of the
+ Internet and want to see it thrive for everyone, everywhere.
+ </p>
+
+ <h2><a name="goal">Goal</a></h2>
+ <p id="goal">
+ <strong>
+ Building a better Internet is an ambitious goal, but we
+ believe that it is possible
+ </strong>
+ when people who share our passion get involved. Coders, artists,
+ writers, testers, surfers, students, grandparents; anyone who
+ uses and cares about the web can help make it even better.
+ <a href="mozilla_contribute.html">Find out how you can help</a>.
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/layout/mozilla_organizations.html b/testing/firefox-ui/resources/layout/mozilla_organizations.html
new file mode 100644
index 000000000..9d2ae9ff0
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_organizations.html
@@ -0,0 +1,39 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Organizations</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/thunderbird_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#summary">Summary</a> |
+ <a href="#organization">Organization</a>
+
+ <div id="content">
+ <h1 id="page-title">Mozilla Organizations</h1>
+
+ <h2><a name="summary">Summary</a></h2>
+ <p id="summary">
+ Mozilla is a global community of people creating a better
+ Internet. We build public benefit into the Internet by creating
+ free, open source products and technologies that improve the
+ online experience for people everywhere.
+ </p>
+
+ <h2><a name="organization">Organization</a></h2>
+ <p id="organization">
+ There are several organizations that support the Mozilla
+ community and Mozilla's principles. They include the non-profit
+ Mozilla Foundation as well as two wholly owned taxable
+ subsidiaries, the Mozilla Corporation and Mozilla Messaging.
+ Mozilla considers itself a hybrid organization, combining non-
+ profit and market strategies to ensure the Internet remains a
+ shared public resource.
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/layout/mozilla_projects.html b/testing/firefox-ui/resources/layout/mozilla_projects.html
new file mode 100644
index 000000000..a4ec7c840
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_projects.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Projects</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/firefox_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#summary">Summary</a> |
+ <a href="#applications">Applications</a>
+
+ <div id="content">
+ <h1 id="page-title">Our Projects</h1>
+
+ <h2><a name="summary">Summary</a></h2>
+ <p id="summary">
+ The Mozilla community produces a lot of great software and acts
+ as an incubator for innovative ideas as a way to advance our
+ <a href="mozilla_mission.html">mission</a> of building a better
+ Internet.
+ </p>
+
+ <h2><a name="applications">Applications</a></h2>
+ <p id="applications">
+ <p>
+ These applications are developed by the Mozilla community
+ and their code is hosted on mozilla.org.
+ </p>
+
+ <ul id="product_list">
+ <li id="bugzilla">
+ <h3><strong>Bugzilla</strong></h3>
+ Bugzilla is a bug tracking system designed to help teams
+ manage software development. Hundreds of organizations
+ across the globe are using this powerful tool to get
+ organized and communicate effectively.
+ </li>
+
+ <li id="camino">
+ <h3><strong>Camino</strong></h3>
+ Camino is a Web browser optimized for Mac OS X with a
+ Cocoa user interface, and powerful Gecko layout engine.
+ It's the simple, secure, and fast browser for Mac OS X.
+ </li>
+
+ <li id="firefox">
+ <h3><strong>Firefox for Desktop</strong></h3>
+ The award-winning Firefox Web browser has security,
+ speed and new features that will change the way you use
+ the Web. Don’t settle for anything less.
+ </li>
+ </ul>
+ </p>
+ </div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/private_browsing/about.html b/testing/firefox-ui/resources/private_browsing/about.html
new file mode 100644
index 000000000..30b211be6
--- /dev/null
+++ b/testing/firefox-ui/resources/private_browsing/about.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+ <div id="about_pb">About Private Browsing</div>
+</body>
+</html>
diff --git a/testing/firefox-ui/resources/security/enable_privilege.html b/testing/firefox-ui/resources/security/enable_privilege.html
new file mode 100644
index 000000000..9d18e4684
--- /dev/null
+++ b/testing/firefox-ui/resources/security/enable_privilege.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+ <head>
+ <title>Test page for enablePrivilege</title>
+ <script>
+ function init() {
+ var result = document.getElementById("result");
+ try {
+ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
+ result.textContent = "FAIL";
+ }
+ catch (ex) {
+ result.textContent = "PASS";
+ }
+ }
+ </script>
+ </head>
+ <body onload="init();">
+ <p id="result"></p>
+ </body>
+</html>
diff --git a/testing/firefox-ui/resources/support.html b/testing/firefox-ui/resources/support.html
new file mode 100644
index 000000000..b794e9ef9
--- /dev/null
+++ b/testing/firefox-ui/resources/support.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <script type="text/javascript">
+ function show() {
+ var results = /\?topic=(.+)$/.exec(window.document.location);
+ var topic = decodeURIComponent(results[1].replace(/\+/g, " "))
+ var node = document.getElementById("topic");
+
+ node.textContent = topic;
+ }
+ </script>
+</head>
+
+<body onload="show()">
+ <div id="topic"></div>
+</body>
+</html>