Builder linux-rel-css Build #799
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | f04033a13972faea9efd9689e6949406241ca85f |
| Got Revision | f04033a13972faea9efd9689e6949406241ca85f |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
- - no logs -
-
generic generic ( 0 secs )
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 20 mins, 6 secs )
-
test ran test-css --release --processes 16 ( 17 mins, 21 secs )
-
compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 24 secs )
-
compile__2 ran build-geckolib --release warnings ( 4 mins, 0 secs )
-
test__1 ran test-stylo --release warnings ( 2 mins, 49 secs )
-
shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__2 '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 | 799 | Build |
| codebase | Build | |
| got_revision | f04033a13972faea9efd9689e6949406241ca85f | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | f04033a13972faea9efd9689e6949406241ca85f | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | BuildSlave |
| warnings-count | 10 | 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 | Sat Nov 12 15:58:49 2016 |
| End | Sat Nov 12 16:57:35 2016 |
| Elapsed | 58 mins, 46 secs |
All Changes:
:
Change #26155
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Sat 12 Nov 2016 15:58:48 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision f04033a13972faea9efd9689e6949406241ca85f Comments
Auto merge of #14184 - jmcomets:tab-no-default-action, r=metajack Return `KeyReaction::Nothing` for a Tab event Do nothing instead of triggering the default action for a tab event. Hitting the tab key in an html text input shouldn't submit the form, and for any text input, the tab key should have a particular action associated, not the default action. This cleans up #12701. - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- 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/14184) <!-- Reviewable:end -->
Changed files
- components/script/dom/htmlinputelement.rs
- components/script/textinput.rs