Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1417725 - (Servo) Add -moz-column-span alias for column-span prop… #19579

Merged
merged 2 commits into from Dec 19, 2017

Conversation

@neerjapancholi
Copy link
Contributor

neerjapancholi commented Dec 15, 2017

…erty.

This is part of the patch for adding a -moz- alias for column-span. See https://bugzilla.mozilla.org/show_bug.cgi?id=1417725
Clean try run for this patch is at:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=faa9c050c9adf10714953b8c5d5af67683992437&selectedJob=151353901


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #__ (github issue number if applicable).
  • There are tests for these changes OR
  • These changes do not require tests because _____

This change is Reviewable

@emilio
Copy link
Member

emilio commented Dec 15, 2017

@bors-servo r+

Thanks!

@bors-servo
Copy link
Contributor

bors-servo commented Dec 15, 2017

📌 Commit 1a6e559 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Dec 15, 2017

Testing commit 1a6e559 with merge eb48a4e...

bors-servo added a commit that referenced this pull request Dec 15, 2017
Bug 1417725 - (Servo) Add -moz-column-span alias for column-span prop…

…erty.

<!-- Please describe your changes on the following line: -->
This is part of the patch for adding a -moz- alias for column-span. See https://bugzilla.mozilla.org/show_bug.cgi?id=1417725
Clean try run for this patch is at:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=faa9c050c9adf10714953b8c5d5af67683992437&selectedJob=151353901

---
<!-- 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. -->

<!-- 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/19579)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 15, 2017

💔 Test failed - linux-dev

@emilio
Copy link
Member

emilio commented Dec 15, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 15, 2017

📌 Commit 48d3dc6 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Dec 15, 2017

Testing commit 48d3dc6 with merge 3f960fa...

bors-servo added a commit that referenced this pull request Dec 15, 2017
Bug 1417725 - (Servo) Add -moz-column-span alias for column-span prop…

…erty.

<!-- Please describe your changes on the following line: -->
This is part of the patch for adding a -moz- alias for column-span. See https://bugzilla.mozilla.org/show_bug.cgi?id=1417725
Clean try run for this patch is at:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=faa9c050c9adf10714953b8c5d5af67683992437&selectedJob=151353901

---
<!-- 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. -->

<!-- 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/19579)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 15, 2017

💔 Test failed - linux-rel-css

@jdm
Copy link
Member

jdm commented Dec 18, 2017

error[E0425]: cannot find value `GECKO_IS_NIGHTLY` in module `structs`
   --> components/style/context.rs:130:18
    |
130 |         structs::GECKO_IS_NIGHTLY
    |                  ^^^^^^^^^^^^^^^^ not found in `structs`

error[E0425]: cannot find value `GECKO_IS_NIGHTLY` in module `structs`
   --> components/style/gecko/data.rs:186:22
    |
