Commit graph

53 commits

Author SHA1 Message Date
Zakor Gyula
12893aa010 Initial implementation of WebGPU API 2019-11-21 08:30:26 +01:00
Rasmus Viitanen
89c5ccc5de Update HACKING_QUICKSTART doc 2019-10-01 20:45:44 +02:00
wangxiangqing
b0455eb88b Remove the nonexistent optional params in document
Change-Id: I08af254388196926de911f146dbee282b887cf9b
2019-09-08 23:42:34 +08:00
Paul Rouget
385f774836 Update hololens doc 2019-07-05 13:03:13 +02:00
Paul Rouget
bc85472f7a Hololens documentation 2019-07-03 21:35:43 +02:00
Thomas Delacour
72345ed0bc
ISSUE-23088: updated deprecated links in HACKING_QUICKSTART 2019-03-25 23:43:39 -04:00
bors-servo
e2406d31dd
Auto merge of #23049 - dollinad:master, r=jdm
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 -->
2019-03-21 08:20:48 -04:00
dollinad
eafd9d17ad 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

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
2019-03-21 02:04:35 -07:00
Peter Hall
8bfd4dc1e2 #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
Jan Andre Ikenmeyer
1097d3fe00
Replace http with https in docs 2018-11-06 11:39:09 +01:00
Emilio Cobos Álvarez
81aa7fac12 Remove geckolib mentions from docs. 2018-05-17 11:24:59 -05:00
atouchet
73a619359c Change "OS X" to "macOS" 2018-03-26 23:00:20 -07:00
Igor Gutorov
de0e33a743 style: Fix some dead links in style.md 2018-03-13 01:39:17 +02:00
Paul Rouget
2282292fa4 Drop CEF support 2018-01-31 06:36:21 +01:00
Alex Touchet
fefd06da02
Fix dead link in COMMAND_LINE_ARGS.md 2017-11-04 13:07:19 -07:00
Joone Hur
ac877659e6 Fix the broken links to the page of the Rust Programming Language
We need to update the links of Match and Patterns in Some basic
Rust section.
2017-08-16 16:07:06 -07:00
Martin Robinson
e58e8ab42e Upgrade to the latest version of WebRender 2017-07-13 07:44:08 +10:00
r3c0d3x
a08fe955eb Fix fmt::Display vs fmt::Debug URL 2017-02-11 12:26:08 -05:00
Konstantin Veretennicov
30304921bf docs: alphabetize glossary entries 2017-01-08 19:32:14 +01:00
Gregory Terzian
44e808b5cf update "Working on a Crate" in HACKING_QUICKSTART 2016-12-23 23:43:07 +01:00
Simon Sapin
81a3de3299 Remove SelectorImpl aliases 2016-11-22 14:50:22 +01:00
bors-servo
dd611ef310 Auto merge of #14282 - staktrace:doc-fix, r=emilio
Fix out-of-date link in documentation

<!-- Please describe your changes on the following line: -->
The documentation referenced has moved, so the link needs to be updated.

---
<!-- 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
- [X] `./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 doc change only

<!-- 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/14282)
<!-- Reviewable:end -->
2016-11-20 17:51:21 -06:00
Simon Sapin
b203ab2419 Rename selector_impl.rs to selector_parser.rs
This makes it consistent with an upcoming update of the selectors crate.
2016-11-20 15:30:37 +01:00
Simon Sapin
08066800cd Rename selector_matching.rs to stylist.rs 2016-11-20 15:29:09 +01:00
Kartikaya Gupta
802386dd7f Fix out-of-date link in documentation 2016-11-18 16:45:20 -05:00
Emilio Cobos Álvarez
6c5cb9c369
docs: Add a minimal debugging guide. 2016-11-13 16:47:33 +01:00
bors-servo
784ca17dc0 Auto merge of #14100 - servo:display_list_glossary, r=emilio
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 -->
2016-11-07 19:46:18 -06:00
Michael Howell
5bba5d3b43 Define "display list" 2016-11-07 23:29:16 +00:00
Meet Mangukiya
1781999648 Grammatically correct the statement of bluetooth directory 2016-11-06 17:38:46 +05:30
Ms2ger
4fbe415e80 Split the bluetooth code out from the net crates. 2016-11-03 16:45:07 +01:00
Jason Estibeiro
57ffd8e147 Minor grammatical corrections in docs 2016-10-28 15:20:05 +05:30
bors-servo
2c1d6e7eaf Auto merge of #13469 - JanZerebecki:document-cargo-update-precise, 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 -->
2016-09-30 06:22:27 -05:00
Jan Zerebecki
8f99c700ff Document how to cargo-update to a specific version
Closes #13310
2016-09-29 00:19:58 +02:00
Shing Lyu
d75dcf62de Fix some links in the style doc 2016-09-27 02:09:29 +08:00
Paul Rouget
32f6e965de Fix println section 2016-09-06 18:58:51 +08:00
Simon Sapin
4062899fd8 Import SelectorMap back from the selectors crate.
Nobody else uses it, and I want to make breaking changes to it.
2016-08-21 03:40:30 +02:00
Simon Sapin
b2a7e44373 Move ServoSelectorImpl to a dedicated module. 2016-07-20 08:40:53 +02:00
bors-servo
9b2b101d19 Auto merge of #12266 - tshepang:patch-1, r=nox
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 -->
2016-07-08 00:51:03 -07:00
Tshepang Lekhonkhobe
9283770e61 doc: small fixes to HACKING_QUICKSTART.md 2016-07-06 23:51:13 +02:00
Ms2ger
5e72b9554b Update ORGANIZATION.md for recent changes. 2016-07-05 09:30:59 +02:00
Ms2ger
636b80d416 Move the etc entry in ORGANIZATION.md to its correct place. 2016-07-05 09:30:38 +02:00
Ms2ger
7baed97246 Stop using tabs in ORGANIZATION.md. 2016-07-05 09:29:26 +02:00
Pranaya Behera
4ef05feab0 Fix README link. 2016-06-27 13:25:21 +05:30
bors-servo
d53507f747 Auto merge of #11193 - danlrobertson:pr-template, r=mbrubeck
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 -->
2016-05-31 19:06:42 -05:00
Lars Bergstrom
02c7e06d54 Remove the gonk port 2016-05-27 19:33:43 -05:00
Daniel Robertson
70b2ec58ed
Add link to git-hook tips to hacking quickstart 2016-05-21 10:01:32 -04:00
Emilio Cobos Álvarez
4429318450
docs: Ammend the lazy pseudo-element section to be clearer
Thanks to Simon for the feedback :)
2016-05-04 00:34:07 +02:00
Emilio Cobos Álvarez
ca41e5359f
docs: Add style overview. 2016-05-04 00:34:03 +02:00
bors-servo
3f2ceeff5d Auto merge of #10914 - shinglyu:docs, r=aneeshusa
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 -->
2016-05-03 06:31:38 -07:00
Shing Lyu
998afeed48 Added documents for commandline arguments 2016-05-03 14:11:23 +08:00