2abcdba8a85cd073642df23d850139f9f414b1ba: Bug 1401560 - Make sure console input is focused after opening the console. r=nchevobbe
abhinav <abhinav.koppula@gmail.com> - Fri, 06 Oct 2017 01:04:01 +0530 - rev 435608
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1401560 - Make sure console input is focused after opening the console. r=nchevobbe
MozReview-Commit-ID: 3NVuavDKiPG
3549d9c469cfc5c3a014884dd7216377a85482ab: servo: Merge #18765 - stylo: Make :-moz-styleeditor-transitioning only valid in UA sheets (from emilio:unship-moz-se-transitioning); r=upsuper
Emilio Cobos Álvarez <emilio@crisal.io> - Fri, 06 Oct 2017 05:28:28 -0500 - rev 435607
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18765 - stylo: Make :-moz-styleeditor-transitioning only valid in UA sheets (from emilio:unship-moz-se-transitioning); r=upsuper
Bug: 1396099
Reviewed-by: xidorn
Source-Repo:
https://github.com/servo/servo
Source-Revision:
a468d05fffc0246bd5881f4720841c6b3fe5b364
edce9959c364b57b8b77fa2047d3a6be1337138e: servo: Merge #18764 - Change MediaExpressionValue::from_css_value to only accept pixels (from bradwerth:onlyDPPX); r=heycam
Brad Werth <bwerth@mozilla.com> - Fri, 06 Oct 2017 03:39:42 -0500 - rev 435606
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18764 - Change MediaExpressionValue::from_css_value to only accept pixels (from bradwerth:onlyDPPX); r=heycam
MozReview-Commit-ID: Hn3twVa8xLo
<!-- Please describe your changes on the following line: -->
https://bugzilla.mozilla.org/show_bug.cgi?id=1404097
https://reviewboard.mozilla.org/r/184746/
---
<!-- 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
- [X] These changes do not require tests because existing tests provide coverage.
<!-- 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. -->
Source-Repo:
https://github.com/servo/servo
Source-Revision:
6421332fb3f13205553ec3d9f911e7577b2638fd
97fcd35b0d3792e7305bcb46b303ce409b30d23e: servo: Merge #18767 - Don't assume that inputs to compute_style_with_inputs have any rules (from bzbarsky:fix-inputs-no-rules); r=heycam
Boris Zbarsky <bzbarsky@mit.edu> - Fri, 06 Oct 2017 01:53:12 -0500 - rev 435605
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18767 - Don't assume that inputs to compute_style_with_inputs have any rules (from bzbarsky:fix-inputs-no-rules); r=heycam
It could be a text style, which never has any rules attached to it.
Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1406222
<!-- Please describe your changes on the following line: -->
---
<!-- 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 https://bugzilla.mozilla.org/show_bug.cgi?id=1406222
<!-- 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. -->
Source-Repo:
https://github.com/servo/servo
Source-Revision:
117dbfaac20d8a388cf3cf5d2bc103b9d6249ee8
9c168c0568fee48a97486184f2b24c2df1e30ed9: servo: Merge #18760 - Upgrade to rustc 1.22.0-nightly (d7e73e4b1 2017-10-04) (from servo:rustup); r=nox
Simon Sapin <simon.sapin@exyr.org> - Thu, 05 Oct 2017 23:51:48 -0500 - rev 435604
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18760 - Upgrade to rustc 1.22.0-nightly (d7e73e4b1 2017-10-04) (from servo:rustup); r=nox
This version fixes large regressions in incremental compilation performance.
Source-Repo:
https://github.com/servo/servo
Source-Revision:
2de0e5f99e925fa9e533a49e259bb6df287400f3
165034ba1af941c33229f3dc8923e2c503c3a546: servo: Merge #18754 - Use raw pointers instead of transmute for UnsafeFlow (from mbrubeck:unsafe-flow); r=nox
Matt Brubeck <mbrubeck@limpet.net> - Thu, 05 Oct 2017 21:24:24 -0500 - rev 435603
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18754 - Use raw pointers instead of transmute for UnsafeFlow (from mbrubeck:unsafe-flow); r=nox
This makes the code depend a bit less on rustc implementation details.
r? pcwalton
---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they are refactoring only
Source-Repo:
https://github.com/servo/servo
Source-Revision:
8338df1c7011ed150a8e7d6d3655895fecf1575c
0f20f21d898166f3678ea5ef3bd25776863564d7: servo: Merge #18743 - Bump base64 to 0.6 (from Eijebong:base64); r=jdm
Bastien Orivel <eijebong@bananium.fr> - Thu, 05 Oct 2017 19:37:30 -0500 - rev 435602
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18743 - Bump base64 to 0.6 (from Eijebong:base64); r=jdm
This allows us to update hyper to 0.10.13 (closer to 0.11)
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they're just a version bump
Source-Repo:
https://github.com/servo/servo
Source-Revision:
f3191db2b19a4475382b594a5bf0cec4b990a8c1
193e35d3d4d9dca08d6451d8493270c7ceaf682b: servo: Merge #18759 - stylo: Keep unshipping stuff (from emilio:keep-unshipping-dont-stop); r=upsuper
Emilio Cobos Álvarez <emilio@crisal.io> - Thu, 05 Oct 2017 17:54:57 -0500 - rev 435601
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18759 - stylo: Keep unshipping stuff (from emilio:keep-unshipping-dont-stop); r=upsuper
From
bug 1396066
Source-Repo:
https://github.com/servo/servo
Source-Revision:
90d0afc61485b352b557efeabb52505bd1bd6417
624eef99351ab655c9271bb59d01b89c17e50707: Merge m-c to autoland, a=merge CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Thu, 05 Oct 2017 17:48:09 -0700 - rev 435600
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Merge m-c to autoland, a=merge CLOSED TREE
MozReview-Commit-ID: 98ySzr1oYMz
b8f4938f37d9a2ac2aadeec28fd45bbf12362234: Backed out changeset 959244bbe99d (bug 1403819) for windows build failures in TaskbarPreview.cpp a=backout CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Thu, 05 Oct 2017 17:43:43 -0700 - rev 435599
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Backed out changeset 959244bbe99d (
bug 1403819) for windows build failures in TaskbarPreview.cpp a=backout CLOSED TREE
MozReview-Commit-ID: 6nOitwKk7JX
faa69ac1c14b79838cc0aac842b470a110542ebd: Bug 1402442: Properly remove display: contents pseudo-frames. r=mats
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 25 Sep 2017 18:25:29 +0200 - rev 435598
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1402442: Properly remove display: contents pseudo-frames. r=mats
MozReview-Commit-ID: 4pjVLQfv3YR
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
959244bbe99d26f84cb516bb12ca43060c3298c6: Bug 1403819 - Remove nsIDOMHTMLCanvasElement; r=bz
Kyle Machulis <kyle@nonpolynomial.com> - Thu, 28 Sep 2017 12:17:07 -0700 - rev 435597
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1403819 - Remove nsIDOMHTMLCanvasElement; r=bz
Removes the XPCOM interface for nsIDOMHTMLCanvasElement, replacing it
with binding class usage.
MozReview-Commit-ID: DQJhqGlY8U6
0ecbc0a2984cbd93bb069e623dc4ffe1d842054a: Bug 1403058 Add the MinGW32 browser build to Taskcluster r=glandium
Tom Ritter <tom@mozilla.com> - Thu, 05 Oct 2017 11:46:32 -0500 - rev 435596
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1403058 Add the MinGW32 browser build to Taskcluster r=glandium
MozReview-Commit-ID: EGWX1EfqBNJ
0baba928b5d6f42ac63a8a98be50744a8cdc41a6: Bug 1403920 - Use RecomputeVisibility instead of ComputeVisibility to avoid triggering assertion failures. r=mattwoodrow
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 05 Oct 2017 10:45:55 -0400 - rev 435595
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1403920 - Use RecomputeVisibility instead of ComputeVisibility to avoid triggering assertion failures. r=mattwoodrow
MozReview-Commit-ID: LPIIM516rZL
abcd8dfc3a869a1c5292f91b48b7e21f48766f59: servo: Merge #18742 - Some low-key media improvements (from servo:media-metadata); r=jdm
Anthony Ramine <n.oxyde@gmail.com> - Thu, 05 Oct 2017 15:41:22 -0500 - rev 435594
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
servo: Merge
#18742 - Some low-key media improvements (from servo:media-metadata); r=jdm
This just makes our code fail more gracefully.
Source-Repo:
https://github.com/servo/servo
Source-Revision:
0444d76c6b117c3ad8dc4d3a59de252eaececbf1
224d8c57a4693138c8823ac108659bb1fe5b308e: Bug 1405571 - Only do a final flush on the XHR text decoder once; r=hsivonen
Thomas Wisniewski <wisniewskit@gmail.com> - Wed, 04 Oct 2017 15:05:28 -0400 - rev 435593
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1405571 - Only do a final flush on the XHR text decoder once; r=hsivonen
MozReview-Commit-ID: 7KphkchHBiw
1053bf2fbaed195d37a07ae81d5086cac0b8f6b8: Bug 1390313 - Item added to the overflow menu should scale down and fade out. ui-r=epang r=Gijs
Erica Wright <ewright@mozilla.com> - Mon, 18 Sep 2017 16:15:24 -0400 - rev 435592
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1390313 - Item added to the overflow menu should scale down and fade out. ui-r=epang r=Gijs
MozReview-Commit-ID: 5PxydbSfhpz
d15f945998db3300700a7d0bfc0e329fb770fb93: Bug 1405166 - Update occurrences of system-disabled pref outside screenshots system addon; r=kmag
Jared Hirsch <ohai@6a68.net> - Tue, 03 Oct 2017 16:26:41 -0700 - rev 435591
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1405166 - Update occurrences of system-disabled pref outside screenshots system addon; r=kmag
MozReview-Commit-ID: 24PV53VM6te
77d4d9eb87cdd939e579fb780562faebc8968f31: Bug 1405166 - Remove system-disabled pref from Screenshots; r=kmag
Jared Hirsch <ohai@6a68.net> - Tue, 03 Oct 2017 09:09:38 -0700 - rev 435590
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1405166 - Remove system-disabled pref from Screenshots; r=kmag
MozReview-Commit-ID: KuDfW6EZMWZ
aa679e64c2714fa2926b500f05ce97d7cdd688f2: Bug 1396099: Make :-moz-styleeditor-transitioning only valid in UA sheets. r=xidorn
Emilio Cobos Álvarez <emilio@crisal.io> - Wed, 04 Oct 2017 18:17:42 +0200 - rev 435589
Push
8114 by jlorenzo@mozilla.com at Thu, 02 Nov 2017 16:33:21 +0000
Bug 1396099: Make :-moz-styleeditor-transitioning only valid in UA sheets. r=xidorn
MozReview-Commit-ID: 9CjdFz5ZpAw