186 |         if !structs::GECKO_IS_NIGHTLY {
    |                      ^^^^^^^^^^^^^^^^ not found in `structs`

error[E0425]: cannot find function `Gecko_RecordTraversalStatistics` in module `bindings`
   --> components/style/gecko/data.rs:193:28
    |
193 |         unsafe { bindings::Gecko_RecordTraversalStatistics(total, parallel,
    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `bindings`

error[E0425]: cannot find function `Gecko_GetBoolPrefValue` in module `bindings`
   --> components/style/stylesheets/supports_rule.rs:202:24
    |
202 |     unsafe { bindings::Gecko_GetBoolPrefValue(name.as_ptr()) }
    |                        ^^^^^^^^^^^^^^^^^^^^^^ not found in `bindings`

error[E0425]: cannot find value `StylePrefs_sGridTemplateSubgridValueEnabled` in module `mozilla`
   --> components/style/values/specified/grid.rs:333:23
    |
333 |     unsafe { mozilla::StylePrefs_sGridTemplateSubgridValueEnabled }
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `mozilla`

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_inline` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:60109:5
      |
60109 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_inline => true,
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_block` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:60111:5
      |
60111 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_block => true,
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_inline` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:61755:5
      |
61755 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_inline => {
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_block` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:61759:5
      |
61759 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_block => {
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_inline` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:92261:5
      |
92261 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_inline
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_block` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:92265:5
      |
92265 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_block
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_inline` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:99520:5
      |
99520 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_inline => {
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSProperty_overflow_clip_box_block` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/properties.rs:99524:5
      |
99524 |     nsCSSPropertyID::eCSSProperty_overflow_clip_box_block => {
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0609]: no field `mOverflowClipBoxInline` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13267:20
      |
13267 |         self.gecko.mOverflowClipBoxInline = result;
      |                    ^^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error[E0609]: no field `mOverflowClipBoxInline` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13273:20
      |
13273 |         self.gecko.mOverflowClipBoxInline = other.gecko.mOverflowClipBoxInline;
      |                    ^^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error[E0609]: no field `mOverflowClipBoxInline` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13273:57
      |
13273 |         self.gecko.mOverflowClipBoxInline = other.gecko.mOverflowClipBoxInline;
      |                                                         ^^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error[E0609]: no field `mOverflowClipBoxInline` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13300:26
      |
13300 |         match self.gecko.mOverflowClipBoxInline as u8 {
      |                          ^^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error[E0609]: no field `mOverflowClipBoxBlock` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13320:20
      |
13320 |         self.gecko.mOverflowClipBoxBlock = result;
      |                    ^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error[E0609]: no field `mOverflowClipBoxBlock` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13326:20
      |
13326 |         self.gecko.mOverflowClipBoxBlock = other.gecko.mOverflowClipBoxBlock;
      |                    ^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error[E0609]: no field `mOverflowClipBoxBlock` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13326:56
      |
13326 |         self.gecko.mOverflowClipBoxBlock = other.gecko.mOverflowClipBoxBlock;
      |                                                        ^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error[E0609]: no field `mOverflowClipBoxBlock` on type `gecko_bindings::structs::root::nsStyleDisplay`
     --> /home/servo/buildbot/slave/linux-rel-css/build/target/geckolib/release/build/style-01d183bc6377c630/out/gecko_properties.rs:13353:26
      |
13353 |         match self.gecko.mOverflowClipBoxBlock as u8 {
      |                          ^^^^^^^^^^^^^^^^^^^^^ did you mean `mOverflowClipBox`?

error: aborting due to 21 previous errors
@emilio emilio force-pushed the neerjapancholi:master branch from 48d3dc6 to 1abdf26 Dec 19, 2017
…erty.
@emilio emilio force-pushed the neerjapancholi:master branch from 1abdf26 to d5fa32a Dec 19, 2017
@emilio
Copy link
Member

emilio commented Dec 19, 2017

Updated the bindings.

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

📌 Commit d5fa32a has been approved by emilio

@jdm
Copy link
Member

jdm commented Dec 19, 2017

error[E0599]: no function or associated item named `eCSSPropertyAlias_MozColumnSpan` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
     --> /Users/servo/buildbot/slave/mac-dev-unit/build/target/geckolib/debug/build/style-55046d2555925070/out/properties.rs:99866:5
      |
99866 |     nsCSSPropertyID::eCSSPropertyAlias_MozColumnSpan => {
      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0599]: no function or associated item named `eCSSPropertyAlias_MozColumnSpan` found for type `gecko_bindings::structs::root::nsCSSPropertyID` in the current scope
      --> /Users/servo/buildbot/slave/mac-dev-unit/build/target/geckolib/debug/build/style-55046d2555925070/out/properties.rs:138012:5
       |
138012 |     nsCSSPropertyID::eCSSPropertyAlias_MozColumnSpan
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors

error: Could not compile `style`.
@emilio
Copy link
Member

emilio commented Dec 19, 2017

Yikes, forgot to include the Gecko bits. @bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.
@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

📌 Commit 1ac5dd8 has been approved by emilio

@emilio emilio force-pushed the neerjapancholi:master branch from 1ac5dd8 to a931789 Dec 19, 2017
@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

@emilio
Copy link
Member

emilio commented Dec 19, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

📌 Commit a931789 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

Testing commit a931789 with merge bf5a7dd...

bors-servo added a commit that referenced this pull request Dec 19, 2017
Bug 1417725 - (Servo) Add -moz-column-span alias for column-span prop…

…erty.

<!-- Please describe your changes on the following line: -->
This is part of the patch for adding a -moz- alias for column-span. See https://bugzilla.mozilla.org/show_bug.cgi?id=1417725
Clean try run for this patch is at:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=faa9c050c9adf10714953b8c5d5af67683992437&selectedJob=151353901

---
<!-- 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. -->

<!-- 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/19579)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

💔 Test failed - mac-rel-css1

@jdm
Copy link
Member

jdm commented Dec 19, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

Testing commit a931789 with merge 873bc3a...

bors-servo added a commit that referenced this pull request Dec 19, 2017
Bug 1417725 - (Servo) Add -moz-column-span alias for column-span prop…

…erty.

<!-- Please describe your changes on the following line: -->
This is part of the patch for adding a -moz- alias for column-span. See https://bugzilla.mozilla.org/show_bug.cgi?id=1417725
Clean try run for this patch is at:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=faa9c050c9adf10714953b8c5d5af67683992437&selectedJob=151353901

---
<!-- 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. -->

<!-- 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/19579)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 19, 2017

@bors-servo bors-servo merged commit a931789 into servo:master Dec 19, 2017
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.