6e99d208aa1a5817a785bc837eea1a29b8e5ddeb: Bug 1346859 - Remove dead code found by clang-tidy in unix/nsOSHelperAppService.cpp r=froydnj
Sylvestre Ledru <sledru@mozilla.com> - Mon, 13 Mar 2017 18:09:02 +0100 - rev 347537
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1346859 - Remove dead code found by clang-tidy in unix/nsOSHelperAppService.cpp r=froydnj
MozReview-Commit-ID: H8lanTsuNxX
a84ec98ccaabd854a38d9d33b632b39f500ef7e8: Bug 1151421 Part 2: Add test of fractional scroll position properties. r=smaug
Brad Werth <bwerth@mozilla.com> - Mon, 13 Mar 2017 19:12:09 -0700 - rev 347536
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1151421 Part 2: Add test of fractional scroll position properties. r=smaug
MozReview-Commit-ID: 4a8eQeJz7fV
7ce372883419157c67bb8ac9fe7100a3a06a09ea: Bug 1151421 Part 1: Change Window scroll and offset properties to be doubles instead of ints. r=smaug
Brad Werth <bwerth@mozilla.com> - Thu, 02 Mar 2017 13:01:31 -0800 - rev 347535
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1151421 Part 1: Change Window scroll and offset properties to be doubles instead of ints. r=smaug
MozReview-Commit-ID: KeTokCIO5D9
a9f6c1e46e8ce200fdb08b6d30b41d1c541b6181: Backed out changeset 48c4281a7308 (bug 1343821) for eslint failures
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 14 Mar 2017 16:57:11 +0100 - rev 347534
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Backed out changeset 48c4281a7308 (
bug 1343821) for eslint failures
48c4281a7308b1a8f7f52b04acc2c3dfd2cc96f4: Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
Mike de Boer <mdeboer@mozilla.com> - Tue, 14 Mar 2017 15:51:22 +0100 - rev 347533
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1343821 - remove Dynamic Skin Switching (DSS) support. r=mossop
MozReview-Commit-ID: 5kMWOGTsD2P
e998d849b34ef3d324d0ffecc8dae0cfa0c0922f: Bug 1086549 - Converting browser tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=mak
Mark Banner <standard8@mozilla.com> - Wed, 08 Mar 2017 20:39:05 +0000 - rev 347532
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1086549 - Converting browser tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=mak
MozReview-Commit-ID: BdRCP6DOHZS
7e2fc0b3f192260bff3187f9e38c62f242a59e54: Bug 1086549 - Converting Sync tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=markh
David Rajchenbach-Teller <dteller@mozilla.com> - Fri, 24 Oct 2014 14:57:02 +0200 - rev 347531
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1086549 - Converting Sync tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=markh
MozReview-Commit-ID: 3dZljFrvJUA
fa3d459b70a5046b55114c42e7b431d602324bee: Bug 1086549 - Converting add-on sdk tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=mak
David Rajchenbach-Teller <dteller@mozilla.com> - Tue, 28 Oct 2014 11:59:51 +0100 - rev 347530
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1086549 - Converting add-on sdk tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=mak
MozReview-Commit-ID: KjIyAi1aUg6
e4b3b7377c7f09e8180f734f1f1bef4506cb54dc: Bug 1086549 - Converting Places tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=mak
David Rajchenbach-Teller <dteller@mozilla.com> - Tue, 28 Oct 2014 11:30:21 +0100 - rev 347529
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1086549 - Converting Places tests from removePage to History.remove. Patch by Yoric, updated by Standard8. r=mak
MozReview-Commit-ID: 4PjGxXYKjBe
fca8d4a51babdeb5550ffaa3b5e44f75bc309ae0: servo: Merge #15795 - Let the embedder decide if servo should follow a link or not (from paulrouget:follow-link); r=asajeffrey
Paul Rouget <me@paulrouget.com> - Tue, 14 Mar 2017 07:22:23 -0700 - rev 347528
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
servo: Merge
#15795 - Let the embedder decide if servo should follow a link or not (from paulrouget:follow-link); r=asajeffrey
We want to give a chance to the embedder to handle a link itself.
Is it a problem that this will add a round trip to the main thread every time `load_url` is called?
---
<!-- 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
#15655
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because I'm not sure how to test that
<!-- 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:
808ffffd1e8dab9ca6340a981b797434b34e2e36
9555f7ced9de7b1750cbdff82df01931b9ef412b: Bug 1346781 - do not attempt to hide highlighters if currentNode is falsy;r=zer0
Julian Descottes <jdescottes@mozilla.com> - Mon, 13 Mar 2017 22:15:12 +0100 - rev 347527
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1346781 - do not attempt to hide highlighters if currentNode is falsy;r=zer0
This commit updates part of the logic changed in
Bug 1333714 (e3a0d990896d)
The hide method of the auto refresh highlighters were modified to allow
hide() to be called as long as the highlighter env window was still valid.
This could lead to calling hide on highlighters where show() had not been
previously called, slowing down closing the inspector for no reason.
This changes the hide() method to also bail out in case this.currentNode
is not truthy, which means show() was not called previously.
MozReview-Commit-ID: 4EOgjD6W2QB
78b008fb7d12ac75b2ad06d06ab65e6bc4ae8bb5: Bug 1340775 - Allow window position to be set to negative coordinates; r=maja_zf
Andreas Tolfsen <ato@mozilla.com> - Thu, 23 Feb 2017 14:12:29 +0000 - rev 347526
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1340775 - Allow window position to be set to negative coordinates; r=maja_zf
It should be possible to set a window's position to a pair of negative
coordinates, since the user may move the window off-screen. The window
may also be situated off-screen by default: for example a maximised
window on Windows will report window.screenX to be -8px.
Relevant change to the specification:
https://github.com/w3c/webdriver/pull/805
MozReview-Commit-ID: FdReDi8pLL0
d9aeb5fbd1796ba98e7bf3dfd630a06c4f604f28: Bug 1347113 - Use CSS outline instead of border for XUL checkbox focus ring. r=mikedeboer
Dão Gottwald <dao@mozilla.com> - Tue, 14 Mar 2017 15:01:39 +0100 - rev 347525
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1347113 - Use CSS outline instead of border for XUL checkbox focus ring. r=mikedeboer
MozReview-Commit-ID: 22QNiw0bKmw
20045f98a66c7a1c2eb9da4a2f12c21a5c724e5e: Bug 1346958 - Eliminate PickleIterator::operator= calls. r=kanru
Andrew McCreight <continuation@gmail.com> - Mon, 13 Mar 2017 14:24:45 -0700 - rev 347524
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1346958 - Eliminate PickleIterator::operator= calls. r=kanru
MozReview-Commit-ID: BGJUt9NG3GX
1306b08b3c98ac6ce25dd7ff73b7d87a23b11f98: Merge mozilla-central to autoland
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 14 Mar 2017 14:27:38 +0100 - rev 347523
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Merge mozilla-central to autoland
18a136d5ca3f5b73d7ec3aa4584529ca6471403a: Bug 1338106 - Add mask-image to fade out text of devtools-tabs;r=ntim
Julian Descottes <jdescottes@mozilla.com> - Wed, 08 Mar 2017 17:20:49 +0100 - rev 347522
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1338106 - Add mask-image to fade out text of devtools-tabs;r=ntim
Also fixes a slight issue in firebug theme that made the text slide of
1 px down when selecting a tab.
MozReview-Commit-ID: KNm9Xf21p2D
1396c6c9a24841b99e9ff6b8f001bfc8f09513ba: Bug 1338106 - reduce min width of devtools toolbar command buttons to 24px;r=ntim
Julian Descottes <jdescottes@mozilla.com> - Wed, 08 Mar 2017 11:50:42 +0100 - rev 347521
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1338106 - reduce min width of devtools toolbar command buttons to 24px;r=ntim
MozReview-Commit-ID: 5SeQEWR11ow
b1eeaade030704e4f7130e125a1c53cc21e049d0: Bug 1338106 - hide toolbox toolbar icons for narrow viewport;r=ntim
Julian Descottes <jdescottes@mozilla.com> - Wed, 08 Mar 2017 12:36:40 +0100 - rev 347520
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1338106 - hide toolbox toolbar icons for narrow viewport;r=ntim
- remove text-overflow: ellipsis to maximize readable text
- add media query to hide toolbar icons when viewport width < 700px
MozReview-Commit-ID: 4HBFciWSuie
c0a0ddf7cb98603c3525cb4d1dc96db9fe59ad23: Bug 1311347 - Enable eslint of browser/components/sessionstore/. Manual fixes. r=jaws
Mark Banner <standard8@mozilla.com> - Mon, 13 Mar 2017 10:32:03 +0000 - rev 347519
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1311347 - Enable eslint of browser/components/sessionstore/. Manual fixes. r=jaws
MozReview-Commit-ID: AupJNLZJ2Ye
3947cd1d75d86858194c928b833c22de63a5b30f: Bug 1311347 - Enable eslint of browser/components/sessionstore/. Autofix changes. r=jaws
Mark Banner <standard8@mozilla.com> - Fri, 10 Mar 2017 19:51:20 +0000 - rev 347518
Push
31499 by kwierso@gmail.com at Tue, 14 Mar 2017 23:41:39 +0000
Bug 1311347 - Enable eslint of browser/components/sessionstore/. Autofix changes. r=jaws
MozReview-Commit-ID: 5LKHbcmjSy