aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update in-tree docs to point to the new book (#32743)Delan Azabani2024-07-098-897/+27
| | | | | | | * Update in-tree docs to point to the new book * Revive build setup section in README as quickstart guide * Apply feedback about titles
* Make `crown` optional (#32494)Jonathan Schwender2024-06-241-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make `crown` optional Add the optional `--use-crown` flag to mach * --use-crown for all platforms in CI Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Add documentation for `--use-crown` Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Update python/servo/command_base.py Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * Raise Error if CARGO_BUILD_RUSTC conflicts with --use-crown Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * add dummy RUSTFLAG to trigger re-checking Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> --------- Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Co-authored-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com>
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-4/+4
| | | | | | | | | This crate only takes care of fonts now as graphics related things are split into other crates. In addition, this exposes data structures at the top of the crate, hiding the implementation details and making it simpler to import them. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
* Updated inconsistent context for crates (#31718)Tumuhairwe2024-03-181-53/+54
|
* Adjust the language used in some of the documentation (#31583)Okhuomon Ajayi2024-03-084-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed a typo in the Android setup command * Fix typo in documentation for command-line arguments * Fix style and formatting issues in the Shell Scripts section of the documentation * Update style.md * Fixed various inconsistencies * Fixed various inconsistencies * Update webxr.md * Update style.md * Update COMMAND_LINE_ARGS.md * Update README.md Co-authored-by: Martin Robinson <mrobinson@igalia.com> * Update docs/COMMAND_LINE_ARGS.md --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* Remove leftover layout_traits references (#31448)Alex Touchet2024-02-281-2/+0
|
* Initial overview of webxr initialization (#31255)Josh Matthews2024-02-051-0/+78
|
* Fix crown on NixOS (#30987)Delan Azabani2024-01-051-2/+14
| | | | | | | | | | | | | | | | | | | | | * Fix crown on NixOS * no need to install libs, because there are none * fix program name in usage message * use the cargo provided by each buildPhase * cargo update --offline can be used to reformat lockfiles * document how to keep rust-toolchain.toml and etc/shell.nix in sync * clarify comment about allowBuiltinFetchGit * fix license * clarify purpose of filterlock * explain why crown must not use workspace dependencies
* Remove IRC comment in style.md (#30998)Alex Touchet2024-01-041-5/+0
|
* docs(style): update outdated `stylo` project name and link (#30960)Bartłomiej Kalemba2024-01-031-2/+1
| | | | | | | | | | | * docs(style): update outdated `stylo` project name and link * docs(style): remove outdated link to Stylo project * Update style.md --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* fix: add a missing dot in HACKING_QUICKSTART.md (#30958)Koki Saito2023-12-291-1/+1
|
* Update branch name to main (#30877)Alex Touchet2023-12-162-2/+2
|
* Remove some stray references to OpenSSL (#30710)Martin Robinson2023-11-091-2/+0
| | | These were left over from the change to use rustls.
* fix typo in debugging.md from servo to Servo (#30644)Yash Sajwan2023-10-301-1/+1
|
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Run main and try jobs with debug assertions * use single quotes in workflow expressions * set force-debug-assertions in main.yml * set force-debug-assertions as part of decision job * fix typo in MachCommands.build * fix more hardcoded profile names * fix tidy * split cargo_profile_option on windows * Fix running servoshell and unit tests through a symlink * rename steps to make them less confusing * fix more hardcoded cargo profile options * fix missing inputs in linux-wpt and mac-wpt * make filename an inherent method of Resource * rework release-with-debug-assertions profile to production profile * rework resource logic to eliminate std_test_override * set production flag in nightly release builds * clean up servobuild.example and windows.yml * oops forgot to check in embedder_traits/build.rs * fix mach test-unit behaviour through symlink * unit tests only need current_dir and ancestors * fix macOS package smoketest breakage * expect css/css-color/currentcolor-003 to crash under layout 2013 * fix more references to {force,release-with}-debug-assertions * fix local build failures under --profile production
* docs: add table of contents to HACKING_QUICKSTART (#30616)Delan Azabani2023-10-251-13/+31
| | | | | | | | | | | * docs: add table of contents to HACKING_QUICKSTART * remove stray newline Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* docs: Fix sample command in COMMAND_LINE_ARGS doc (#30082)Yutaro Ohno2023-08-091-1/+1
|
* remove hololens docatbrakhi2023-07-101-56/+0
|
* Move logers into seperate logger filesRakhi Sharma2023-05-021-1/+1
| | | | | | | Constellation seems to have lots of code that could be moved into seperate files. `FromScriptLogger` and `FromCompositorLogger` seem to qualify for that. Moved FromScriptLogger and FromScriptLogger to logger file.
* HACKING_QUICKSTART: update vscode guideDelan Azabani2023-03-101-0/+23
|
* HACKING_QUICKSTART: update vscode guideDelan Azabani2023-02-151-22/+25
|
* Remove UWP/HoloLens CI & Nightly jobs.Mukilan Thiyagarajan2023-01-251-0/+2
| | | | | | | | | | Servo [TSC has decided][1] to halt support for UWP platform. This PR only removes the CI & Nightly jobs and doesn't modify any code related to UWP support. [1]: https://github.com/servo/project/blob/master/governance/tsc/tsc-2023-01-23.md#supported-platforms Signed-off-by: Mukilan Thiyagarajan <mukilanthiagarajan@gmail.com>
* Add vscode/rust-analyzer info.Teymour Aldridge2022-01-201-0/+43
|
* Remove now resolved debugging bug.Teymour Aldridge2022-01-191-8/+0
| | | The bug (https://github.com/rr-debugger/rr/issues/1883) has been resolved.
* docs: Fix link to experimental CLI prefs listDivyanshu Agrawal2021-10-151-1/+1
| | | | | | Fixes: #28612. Signed-off-by: Divyanshu Agrawal <agrawal-d@outlook.com>
* Update rust by example linkRadek Kunc2021-09-041-1/+1
|
* Link to Zulip in HACKING_QUICKSTART.mdSimon Sapin2021-02-261-7/+1
| | | Remove links for Matrix or the dev-servo mailing list.
* Add more issue reporting and URL shortening tips.Josh Matthews2020-07-171-0/+9
|
* Update hololens documentation.Josh Matthews2020-07-141-12/+39
|
* Update HACKING_QUICKSTART.mdPaul Rouget2020-06-221-2/+2
| | | Fix #27012
* Remove support for heartbeats profilingSimon Sapin2020-06-041-2/+0
|
* Rename glutin port to winitatouchet2020-05-272-2/+2
|
* Update ORGANIZATION.mdAlex Touchet2020-05-021-16/+17
|
* Use a valid debug option in the Debugging guideUtsav Oza2020-04-011-1/+1
|
* Replace IRC channel with Matrix linkGabriel Majeri2020-03-191-2/+2
|
* Remove azure canvas backendDaniel Alley2020-02-251-1/+1
| | | | closes #25833
* Initial implementation of WebGPU APIZakor Gyula2019-11-211-0/+2
|
* Update HACKING_QUICKSTART docRasmus Viitanen2019-10-011-10/+18
|
* Remove the nonexistent optional params in documentwangxiangqing2019-09-081-3/+3
| | | | Change-Id: I08af254388196926de911f146dbee282b887cf9b
* Update hololens docPaul Rouget2019-07-051-7/+5
|
* Hololens documentationPaul Rouget2019-07-031-0/+20
|
* ISSUE-23088: updated deprecated links in HACKING_QUICKSTARTThomas Delacour2019-03-251-1/+1
|
* Auto merge of #23049 - dollinad:master, r=jdmbors-servo2019-03-211-21/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edit Selector Implementation to be concise Edit Selector Implementation in order to be concise. Changes involve: - Sentence rewrites - Removal of dead links - Correction of grammar and spelling <!-- Please describe your changes on the following line: --> --- <!-- 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 fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _changes were made to docs file only__ <!-- 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/23049) <!-- Reviewable:end -->
| * Edit Selector Implementation to be concisedollinad2019-03-211-21/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edit Selector Implementation in order to be concise. Changes involve: - Sentence rewrites - Removal of dead links - Correction of grammar and spelling Edit Style.md Edit the content under "The properties module" to make it concise . (Squashed commit)Edit Style.md #1 sytle -> style Update Style.md #1 consitency -> consistency
* | #8539 Config preferences backend restructurePeter Hall2019-03-201-2/+2
|/
* Replace http with https in docsJan Andre Ikenmeyer2018-11-062-29/+29
|
* Remove geckolib mentions from docs.Emilio Cobos Álvarez2018-05-171-2/+0
|
* Change "OS X" to "macOS"atouchet2018-03-262-2/+2
|
* style: Fix some dead links in style.mdIgor Gutorov2018-03-131-4/+4
|
* Drop CEF supportPaul Rouget2018-01-311-2/+0
|