Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

ramyananth
revert pub on fetch_image_bitmap
JayalakshmiV
Changed imageBitmap object as mutatable, wrapped origin_clean in cell type
bors-servo
Auto merge of #26318 - servo-wpt-sync:wpt_update_25-04-2020, r=servo-wpt-sync

Sync WPT with upstream (25-04-2020)

Automated downstream sync of changes from upstream as of 25-04-2020.
[no-wpt-sync]
r? @servo-wpt-sync
ramyananth
resolved duplicate import error and mutation variable setting
bors-servo
Auto merge of #26318 - servo-wpt-sync:wpt_update_25-04-2020, r=jdm

Sync WPT with upstream (25-04-2020)

Automated downstream sync of changes from upstream as of 25-04-2020.
[no-wpt-sync]
r? @servo-wpt-sync
jdm
Ensure correct buttons are disabled when prompting in UWP.
ramyananth
fixed import issue for ImageBitmap. Corrected dictionary import of ImageBitmapOptions
mrobinson
Add support for transitionrun events

These events are triggered as soon as a transition is added to the list
of running transitions. This will allow better test coverage while
reworking the transitions and animations processing model.
bors-servo
Auto merge of #26296 - ramyananth:master, r=<try>

WIP: Implementing createImageBitmap

<!-- Please describe your changes on the following line: -->
Implementing createImageBitmap method for canvas image source.

---
<!-- 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 #20650 (GitHub issue number if applicable)

<!-- 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. -->
ramyananth
added createImageBitmap for workerglobalscope, promise object for WindowOrWorkerGlobalScope, OffscreenCanvas type BitmapSource in window.rs
bors-servo
Auto merge of #26319 - atouchet:cargo, r=jdm

Some Cargo.toml cleanups

<!-- Please describe your changes on the following line: -->
Some Cargo.toml cleanups. Adapted from #26024.

---
<!-- 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
- [ ] 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. -->
atouchet
Some Cargo.toml cleanups
jdm
Enable UWP logging in release builds with FirefoxRealityLogStdout env var.
ramyananth
removed mut on imageBitmap
bors-servo
Auto merge of #26312 - jdm:webxr-debug, r=Manishearth

Provide feedback when OpenXR can't start

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26213
- [x] These changes do not require tests because it's testing an edge case in an environment we can't test on CI
bors-servo
Auto merge of #26318 - servo-wpt-sync:wpt_update_25-04-2020, r=jdm

Sync WPT with upstream (25-04-2020)

Automated downstream sync of changes from upstream as of 25-04-2020.
[no-wpt-sync]
r? @servo-wpt-sync
ramyananth
fixed build issues related to DomRefCell and Cell type. Build passes successfully for HtmlCanvas and OffScreenCanvas.
ramyananth
resolve image bitmap argument error
ramyananth
added getter function for bitmap_data and origin_clean
servo-wpt-sync
Update web-platform-tests to revision 78eae724c61bb01d858a01a324363e997ac66851
bors-servo
Auto merge of #26308 - mrobinson:animation-events2, r=jdm,emilio

Add support for transitionrun events

These events are triggered as soon as a transition is added to the list
of running transitions. This will allow better test coverage while
reworking the transitions and animations processing model.

<!-- 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
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [x] 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. -->
ramyananth
changed origin_clean data type to Cell Bool
ramyananth
formatted the code to follow Tidy principles.
jdm
Report openxr failure at app startup.
jdm
Remove incorrect 2020 failure.
bors-servo
Auto merge of #26308 - mrobinson:animation-events2, r=jdm,emilio

Add support for transitionrun events

These events are triggered as soon as a transition is added to the list
of running transitions. This will allow better test coverage while
reworking the transitions and animations processing model.

<!-- 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
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [x] 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. -->
JayalakshmiV
Updated canvas_state and window