Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make angle and disable-vsync embedder options | glowe | 2019-10-26 | 1 | -30/+6 | |
| | | | | | | | | The angle and disable-vsync options were declared as global options but only used in the Glutin embedding for desktop builds. Moving them to the Glutin embedding code makes them easier to update. Partially fixes #23009 | |||||
* | Update euclid. | Emilio Cobos Álvarez | 2019-07-23 | 1 | -5/+5 | |
| | | | | | | | | There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is. | |||||
* | Script: removed a few opts::get() | oneturkmen | 2019-06-26 | 1 | -1/+1 | |
| | ||||||
* | Layout_thread: removed all possible opts::get() | oneturkmen | 2019-06-04 | 1 | -1/+2 | |
| | ||||||
* | Constellation: removed almost all opts::get | oneturkmen | 2019-06-03 | 1 | -0/+1 | |
| | ||||||
* | Add ANGLE support to default embedding. | Josh Matthews | 2019-05-09 | 1 | -0/+11 | |
| | ||||||
* | #8539 Config preferences backend restructure | Peter Hall | 2019-03-20 | 1 | -29/+25 | |
| | ||||||
* | Fix deprecation warnings | Simon Sapin | 2019-01-28 | 1 | -2/+2 | |
| | ||||||
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -9/+11 | |
| | ||||||
* | Allow resetting options | Paul Rouget | 2018-11-22 | 1 | -29/+9 | |
| | ||||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 | |
| | ||||||
* | Remove useless `use crate_name;` imports. | Simon Sapin | 2018-11-08 | 1 | -1/+0 | |
| | | | | A `crate_name::foo` path always works in 2018 | |||||
* | Auto merge of #22126 - pyfisch:autoformat, r=jdm | bors-servo | 2018-11-07 | 1 | -4/+7 | |
|\ | | | | | | | | | | | | | | | Enforce rustfmt on CI <!-- 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/22126) <!-- Reviewable:end --> | |||||
| * | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | Format remaining files | Pyfisch | 2018-11-06 | 1 | -3/+6 | |
| | | ||||||
* | | Auto merge of #22119 - atouchet:ua, r=paulrouget | bors-servo | 2018-11-06 | 1 | -7/+7 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Firefox version in user agent string <!-- Please describe your changes on the following line: --> GitHub is again limiting functionality in Servo due to using an outdated Firefox version in the user agent string. Updating this should get rid of the warning. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/22119) <!-- Reviewable:end --> | |||||
| * | Bump Firefox version in user agent string | Alex Touchet | 2018-11-05 | 1 | -7/+7 | |
| | | ||||||
* | | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 | |
| | | ||||||
* | | Count threads at shutdown and warn if not all finished | Paul Rouget | 2018-11-06 | 1 | -0/+10 | |
|/ | ||||||
* | Add lots of derived Debug impls | Alan Jeffrey | 2018-10-29 | 1 | -2/+2 | |
| | ||||||
* | Disable subpixel text antialiasing for ServoSurface | Paul Rouget | 2018-10-06 | 1 | -1/+6 | |
| | ||||||
* | Format components config #21373 | kingdido999 | 2018-09-02 | 1 | -153/+333 | |
| | ||||||
* | delegate resource reading to embedder | Paul Rouget | 2018-04-27 | 1 | -3/+7 | |
| | ||||||
* | Update WR (accelerated webgl fix on mac, line decoration optimizations). | Glenn Watson | 2018-03-23 | 1 | -9/+0 | |
| | ||||||
* | Update the MULTIPROCESS static when changing default options | Fabrice Desré | 2018-03-15 | 1 | -0/+3 | |
| | ||||||
* | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -1/+1 | |
| | ||||||
* | Use specific negative assertion for config opts | CYBAI | 2018-01-26 | 1 | -1/+1 | |
| | ||||||
* | Remove unused -t command-line flag | Matt Brubeck | 2017-11-10 | 1 | -1/+0 | |
| | ||||||
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -2/+3 | |
| | | | | | | | | Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments. | |||||
* | enable antialiasing by default | Paul Rouget | 2017-08-29 | 1 | -3/+3 | |
| | ||||||
* | Silenced camel case warning for the iOS enum variant | Moses Miller | 2017-08-25 | 1 | -0/+1 | |
| | ||||||
* | Added initial iOS User-Agent | Jonathan Jayet | 2017-08-23 | 1 | -2/+10 | |
| | ||||||
* | Update Firefox version in user agent | Alex Touchet | 2017-08-10 | 1 | -6/+6 | |
| | ||||||
* | Implement basic Time To First Paint and First Contentful Paint PWMs | Fernando Jiménez Moreno | 2017-07-20 | 1 | -0/+6 | |
| | ||||||
* | Add option to write profiler output to InfluxDB | Fernando Jiménez Moreno | 2017-07-03 | 1 | -4/+21 | |
| | ||||||
* | Bump euclid to 0.14. | Nicolas Silva | 2017-06-14 | 1 | -1/+1 | |
| | ||||||
* | Pass URL to Browser::new(), delegate url checking logic to third party | Sadman Kazi | 2017-06-08 | 1 | -14/+8 | |
| | | | | | | | | | | | | | | | | Use Option instead of ServoUrl for url in opts Cleaner mapping from parse_url to url_opt Add comment about url parsing error Print reason for parsing error Remove comment about warning Add home url when openning new browser window in CEF Fix merge error | |||||
* | Fix the -Z wr-no-batch option. | Glenn Watson | 2017-05-24 | 1 | -3/+3 | |
| | | | | | | | | The DebugOpts struct uses the Default trait to set all the values to false initialily. So bools in the DebugOpts struct must be negative verbs to work correctly. This drops the draw call count on HN from ~2000 back to ~5. | |||||
* | -Z wr-no-batch option | Dzmitry Malyshau | 2017-05-19 | 1 | -0/+10 | |
| | ||||||
* | Not headless by default | Paul Rouget | 2017-05-17 | 1 | -1/+1 | |
| | ||||||
* | Remove unused debug opts | Pyfisch | 2017-05-10 | 1 | -32/+0 | |
| | ||||||
* | Remove "Must be used with -w option" note | Pyfisch | 2017-05-10 | 1 | -2/+2 | |
| | ||||||
* | Enable subpixel anti-aliasing on text by default. | Glenn Watson | 2017-05-08 | 1 | -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 #16716 | zombiefungus | 2017-05-07 | 1 | -14/+0 | |
| | ||||||
* | Unminify JS and dump it to a file before executing it | Fernando Jiménez Moreno | 2017-04-12 | 1 | -0/+6 | |
| | ||||||
* | Remove the show-compositor-borders debug option | Martin Robinson | 2017-04-11 | 1 | -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_config | Xidorn Quan | 2017-04-07 | 1 | -4/+2 | |
| | ||||||
* | Add command-line argument to use a custom SSL certificate database. | Josh Matthews | 2017-04-06 | 1 | -0/+6 | |
| | ||||||
* | Rename ScreenPx to DeviceIndependentPixel. | Glenn Watson | 2017-02-22 | 1 | -2/+2 | |
| |