c227b8b60b0e686dd6a1e60993f00c6302e043f6: Bug 1264125 part 4 - Add transitioncancel handlilng process. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Thu, 20 Oct 2016 14:19:09 +0900 - rev 427858
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1264125 part 4 - Add transitioncancel handlilng process. r?birtles
MozReview-Commit-ID: IQevmMeCe3I
be361e3d3a331ed308dcb838092daae1d442d360: Bug 1264125 part 3 - Add getter of active time. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 16:21:06 +0900 - rev 427857
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1264125 part 3 - Add getter of active time. r?birtles
MozReview-Commit-ID: B2xCp0iJ8xF
08994593780ef3e7d91e2855340465f8676e092b: Bug 1264125 part 2 - Add ontransitionstart event handler. r?smaug
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:47:55 +0900 - rev 427856
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1264125 part 2 - Add ontransitionstart event handler. r?smaug
MozReview-Commit-ID: 7MOpqWipze
2a3ddb8f11833f4e4f0dedff4405612e6ddf617c: Bug 1264125 part 1 - Add transitioncancel event handler. r=masayuki
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:47:42 +0900 - rev 427855
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1264125 part 1 - Add transitioncancel event handler. r=masayuki
MozReview-Commit-ID: 789d5mSiV3t
7acf87885fbdd1c0a881f3f904f4b6a715e0f0ad: Bug 1287983 part 7 - Add negative delay tests for CSS-Transitions event. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:16:52 +0900 - rev 427854
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1287983 part 7 - Add negative delay tests for CSS-Transitions event. r?birtles
MozReview-Commit-ID: EWlmqKU5zwS
0ef3878921b8153c1f9b2b6281683be857e34453: Bug 1287983 part 6 - Integrate ElapsedTimeToTimeStamp function to the Animation class. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:16:52 +0900 - rev 427853
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1287983 part 6 - Integrate ElapsedTimeToTimeStamp function to the Animation class. r?birtles
MozReview-Commit-ID: 43AGaTYQoqn
62ebe9849929bea3ef7c83140e399db31550bf34: Bug 1287983 part 5 - Clarify the function name of creating transition. r?hiro
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:16:52 +0900 - rev 427852
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1287983 part 5 - Clarify the function name of creating transition. r?hiro
MozReview-Commit-ID: AW5qD8uBQxf
5a467b334656b6e34f573f3360b20ce34fbeb165: Bug 1287983 part 4 - Add transition event handler test for checking elapsed time. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:16:52 +0900 - rev 427851
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1287983 part 4 - Add transition event handler test for checking elapsed time. r?birtles
MozReview-Commit-ID: KwtsVbII95v
d6ab373f010658772045642cae3eb5f21a4b66d4: Bug 1287983 part 3 - Add transitionstart/transitionrun test. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:16:52 +0900 - rev 427850
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1287983 part 3 - Add transitionstart/transitionrun test. r?birtles
Specification is as follow.
https://drafts.csswg.org/css-transitions-2/#eventdef-transitionevent-transitionstart
MozReview-Commit-ID: 1RXlhrQzdko
8c215345073ca09fb86d7741476ab5b8010a0991: Bug 1287983 part 2 - Add transitionstart/transitionrun event handling. r?birtles
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:16:51 +0900 - rev 427849
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1287983 part 2 - Add transitionstart/transitionrun event handling. r?birtles
The specification of CSS-Transition event is as follow:
https://drafts.csswg.org/css-transitions-2/#transition-events
MozReview-Commit-ID: CWgsRRLhnXp
796fca96d7c159e0aa12e609fbd2741dd0980a7a: Bug 1287983 part 1 - Add transitionstart/transitionrun event handlers. r?masayuki
draft
Mantaroh Yoshinaga <mantaroh@gmail.com> - Wed, 19 Oct 2016 15:16:51 +0900 - rev 427848
Push
33142 by mantaroh@gmail.com at Fri, 21 Oct 2016 00:27:27 +0000
Bug 1287983 part 1 - Add transitionstart/transitionrun event handlers. r?masayuki
This transitionstart and transitionrun event is defined in
editor's draft of CSS Transition Level 2.
https://drafts.csswg.org/css-transitions-2/#transition-events
MozReview-Commit-ID: 6c0GqlaOOPZ
9bacde42b376b0c45a4b8210739a270e63fbc405: Bug 1311871 - Fix NSIS version check for NSIS version 3.0. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Fri, 21 Oct 2016 09:15:34 +0900 - rev 427847
Push
33141 by bmo:mh+mozilla@glandium.org at Fri, 21 Oct 2016 00:18:39 +0000
Bug 1311871 - Fix NSIS version check for NSIS version 3.0. r?chmanchester
ec3f77fc67f93b1840ee985ba38b19ea40f9cca9: Bug 1263876 - Improve python configure handling of toolchain prefix. r?chmanchester
draft
Mike Hommey <mh+mozilla@glandium.org> - Fri, 21 Oct 2016 07:50:40 +0900 - rev 427846
Push
33140 by bmo:mh+mozilla@glandium.org at Fri, 21 Oct 2016 00:18:03 +0000
Bug 1263876 - Improve python configure handling of toolchain prefix. r?chmanchester
The toolchain checks are now such that we can stop special casing x86-64
<-> x86 cross compiling. OTOH, depending on the target, the toolchain
prefix can be of the form `cpu-os` or `cpu-machine-os`. We were only
using the former, and we change this to allow to try both.
Finally, the toolchain prefix being a gcc thing, it applies on all
target platforms where we try to use gcc.
However, the status quo is kept for the value of TOOLCHAIN_PREFIX
exposed to old-configure and the build system, until the various tools
paths (such as ar, readelf, etc.) are handled in python configure.
ee164e8f91d59eb51e045fc8c82ac3d355136af4: Bug 1311557 - Ensure custom sync engines aren't reported in sync ping. r?markh
draft
Thom Chiovoloni <tchiovoloni@mozilla.com> - Thu, 20 Oct 2016 20:05:03 -0400 - rev 427845
Push
33139 by bmo:tchiovoloni@mozilla.com at Fri, 21 Oct 2016 00:10:50 +0000
Bug 1311557 - Ensure custom sync engines aren't reported in sync ping. r?markh
MozReview-Commit-ID: 1aRxo9JcCLn
186f99e486f691290cd2750ab78317df45814401: Bug 1287007 - Fix timing issue in browser_ext_windows_create_tabId.js
draft
Rob Wu <rob@robwu.nl> - Fri, 21 Oct 2016 01:35:03 +0200 - rev 427844
Push
33138 by bmo:rob@robwu.nl at Thu, 20 Oct 2016 23:37:38 +0000
Bug 1287007 - Fix timing issue in browser_ext_windows_create_tabId.js
When tabs.onUpdated is called before the promise of windows.create
resolves, the test fails.
This test failure was observed on almost every try run with non-e10s,
and sometimes (rarely) with e10s.
MozReview-Commit-ID: 3znCP1uAUSB
79240ba33359ad3cdbd213e145b17135e314d5f0: Bug 1309719 - Remove DOM/telephony and related code. r?ehsan
draft
Michelangelo De Simone <mdesimone@mozilla.com> - Wed, 12 Oct 2016 15:19:09 -0700 - rev 427843
Push
33137 by mdesimone@mozilla.com at Thu, 20 Oct 2016 23:28:05 +0000
Bug 1309719 - Remove DOM/telephony and related code. r?ehsan
MozReview-Commit-ID: Gv3vnyH4Csi
b3fd9784989857f32061b751e9d61d295dbc2b88: Bug 1269046 part 4: Set some flags to track which abspos frames need to do CSS Box Alignment to determine their static position. r?mats
draft
Daniel Holbert <dholbert@cs.stanford.edu> - Thu, 20 Oct 2016 16:20:27 -0700 - rev 427842
Push
33136 by dholbert@mozilla.com at Thu, 20 Oct 2016 23:21:40 +0000
Bug 1269046 part 4: Set some flags to track which abspos frames need to do CSS Box Alignment to determine their static position. r?mats
(The actual css alignment will happen in a later patch.)
MozReview-Commit-ID: EZd7npWSzQI
8deccdcab1e660f5d0030186c77e970e8000d531: Bug 1269046 part 3: Make a grid-specific comment more general, in CSSAlignUtils::AlignJustifySelf. r=mats
draft
Daniel Holbert <dholbert@cs.stanford.edu> - Thu, 20 Oct 2016 16:12:55 -0700 - rev 427841
Push
33135 by dholbert@mozilla.com at Thu, 20 Oct 2016 23:14:14 +0000
Bug 1269046 part 3: Make a grid-specific comment more general, in CSSAlignUtils::AlignJustifySelf. r=mats
MozReview-Commit-ID: GZ35iZ2E1Iz
124886afceb792d94a5511112f8df1c467c329a1: Bug 1269046 part 2: Spin out a helper function to hold nsAbsoluteContainingBlock's code for resolving abspos offsets. r=mats
draft
Daniel Holbert <dholbert@cs.stanford.edu> - Thu, 20 Oct 2016 16:12:55 -0700 - rev 427840
Push
33135 by dholbert@mozilla.com at Thu, 20 Oct 2016 23:14:14 +0000
Bug 1269046 part 2: Spin out a helper function to hold nsAbsoluteContainingBlock's code for resolving abspos offsets. r=mats
MozReview-Commit-ID: 5tvCIEhAsPH
11df641e954d77b9c23f1ab5381d3bf27fdec6dd: Bug 1269046 part 1: Spin out some grid alignment code into a helper method, in a new CSSAlignUtils class. r=mats
draft
Daniel Holbert <dholbert@cs.stanford.edu> - Thu, 20 Oct 2016 16:12:34 -0700 - rev 427839
Push
33135 by dholbert@mozilla.com at Thu, 20 Oct 2016 23:14:14 +0000
Bug 1269046 part 1: Spin out some grid alignment code into a helper method, in a new CSSAlignUtils class. r=mats
MozReview-Commit-ID: 1Eh2CreOLTC