Builder linux-rel-css Build #2126
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 67c182638253211553161495cd2e4570002fd5bc |
| Got Revision | 67c182638253211553161495cd2e4570002fd5bc |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 5 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 23 mins, 0 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 12 mins, 58 secs )
-
shell__1 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 52 secs )
-
compile__2 ran build-geckolib --release warnings ( 3 mins, 43 secs )
-
test__1 ran test-stylo --release warnings ( 2 mins, 26 secs )
-
shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 2126 | Build |
| codebase | Build | |
| got_revision | 67c182638253211553161495cd2e4570002fd5bc | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 67c182638253211553161495cd2e4570002fd5bc | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | BuildSlave |
| warnings-count | 11 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-css | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Sun Jan 29 04:38:33 2017 |
| End | Sun Jan 29 05:21:41 2017 |
| Elapsed | 43 mins, 7 secs |
All Changes:
:
Change #34782
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Sun 29 Jan 2017 04:38:33 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 67c182638253211553161495cd2e4570002fd5bc Comments
Auto merge of #15120 - asajeffrey:script-windows-share-browsing-contexts, r=jdm Allow windows to share browsing contexts. <!-- Please describe your changes on the following line: --> This PR allows different `Window` objects in the same browsing context to share a `BrowsingContext` object. SpiderMonkey requires a `WindowProxy` object to be in the same compartment as its `Window`, so when a `WindowProxy` changes `Window`, we have to brain-transplant it. In turn this requires the reflector of a `BrowsingContext` to be mutable. --- <!-- 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 #13608 and #14843 - [X] These changes do not require tests because an existing test catches this (`/html/browsers/the-window-object/Window-document.html` is now `PASS`) <!-- 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/15120) <!-- Reviewable:end -->
Changed files
- components/script/dom/browsingcontext.rs
- components/script/dom/document.rs
- components/script/dom/domimplementation.rs
- components/script/dom/domparser.rs
- components/script/dom/extendablemessageevent.rs
- components/script/dom/imagedata.rs
- components/script/dom/messageevent.rs
- components/script/dom/node.rs
- components/script/dom/servoparser/mod.rs
- components/script/dom/vreyeparameters.rs
- components/script/dom/vrframedata.rs
- components/script/dom/vrpose.rs
- components/script/dom/vrstageparameters.rs
- components/script/dom/window.rs
- components/script/dom/xmldocument.rs
- components/script/dom/xmlhttprequest.rs
- components/script/script_thread.rs
- tests/wpt/metadata/html/browsers/the-window-object/Window-document.html.ini