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

Builder linux-rel-css Build #91

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision9d3fc76463cb226ffeb9a6aca7239bbe36543802
Got Revision9d3fc76463cb226ffeb9a6aca7239bbe36543802
Changes1 change

BuildSlave:

servo-linux2

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release ( 17 mins, 50 secs )
    1. - no logs -
  4. test ran test-css --release --processes 16 ( 16 mins, 23 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 54 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 8 secs )
    1. warnings (9)
  7. shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  8. shell_2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 91 Build
codebase Build
got_revision 9d3fc76463cb226ffeb9a6aca7239bbe36543802 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 9d3fc76463cb226ffeb9a6aca7239bbe36543802 Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 9 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSat Oct 8 00:13:14 2016
EndSat Oct 8 00:51:36 2016
Elapsed38 mins, 21 secs

All Changes:

:

  1. Change #21610

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sat 08 Oct 2016 00:10:55
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 9d3fc76463cb226ffeb9a6aca7239bbe36543802

    Comments

    Auto merge of #13633 - glennw:forward-touch-events, r=mbrubeck
    
    Send touch events to root pipeline, and allow forwarding to iframes.
    
    Instead of letting the compositor try to find the correct scroll
    layer for a touch event, switch touch events to work the same way
    that mouse events do.
    
    Touch events are now dispatched to the root pipeline, and then
    forwarded to child iframes as required.
    
    <!-- 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/13633)
    <!-- Reviewable:end -->

    Changed files

    • components/compositing/compositor.rs
    • components/constellation/constellation.rs
    • components/script/dom/document.rs
    • components/script/script_thread.rs
    • components/script_traits/script_msg.rs