aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Auto merge of #14100 - servo:display_list_glossary, r=emiliobors-servo2016-11-071-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define "display list" Fix a TODO in the Glossary. --- - [ ] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix no issue; there wasn't one filed AFAIK - [X] These changes do not require tests because reasons <!-- 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/14100) <!-- Reviewable:end -->
| * Define "display list"Michael Howell2016-11-071-1/+1
| |
* | Grammatically correct the statement of bluetooth directoryMeet Mangukiya2016-11-061-1/+1
|/
* Split the bluetooth code out from the net crates.Ms2ger2016-11-031-0/+4
|
* Minor grammatical corrections in docsJason Estibeiro2016-10-281-2/+2
|
* Auto merge of #13469 - JanZerebecki:document-cargo-update-precise, ↵bors-servo2016-09-301-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=Wafflespeanut Document how to cargo-update to a specific version <!-- Please describe your changes on the following line: --> Closes #13310 --- <!-- 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 #13310 . <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because they only change documentation <!-- 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/13469) <!-- Reviewable:end -->
| * Document how to cargo-update to a specific versionJan Zerebecki2016-09-291-1/+1
| | | | | | | | Closes #13310
* | Fix some links in the style docShing Lyu2016-09-271-3/+3
|/
* Fix println sectionPaul Rouget2016-09-061-1/+1
|
* Import SelectorMap back from the selectors crate.Simon Sapin2016-08-211-2/+2
| | | | Nobody else uses it, and I want to make breaking changes to it.
* Move ServoSelectorImpl to a dedicated module.Simon Sapin2016-07-201-1/+1
|
* Auto merge of #12266 - tshepang:patch-1, r=noxbors-servo2016-07-081-11/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update HACKING_QUICKSTART.md Some grammar fixes --- <!-- 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 - [X] These changes do not require tests because they are documentation changes <!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12266) <!-- Reviewable:end -->
| * doc: small fixes to HACKING_QUICKSTART.mdTshepang Lekhonkhobe2016-07-061-11/+11
| |
* | Update ORGANIZATION.md for recent changes.Ms2ger2016-07-051-5/+10
| |
* | Move the etc entry in ORGANIZATION.md to its correct place.Ms2ger2016-07-051-2/+2
| |
* | Stop using tabs in ORGANIZATION.md.Ms2ger2016-07-051-84/+84
|/
* Fix README link.Pranaya Behera2016-06-271-1/+1
|
* Auto merge of #11193 - danlrobertson:pr-template, r=mbrubeckbors-servo2016-05-311-1/+4
|\ | | | | | | | | | | | | | | | | | | | | Add link to git-hook tips in PR template After a conversation with @aneeshusa on IRC starting [here-ish](http://logs.glob.uno/?c=mozilla%23servo#c430067), info about a [git hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) that runs `test-tidy` on commit (or push) was added to the wiki [here](https://github.com/servo/servo/wiki/Github-workflow#test-tidy-commit-hook). A suggestion was made to also add a link to this in the PR template. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11193) <!-- Reviewable:end -->
| * Add link to git-hook tips to hacking quickstartDaniel Robertson2016-05-211-1/+4
| |
* | Remove the gonk portLars Bergstrom2016-05-271-2/+0
|/
* docs: Ammend the lazy pseudo-element section to be clearerEmilio Cobos Álvarez2016-05-041-2/+2
| | | | Thanks to Simon for the feedback :)
* docs: Add style overview.Emilio Cobos Álvarez2016-05-042-1/+159
|
* Auto merge of #10914 - shinglyu:docs, r=aneeshusabors-servo2016-05-031-0/+32
|\ | | | | | | | | | | | | | | | | | | | | Added documents for commandline arguments An initial draft for #10878 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10914) <!-- Reviewable:end -->
| * Added documents for commandline argumentsShing Lyu2016-05-031-0/+32
| |
* | Clean up CI bash scripts, add docs/STYLE_GUIDE.mdAneesh Agrawal2016-04-301-0/+29
|/
* Add instructions to glossary.Josh Matthews2016-04-181-0/+8
|
* Start collecting documentation, and add an in-tree glossary. Encourage new ↵Josh Matthews2016-04-183-0/+419
contributors to add missing entries as appropriate.