servo/components
bors-servo a3e8199c97 Auto merge of #12388 - kilobtye:textarea2, r=pcwalton
Let textarea wrap lines

<!-- Please describe your changes on the following line: -->
1. Change textarea's style from white-space: pre to white-space: pre-wrap.
2. Display insertion point when a line is wrapped.

---
<!-- 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 #10053 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- 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/12388)
<!-- Reviewable:end -->
2016-07-26 08:31:49 -05:00
..
canvas Remove dependency on util::opts from canvas crate 2016-07-20 07:38:18 +00:00
canvas_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
compositing Implement beginnings of joint session history 2016-07-21 20:51:38 -06:00
constellation Hoist retrieval of layout_threads from opts into Constellation 2016-07-24 21:45:31 +02:00
devtools Removed some sources of panic from script thread and devtools, using Option values instead to indicate when a pipeline context is missing where appropriate. Additionally, removed erroneous method get_browsing_context. 2016-07-25 22:28:04 -04:00
devtools_traits Removed some sources of panic from script thread and devtools, using Option values instead to indicate when a pipeline context is missing where appropriate. Additionally, removed erroneous method get_browsing_context. 2016-07-25 22:28:04 -04:00
gfx Removed panic channel, replaced by integrated logging and issue reporting. 2016-07-20 21:56:43 -05:00
gfx_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
layout Auto merge of #12388 - kilobtye:textarea2, r=pcwalton 2016-07-26 08:31:49 -05:00
layout_thread Hoist retrieval of layout_threads from opts into Constellation 2016-07-24 21:45:31 +02:00
layout_traits Hoist retrieval of layout_threads from opts into Constellation 2016-07-24 21:45:31 +02:00
msg Implement beginnings of joint session history 2016-07-21 20:51:38 -06:00
net Chunked ReadFile from file manager 2016-07-25 19:39:16 +02:00
net_traits Chunked ReadFile from file manager 2016-07-25 19:39:16 +02:00
plugins All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
profile All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
profile_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
range All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
script Auto merge of #12577 - izgzhen:fm-chunked, r=Manishearth 2016-07-26 02:42:45 -05:00
script_layout_interface Hoist retrieval of layout_threads from opts into Constellation 2016-07-24 21:45:31 +02:00
script_traits Auto merge of #11791 - craftytrickster:11712/pipeline-lookup, r=asajeffrey 2016-07-26 00:44:28 -05:00
servo Auto merge of #11967 - metajack:windows-package, r=larsbergstrom 2016-07-25 16:48:33 -05:00
style Auto merge of #12388 - kilobtye:textarea2, r=pcwalton 2016-07-26 08:31:49 -05:00
style_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
util Auto merge of #12468 - asajeffrey:constellation-remove-panic-channel, r=emilio 2016-07-21 11:20:37 -05:00
webdriver_server Auto merge of #11791 - craftytrickster:11712/pipeline-lookup, r=asajeffrey 2016-07-26 00:44:28 -05:00