a0e98ae937a20699d244f65e89ca2a8c41f92f8c: Bug 1414447 - Use displayed definitions in toolbox component for kb nav. r=jryans
Eitan Isaacson <eitan@monotonous.org> - Mon, 13 Nov 2017 10:49:00 -0500 - rev 391672
Push
32899 by dluca@mozilla.com at Tue, 14 Nov 2017 14:56:38 +0000
Bug 1414447 - Use displayed definitions in toolbox component for kb nav. r=jryans
bba904a2db1e30bc9c86b717557eceee6b367e18: Bug 1415572 - accessible\base\logging.cpp printf option fix. r=surkov
Jean-Luc Bonnafoux <jeanluc.bonnafoux@wanadoo.fr> - Wed, 08 Nov 2017 17:42:35 +0100 - rev 391671
Push
32899 by dluca@mozilla.com at Tue, 14 Nov 2017 14:56:38 +0000
Bug 1415572 - accessible\base\logging.cpp printf option fix. r=surkov
afbde1e5a67d2fe8dd8763f69f1ed4ddf4422b68: Bug 1415931 - [MIPS] Make long jumps visible to Wasm module code linking and caching. r=bbouvier
Dragan Mladjenovic <dragan.mladjenovic@rt-rk.com> - Mon, 13 Nov 2017 15:26:09 -0500 - rev 391670
Push
32899 by dluca@mozilla.com at Tue, 14 Nov 2017 14:56:38 +0000
Bug 1415931 - [MIPS] Make long jumps visible to Wasm module code linking and caching. r=bbouvier
c739516873c6ce4477b9b824c621f9551a652380: Bug 1415290 - Check return codes in mozcrash kill_pid; r=jmaher
Geoff Brown <gbrown@mozilla.com> - Mon, 13 Nov 2017 13:12:05 -0700 - rev 391669
Push
32899 by dluca@mozilla.com at Tue, 14 Nov 2017 14:56:38 +0000
Bug 1415290 - Check return codes in mozcrash kill_pid; r=jmaher
cf0dc409784986f3947b6db705a915546f30ead2: Bug 1415247 - Warn if Firefox is running before mochitest starts Firefox; r=jmaher
Geoff Brown <gbrown@mozilla.com> - Mon, 13 Nov 2017 13:12:02 -0700 - rev 391668
Push
32899 by dluca@mozilla.com at Tue, 14 Nov 2017 14:56:38 +0000
Bug 1415247 - Warn if Firefox is running before mochitest starts Firefox; r=jmaher
When running mochitests in automation, we expect no more than 1 instance of
Firefox to be running at any time: the browser under test. In local testing
scenarios, additional browser instances might be running.
Warn when mochitests find additional 'firefox' instances running before launching
a browser for testing, to make it easier to detect anomalies in automation.
de55f2d731c1dca9b1e52d99549c2da14703625d: Bug 1416314 - Guard against psutil exceptions when generating system-info.log; r=jmaher
Geoff Brown <gbrown@mozilla.com> - Mon, 13 Nov 2017 13:11:59 -0700 - rev 391667
Push
32899 by dluca@mozilla.com at Tue, 14 Nov 2017 14:56:38 +0000
Bug 1416314 - Guard against psutil exceptions when generating system-info.log; r=jmaher
It seems psutil can throw a wide range of exceptions when accessing system
information on aws...intermittently, of course. Let's expect and discard
such exceptions so that test jobs are not dependent on creating system-info.log.
077422bf7047cbfc8490aaa193bef3f0af72fb6a: Backed out changeset 32958aa32cb5 (bug 1415485) for frequently failing for failing reftest layout/reftests/async-scrolling/position-fixed-in-scroll-container.html on Linux x64 QuantumRender. r=backout a=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Tue, 14 Nov 2017 14:47:14 +0200 - rev 391666
Push
32898 by archaeopteryx@coole-files.de at Tue, 14 Nov 2017 12:47:46 +0000
Backed out changeset 32958aa32cb5 (
bug 1415485) for frequently failing for failing reftest layout/reftests/async-scrolling/position-fixed-in-scroll-container.html on Linux x64 QuantumRender. r=backout a=backout on a CLOSED TREE
3c8d0b156f9b53ab75c08e90e007583c315a9fc1: servo: Merge #18183 - Enable screen.width/height/availWidth/availHeight (from shinglyu:availheight); r=asajeffrey
Shing Lyu <shing.lyu@gmail.com> - Tue, 14 Nov 2017 14:45:52 +0200 - rev 391665
Push
32898 by archaeopteryx@coole-files.de at Tue, 14 Nov 2017 12:47:46 +0000
servo: Merge
#18183 - Enable screen.width/height/availWidth/availHeight (from shinglyu:availheight); r=asajeffrey
<!-- Please describe your changes on the following line: -->
Support screen.width/height/availWidth/availHeight using information from glutin. r?@paulrouget
Since glutin don't have `availWidth` and `availHeight` information, I let them fallback to `width` and `height`. If that's not acceptable in terms of webcompat, I can remove that part.
There are some test failures on wpt css about mutating screen.width/height should throw exception, but I can't reproduce that behavior on other major browser, so I keep them disabled. Also there are some media query issues, but I believe that's due to some test harness problem on my test machine.
---
<!-- 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
#18062 (github issue number if applicable).
<!-- Either: -->
- [x] There are tests for these changes in wpt cssom-view
- [ ] 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:
504ad4de2a426c2bc70161a9190fddaa8728ead2
1912bcfd31f129bd15a6d63a342c0fd5b468d815: Backed out changeset 648c91db95dd for failing reftest layout/reftests/async-scrolling/position-fixed-in-scroll-container.html on Linux x64 QuantumRender. r=backout a=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Tue, 14 Nov 2017 13:06:07 +0200 - rev 391664
Push
32897 by archaeopteryx@coole-files.de at Tue, 14 Nov 2017 11:06:21 +0000
Backed out changeset 648c91db95dd for failing reftest layout/reftests/async-scrolling/position-fixed-in-scroll-container.html on Linux x64 QuantumRender. r=backout a=backout on a CLOSED TREE
5b7ac4b432c10fe564efbb53e9d67a39093753a8: Backed out 2 changesets (bug 1416620) for failing own reftest. r=backout a=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Tue, 14 Nov 2017 13:04:52 +0200 - rev 391663
Push
32897 by archaeopteryx@coole-files.de at Tue, 14 Nov 2017 11:06:21 +0000
Backed out 2 changesets (
bug 1416620) for failing own reftest. r=backout a=backout on a CLOSED TREE
Backed out changeset 3b45218edc2e (
bug 1416620)
Backed out changeset c48580e1f535 (
bug 1416620)
f607af87cc3cb7d6f2b10d5adfbac97b1d225b58: Backed out changeset 1a83be186f45 (bug 1397612) on request from whimboo for causing bug 1391545. r=backout a=backout on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Tue, 14 Nov 2017 13:04:27 +0200 - rev 391662
Push
32897 by archaeopteryx@coole-files.de at Tue, 14 Nov 2017 11:06:21 +0000
Backed out changeset 1a83be186f45 (
bug 1397612) on request from whimboo for causing
bug 1391545. r=backout a=backout on a CLOSED TREE
f9717fd3e226b116dadb08dd9b2cdee9a610b154: Merge inbound to mozilla-central r=merge a=merge
Coroiu Cristina <ccoroiu@mozilla.com> - Tue, 14 Nov 2017 12:21:40 +0200 - rev 391661
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Merge inbound to mozilla-central r=merge a=merge
a60e6fbce675354cdb75015844f412b39e474cd1: Bug 1371293 - Fix various devtools warnings after upgrading to ESLint 4. r=miker
Mark Banner <standard8@mozilla.com> - Mon, 06 Nov 2017 14:01:33 +0000 - rev 391660
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1371293 - Fix various devtools warnings after upgrading to ESLint 4. r=miker
ESLint 4 will turn on all rules after an eslint-enable with no arguments. Therefore be more specific about which rules are being disabled.
MozReview-Commit-ID: IoPBG72zySm
b2b4d1d651c3cb8f7ff799b0b63e9c8636e5a1d4: Bug 1371293 - Fix instances of space-before-function-paren failures after ESLint 4 upgrade. r=mossop
Mark Banner <standard8@mozilla.com> - Mon, 06 Nov 2017 13:46:21 +0000 - rev 391659
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1371293 - Fix instances of space-before-function-paren failures after ESLint 4 upgrade. r=mossop
MozReview-Commit-ID: 5XfdCSDjLEG
17c9e4be5970e73a62953e97851ec52bec85a71e: Bug 1371293 - Fix instances of padded-blocks failures after ESLint 4 upgrade. r=miker
Mark Banner <standard8@mozilla.com> - Mon, 06 Nov 2017 13:45:49 +0000 - rev 391658
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1371293 - Fix instances of padded-blocks failures after ESLint 4 upgrade. r=miker
MozReview-Commit-ID: I9sfn7n7UBs
27416456db70d7a7d72e3a6f95ea0dc8ae2decb5: Bug 1371293 - Fix remaining instances of no-multi-spaces after upgrading to ESLint 4. r=mossop
Mark Banner <standard8@mozilla.com> - Mon, 06 Nov 2017 13:40:13 +0000 - rev 391657
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1371293 - Fix remaining instances of no-multi-spaces after upgrading to ESLint 4. r=mossop
MozReview-Commit-ID: EL6qI2VDyT1
b9a2f3e6f1cfd6643f5672d206b119a804b45512: Bug 1371293 - Fix instances of missing 'use strict;' in html files as found after ESLint 4 upgrade. r=mossop
Mark Banner <standard8@mozilla.com> - Tue, 31 Oct 2017 16:40:37 +0000 - rev 391656
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1371293 - Fix instances of missing 'use strict;' in html files as found after ESLint 4 upgrade. r=mossop
MozReview-Commit-ID: 2q3nqLaXA3E
ae55fa3ac96bc69021a80e901ecb77123b482f88: Bug 1371293 - Automatically clobber node_modules when upgrading from ESLint 3 to 4. r=ahal
Mark Banner <standard8@mozilla.com> - Tue, 07 Nov 2017 14:30:56 +0000 - rev 391655
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1371293 - Automatically clobber node_modules when upgrading from ESLint 3 to 4. r=ahal
This is intended to help with ensuring that developer's profiles cleanup and upgrade correctly, as we've seen issues in the past.
MozReview-Commit-ID: CqCRDN0y64I
63cc92dc7a490c062dc98712aa363f46acf22202: Bug 1371293 - Upgrade ESLint to version 4.8.0, configuration changes. r=mossop
Mark Banner <standard8@mozilla.com> - Mon, 09 Oct 2017 10:54:16 +0100 - rev 391654
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1371293 - Upgrade ESLint to version 4.8.0, configuration changes. r=mossop
MozReview-Commit-ID: 2YHYOLTtqxu
d61d99ecc3c87b893b113f0d6662df5055d0f53f: Bug 1415444 - part2 : add log. r=smaug
Alastor Wu <alwu@mozilla.com> - Tue, 14 Nov 2017 14:48:23 +0800 - rev 391653
Push
32896 by ccoroiu@mozilla.com at Tue, 14 Nov 2017 10:22:27 +0000
Bug 1415444 - part2 : add log. r=smaug
MozReview-Commit-ID: KFB3HiPuWeo