| Commit message (Expand) | Author | Age | Files | Lines |
* | Support i686-linux-android target. | Josh Matthews | 2018-05-23 | 2 | -3/+3 |
* | Remove nsstring bindings | Simon Sapin | 2018-05-18 | 2 | -1227/+0 |
* | delegate resource reading to embedder | Paul Rouget | 2018-04-27 | 1 | -77/+0 |
* | nsstring: Make ns{,C}String Sync/Send. | Bobby Holley | 2018-04-14 | 1 | -0/+3 |
* | Add an into_repr on the nsstring bindings. | Bobby Holley | 2018-04-06 | 1 | -0/+6 |
* | Bug 1448138 - Rename string DataFlags::SHARED to REFCOUNTED to make it cleare... | L. David Baron | 2018-03-23 | 1 | -3/+4 |
* | Remove our dependency on the gcc crate | Bastien Orivel | 2018-03-21 | 2 | -5/+5 |
* | Add icon to servo.exe | UK992 | 2018-03-17 | 1 | -3/+2 |
* | remove bhtml | Paul Rouget | 2018-02-11 | 1 | -1/+0 |
* | Change debug assertions to specific ones | janczer | 2018-02-07 | 1 | -1/+1 |
* | Remove #![deny(warnings)] | Simon Sapin | 2018-01-31 | 1 | -1/+0 |
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 2 | -24/+25 |
* | Move nsstring from gecko into servo/support/gecko/nsstring | Nika Layzell | 2017-10-23 | 2 | -0/+1217 |
* | Backed out changeset 196206f129ef (bug 1403213) for referencing non-existing ... | Gecko Backout | 2017-10-20 | 2 | -1217/+0 |
* | Move nsstring from gecko into servo/support/gecko/nsstring | Nika Layzell | 2017-10-20 | 2 | -0/+1217 |
* | Use servo-deps AWS S3 bucket instead of rust-lang-ci for OpenSSL | Simon Sapin | 2017-10-19 | 1 | -1/+1 |
* | Implement Gradle flavors | Imanol Fernandez | 2017-09-30 | 5 | -9/+84 |
* | Fix Android build errors on macOS. | John Lin | 2017-08-10 | 1 | -0/+4 |
* | Support for Android arm64 compilations | Imanol Fernandez | 2017-07-05 | 1 | -25/+47 |
* | Changed the openssl url and bumped the version. Refactored the openssl.sh scr... | Jeremy Lempereur | 2017-06-12 | 2 | -7/+7 |
* | Use real URL. | Josh Matthews | 2017-05-25 | 1 | -1/+1 |
* | Update openssl source download location. | Josh Matthews | 2017-05-25 | 1 | -1/+1 |
* | Android life cycle improvements and Gradle integration | Imanol Fernandez | 2017-04-21 | 17 | -575/+885 |
* | Remove usage of unstable libc crate. | Simon Sapin | 2017-02-20 | 2 | -5/+4 |
* | Cleanup of the Android specific code. | Fabrice Desré | 2017-02-16 | 3 | -156/+96 |
* | android: extract resources to external storage on first launch | Zhuowei Zhang | 2017-02-05 | 1 | -0/+51 |
* | Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref,... | Matt Brubeck | 2017-02-02 | 1 | -1/+1 |
* | Package: Create ZIP on Windows | UK992 | 2017-01-06 | 1 | -35/+6 |
* | Package: Move Android packaging to target dir | UK992 | 2016-12-29 | 1 | -1/+1 |
* | Package: Set `shell.homepage` to browserhtml | UK992 | 2016-12-29 | 1 | -1/+0 |
* | Package: Merge changed prefs from package-prefs.json to prefs.json | UK992 | 2016-12-29 | 1 | -3/+3 |
* | Auto merge of #14528 - mmatyas:android_cppruntime, r=larsbergstrom | bors-servo | 2016-12-13 | 1 | -1/+9 |
|\ |
|
| * | Add C++ runtime shared object to the Android APK | Mátyás Mustoha | 2016-12-09 | 1 | -1/+9 |
* | | Allow upgrades | UK992 | 2016-12-09 | 1 | -2/+3 |
* | | Add support for MSVC builds | UK992 | 2016-12-09 | 1 | -69/+38 |
* | | Fix WiX installer and shorten ids | UK992 | 2016-12-09 | 1 | -1/+4 |
|/ |
|
* | Remove unused font config from wxs | UK992 | 2016-11-13 | 2 | -792/+0 |
* | Remove unused dependencies from wxs | UK992 | 2016-11-13 | 1 | -48/+0 |
* | Update to use the new Android library build rules. | Mátyás Mustoha | 2016-10-28 | 1 | -1/+1 |
* | WebBluetooth Android support | Attila Dusnoki | 2016-09-06 | 2 | -0/+4 |
* | Auto merge of #12848 - birkoffe:master, r=larsbergstrom | bors-servo | 2016-08-15 | 1 | -0/+16 |
|\ |
|
| * | Fix typos | birkoff.anarchist | 2016-08-13 | 1 | -4/+4 |
| * | Fix missing libraries for Windows | birkoff.anarchist | 2016-08-13 | 1 | -0/+16 |
* | | Improve tidy's license validation logic | edunham | 2016-08-12 | 1 | -0/+1 |
|/ |
|
* | Add ffmpeg file dependencies to the MSI | Lars Bergstrom | 2016-08-03 | 1 | -4/+28 |
* | Add missing libraries for Windows | Lars Bergstrom | 2016-07-30 | 1 | -0/+8 |
* | Fix font metrics and switch to windows subsystem | Jack Moffitt | 2016-07-26 | 1 | -1/+734 |
* | Add Windows packaging to create an MSI installer | Jack Moffitt | 2016-07-25 | 2 | -0/+251 |
* | All our Cargo.toml files should contain an MPL-2.0 license field. | Alan Jeffrey | 2016-07-14 | 1 | -0/+1 |
* | Auto merge of #11691 - larsbergstrom:android_load, r=mbrubeck | bors-servo | 2016-06-09 | 2 | -1/+79 |
|\ |
|