c6de34941f482c1cb487293c8dac7ebc34a2be8d: Bug 1335942 - Part 5: Add AnimationValue::GetScaleValue().
draft
Boris Chiou <boris.chiou@gmail.com> - Mon, 06 Feb 2017 16:32:21 +0800 - rev 479852
Push
44388 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:43:05 +0000
Bug 1335942 - Part 5: Add AnimationValue::GetScaleValue().
Move the common part of GetScaleValue into nsStyleTransformMatrix, and add a
new method, GetScaleValue, on AnimationValue, which can get the scale value from
StyleAnimationValue or RawServoAnimationValue.
MozReview-Commit-ID: 4spi1LkZrWP
db43eefac70ab24a5ca4850a7aa2d393d18cd6ee: Bug 1335942 - Part 4: Support transform in SetAnimatable.
draft
Boris Chiou <boris.chiou@gmail.com> - Sun, 05 Feb 2017 19:23:18 +0800 - rev 479851
Push
44388 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:43:05 +0000
Bug 1335942 - Part 4: Support transform in SetAnimatable.
MozReview-Commit-ID: 97aTuUNa1RT
1243724a93f1c8b7f80eca4ddbe80cf2af9b5a05: Bug 1329968 - Allow multiple async-scrollable frames to be given displayports.
draft
Jamie Nicol <jnicol@mozilla.com> - Tue, 10 Jan 2017 13:40:01 +0000 - rev 479850
Push
44387 by bmo:jnicol@mozilla.com at Tue, 07 Feb 2017 12:39:28 +0000
Bug 1329968 - Allow multiple async-scrollable frames to be given displayports.
To avoid excessive memory usage and over-painting, limit by the scroll
frames' area, so that the total area of the scroll frames which are
given displayports does not exceed the PresContext's area.
Implement in a similar way to the will change budget (for layerising
items with properties marked as will-change), and the AGR budget (for
layerising items with animated properties) - first come first served
until the budget is exceeded.
MozReview-Commit-ID: FLIhBVmLttt
9ca702b0ca07e5bae0da714d13d82485fdab14ef: Bug 1335942 - Part 6: Implement GetScaleValue for RawServoAnimationValue.
draft
Boris Chiou <boris.chiou@gmail.com> - Mon, 06 Feb 2017 17:54:49 +0800 - rev 479849
Push
44386 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:37:56 +0000
Bug 1335942 - Part 6: Implement GetScaleValue for RawServoAnimationValue.
MozReview-Commit-ID: GnaS44gWmm2
7b9ab4e8fcd766b0d4af91793bf24e1e2c3d36db: Bug 1335942 - Part 5: Add AnimationValue::GetScaleValue().
draft
Boris Chiou <boris.chiou@gmail.com> - Mon, 06 Feb 2017 16:32:21 +0800 - rev 479848
Push
44386 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:37:56 +0000
Bug 1335942 - Part 5: Add AnimationValue::GetScaleValue().
Move the common part of GetScaleValue into nsStyleTransformMatrix, and add a
new method, GetScaleValue, on AnimationValue, which can get the scale value from
StyleAnimationValue or RawServoAnimationValue.
MozReview-Commit-ID: 4spi1LkZrWP
7eb6697f2d0443373a519200562e489ce676d152: Bug 1335942 - Part 4: Support transform in SetAnimatable.
draft
Boris Chiou <boris.chiou@gmail.com> - Sun, 05 Feb 2017 19:23:18 +0800 - rev 479847
Push
44386 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:37:56 +0000
Bug 1335942 - Part 4: Support transform in SetAnimatable.
MozReview-Commit-ID: 97aTuUNa1RT
517f76fa934dce99fcc251bd27d2bf4340f44ae1: Bug 1335942 - Part 3: Use AnimationValue as the argument in layers::SetAnimatable.
draft
Boris Chiou <boris.chiou@gmail.com> - Tue, 07 Feb 2017 18:09:58 +0800 - rev 479846
Push
44386 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:37:56 +0000
Bug 1335942 - Part 3: Use AnimationValue as the argument in layers::SetAnimatable.
MozReview-Commit-ID: 4XnLL6I291q
fb365ea1793d7da8054381467e89c0b2c142bc7f: Bug 1335942 - Part 2: Use mozilla::AnimationValue in AnimationPropertySegment.
draft
Boris Chiou <boris.chiou@gmail.com> - Sat, 04 Feb 2017 13:57:08 +0800 - rev 479845
Push
44386 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:37:56 +0000
Bug 1335942 - Part 2: Use mozilla::AnimationValue in AnimationPropertySegment.
MozReview-Commit-ID: L6U1A223jsa
e6737c4c87334dc56de1920c3e2c4ced17233513: Bug 1335942 - Part 1: Introduce mozilla::AnimationValue.
draft
Boris Chiou <boris.chiou@gmail.com> - Tue, 07 Feb 2017 18:04:33 +0800 - rev 479844
Push
44386 by bmo:boris.chiou@gmail.com at Tue, 07 Feb 2017 12:37:56 +0000
Bug 1335942 - Part 1: Introduce mozilla::AnimationValue.
Currently, we have StyleAnimationValue for Gecko and
RawServoAnimationValue for Servo, and use this struct to wrap them to
avoid the duplicated code.
MozReview-Commit-ID: ATDBSCOX2C5
f5eb9ed78cffe1edb8756fe0d1eb68af70e871a0: Bug 1330840 - Add Padding to in-content Insecure Password Warning. r=MattN
draft
Johann Hofmann <jhofmann@mozilla.com> - Fri, 03 Feb 2017 12:38:06 +0100 - rev 479843
Push
44385 by bmo:jhofmann@mozilla.com at Tue, 07 Feb 2017 12:18:34 +0000
Bug 1330840 - Add Padding to in-content Insecure Password Warning. r=MattN
MozReview-Commit-ID: 9jgdZPIfpMI
779fb42d52789751145c97a87708ecd292d9f8c8: Bug 1317645 - Implement NetworkDetailsPanel r?honza
draft
Ricky Chien <rchien@mozilla.com> - Fri, 27 Jan 2017 22:39:45 +0800 - rev 479842
Push
44384 by bmo:rchien@mozilla.com at Tue, 07 Feb 2017 11:16:10 +0000
Bug 1317645 - Implement NetworkDetailsPanel r?honza
MozReview-Commit-ID: 70ZR3oBzUGQ
a516dc0f31091954b9bcc88ba8f71a3073813df7: Bug 1308449 - Implement custom request view;r=honza,rickychien
draft
Fred Lin <gasolin@mozilla.com> - Tue, 27 Dec 2016 10:17:27 +0800 - rev 479841
Push
44384 by bmo:rchien@mozilla.com at Tue, 07 Feb 2017 11:16:10 +0000
Bug 1308449 - Implement custom request view;r=honza,rickychien
move send/cancel func to component
use thunk to handle sendHTTPRequest
use single updateRequest method to update all form values
MozReview-Commit-ID: AUTnASjDDxY
41dc4e72ce41b632e727bb9ebcc118750181bb63: Bug 1337328 - Uplift cubeb to revision 927877. r?achronop
draft
Paul Adenot <paul@paul.cx> - Tue, 07 Feb 2017 12:13:30 +0100 - rev 479840
Push
44383 by paul@paul.cx at Tue, 07 Feb 2017 11:14:36 +0000
Bug 1337328 - Uplift cubeb to revision 927877. r?achronop
MozReview-Commit-ID: 1VxCdWZQtR4
6197cce21f7fc9c1ed4f1c66a6a792b1fac119c2: Bug1299772: Document stack capturing API. r?gfritzsche
draft
Iaroslav (yarik) Sheptykin <yarik.sheptykin@googlemail.com> - Mon, 30 Jan 2017 21:11:37 +0100 - rev 479839
Push
44382 by bmo:yarik.sheptykin@googlemail.com at Tue, 07 Feb 2017 10:58:57 +0000
Bug1299772: Document stack capturing API. r?gfritzsche
MozReview-Commit-ID: G2IwndgznaX
5a33b4de287747f45b13c00526ff970c71959ec7: Bug 1336791 - Allow readelf to print types without parentheses. r?glandium
draft
Jan Beich <jbeich@FreeBSD.org> - Sun, 05 Feb 2017 10:57:06 +0000 - rev 479838
Push
44381 by bmo:jbeich@FreeBSD.org at Tue, 07 Feb 2017 10:56:35 +0000
Bug 1336791 - Allow readelf to print types without parentheses. r?glandium
MozReview-Commit-ID: 28Jhay1mYMM
1f002b640daee7853d0bc00870d016ef94e96481: Bug 1308449 - Implement custom request view;r=honza,rickychien
draft
Fred Lin <gasolin@mozilla.com> - Tue, 27 Dec 2016 10:17:27 +0800 - rev 479837
Push
44380 by bmo:gasolin@mozilla.com at Tue, 07 Feb 2017 10:49:26 +0000
Bug 1308449 - Implement custom request view;r=honza,rickychien
move send/cancel func to component
use thunk to handle sendHTTPRequest
use single updateRequest method to update all form values
MozReview-Commit-ID: AUTnASjDDxY
b2b20a0a82c3744e1af5111a41c3c14cc01636e2: Bug 1336358 - turn OOP decoding pref back on. r?jya
draft
John Lin <jolin@mozilla.com> - Tue, 07 Feb 2017 18:34:01 +0800 - rev 479836
Push
44379 by bmo:jolin@mozilla.com at Tue, 07 Feb 2017 10:37:14 +0000
Bug 1336358 - turn OOP decoding pref back on. r?jya
MozReview-Commit-ID: GYdMjF7H4iP
4f59b36b5363ce5ca261c5a9de83eb3e10695a4e: Bug 1336358 - resolve drain promise when seeing the EOS sample or empty duration queue. r?jya
draft
John Lin <jolin@mozilla.com> - Tue, 07 Feb 2017 18:33:16 +0800 - rev 479835
Push
44379 by bmo:jolin@mozilla.com at Tue, 07 Feb 2017 10:37:14 +0000
Bug 1336358 - resolve drain promise when seeing the EOS sample or empty duration queue. r?jya
MozReview-Commit-ID: 2hFLlkqyMiC
6265c7f6c780dd63e020a1bb491ff3846a116317: Bug 1300989 - Implement the profile filling feature when a user selects one.; r?MattN
draft
Sean Lee <selee@mozilla.com> - Sat, 07 Jan 2017 09:22:19 +0800 - rev 479834
Push
44378 by bmo:selee@mozilla.com at Tue, 07 Feb 2017 10:36:38 +0000
Bug 1300989 - Implement the profile filling feature when a user selects one.; r?MattN
MozReview-Commit-ID: 5oMgvdO5RD1
3b1e409f9bf72bb32a2a8e00ea0fd108456be85f: Bug 1056516 - let auto hyphen honer soft hyphen when hyphens:auto is set.
draft
jeremychen@mozilla.com <jeremychen@mozilla.com> - Tue, 07 Feb 2017 18:34:53 +0800 - rev 479833
Push
44377 by jichen@mozilla.com at Tue, 07 Feb 2017 10:36:06 +0000
Bug 1056516 - let auto hyphen honer soft hyphen when hyphens:auto is set.
MozReview-Commit-ID: 60T02Z58NRs