Skip to content

cliqz-oss/browser-f

Repository files navigation

Cliqz Browser

Cliqz develops novel Internet browsers that incorporate proprietary features such as search and anti-tracking. This repository is about the Cliqz desktop browser, based on Mozilla Firefox – thus the repository name “browser-f” like Firefox. It is available for Windows and Mac. Learn more about our products and team at cliqz.com.

Most features developed by Cliqz and offered as part of the Cliqz browsers are maintained in the open source project browser-core.

If you are curious about our mobile browsers, please visit our open source projects for Cliqz for Android and Cliqz for iOS.

Building

First you should have an environment prepared to build regular Firefox. To do that follow Mozilla instructions.

Next run a building script: ./magic_build_and_package.sh

The successful build should create packages for the appropriate platform in:

  • windows installer: ./obj/dist/installer/sea/
  • mac dmg: ./obj/dist/
  • linux tar.bz2: ./obj/dist/

Details:

To build a Cliqz browser some environment variables must be set up. If they don't - build script will use deafult values for them. Also developer can specify them to have special build:

  • CQZ_BUILD_ID - special identifier which will be used as MOZ_BUILD_DATE on all platforms (for same buildid). It used to save build artifacts to separate location in repository.cliqz.com. Also this ID used to download a special version of Cliqz and https-everywhere extensions, which are necessary for proper build process.
  • CQZ_RELEASE_CHANNEL - which version to build, beta or release. By default building "beta" version.
  • CQZ_BUILD_DE_LOCALIZATION - by default will be only en-US localization build. If you need a DE version - set this flag to 1. By default not specified.
  • CQZ_BUILD_64BIT_WINDOWS - to build 64-bit version (for Windows only). On Mac always building 64-bit version. By default not specified.

Running

To test the build switch to build folder (./obj/dist/cliqz) and launch binaries.

Developing

There should be no differences in development from the regular Mozilla process.

Feature requests and bug reports

Please use github issues to submit bugs and requests.

When submitting the bug report please include the following information:

  • OS version, eg. Windox 8.1, Mac OS X 10.10.4
  • system architecture (32/64 bit)
  • browser version, eg. Cliqz 1.5.0, based on Firefox 47

Repository structure

For automated build purposes we keep copies of the original Mozilla project in our repository. Thus, the following folders are archives of respective Mozilla repositories:

Cliqz changes are applied to original Mozilla code.

Localization

Firefox localization files (production version) placed in https://hg.mozilla.org/releases/l10n/mozilla-release. Early for each released FF version it was possible to find appropriate tag in localization. Now looks like FF stop adding new tags for release in localization. In new reality, to find proper commit for some released FF version, please, do next:

Some more interesting FF's localization resources: