diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a194a5c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +stages: + - build + + +create-patch: + stage: build + variables: + GIT_DEPTH: 200 + script: + - git diff 1fee314adc81000294fc0cf3196a758e4b64dace > librewolf-pref-pane.patch + artifacts: + paths: + - librewolf-pref-pane.patch diff --git a/browser/components/preferences/jar.mn b/browser/components/preferences/jar.mn index 4f3babe..0aa6f60 100644 --- a/browser/components/preferences/jar.mn +++ b/browser/components/preferences/jar.mn @@ -11,9 +11,14 @@ browser.jar: content/browser/preferences/home.js content/browser/preferences/search.js content/browser/preferences/privacy.js + content/browser/preferences/librewolf.js content/browser/preferences/containers.js content/browser/preferences/sync.js content/browser/preferences/experimental.js + content/browser/preferences/moreFromMozilla.js content/browser/preferences/fxaPairDevice.xhtml content/browser/preferences/fxaPairDevice.js content/browser/preferences/findInPage.js + content/browser/preferences/more-from-mozilla-qr-code-simple.svg + content/browser/preferences/more-from-mozilla-qr-code-simple-cn.svg + content/browser/preferences/more-from-mozilla-qr-code-advanced.svg diff --git a/browser/components/preferences/librewolf.inc.xhtml b/browser/components/preferences/librewolf.inc.xhtml new file mode 100644 index 0000000..7a582fb --- /dev/null +++ b/browser/components/preferences/librewolf.inc.xhtml @@ -0,0 +1,254 @@ +# 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/. + +