GithubHelp home page GithubHelp logo

cowl's Introduction

This is the latest implementation of COWL for the Firefox web browser. We've taken on the challenge of proving the COWL source as a clean set of patches for bleeding-edge Firefox. Hence, at the time of this writing all the features describe in the paper are not yet available. We will keep working to make these available as soon as possible. However, if you are interested in a slightly older version of COWL, with a slightly less clean patch, please contact us -- we would be happy to provide.

Build COWL

To build COWL you need a .mozconfig file. Here is an example of the debug build with the clang compiler:

export CC="clang -fcolor-diagnostics -DCOWL_DEBUG"
export CXX="clang++ -fcolor-diagnostics -DCOWL_DEBUG"
ac_add_options --enable-application=browser
ac_add_options --enable-debug
ac_add_options --disable-optimize 
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-debug
ac_add_options --with-ccache=/usr/bin/ccache
export COWL_DEBUG=1

If you just want an optimized non-debug version, here is an example with GCC (latest clang on Arch Linux does not compile as of this writing):

ac_add_options --enable-application=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj
ac_add_options --with-ccache=/usr/bin/ccache

Once you have the .mozconfig file simply run mach build.

Running COWL

To run the customized Firefox browser simply execute mach run. Checkout the examples at http://cowl.ws to start playing around.

Troubleshooting

LWorkers missing?

The next set of patches will include our LWorkers. For now you can play with an LWorker-like API built on top of iframes provided at http://cowl.ws/cowl.js.

cowl's People

Contributors

asurkov avatar bavariantomcat avatar bhackett1024 avatar bholley avatar bsmedberg avatar bzbarsky avatar daogottwald avatar dbaron avatar dholbert avatar ehsan avatar glandium avatar jandem avatar jfkthame avatar joneschrisg avatar jswalden avatar kwierso avatar mak77 avatar masayuki-nakano avatar mattwoodrow avatar mbrubeck avatar mounirlamouri avatar mrbkap avatar ms2ger avatar nnethercote avatar philor avatar reedloden avatar rocallahan avatar rvandermeulen avatar sdwilsh avatar staktrace avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.