servo/components/script
bors-servo 7490dd6f0d
Auto merge of #23536 - gatoWololo:omar_timing_entries, r=jdm
Let resources timing entries be added to performance entry buffer.

<!-- Please describe your changes on the following line: -->
Update relevant tests to properly report and expect failure.

These changes are the first step for #23328. Not sure if I would say they _fix_ the issue.

---
<!-- 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: -->
- [X] There are tests for these changes: Existing tests have been updated to expect pass/failures.

<!-- 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/23536)
<!-- Reviewable:end -->
2019-06-24 10:48:39 -04:00
..
docs
dom Fix some new warnings 2019-06-22 14:59:09 +02:00
task_source
body.rs
build.rs Remove restrictions on cross-compiling on Windows. 2019-05-24 22:32:34 -04:00
Cargo.toml Upgrade phf codegen. 2019-06-13 11:08:16 -04:00
clipboard_provider.rs
CMakeLists.txt Remove restrictions on cross-compiling on Windows. 2019-05-24 22:32:34 -04:00
compartments.rs Remove unused code from a bunch of crates 2019-06-03 04:18:12 +02:00
devtools.rs Update to SpiderMonkey 66. 2019-05-10 22:43:43 -04:00
document_loader.rs Remove unused code from script* crates 2019-06-02 07:12:26 +02:00
fetch.rs Add an inCompartments config for bindings 2019-05-24 23:02:38 +02:00
image_listener.rs
layout_image.rs
lib.rs Fix some new warnings 2019-06-22 14:59:09 +02:00
mem.rs
microtask.rs
network_listener.rs Let resources timing entries be added to performance entry buffer. 2019-06-11 09:40:31 -07:00
script_runtime.rs Update to SpiderMonkey 66. 2019-05-10 22:43:43 -04:00
script_thread.rs Auto merge of #23581 - georgeroman:implement_get_page_source_wd_command, r=jdm 2019-06-22 19:11:59 -04:00
serviceworker_manager.rs
serviceworkerjob.rs Update Worker webidl to support WorkerOptions 2019-05-11 12:14:25 +09:00
stylesheet_loader.rs Rename shadow_root_from_node to containing_shadow_root 2019-04-26 12:00:26 +02:00
stylesheet_set.rs Move StylesheetSetRef to script 2019-04-26 12:00:26 +02:00
task.rs
task_manager.rs
task_queue.rs
test.rs
textinput.rs PR #23272 review nits 2019-05-22 19:59:33 +02:00
timers.rs
unpremultiplytable.rs
webdriver_handlers.rs Implement GetPageSource WebDriver command 2019-06-17 13:06:29 +03:00