bors-servo
0fce761bb3
Auto merge of #17457 - cynicaldevil:trim-parse-node-data, r=nox
...
Remove target and data fields from parse_node_data
<!-- Please describe your changes on the following line: -->
`parse_node_data` does not need to store `data` and `target`, they can automatically be passed as parameters to the parser operation (`ParseOperation::CreatePI`) that we already create to be processed.
Also, this frees up `process_op` from depending on the sink's `parse_node_data` field, which will later allow for the sink to exist on the parser thread separately.
---
<!-- 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
- [ ] 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/17457 )
<!-- Reviewable:end -->
2017-06-22 09:09:07 -07:00
..
2017-06-18 13:21:49 +02:00
2017-06-22 00:40:21 +05:30
2017-05-18 18:44:07 +02:00
2017-06-18 13:21:49 +02:00
2017-06-15 21:16:57 -06:00
2016-12-22 16:06:22 +01:00
2016-12-08 08:50:35 -10:00
2016-10-11 19:44:32 +02:00
2017-05-15 18:15:38 -04:00
2017-02-24 01:50:51 +01:00
2017-05-27 13:34:23 +02:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-03-13 17:38:33 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-09 16:46:25 -04:00
2017-06-14 16:00:59 +02:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-16 17:55:25 -04:00
2017-06-15 21:32:22 -06:00
2017-02-24 01:50:51 +01:00
2017-06-14 09:51:36 +09:00
2017-05-02 17:35:45 -07:00
2017-05-02 17:35:45 -07:00
2017-05-02 17:35:45 -07:00
2017-05-02 17:35:45 -07:00
2017-06-04 21:50:09 +02:00
2017-06-09 16:46:25 -04:00
2017-06-14 09:51:36 +09:00
2017-05-02 17:35:45 -07:00
2017-05-09 12:52:44 +02:00
2017-05-02 17:35:45 -07:00
2017-06-14 09:51:36 +09:00
2017-05-02 17:35:45 -07:00
2017-05-02 17:35:45 -07:00
2017-06-14 09:51:36 +09:00
2017-06-04 21:50:09 +02:00
2017-06-15 21:33:32 -06:00
2017-03-07 17:37:44 +08:00
2017-06-18 13:21:49 +02:00
2017-04-24 22:54:06 -07:00
2017-06-18 13:21:49 +02:00
2017-06-21 11:02:23 +10:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-06-14 16:00:59 +02:00
2017-06-14 16:00:59 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-06-21 09:28:43 -07:00
2017-03-07 17:37:44 +08:00
2017-02-24 01:50:51 +01:00
2017-06-14 16:00:59 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-05-04 01:07:23 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-03-26 14:15:31 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-05-02 19:24:28 +02:00
2017-05-04 01:07:23 +02:00
2017-04-12 15:43:14 +02:00
2017-04-12 15:43:14 +02:00
2017-04-12 15:43:14 +02:00
2017-04-12 15:43:14 +02:00
2017-05-17 09:01:05 -05:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-05-25 17:14:28 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-14 16:00:59 +02:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-18 13:21:49 +02:00
2017-06-13 00:27:41 +02:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-02-24 01:50:51 +01:00
2017-05-12 11:53:43 -06:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-26 12:42:45 -05:00
2017-06-15 17:06:12 -04:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-14 09:51:36 +09:00
2017-05-03 12:57:49 -05:00
2017-05-19 17:29:16 +08:00
2017-06-13 10:07:06 +10:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-18 13:21:49 +02:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-14 09:51:36 +09:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-18 13:21:49 +02:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-02-03 14:57:08 -05:00
2017-02-24 01:50:51 +01:00
2017-06-14 09:51:36 +09:00
2017-04-27 10:41:55 +02:00
2017-02-24 01:50:51 +01:00
2017-05-04 01:07:23 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-07 13:49:30 -05:00
2017-02-24 01:50:51 +01:00
2017-05-19 13:22:06 +02:00
2017-05-19 13:22:06 +02:00
2017-05-02 19:24:28 +02:00
2017-04-12 15:43:14 +02:00
2016-12-14 18:04:37 -06:00
2017-06-18 13:21:49 +02:00
2017-06-18 13:21:49 +02:00
2017-05-19 13:22:06 +02:00
2017-02-24 01:50:51 +01:00
2017-06-16 15:27:22 +10:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-03-21 15:55:45 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-03-07 17:37:44 +08:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-05-17 09:01:05 -05:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-06-18 13:21:49 +02:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-05-03 12:57:49 -05:00
2017-06-09 13:57:30 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-03-13 17:38:33 +01:00
2017-02-24 01:50:51 +01:00
2017-05-17 09:01:05 -05:00
2017-05-17 09:01:05 -05:00
2017-03-07 13:31:22 +01:00
2017-02-24 01:50:51 +01:00
2017-05-27 13:34:23 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-03-26 16:15:06 +02:00
2017-03-26 16:15:06 +02:00
2017-02-24 01:50:51 +01:00
2017-03-13 21:57:50 +08:00
2016-11-23 22:46:57 -08:00
2017-02-24 01:50:51 +01:00
2017-05-02 19:24:28 +02:00
2017-05-25 10:05:30 +02:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-05-25 10:05:30 +02:00
2017-05-04 01:07:23 +02:00
2017-02-24 01:50:51 +01:00
2017-05-04 01:07:23 +02:00
2017-05-04 01:07:23 +02:00
2017-05-04 01:07:23 +02:00
2017-02-24 01:50:51 +01:00
2017-05-18 18:44:07 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-04-21 20:23:55 +02:00
2017-02-24 01:50:51 +01:00
2017-05-18 18:44:07 +02:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-06-18 13:21:49 +02:00
2017-05-22 09:27:07 -05:00
2017-06-18 13:21:49 +02:00
2017-04-24 13:15:42 +01:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00
2017-06-07 13:49:30 -05:00
2017-06-07 13:49:30 -05:00
2017-02-24 01:50:51 +01:00
2017-06-18 13:21:49 +02:00
2017-02-24 01:50:51 +01:00
2017-02-24 01:50:51 +01:00