| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Backspace and Shift-Backspace are no longer used to go
backwards and forwards through history.
Instead, Alt+Left Arrow and Alt+Right Arrow are used now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Without this package, I get this error:
```
Compiling servo-freetype-sys v2.4.11
Build failed, waiting for other jobs to finish...
error: failed to run custom build command for `dbus v0.3.3`
Process didn't exit successfully: `/dsk/src/servo/target/release/build/dbus-7f7af798babde0c1/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"dbus-1\"`: No such file or directory (os error 2)"', ../src/libcore/result.rs:785
note: Run with `RUST_BACKTRACE=1` for a backtrace.
[Warning] Could not generate notification! Optional Python module 'dbus' is not installed.
Build completed in 0:05:27
```
|
|
|
|
|
|
| |
It's `pacman -Su` nowadays, per https://github.com/Alexpux/MSYS2-pacman/pull/26.
(This is a very selective cherry-pick of #11392. The other parts were more controversial; they didn't fully work so let's disregard them for now.)
|
| |
|
|
|
|
| |
This is required through devices -> blurz -> dbus.
|
| |
|
|
|
| |
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.
|
| |
|
|
|
|
| |
contributors to add missing entries as appropriate.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Change OS X 10.11 to El Capitan
I think "El Capitan" is a lot clearer than 10.11 – I had to look up which version that was. Thoughts?
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10332)
<!-- Reviewable:end -->
|
| | |
|
| | |
|
|/
|
| |
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).
|
| |
|
|
|
|
| |
https://gist.github.com/awalGarg/67943e11486562132cdd
http://logs.glob.uno/?c=mozilla%23servo#c373354
|
|
|
|
| |
See #7930.
|
| |
|
|
|
|
| |
on Centos 7 and likely on Fedora distos as well.
|
| |
|
| |
|
|
|
| |
`autoheader` from `autoconf` was necessary for the build on my system.
|
|
|
| |
Since Debian Jessie (current stable), the executable is in a `virtualenv` package.
|
|
|
|
|
|
| |
… and remove mentions of "snapshots".
We now use rust-lang.org nightly builds rather than our own snapshots.
|
| |
|
| |
|
| |
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Update README with note about possible problem installing dependencies on Ubuntu 14.04.
See #6158 for details.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Require either --dev or --release, unless a default build.mode is set
in .servobuild. Fixes #5933.
|
|\
| |
| |
| |
| |
| | |
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5934)
<!-- Reviewable:end -->
|
| | |
|