aboutsummaryrefslogtreecommitdiffstats
path: root/components/config
Commit message (Collapse)AuthorAgeFilesLines
* -Z wr-no-batch optionDzmitry Malyshau2017-05-191-0/+10
|
* Not headless by defaultPaul Rouget2017-05-171-1/+1
|
* Add default value to layout.threads in prefs.rs (fix15638)zombiefungus2017-05-111-2/+14
|
* Remove unused debug optsPyfisch2017-05-101-32/+0
|
* Remove "Must be used with -w option" notePyfisch2017-05-101-2/+2
|
* Enable subpixel anti-aliasing on text by default.Glenn Watson2017-05-081-5/+5
| | | | | | | | No doubt there are still some bugs and missing features related to subpixel text anti-aliasing. But enabling by default should allow us to detect these and fix them. If we run into any major issues, this is a standalone commit that can be reverted while we fix the problem.
* Remove obsolete paint threads option #16716zombiefungus2017-05-071-14/+0
|
* Android life cycle improvements and Gradle integrationImanol Fernandez2017-04-214-4/+35
|
* Unminify JS and dump it to a file before executing itFernando Jiménez Moreno2017-04-121-0/+6
|
* Remove the show-compositor-borders debug optionMartin Robinson2017-04-111-10/+0
| | | | | | This was used by the old compositor of which only the ghostly echoes of old commits remain. Since it's been unused for quite some time, it is probably safe to remove it.
* Remove servo feature from servo_urlXidorn Quan2017-04-071-1/+1
|
* Remove servo feature from servo_configXidorn Quan2017-04-074-16/+8
|
* Add command-line argument to use a custom SSL certificate database.Josh Matthews2017-04-061-0/+6
|
* Rename ScreenPx to DeviceIndependentPixel.Glenn Watson2017-02-221-2/+2
|
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-212-5/+1
| | | | | | Sometimes clippy gets outdated by months, and its current support setup means that each Servo component need to opt into it by depending on the plugins crate manually, and not all components do that.
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+4
|
* Reorder some dependenciesAnthony Ramine2017-02-181-1/+1
|
* Auto merge of #15164 - mbrubeck:revert, r=emiliobors-servo2017-01-241-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | Revert several changes that broke tests This is based on #15158 by @aneeshusa, with additional reverts. This reverts #15064, which is causing many tests not to run, and #15129 and #15155 which landed while tests were not running and may have caused some new failures in iframe tests. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15164) <!-- Reviewable:end -->
| * Revert "Remove -w flag now that WebRender is always used"Aneesh Agrawal2017-01-231-0/+3
| | | | | | | | | | | | This reverts commit b94b58f7ae251f6ca2b692fed808f5db18cbb55e. The wptrunner changes are not quite right and causes Python exceptions inside the test haness.
* | Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-242-5/+1
|/
* Remove -w flag now that WebRender is always usedAneesh Agrawal2017-01-201-3/+0
| | | | | | | | | | Also remove the obsolete `--cpu` and `--gpu` renderer flags, which also are no longer used. Update tests and wptrunner to not pass these flags. wptrunner changes have been upstreamed in: - w3c/wptrunner#224 - w3c/wptrunner#226
* Update regex.Ms2ger2017-01-161-1/+1
|
* Converted --max-session-history opt into a pref, updated its uses to PREF apityler2017-01-141-10/+0
| | | | updated test docs
* WebVR API Implementation, r=larsbergstromImanol Fernandez2017-01-091-0/+4
|
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
|
* Auto merge of #14860 - ↵bors-servo2017-01-061-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | asajeffrey:constellation-index-past-correctly-when-discarding, r=cbrewster Index the session past correctly when discarding. <!-- Please describe your changes on the following line: --> Oops, indexed from the wrong end when discarding documents in #14312. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [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 we're not testing document discarding <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14860) <!-- Reviewable:end -->
| * Increased default max-session-history to 20.Alan Jeffrey2017-01-051-3/+3
| |
* | Allow cli prefs to have numerical valuecharlesvdv2017-01-051-8/+15
|/ | | | | | Fix for #14842. Extract the code inside a function to unit-test it.
* Default --max-session-history is now 16.Alan Jeffrey2017-01-041-3/+3
|
* Implement discarding Document objects to reclaim space.Alan Jeffrey2017-01-041-0/+10
|
* Removed util.Alan Jeffrey2016-12-146-0/+1433