6cb4b7ea83e8e363a6ce635883ca39fe2e08791a: Bug 1462882 - Avoid NPE when filtering using remote-ip; r=jryans
draft
Jan Odvarko <odvarko@gmail.com> - Tue, 22 May 2018 10:34:50 +0200 - rev 797973
Push
110654 by jodvarko@mozilla.com at Tue, 22 May 2018 08:37:32 +0000
Bug 1462882 - Avoid NPE when filtering using remote-ip; r=jryans
MozReview-Commit-ID: IJ2lNgMRCYz
ef73bd54d844c1cf286b5fa07a3b380ac2707281: Bug 1449865 - Add a test to ensure object can be expanded while there's a text selection; r=julienw.
draft
Nicolas Chevobbe <nchevobbe@mozilla.com> - Tue, 22 May 2018 10:21:19 +0200 - rev 797972
Push
110653 by bmo:nchevobbe@mozilla.com at Tue, 22 May 2018 08:22:09 +0000
Bug 1449865 - Add a test to ensure object can be expanded while there's a text selection; r=julienw.
The fix was made in Reps, in
Bug 1452566, so we add a
test to make sure we don't regress.
MozReview-Commit-ID: EddzoHVs4Yo
22e00d175c4ca42348900a89baeb938c042d1295: Bug 1456857 - Part 3: Add a test for pausing/playing animations. r?pbro
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 17:09:10 +0900 - rev 797971
Push
110652 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 08:13:26 +0000
Bug 1456857 - Part 3: Add a test for pausing/playing animations. r?pbro
MozReview-Commit-ID: I2pLacSKb6P
c9e335cddbf92410efbed3833ba7302521af9677: Bug 1456857 - Part 2: Refer to proper props. r?gl
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 17:09:07 +0900 - rev 797970
Push
110652 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 08:13:26 +0000
Bug 1456857 - Part 2: Refer to proper props. r?gl
MozReview-Commit-ID: BSPo0ETx5JR
f07f6c63f27b705df4544ce0f9c6abb36b36ab13: Bug 1456857 - Part 1: Pause/Play animations respectively. r?pbro,r?birtles
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 17:09:01 +0900 - rev 797969
Push
110652 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 08:13:26 +0000
Bug 1456857 - Part 1: Pause/Play animations respectively. r?pbro,r?birtles
MozReview-Commit-ID: LNf65lh9ZqK
e5b8ccdf4fefbdc2c10fc7b50632dfcb49541296: Bug 1456857 - Part 3: Add a test for pausing/playing animations. r?pbro
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 16:05:24 +0900 - rev 797968
Push
110651 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 07:07:30 +0000
Bug 1456857 - Part 3: Add a test for pausing/playing animations. r?pbro
MozReview-Commit-ID: I2pLacSKb6P
e33c13db9c4a031ccb7e0efbe574451970e19159: Bug 1456857 - Part 2: Refer to proper props. r?gl
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 16:05:21 +0900 - rev 797967
Push
110651 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 07:07:30 +0000
Bug 1456857 - Part 2: Refer to proper props. r?gl
MozReview-Commit-ID: BSPo0ETx5JR
e6ca4f9405d94cb5da715345ab48b785e648961a: Bug 1456857 - Part 1: Pause/Play animations respectively. r?pbro,r?birtles
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 16:04:53 +0900 - rev 797966
Push
110651 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 07:07:30 +0000
Bug 1456857 - Part 1: Pause/Play animations respectively. r?pbro,r?birtles
MozReview-Commit-ID: LNf65lh9ZqK
cd1d14c07b7219b842273038d43afc9fdec5d571: Bug 1460295 - Don't dispatch mutation event for style attribute change from CSSOM. r?bz
draft
Xidorn Quan <me@upsuper.org> - Tue, 22 May 2018 16:34:23 +1000 - rev 797965
Push
110650 by xquan@mozilla.com at Tue, 22 May 2018 06:34:53 +0000
Bug 1460295 - Don't dispatch mutation event for style attribute change from CSSOM. r?bz
MozReview-Commit-ID: JWDpyg7czXI
653c6b7480997c4e1dbead5f0441bc06a0605b7a: Bug 1458159 - Use rounding instead of ceiling on max{Ascent,Descent} for DWriteFont. r?jfkthame
draft
Xidorn Quan <me@upsuper.org> - Tue, 01 May 2018 15:18:55 +1000 - rev 797964
Push
110650 by xquan@mozilla.com at Tue, 22 May 2018 06:34:53 +0000
Bug 1458159 - Use rounding instead of ceiling on max{Ascent,Descent} for DWriteFont. r?jfkthame
The ceiling was introduced in
bug 549190 for improve the consistency of
underline positioning. However, removing ceiling now doesn't seem to
regress the testcases in that bug, probably thanks to improvement in
other part.
The ceiling here causes us to have different font metrics than other
browsers on Windows, and can lead to webcompat issue. We also don't do
this for other backends. So it's probably better removing it in favor
of rounding.
There are several test changes:
* min-intrinsic-with-percents-across-elements.html changes result due to
height of wrapping div in reference page depends on line height, so a
fixed line height is set to work around the issue.
* 368020-1.html changes result because a slightly different line-height
triggers
bug 1462514. It is changed to use fixed line-height to work
around the issue.
* 456147.xul is disabled because it compares XUL against HTML page, but
XUL has different approach to position text in its elements than HTML.
Specifically, XUL elements don't seem to respect line height while
HTML elements do. The original line height in the file was probably
chosen to make the HTML match XUL, so it seems to be non-trivial to
fix it in a platform-independent way.
* sizing-orthog-{vlr,vrl}-in-htb-{008,020}.xht fails due to text in <p>
after the testing block shifts 1px up for unknown reason.
MozReview-Commit-ID: 2WJG1AigWl1
4c76cbbe980e0967f065c812b80469f066a3aaf8: Bug 1209518 - Fix highlighting of cut bookmarks. r?mak
draft
Mark Banner <standard8@mozilla.com> - Mon, 21 May 2018 16:55:26 +0100 - rev 797963
Push
110649 by bmo:standard8@mozilla.com at Tue, 22 May 2018 06:32:40 +0000
Bug 1209518 - Fix highlighting of cut bookmarks. r?mak
Fix the ownership check to correctly check if we're cutting or copying.
MozReview-Commit-ID: 1eLt4Fyy2nE
ccd2b8ed233da65d3c965f34ab8c4e8a78da0385: Bug 1463057 - Fix expanding object in console.error message; r=Honza.
draft
Nicolas Chevobbe <nchevobbe@mozilla.com> - Mon, 21 May 2018 12:02:12 +0200 - rev 797962
Push
110648 by bmo:nchevobbe@mozilla.com at Tue, 22 May 2018 06:31:42 +0000
Bug 1463057 - Fix expanding object in console.error message; r=Honza.
There was a race between the fetching of the object properties and the
expansion of the stacktrace of the console.error message. In the end, the
message was re-rendered, without the object being expanded.
To prevent such thing, we stop the propagation of the click on the Tree
node. Here the fix is done directly in the Reps bundle so it can be applied
on beta, without extra changes we'd have if doing a full bundle release.
The fix will be backported to the Tree components so it's included in the
bundle on the next reps release.
A test is added to make sure we don't regress this.
MozReview-Commit-ID: Di8YxJ7P1Wl
915286aa6335f96b1f7734812608719a3bc7935a: Bug 1463057 - Fix expanding object in console.error message; r=Honza.
draft
Nicolas Chevobbe <nchevobbe@mozilla.com> - Mon, 21 May 2018 12:02:12 +0200 - rev 797961
Push
110647 by bmo:nchevobbe@mozilla.com at Tue, 22 May 2018 06:28:32 +0000
Bug 1463057 - Fix expanding object in console.error message; r=Honza.
There was a race between the fetching of the object properties and the
expansion of the stacktrace of the console.error message. In the end, the
message was re-rendered, without the object being expanded.
To prevent such thing, we stop the propagation of the click on the Tree
node. Here the fix is done directly in the Reps bundle so it can be applied
on beta, without extra changes we'd have if doing a fill bundle release.
The fix will be backported to the Tree components so it's included in the
bundle on the next reps release.
A test is added to make sure we don't regress this.
MozReview-Commit-ID: Di8YxJ7P1Wl
a23b4e769ce042895cd9d743384b9603041fd612: no bug - Bumping Fennec l10n changesets DONTBUILD r=release a=l10n-bump
L10n Bumper Bot <release+l10nbumper@mozilla.com> - Mon, 21 May 2018 16:23:42 -0700 - rev 797960
Push
110647 by bmo:nchevobbe@mozilla.com at Tue, 22 May 2018 06:28:32 +0000
no bug - Bumping Fennec l10n changesets DONTBUILD r=release a=l10n-bump
lij -> default
mix -> default
9dde578defdb4013ae750d980954f9505861dfc0: Bug 1461145: Support async startup/shutdown bootstrap methods. r?aswan
draft
Kris Maglione <maglione.k@gmail.com> - Sat, 12 May 2018 18:51:32 -0700 - rev 797959
Push
110646 by maglione.k@gmail.com at Tue, 22 May 2018 06:17:17 +0000
Bug 1461145: Support async startup/shutdown bootstrap methods. r?aswan
MozReview-Commit-ID: L0G4DA0KJ87
f4414c777b4977dd37f13878e631efaaa7570fe4: Bug 1456857 - Part 3: Add a test for pausing/playing animations. r?pbro
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 14:54:23 +0900 - rev 797958
Push
110645 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 05:59:02 +0000
Bug 1456857 - Part 3: Add a test for pausing/playing animations. r?pbro
MozReview-Commit-ID: I2pLacSKb6P
6337dd39cd6a150f705c2ca82de5d8da34a4942f: Bug 1456857 - Part 2: Refer to proper props. r?gl
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 14:54:19 +0900 - rev 797957
Push
110645 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 05:59:02 +0000
Bug 1456857 - Part 2: Refer to proper props. r?gl
MozReview-Commit-ID: BSPo0ETx5JR
530de0be012d33481efb94396411d8c90007237e: Bug 1456857 - Part 1: Pause/Play animations respectively. r?pbro
draft
Daisuke Akatsuka <dakatsuka@mozilla.com> - Tue, 22 May 2018 14:54:13 +0900 - rev 797956
Push
110645 by bmo:dakatsuka@mozilla.com at Tue, 22 May 2018 05:59:02 +0000
Bug 1456857 - Part 1: Pause/Play animations respectively. r?pbro
MozReview-Commit-ID: LNf65lh9ZqK
f60eead80efc6c3b0186b870a2bf7a2ada3f6258: Bug 1461145: Support async startup/shutdown bootstrap methods. r?aswan
draft
Kris Maglione <maglione.k@gmail.com> - Sat, 12 May 2018 18:51:32 -0700 - rev 797955
Push
110644 by maglione.k@gmail.com at Tue, 22 May 2018 05:57:15 +0000
Bug 1461145: Support async startup/shutdown bootstrap methods. r?aswan
MozReview-Commit-ID: L0G4DA0KJ87
2f80c43469729ec19b760016d889ec45d5f8aae8: Bug 1461146: Replace Addon.userDisabled setter with async enable()/disable() methods. r?aswan
draft
Kris Maglione <maglione.k@gmail.com> - Sat, 12 May 2018 16:49:35 -0700 - rev 797954
Push
110644 by maglione.k@gmail.com at Tue, 22 May 2018 05:57:15 +0000
Bug 1461146: Replace Addon.userDisabled setter with async enable()/disable() methods. r?aswan
MozReview-Commit-ID: Gj2iCsBIdnq