gecko-dev/servo
Simon Sapin ba84578f65 servo: Merge #9929 - Refactor the cascade (from servo:cascade); r=pcwalton
Converting the specified value of some properties into a computed value depends on the value of other properties. For example, the `em` unit of any length depends on the `font-size` property.

Previously, we would do a first pass over applicable declarations to build up a `values::computed::Context` struct with a number of fields for each such piece of data from other properties.

This simplies the struct by instead having it contain the set of computed values (for a given element) that is being populated and classify properties into "early" and "other", such that the only dependencies can be from "other" to "early". We iterate applicable_declarations twice, first cascading "early" properties then "other". Unfortunately, it’s not easy to check that this classification is correct.

Source-Repo: https://github.com/servo/servo
Source-Revision: 2d6283c64be8c052e6b0a06e857950d7f25db353
2016-03-19 07:39:56 +05:01
..
components servo: Merge #9929 - Refactor the cascade (from servo:cascade); r=pcwalton 2016-03-19 07:39:56 +05:01
etc servo: Merge #9894 - Use rustdoc’s new --passes strip-priv-imports flag (from servo:strip-priv-imports); r=Ms2ger 2016-03-08 09:17:29 +05:01
ports servo: Merge #9788 - Use external 'threadpool' crate, remove in-tree utility (from servo:threadpool); r=jdm 2016-03-19 06:17:56 +05:01
python servo: Merge #10003 - Patch handles exception with errormessage on topdir with Unicode characters (from qaxi:master); r=metajack 2016-03-17 00:16:22 +05:01
resources servo: Merge #9875 - Hide overflow of <input> (from servo:overflow-clip-box); r=mbrubeck 2016-03-05 00:24:33 +05:01
support servo: Merge #9908 - Check tidy for "support/android/build-apk/" (from UK992:tidy-fix); r=ecoal95 2016-03-08 11:58:08 +05:01
tests servo: Merge #10055 - Bump serde to 0.7 (from servo:serde); r=Ms2ger 2016-03-17 17:58:36 +05:01
.gitattributes servo: Merge #6336 - Appease Github's Linguist (from nerith:master); r=Manishearth 2015-06-10 22:30:58 -06:00
.gitignore servo: Merge #9817 - Stop generating a parser.out file in the source (from Ms2ger:yacc-log); r=nox 2016-03-02 00:26:02 +05:01
.travis.yml servo: Merge #9649 - Refactoring tidy (from Wafflespeanut:tidy_progress); r=jdm 2016-02-25 22:07:21 +05:01
appveyor.yml servo: Merge #9884 - Make appveyor run on auto branch (from Manishearth:appveyor-homu); r=metajack 2016-03-06 09:14:42 +05:01
cargo-nightly-build servo: Merge #9880 - Update cargo (from larsbergstrom:cargoup); r=SimonSapin 2016-03-05 12:19:03 +05:01
CONTRIBUTING.md servo: Merge #9744 - Add our CoC diffs (from larsbergstrom:coc); r=metajack 2016-02-25 09:59:07 +05:01
HACKING_QUICKSTART.md servo: Merge #9069 - HACKING_QUICKSTART.md: Don't recommend creating .cargo/config in pare… (from antrik:cargo_config-location); r=SimonSapin 2015-12-26 04:11:42 +05:01
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
LICENSE servo: Add license 2013-04-03 18:37:29 -07:00
mach servo: Merge #7632 - Speedup mach startup (from aidanhs:aphs-speedup-mach-startup); r=metajack 2015-09-16 14:34:17 -06:00
ORGANIZATION.md servo: Merge #9956 - Fix "profile_traits" section indentation in ORGANIZATION.md (from servo:org-indent); r=Manishearth 2016-03-11 12:40:21 +05:01
README.md servo: Merge #9910 - Add link for README (from bombless:patch-1); r=SimonSapin 2016-03-08 17:49:29 +05:01
rust-nightly-date servo: Merge #9894 - Use rustdoc’s new --passes strip-priv-imports flag (from servo:strip-priv-imports); r=Ms2ger 2016-03-08 09:17:29 +05:01
servobuild.example servo: Merge #9086 - Rename rust-snapshot-hash to rust-nightly-date (from servo:no-snapshot); r=nox 2015-12-30 18:51:38 +05:01

