Skip to content

interwebLT/browser-f

 
 

Repository files navigation

CLIQZ Browser

CLIQZ develops novel Internet browsers that incorporate search as primary feature. This repository is about the CLIQZ Browsers based on Mozilla Firefox, available to users as “CLIQZ for Windows beta” and “CLIQZ for Mac beta”. Learn more at cliqz.com.

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: ./mozilla-release/obj-firefox/dist/installer/sea/
  • mac dmg: ./mozilla-release/obj-firefox/dist/
  • linux tar.bz2: ./mozilla-release/obj-firefox/dist/

Running

To test the build use the regular Firefox process followed by:

  • change working directory cd mozilla-release
  • set environment variables:
export MOZ_OBJDIR=obj-firefox
export MOZCONFIG=`pwd`/browser/config/mozconfig

Then run as regular Firefox build with ./mach run.

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: