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

Builder linux-rel-css Build #883

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 19 mins, 32 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 19 mins, 17 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 8 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 58 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 44 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. 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 883 Build
codebase Build
got_revision 6725f80ac39856045d5ea649075453ffc85e59ac Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 6725f80ac39856045d5ea649075453ffc85e59ac Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 10 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Nov 16 17:39:52 2016
EndWed Nov 16 18:39:39 2016
Elapsed59 mins, 47 secs

All Changes:

:

  1. Change #26647

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 16 Nov 2016 16:58:14
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 6725f80ac39856045d5ea649075453ffc85e59ac

    Comments

    Auto merge of #14190 - Manishearth:cssom, r=SimonSapin,heycam
    
    Immutable CSSOM
    
    This PR is intended to add basic support for all CSSOM interfaces, with the ability to index `document.styleSheets` and css rule lists, and serializing individual css rules. Handling individual interface methods for CSSRule subclasses can probably be done with easy/medium bugs.
    
    Mutation safety isn't dealt with here; if the css rule list is mutated the CSSOM will be in an inconsistent state. I intend to deal with this via zero sized tokens, see https://groups.google.com/forum/#!topic/mozilla.dev.servo/AnxJoVmtMXQ .  I'll handle that when I start making the CSSOM mutable. (Getting the immutable bit landed first opens this up for easy bugs)
    
    This doesn't really change style aside from adding an extra arc in the CSS rule list as discussed in the linked thread. So far this same design can be used by stylo as well when the time comes.
    
    f? @SimonSapin @emilio
    
    cc @upsuper
    
    part of #11420
    Todo:
    
     - [x] Stubs for rest of the CSSRule subclasses
     - [x] <s>ToCSS impls for CSSRules.</s> May make into easy bugs and stub out in this PR https://github.com/servo/servo/issues/14195
     - [x] Cache CSSStyleSheet on the relevant node
    
    <!-- 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/14190)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/cssfontfacerule.rs
    • components/script/dom/cssgroupingrule.rs
    • components/script/dom/csskeyframesrule.rs
    • components/script/dom/cssmediarule.rs
    • components/script/dom/cssnamespacerule.rs
    • components/script/dom/cssrule.rs
    • components/script/dom/cssrulelist.rs
    • components/script/dom/cssstylerule.rs
    • components/script/dom/cssstylesheet.rs
    • components/script/dom/cssviewportrule.rs
    • components/script/dom/document.rs
    • components/script/dom/htmllinkelement.rs
    • components/script/dom/htmlmetaelement.rs
    • components/script/dom/htmlstyleelement.rs
    • components/script/dom/mod.rs
    • components/script/dom/node.rs
    • components/script/dom/stylesheet.rs
    • components/script/dom/stylesheetlist.rs
    • components/script/dom/webidls/CSS.webidl
    • components/script/dom/webidls/CSSFontFaceRule.webidl
    • components/script/dom/webidls/CSSGroupingRule.webidl
    • components/script/dom/webidls/CSSKeyframesRule.webidl
    • components/script/dom/webidls/CSSMediaRule.webidl
    • components/script/dom/webidls/CSSNamespaceRule.webidl
    • components/script/dom/webidls/CSSRule.webidl
    • components/script/dom/webidls/CSSRuleList.webidl
    • components/script/dom/webidls/CSSStyleDeclaration.webidl
    • components/script/dom/webidls/CSSStyleRule.webidl
    • components/script/dom/webidls/CSSStyleSheet.webidl
    • components/script/dom/webidls/CSSViewportRule.webidl
    • components/script/dom/webidls/StyleSheet.webidl
    • components/script/dom/webidls/StyleSheetList.webidl
    • components/style/selector_matching.rs
    • components/style/stylesheets.rs
    • ports/geckolib/glue.rs
    • python/tidy/servo_tidy/tidy.py
    • tests/unit/style/media_queries.rs
    • tests/unit/style/stylesheets.rs
    • tests/wpt/harness/test/metadata/testharness/firefox/subdir/test_pref_reset.html.ini
    • tests/wpt/harness/test/metadata/testharness/firefox/test_pref_set.html.ini
    • tests/wpt/harness/test/metadata/testharness/subdir/testharness_1.html.ini
    • tests/wpt/harness/test/metadata/testharness/tags/testharness_0.html.ini
    • tests/wpt/harness/test/metadata/testharness/tags/testharness_1.html.ini
    • tests/wpt/harness/test/metadata/testharness/tags/testharness_2.html.ini
    • tests/wpt/metadata-css/css-transitions-1_dev/html/changing-while-transition.htm.ini
    • tests/wpt/metadata-css/css21_dev/html4/color-applies-to-014.htm.ini
    • tests/wpt/metadata-css/cssom-1_dev/html/index-003.htm.ini
    • tests/wpt/metadata-css/cssom-1_dev/html/interfaces.htm.ini
    • tests/wpt/metadata-css/geometry-1_dev/html/DOMMatrix-003.htm.ini
    • tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMMatrix-001.xht.ini
    • tests/wpt/metadata-css/geometry-1_dev/xhtml1/DOMMatrix-003.xht.ini
    • tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMMatrix-001.xht.ini
    • tests/wpt/metadata-css/geometry-1_dev/xhtml1print/DOMMatrix-003.xht.ini
    • tests/wpt/mozilla/meta/css/animations/basic-transition.html.ini
    • tests/wpt/mozilla/tests/mozilla/interfaces.html
    • tests/wpt/mozilla/tests/mozilla/interfaces.worker.js