Граф коммитов

127 Коммитов

Автор SHA1 Сообщение Дата
Mátyás Mustoha 463f7c1cfd servo: Merge #11360 - Update Android build instructions in README (from mmatyas:readme_androidbuild); r=Manishearth
The Android build instructions haven't been updated for a while in the README;
instead of `cd ports/android && ANDROID_SDK=/path/to/sdk make install`, we have `./mach package --release` now.

Source-Repo: https://github.com/servo/servo
Source-Revision: e18bf819059e4439d276b02083a60f6353aaa359
2016-05-24 03:09:29 -07:00
Per Lundberg 45e0e89120 servo: Merge #11184 - Added info about browserhtml (from perlun:patch-1); r=mbrubeck
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because it is only Markdown documentation.

Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.

----

I feel it would make sense to make mention of this here, especially since Browser.html is part of the [road map](https://github.com/servo/servo/wiki/Roadmap) for what we aim to achieve during the year.

Source-Repo: https://github.com/servo/servo
Source-Revision: 8b82eb6a04d80298e083b0c74d2db8cacb340f34
2016-05-20 07:18:58 -07:00
Dongie Agnir dcc67fe46e servo: Merge #11040 - Add dbus to list of Debian build deps (from dagnir:dbus-build-dep); r=mbrubeck
Build failed without it on my Ubuntu 14.04 machine.  I can't confirm whether or not other OSes need it.

Source-Repo: https://github.com/servo/servo
Source-Revision: e52b9884d19b81dfc0e51986b1bbb89a227bfc4a
2016-05-05 20:35:19 -07:00
Josh Matthews a575d15986 servo: Merge #10687 - Encourage better documentation patterns (from jdm:docs); r=larsbergstrom
https://github.com/servo/servo/wiki/Glossary is really easy to overlook, so I want to move it in-tree. This also allows us to build a self-perpetuating system where people who are confused by something are encouraged to make a pull request that lets us know about this fact.

Also, I have suspicions that a `docs/` directory is easier to notice than various markdown files scattered around the repository root.

Source-Repo: https://github.com/servo/servo
Source-Revision: 6509cdea95343615cfd569ade769efac6d177e41

--HG--
rename : servo/HACKING_QUICKSTART.md => servo/docs/HACKING_QUICKSTART.md
rename : servo/ORGANIZATION.md => servo/docs/ORGANIZATION.md
2016-04-19 05:44:00 +05:01
Matthias Krüger 72894fb27b servo: Merge #10482 - readme: add build status badges (from matthiaskrgr:readme); r=jdm
Preview can be seen here:

https://github.com/matthiaskrgr/servo/tree/readme#the-servo-parallel-browser-engine-project

Source-Repo: https://github.com/servo/servo
Source-Revision: f736d8a261b0291f66100f1f3cd84f80936a2e03
2016-04-16 01:33:49 +05:01
James 'zofrex' Sanderson 0f012d524c servo: Merge #10332 - Change OS X 10.11 to El Capitan (from zofrex:patch-1); r=frewsxcv
I think "El Capitan" is a lot clearer than 10.11 – I had to look up which version that was. Thoughts?

Source-Repo: https://github.com/servo/servo
Source-Revision: 0a6c2568730bc85b6b98c6c1a5eccd3b4ba9a541
2016-04-02 14:56:29 +05:01
Murali Ramanujam 1f230f6ede servo: Merge #10301 - Add git to list of packages to be installed (from muralisr:master); r=emilio
I tried to get started on Servo development but realised that a clean build of Ubuntu did not come with git out of the box. I had to manually install this before moving on with the next steps (clone and build).

Source-Repo: https://github.com/servo/servo
Source-Revision: f2b48d2764c88970d9fbf654e59fe135b6c79629
2016-04-02 12:44:33 +05:01
York Xiang 6fa9e8002b servo: Merge #9910 - Add link for README (from bombless:patch-1); r=SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: be5b29207867dcd57983edf3a3ff24eea7fde418
2016-03-08 17:49:29 +05:01
Simon Sapin 6fa263fe79 servo: Merge #9765 - Add required depenedency for the list on Archlinux (from servo:readme); r=Manishearth
https://gist.github.com/awalGarg/67943e11486562132cdd
http://logs.glob.uno/?c=mozilla%23servo#c373354

Would it be feasible to test these lists on CI?

r? @Manishearth

Source-Repo: https://github.com/servo/servo
Source-Revision: 6edb7b15dce473c3604b1617193a2644eac7c335
2016-02-27 14:00:14 +05:01
Dirkjan Ochtman 9aa7e7c35a servo: Merge #9703 - Add instructions for OpenSSL on OS X 10.11 (from djc:patch-1); r=larsbergstrom
See #7930.

Source-Repo: https://github.com/servo/servo
Source-Revision: ff20a2d3dc574d73603783c5230a62e1c4c76723
2016-02-20 00:59:51 +05:01
Jason Williams 62d05c6923 servo: Merge #9596 - removing warning about 3D acceleration, fixes #5643 (from Jayflux:hotfix/5643); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 0b27807ad4229a07ba6e04aa59798af50da60c14
2016-02-11 00:46:45 +05:01
n-liam da2faa683f servo: Merge #9545 - Added dependency for Fedora, mesa-libEGL-devel (from n-liam:issue6483); r=Wafflespeanut
Added dependency for Fedora, mesa-libEGL-devel.

mesa-libEGL-devel was necessary on Centos 7 and likely on Fedora distos as well.

Fixes #6483

Source-Repo: https://github.com/servo/servo
Source-Revision: 7c249b1d539c37ab54e9fabfaf0442a5ac0243a9
2016-02-06 11:22:48 +05:01
Lars Bergstrom 3d3fee900e servo: Merge #9423 - Windows instructions (from larsbergstrom:windows_instructions); r=KiChjang
r? anybody

Source-Repo: https://github.com/servo/servo
Source-Revision: 09992318d04be582ee671477cde7045f90695266
2016-01-26 02:30:52 +05:01
Oleksii Fedorov 16178531e7 servo: Merge #9264 - Add build-essential to Debian based Linuxes' requirements (from waterlink:debian-linuxes-requirements-add-build-essential); r=jdm
This is discovered here: #9262

Particularly `make` needs to be available.

Usually on developer workstation `build-essential` is already installed. That is why it wasn't there in requirements.

It occurs that if you use minimal ubuntu image for some kind of automated build, it doesn't have `build-essential` by default. So would be nice to still have `build-essential` there in the command.

--
Kind Regards,
Oleksii

--

/cc @jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: 64b0e47c27e70e7f9010060f12a60f64c11c9684
2016-01-13 00:28:13 +05:01
Adrian Heine né Lang f72b37e642 servo: Merge #9128 - Add autoconf to build dependencies (from adrianheine:patch-1); r=jdm
`autoheader` from `autoconf` was necessary for the build on my system.

Source-Repo: https://github.com/servo/servo
Source-Revision: b7a3906664dfd2f09ab675d8edb252973eb4dba1
2016-01-05 05:31:30 +05:01
Adrian Heine né Lang 8fe3ee0d22 servo: Merge #9116 - Update virtualenv package name for Debian systems (from adrianheine:patch-1); r=jdm
Since Debian Jessie (current stable), the executable is in a `virtualenv` package.

Source-Repo: https://github.com/servo/servo
Source-Revision: b8fd8d9991a779854a66ed4099a19b9bceaf4435
2016-01-02 19:11:10 +05:01
Simon Sapin 0c5d0fff6a servo: Merge #9086 - Rename rust-snapshot-hash to rust-nightly-date (from servo:no-snapshot); r=nox
… and remove mentions of "snapshots".

We now use rust-lang.org nightly builds rather than our own snapshots.

Source-Repo: https://github.com/servo/servo
Source-Revision: f34a656b14f3992203354ffe71dc649d69b6b592

--HG--
rename : servo/rust-snapshot-hash => servo/rust-nightly-date
2015-12-30 18:51:38 +05:01
Ms2ger 4eae51a3db servo: Merge #9075 - Note egl requirement in the README (from Ms2ger:egl); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: b26cd498c6ad2409459c36a71cf1df47e112a8bb
2015-12-28 14:17:19 +05:01
Emilio Cobos Álvarez 59d74cdb1f servo: Merge #9044 - Update offscreen_gl_context (from emilio:offscreen-gl-up); r=jdm
cc: https://github.com/ecoal95/rust-offscreen-rendering-context/pull/46
Source-Repo: https://github.com/servo/servo
Source-Revision: da8952b7023a92b7a69bd4423905594f4baa8f29
2015-12-23 20:06:37 +05:01
ReadmeCritic 093f99e5a3 servo: Merge #8814 - Update README URLs based on HTTP redirects (from ReadmeCritic:master); r=Manishearth
Created with https://github.com/dkhamsing/frankenstein

Was | Now
--- | ---
https://github.com/mozilla/servo/wiki/Building-for-Android | https://github.com/servo/servo/wiki/Building-for-Android

Was | Now
--- | ---
http://servo.org/ | https://servo.org/

Source-Repo: https://github.com/servo/servo
Source-Revision: 8fb3c46a03118a3572e676d7c01a3f3702dbead0
2015-12-04 08:07:17 +05:01
Xtreak 15cb38b4e2 servo: Merge #8638 - Clarify servo as parallel browser engine (from tirkarthi:master); r=Ms2ger
In the repo title it says servo is a "parallel browser engine" whereas readme says its a "parallel browser". It will be helpful to add a more clear title.

Source-Repo: https://github.com/servo/servo
Source-Revision: 36e60959f4e01caa1d1df40cc4182b7ade5fcfca
2015-11-27 01:19:21 +05:01
Florian Gilcher 81d079c5ad servo: Merge #8560 - Add a link to the website (from skade:patch-1); r=SimonSapin
You have such a fancy website with additional info, why not link it from the README?

Source-Repo: https://github.com/servo/servo
Source-Revision: ceb72e54e469bb3811fb641e7c38f476781a5720
2015-11-17 15:46:38 +05:01
Paul Rouget 31bd4ca6f7 servo: Merge #8165 - hacking quickstart documentation (from paulrouget:hackingQuickstart); r=Manishearth
Please someone review this (content and english).

Source-Repo: https://github.com/servo/servo
Source-Revision: ec691904cc3f03e1cd6e630a7dac0fc0357d130d
2015-10-26 00:33:41 -05:00
Zetok Zalbavar 302e4a055d servo: Merge #7819 - Add Gentoo to README.md (from zetok:readme); r=jdm
I didn't include some dependencies that come "by default" (e.g. bzip2).
Not sure whether there might be some additional deps that I have on my system, but aren't listed.

Source-Repo: https://github.com/servo/servo
Source-Revision: 8f4f172ef66a9804ed26f9361e3c90b2c9c28970
2015-10-02 15:56:31 -06:00
Josh Matthews e1a4564680 servo: Merge #7655 - Remove shortcut that doesn't exist (from servo:jdm-patch-1); r=glennw
Source-Repo: https://github.com/servo/servo
Source-Revision: d3355e245e2562a33e6b7320786801b895b24f4a
2015-09-16 22:16:08 -06:00
Josh Matthews a98efee391 servo: Merge #7641 - Add pip as a requirement (from servo:jdm-patch-1); r=SimonSapin
Source-Repo: https://github.com/servo/servo
Source-Revision: 6678eece2757e1dbe9eca4cc7b8336fe84a221dc
2015-09-16 09:39:10 -06:00
Xiao Chuan Yu 721367b664 servo: Merge #7506 - Add note on Ubuntu 14.04 dependencies error (from xiaochuanyu:patch-2); r=metajack
Update README with note about possible problem installing dependencies on Ubuntu 14.04.
See #6158 for details.

Source-Repo: https://github.com/servo/servo
Source-Revision: dbf549ea32d23cf96b7f49e3333c068aaf050bc3
2015-09-01 23:31:34 -06:00
Manish Goregaokar 5b2955e6cb servo: Merge #6991 - Add doc.s.o to the readme (from Manishearth:readme-doc); r=Ms2ger
Source-Repo: https://github.com/servo/servo
Source-Revision: 3b4b59551d9e2ba2501f4d991fadeb0215a323a7
2015-08-06 01:36:22 -06:00
Ms2ger f324432072 servo: Merge #6831 - Document libglu1-mesa-dev dependency (from Ms2ger:glu); r=larsbergstrom
Missing this caused
  src/gpu/gl/unix/SkNativeGLContext_unix.cpp:10:20:
  fatal error: GL/glu.h: No such file or directory
on my new laptop.

Source-Repo: https://github.com/servo/servo
Source-Revision: cc98026487514889ace9d7fbacd1542fc963a1aa
2015-07-29 20:42:22 -06:00
Bogdan Cuza c3f07a520b servo: Merge #6682 - Fix a few issues (from boghison:scripttask); r=jdm
- Use SmallVec<[T; N]>
 - Make find_iframe a free function
 - Make ProgressEvent use enums for bubbles and cancelable
 - Change README, as `rust-snapshot-hash` is just a text file

Source-Repo: https://github.com/servo/servo
Source-Revision: aafc3dfa963b466303d5f241d69036f211aaad00
2015-07-22 12:25:57 -06:00
Christian Stadelmann 83e5e716d8 servo: Merge #6163 - doc/howto install: Fedora replaces yum with dnf (from jdm:yumupdate); r=jdm
According to the official change set [1] for Fedora 22 which will be released in some days [2] yum will be replaced by dnf. The syntax is basically the same (in these simple cases here it is exactly the same, tested with dnf). After that only Fedora 21 and 22 will be supported, both come with dnf shipped by default.

[1] https://fedoraproject.org/wiki/Releases/22/ChangeSet#Replace_Yum_With_DNF
[2] https://fedoraproject.org/wiki/Releases/22/Schedule?rd=Releases/22

Source-Repo: https://github.com/servo/servo
Source-Revision: 19b443ecc8d40f95958e26656613280ddf2c687a
2015-05-22 15:33:08 -05:00
Matt Brubeck f66ab794b5 servo: Merge #6121 - Clarify how Servo rust snapshots work (from servo:mbrubeck-readme); r=metajack
Source-Repo: https://github.com/servo/servo
Source-Revision: cbc06ef62cbe67242b5eccea02d44046bd6f7885
2015-05-19 10:45:31 -05:00
Glenn Watson 334d32f1bc servo: Merge #6107 - Remove ms ttf fonts dependency that is no longer required. Fixes #6080 (from glennw:fonts-readme); r=larsbergstrom
Source-Repo: https://github.com/servo/servo
Source-Revision: c50754961c69f94e69189c2009e7e0da3ded0a68
2015-05-17 20:56:44 -05:00
Ms2ger 00fb5763ac servo: Merge #6099 - Update the README for the new name of the core fonts package (from Ms2ger:core); r=Manishearth
Source-Repo: https://github.com/servo/servo
Source-Revision: f15f4a5f47710e76268fa83faee1078272060d22
2015-05-17 08:19:45 -05:00
Jinank Jain 0f84321e30 servo: Merge #6038 - Add --dev option to mach build (from mbrubeck:jinankjain-Bug#5933); r=mbrubeck
Require either `--dev` or `--release`, unless a default build.mode is set in `.servobuild`.  This is @jinankjain's patch from #5965, rebased onto master.  It is already reviewed, and only waiting for servo/saltfs#28 to be deployed.

Source-Repo: https://github.com/servo/servo
Source-Revision: c0d8488b719ea72e73e435618e015c2f705853cc
2015-05-14 11:26:18 -05:00
Matt Brubeck 29662094f7 servo: Merge #5934 - Add instructions for building with --release (from mbrubeck:readme); r=pcwalton
Source-Repo: https://github.com/servo/servo
Source-Revision: 89f90d930d172366d72fdd9f3363c80a5a56f552
2015-05-04 12:57:06 -05:00
Cyryl Płotnicki-Chudyk a0e5bebc92 servo: Merge #5924 - Added mesa-libOSMesa-devel as a dependency for Fedora compilation (from cyplo:patch-1)
Source-Repo: https://github.com/servo/servo
Source-Revision: 6f343f17df2397043cf62923590d480ceaac5fb5
2015-05-04 00:29:05 +02:00
Avi Weinstock b5e3a5f83c servo: Merge #5547 - X11 clipboard support (from aweinstock314:x11-clipboard); r=jdm
Manual re-opening of #5479 (since it seems that GitHub disables re-opening with the same number after a rebase).

Source-Repo: https://github.com/servo/servo
Source-Revision: 9974ebb2f969d2de8959fe74844b7410a5acd54e
2015-04-21 14:41:32 -05:00
Jason Williams 005b214401 servo: Merge #5656 - Updating documentation for virtualbox users (from Jayflux:master)
Source-Repo: https://github.com/servo/servo
Source-Revision: 8ff83e2e591059df90f802c1bb0fddd631314cdb
2015-04-12 21:31:02 +02:00
Dave Hodder 99dd6503db servo: Merge #5579 - Use canonical GitHub URL for Rust (from dhodder:master); r=Ms2ger
Although https://github.com/mozilla/rust successfully redirects, it's no longer the official GitHub URL for Rust.

Source-Repo: https://github.com/servo/servo
Source-Revision: 74afd086d2ce5a5631a63a1f6642cfc0de5dfef7
2015-04-08 22:10:42 -05:00
Manish Goregaokar 58ea21d19d servo: Merge #5534 - Mention Gonk (from servo:Manishearth-patch-1); r=larsbergstrom
mostly a test for homu

Source-Repo: https://github.com/servo/servo
Source-Revision: 576593089227266e53ac169b04b3d223979458cc
2015-04-06 11:46:22 -05:00
Manish Goregaokar 6c832abd84 servo: Merge #5097 - Add explicit mention of mach run for Running (from servo:Manishearth-patch-1); r=saneyuki
Source-Repo: https://github.com/servo/servo
Source-Revision: 4c04d520491d8d378ed6718e08d340eff933dc0e
2015-02-28 10:33:52 -07:00
storedbox 93340a492b servo: Merge #4929 - Collapsed unnecessarily verbose command combo (from storedbox:patch-1); r=saneyuki
When a path is passed to the `pushd` command, bash will push your _current_ directory to the top of the stack and then `cd` to whatever location you provided. There is no need to use two separate commands.

Source-Repo: https://github.com/servo/servo
Source-Revision: 3e7dc576934acb935fd67b6b3d909aca216c5dec
2015-02-14 00:03:46 -07:00
zertyuiop 8a38f5f0ae servo: Merge #4867 - libXcursor-devel in Fedora Prerequisites (from zertyuiop:master); r=kmcallister
Source-Repo: https://github.com/servo/servo
Source-Revision: aa5fecec5b2e7052891873f95f0d7bca5afb62a9
2015-02-07 12:00:43 -07:00
Damien Lespiau 46dd9bcfc6 servo: Merge #4802 - Fix the fedora bzip2 dependency (from dlespiau:20150202-fedora-bz2-devel); r=jdm
The bzip2 devel package is bzip2-devel, not just bzip2. This fixes
linking on fedora machines:

  note: /usr/bin/ld: cannot find -lbz2
  collect2: error: ld returned 1 exit status

  error: aborting due to previous error
  Could not compile `servo`.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

Source-Repo: https://github.com/servo/servo
Source-Revision: 2ae7ed327d0b442d32b01c1cf92c69bda2089111
2015-02-03 05:06:50 -07:00
glennw 8dfaa37e6c servo: Merge #4669 - Add libosmesa6-dev to debian dependencies (from servo:glennw-patch-1); r=larsbergstrom
Needs to be updated for arch / fedora too, but I'm not sure what the relevant packages are.

Source-Repo: https://github.com/servo/servo
Source-Revision: 0a787ddb671afda148734c6e499bce29fc33a743
2015-01-19 13:30:47 -07:00
Evan Martin 98b3a28046 servo: Merge #4642 - Minor fix to Arch developer setup instructions (from martine:patch-1)
Source-Repo: https://github.com/servo/servo
Source-Revision: c70197b48d64a3228c6d0cffafa1671a843fcc9d
2015-01-16 18:47:42 +00:00
Tetsuharu OHZEKI d9885c4396 servo: Merge #4279 - Rename "render"/"rendering" to "paint"/"painting" (from saneyuki:rename); r=jdm
#4275

* This changeset rename "render"/"rendering" to "paint"/"painting" under `components/`.
* This does not rename words which are used as general browser's working.
  * So this doesn't change `reftest.rs`.

Source-Repo: https://github.com/servo/servo
Source-Revision: 0b486b12109ab765ecee4cbcc684e5d99e8ad5ad

--HG--
rename : servo/components/canvas/canvas_render_task.rs => servo/components/canvas/canvas_paint_task.rs
rename : servo/components/gfx/render_context.rs => servo/components/gfx/paint_context.rs
rename : servo/components/gfx/render_task.rs => servo/components/gfx/paint_task.rs
2014-12-08 10:28:10 -07:00
Matthew Rasmus a2f0bbd767 servo: Merge #4042 - Added libbz2-dev to Debian based prerequisites (from mttr:debian_requirements_update); r=SimonSapin
Encountered this when building for the first time today:

```
note: /usr/bin/ld: cannot find -lbz2
collect2: error: ld returned 1 exit status

error: aborting due to previous error
Could not compile `servo`.
```

Installing the libbz2-dev packaged fixed it. Added to the list of packages to install on Debian based linuxes in README.md

Source-Repo: https://github.com/servo/servo
Source-Revision: df471245c39ae7f54432cd3001e0c8404f8281f5
2014-11-20 10:00:58 -07:00
Andrew Hobden 8faed3b8cb servo: Merge #3991 - Update README for Homebrew (from Hoverbear:patch-1); r=jdm
glfw3 is in the `homebrew/versions` keg.

```bash
➜  ~  brew install glfw3
Error: No available formula for glfw3
Searching formulae...
Searching taps...
homebrew/versions/glfw3
```

Simplest fix:

```bash
➜  ~  brew install homebrew/versions/glfw3
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-versions'...
remote: Counting objects: 2495, done.
remote: Total 2495 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (2495/2495), 820.05 KiB | 462.00 KiB/s, done.
Resolving deltas: 100% (1433/1433), done.
Checking connectivity... done.
Tapped 161 formulae
==> Installing glfw3 from homebrew/homebrew-versions
==> Downloading https://downloads.sourceforge.net/project/glfw/glfw/3.0.4/glfw-3.0.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/glfw3-3.0.4.tar.bz2
==> Patching
patching file CMakeLists.txt
Hunk #1 succeeded at 370 with fuzz 1 (offset 13 lines).
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/glfw3/3.0.4 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DGLFW_USE_CHDIR=TRUE -DGLFW_USE_MENUBAR=TRUE -DBUIL
==> make install
🍺  /usr/local/Cellar/glfw3/3.0.4: 11 files, 220K, built in 9 seconds
```

Users who have `homebrew/versions` already tapped won't notice this, since after tapping `homebrew/versions` keg shouldn't notice, since after tapping, the library is available using just ` brew install glfw3`.

```bash
➜  ~  brew tap
homebrew/versions
➜  ~  brew install glfw3
==> Installing glfw3 from homebrew/homebrew-versions
==> Downloading https://downloads.sourceforge.net/project/glfw/glfw/3.0.4/glfw-3.0.4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/glfw3-3.0.4.tar.bz2
==> Patching
patching file CMakeLists.txt
Hunk #1 succeeded at 370 with fuzz 1 (offset 13 lines).
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/glfw3/3.0.4 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DGLFW_USE_CHDIR=TRUE -DGLFW_USE_MENUBAR=TRUE -DBUIL
==> make install
🍺  /usr/local/Cellar/glfw3/3.0.4: 11 files, 220K, built in 9 seconds
```

Source-Repo: https://github.com/servo/servo
Source-Revision: b9dcaa34c32333ae16da7a5f11835c7d905da4d3
2014-11-17 07:21:29 -07:00