aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servo
Commit message (Expand)AuthorAgeFilesLines
* Print the full path for errors occurring in the servo cratetigercosmos2017-11-034-25/+3
* Use env::var_os to read paths from the environmentMatt Brubeck2017-10-201-2/+2
* Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-1/+1
* Make usage of core_intrinsics optionalSimon Sapin2017-10-161-4/+4
* Add a default-except-unstable featureSimon Sapin2017-10-131-1/+2
* Add an 'unstable' top-level cargo feature to control optional unstable stuff.Simon Sapin2017-10-121-1/+2
* Implement Gradle flavorsImanol Fernandez2017-09-301-0/+2
* Auto merge of #18579 - mbrubeck:features, r=KiChjangbors-servo2017-09-211-1/+1
|\
| * Remove unused 'start' feature flagMatt Brubeck2017-09-201-1/+1
* | Made PipelineId non-zero, so optional ids take no more space.Alan Jeffrey2017-09-181-0/+1
|/
* Update WR (new texture cache allocator, shader deinit path).Glenn Watson2017-08-171-0/+2
* Auto merge of #17425 - paulrouget:attach-pipeline-2, r=asajeffreybors-servo2017-08-151-14/+21
|\
| * Use BrowserId and rename Browser to Servo in ports/Paul Rouget2017-08-151-14/+21
* | Remove testing feature from style crateManish Goregaokar2017-08-071-1/+0
|/
* PWM testsFernando Jiménez Moreno2017-07-211-0/+1
* remove no-op InitializeCompositing messagePaul Rouget2017-07-131-2/+0
* Support for Android arm64 compilationsImanol Fernandez2017-07-055-7/+7
* Fix parsing of shell.homepageSadman Kazi2017-06-161-4/+8
* Pass URL to Browser::new(), delegate url checking logic to third partySadman Kazi2017-06-081-1/+9
* Ged rid of libfontconfig in Android. Query available fonts from Android syste...Imanol Fernandez2017-06-021-1/+1
* Update rust-webvrImanol Fernandez2017-05-251-1/+1
* Informative text about process::abort.Josh Matthews2017-05-161-0/+2
* Revert "Replace intrinsics::abort with process::abort"Josh Matthews2017-05-161-3/+5
* Support for Android armv7 and aarch64 target triplesImanol Fernandez2017-05-086-26/+95
* Replace intrinsics::abort with process::abortMatt Brubeck2017-05-011-5/+3
* Fix various build warningsAaron Cunningham2017-04-241-0/+1
* Android life cycle improvements and Gradle integrationImanol Fernandez2017-04-211-3/+5
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-1/+0
* Cleanup of the Android specific code.Fabrice Desré2017-02-162-87/+30
* webdriver_server, constellation, libservo, servo: upgrade webdriver and backt...Andreas Tolfsen2017-01-301-1/+1
* Remove usage of phf_macros.Simon Sapin2017-01-181-1/+0
* Enable codegen-units=4 in debug modeSimon Sapin2017-01-131-6/+0
* Removed util.Alan Jeffrey2016-12-142-5/+6
* Use `android-rs-injected-glue` on AndroidMátyás Mustoha2016-12-092-6/+10
* Update to Rust 1.15.0-nightly (1c448574b 2016-11-28)Anthony Ramine2016-11-291-0/+1
* Move to Cargo workspacesAnthony Ramine2016-11-281-3382/+0
* Update js, AGAINAnthony Ramine2016-11-271-1/+1
* Update js.Ms2ger2016-11-271-1/+1
* Auto merge of #14286 - gterzian:update_canvas_with_offscreen_context, r=jdmbors-servo2016-11-241-54/+51
|\
| * Remove old shaders, updates for WR feature and API changes.Glenn Watson2016-11-251-22/+8
| * update depsGregory2016-11-221-50/+61
* | Remove CoreResourceMsg::Load.Ms2ger2016-11-241-1/+0
* | serviceData and manufacturerData supportzakorgyula2016-11-231-7/+7
* | Update to selectors 0.15Simon Sapin2016-11-221-8/+8
* | Auto merge of #14232 - servo:moar-locks, r=upsuperbors-servo2016-11-211-1/+0
|\ \
| * | Remove unused dependencySimon Sapin2016-11-181-1/+0
* | | Auto merge of #14280 - larsbergstrom:fix_fake_ld, r=Ms2gerbors-servo2016-11-212-0/+86
|\ \ \ | |_|/ |/| |
| * | Move build.rs along with the other Servo files from components to portsLars Bergstrom2016-11-182-0/+86
| |/
* | Auto merge of #14284 - nox:fnv, r=Wafflespeanutbors-servo2016-11-191-9/+10
|\ \
| * | Use FnvHasher in http_loader::loadAnthony Ramine2016-11-191-9/+10