Skip to content

Commit

Permalink
add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Quicksaver committed Sep 28, 2016
1 parent 829bd03 commit 8728e55
Show file tree
Hide file tree
Showing 126 changed files with 517 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// VERSION 1.8.10

// This looks for file defaults.js in resource folder, expects:
Expand Down
6 changes: 5 additions & 1 deletion chrome.manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

content findbartweak chrome/content/
resource findbartweak resource/

Expand All @@ -17,4 +21,4 @@ locale findbartweak zh-TW chrome/locale/zh-TW/
skin findbartweak classic/1.0 chrome/skin/common/
skin findbartweak-os classic/1.0 chrome/skin/linux/
skin findbartweak-os classic/1.0 chrome/skin/win/ os=WINNT
skin findbartweak-os classic/1.0 chrome/skin/mac/ os=Darwin
skin findbartweak-os classic/1.0 chrome/skin/mac/ os=Darwin
4 changes: 4 additions & 0 deletions chrome/content/FITbinding.xbl
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<bindings id="findbartweak-findInTabs-bindings"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/findInTabsFull.xul
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
<?xml-stylesheet href="chrome://findbartweak/skin/findbar.css" type="text/css"?>
<?xml-stylesheet href="chrome://findbartweak-os/skin/findbar.css" type="text/css"?>
<?xml-stylesheet href="chrome://findbartweak/skin/findInTabs.css" type="text/css"?>
<?xml-stylesheet href="chrome://findbartweak-os/skin/findInTabs.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://findbartweak/locale/findbar.dtd">

<window
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="findbartweak-findInTabs"
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/findInTabsMini.xul
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE overlay SYSTEM "chrome://findbartweak/locale/findbar.dtd">

<overlay id="findInTabs_overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<broadcasterset id="mainBroadcasterSet">
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/findbar.xul
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<?xml-stylesheet href="chrome://findbartweak/skin/findbar.css" type="text/css"?>
<?xml-stylesheet href="chrome://findbartweak-os/skin/findbar.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://findbartweak/locale/findbar.dtd">

<overlay id="findbarUI_overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<popupset id="mainPopupSet">
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/paneAppearance.xul
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE options SYSTEM "chrome://findbartweak/locale/options.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/>
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/paneFindAll.xul
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE options SYSTEM "chrome://findbartweak/locale/options.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<richlistbox id="categories">
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/paneGeneral.xul
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<?xml-stylesheet href="chrome://findbartweak/skin/options.css"?>
<!DOCTYPE options SYSTEM "chrome://findbartweak/locale/options.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<richlistbox id="categories">
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/paneHighlights.xul
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE options SYSTEM "chrome://findbartweak/locale/options.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<richlistbox id="categories">
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/paneSights.xul
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE options SYSTEM "chrome://findbartweak/locale/options.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<richlistbox id="categories">
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/paneTweaks.xul
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE options SYSTEM "chrome://findbartweak/locale/options.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<richlistbox id="categories">
Expand Down
7 changes: 6 additions & 1 deletion chrome/content/paneTweaksMac.xul
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE overlay SYSTEM "chrome://findbartweak/locale/options.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<checkbox id="ctrlFClosesCheckbox" label="&OptctrlFCloses.mac;"/>
</overlay>
</overlay>
5 changes: 4 additions & 1 deletion chrome/content/utils/about.xul
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://objPathString/skin/utils/about.css"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<?xml-stylesheet href="chrome://objPathString/skin/utils/about.css"?>
<!DOCTYPE html [
<!ENTITY % htmlDTD
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
Expand Down
4 changes: 4 additions & 0 deletions chrome/content/utils/helptext.xul
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

<popupset id="mainPopupSet">
Expand Down
5 changes: 5 additions & 0 deletions chrome/content/utils/preferences.xul
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
<?xml-stylesheet href="chrome://global/skin/in-content/common.css"?>
Expand All @@ -11,6 +15,7 @@
<!ENTITY % preferences SYSTEM "chrome://findbartweak/locale/utils-preferences.dtd" >
%preferences;
]>

<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
id="objName-preferences"
title="&preferences.title;">
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/AiOS.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://browser/content/browser.xul") {

Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/FTDeepDark.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://browser/content/browser.xul") {

Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/defaults.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* preferences About pane backgound */

.main-wrapper {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/findInTabs.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace html url(http://www.w3.org/1999/xhtml);

Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/findbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

window[inDOMFullscreen] findbar {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/frameGrid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@import url("chrome://findbartweak-os/skin/frameGrid.css");

/* Grid stuff for frame grids */
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/grid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@import url("chrome://findbartweak-os/skin/grid.css");

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/options.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#categories .category image { list-style-image: url("chrome://findbartweak/skin/panes.png"); }
#categories .category[value="paneGeneral"] image { -moz-image-region: rect(0px 24px 24px 0px); }
#categories .category[value="paneAppearance"] image { -moz-image-region: rect(0px 48px 24px 24px); }
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/sights.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document
url("chrome://browser/content/browser.xul"),
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/utils/about.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* main sections, general widths backgrounds fonts */

h3,h4,h5,p {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/common/utils/preferences.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* for now since the add-ons have no RTL locales, force LTR direction in the preferences pane,
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/linux/findInTabs.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

findbar.findInTabs-bar {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/linux/findbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Find in All Tabs */
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/linux/frameGrid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Grid stuff for frame grids */
div[ownedbyfindbartweak][anonid="gridBox"] div[anonid="findGrid"]:not([gridSpacers="none"]) div.topSpacer[flex="0"],
div[ownedbyfindbartweak][anonid="gridBox"] div[anonid="findGrid"][gridSpacers="single"] div.bottomSpacer[flex="0"] {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/linux/grid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document
url("chrome://browser/content/browser.xul"),
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/mac/findInTabs.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

.findbar-tabs image {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/mac/findbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* findbar appearance */
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/mac/frameGrid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Grid stuff for frame grids */
div[ownedbyfindbartweak][anonid="gridBox"] div[anonid="findGrid"]:not([gridSpacers="none"]) div.topSpacer[flex="0"],
div[ownedbyfindbartweak][anonid="gridBox"] div[anonid="findGrid"][gridSpacers="single"] div.bottomSpacer[flex="0"] {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/mac/grid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document
url("chrome://browser/content/browser.xul"),
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/win/findInTabs.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

findbar.findInTabs-bar {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/win/findbar.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Find in All Tabs */
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/win/frameGrid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Grid button spacers heights for frame grids, these don't take into account OS zoom settings! */
div[ownedbyfindbartweak][anonid="gridBox"] div[anonid="findGrid"]:not([gridSpacers="none"]) div.topSpacer[flex="0"],
div[ownedbyfindbartweak][anonid="gridBox"] div[anonid="findGrid"][gridSpacers="single"] div.bottomSpacer[flex="0"] {
Expand Down
4 changes: 4 additions & 0 deletions chrome/skin/win/grid.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document
url("chrome://browser/content/browser.xul"),
Expand Down
4 changes: 4 additions & 0 deletions install.rdf
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>fbt@quicksaver</em:id>
Expand Down
4 changes: 4 additions & 0 deletions resource/defaults.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// VERSION 1.4.2

objName = 'findbartweak';
Expand Down
4 changes: 4 additions & 0 deletions resource/defaultsContent.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// VERSION 2.0.1

// By using a JSM, we can initialize each individual tab (frame) with our scripts without having to instanciate the same objects with each one.
Expand Down
Loading

0 comments on commit 8728e55

Please sign in to comment.