The Servo Parallel Browser Engine Project

Servo is a prototype web browser engine written in the Rust language. It is currently developed on 64bit OS X, 64bit Linux, Android, and Gonk (Firefox OS).

Servo welcomes contribution from everyone. See CONTRIBUTING.md and HACKING_QUICKSTART.md for help getting started.

Visit the Servo Project page for news and guides.

Prerequisites

On OS X (homebrew):

brew install automake pkg-config python cmake
pip install virtualenv

On OS X (MacPorts):

sudo port install python27 py27-virtualenv cmake

On OS X 10.11, you also have to install openssl:

brew install openssl
brew link --force openssl

On Debian-based Linuxes:

sudo apt-get install curl freeglut3-dev autoconf \
    libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
    gperf g++ build-essential cmake virtualenv python-pip \
    libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
    libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev

If you are on Ubuntu 14.04 and encountered errors on installing these dependencies involving libcheese, see #6158 for a workaround.

If virtualenv does not exist, try python-virtualenv.

On Fedora:

sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
    freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
    fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
    rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel

On Arch Linux:

sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu

On Gentoo Linux:

sudo emerge net-misc/curl media-libs/freeglut \
    media-libs/freetype media-libs/mesa dev-util/gperf \
    dev-python/virtualenv dev-python/pip dev-libs/openssl \
    x11-libs/libXmu media-libs/glu x11-base/xorg-server

On Windows:

Download Python for Windows here. This is required for the SpiderMonkey build on Windows.

Install MSYS2 from here. After you have done so, open an MSYS shell window and update the core libraries and install new packages:

update-core
pacman -Sy git mingw-w64-x86_64-toolchain mingw-w64-x86_64-freetype \
    mingw-w64-x86_64-icu mingw-w64-x86_64-nspr mingw-w64-x86_64-ca-certificates \
    mingw-w64-x86_64-expat mingw-w64-x86_64-cmake tar diffutils patch \
    patchutils make python2-setuptools
easy_install-2.7 pip virtualenv

Open a new MSYS shell window as Administrator and remove the Python binaries (they are not compatible with our mach driver script yet, unfortunately):

cd /mingw64/bin
mv python2.exe python2-mingw64.exe
mv python2.7.exe python2.7-mingw64.exe

Now, open a MINGW64 (not MSYS!) shell window, and you should be able to build servo as usual!

Cross-compilation for Android:

Pre-installed Android tools are needed. See wiki for details

The Rust compiler

Servo's build system automatically downloads a Rust compiler to build itself. This is normally a specific revision of Rust upstream, but sometimes has a backported patch or two. If you'd like to know which nightly build of Rust we use, see rust-nightly-date.

Building

Servo is built with Cargo, the Rust package manager. We also use Mozilla's Mach tools to orchestrate the build and other tasks.

Normal build

To build Servo in development mode. This is useful for development, but the resulting binary is very slow.

git clone https://github.com/servo/servo
cd servo
./mach build --dev
./mach run tests/html/about-mozilla.html

For benchmarking, performance testing, or real-world use, add the --release flag to create an optimized build:

./mach build --release
./mach run --release tests/html/about-mozilla.html

Building for Android target

git clone https://github.com/servo/servo
cd servo
ANDROID_TOOLCHAIN=/path/to/toolchain ANDROID_NDK=/path/to/ndk PATH=$PATH:/path/to/toolchain/bin ./mach build --android
cd ports/android
ANDROID_SDK=/path/to/sdk make install

Rather than setting the ANDROID_* environment variables every time, you can also create a .servobuild file and then edit it to contain the correct paths to the Android SDK/NDK tools:

cp servobuild.example .servobuild
# edit .servobuild

Running

Use ./mach run [url] to run Servo.

Commandline Arguments

  • -p INTERVAL turns on the profiler and dumps info to the console every INTERVAL seconds
  • -s SIZE sets the tile size for painting; defaults to 512
  • -z disables all graphical output; useful for running JS / layout tests

Keyboard Shortcuts

  • Ctrl-- zooms out
  • Ctrl-= zooms in
  • Backspace goes backwards in the history
  • Shift-Backspace goes forwards in the history
  • Esc exits servo

Developing

There are lots of mach commands you can use. You can list them with ./mach --help.

The generated documentation can be found on http://doc.servo.org/servo/index.html