Граф коммитов

363215 Коммитов

Автор SHA1 Сообщение Дата
Brian Birtles 7b6c6a2ca1 Bug 1004871 part 11 - Move ElementAnimation members closer together for readability and packing; r=dholbert
Also shuffle the initialization of members in
nsAnimationManager::BuildAnimations to roughly match the order in which they
are declared (with the exception that mPlayState needs to be set before calling
IsPaused() which is used to set mPauseStart).
2014-05-28 16:51:50 +09:00
Brian Birtles c2572e5d7b Bug 1004871 part 10 - Stop passing a fill mode of "both" to GetComputedTimingAt for throttled samples; r=dholbert
This was only needed when we were inspecting the returned time fraction but now
that we inspect the phase it's not necessary to force the fill mode to "both".
2014-05-28 16:51:50 +09:00
Brian Birtles 7265fd639b Bug 1004871 part 9 - Move ElementAnimations::GetPositionInIteration to ElementAnimation::GetComputedTimingAt; r=dholbert
This patch simply moves the code from ElementAnimations to ElementAnimation so
that it can later be used in transitions code and so we can later move
EnsureStyleRuleFor to ElementAnimation.
2014-05-28 16:51:50 +09:00
Brian Birtles cb967789c5 Bug 1004871 part 8 - Simplify ElementAnimations::GetEventsAt; r=dholbert
This patch shuffles the code in ElementAnimations::GetEventsAt to make it easier
to follow.

It also removes a check for whether or not the animation is paused.
Previously we would not dispatch events if the animation was paused and in its
active phase (but we would if the animation had finished). There doesn't seem to
be any reason for this. If the animation was paused between the last sample and
the current sample and the boundary of an iteration also occurred in that time
then I expect we should dispatch that event. Removing this check for the pause
state does not cause any tests fail.

Separating out the event logic here makes it clear that we do not dispatch start
events in the situation where one sample falls before the active interval and
one sample falls after it (filed as bug 1004361). This patch adds a comment to
this effect.
2014-05-28 16:51:49 +09:00
Brian Birtles 3ce242ee48 Bug 1004871 part 7 - Remove event queueing from GetPositionInIteration and do it in GetEventsAt; r=dholbert
This patch simply shifts the event-related code from GetPositionInIteration to
GetEventsAt. Although there are simplifications that could be done to
GetEventsAt, they are deferred to a subsequent patch so as not to obscure the
translation of code from one function to another.

As a result of moving event-related handling from GetPositionInIteration it no
longer needs to support different main-thread vs compositor modes.
2014-05-28 16:51:49 +09:00
Brian Birtles efbd693128 Bug 1004871 part 6 - Make GetPositionInIteration return a ComputedTiming object; r=dholbert
This patch makes ElementAnimations::GetPositionInIteration return
a ComputedTiming object instead of just a time portion (time fraction).

Since the ComputedTiming object includes phase information, we can fix those
parts of EnsureStyleRule and GetEventsAt that were temporarily using the time
portion to guess if the animation might have finished or not.
2014-05-28 16:51:49 +09:00
Brian Birtles 39567485e3 Bug 1004871 part 5 - Add ComputedTiming data structure; r=dholbert
This patch adds a ComputedTiming struct for storing the results of calculating
the timing properties of an animation at a given sample time.
2014-05-28 16:51:49 +09:00
Brian Birtles 39ab9bf043 Bug 1004871 part 4 - Move FillsForwards/FillsBackwards to AnimationTiming; r=dholbert
This patch moves the FillsForwards/FillsBackwards methods previously defined on
ElementAnimations to the structure contain the fill mode: AnimationTiming. It
also changes GetPositionInIteration to use these methods.
2014-05-28 16:51:49 +09:00
Brian Birtles 25641302e6 Bug 1004871 part 3 - Replace parameters to GetPositionInIteration with an AnimationTiming object; r=dholbert
This patch makes use of the AnimationTiming struct introduced in the previous
patch to simplify calls to ElementAnimations::GetPositionInIteration.
2014-05-28 16:51:49 +09:00
Brian Birtles 7d5b54b2f6 Bug 1004871 part 2 - Add AnimationTiming struct, to encapsulate animation timing parameters; r=dholbert
Introduces a struct to store timing parameters for passing to
GetPositionInIteration. In future this struct is expected to be expanded to
include other timing parameters as well (based roughly on Web Animations'
"Timing" interface, hence the name AnimationTiming).
2014-05-28 16:51:49 +09:00
Brian Birtles b4d589de64 Bug 1004871 part 1 - Factor event queuing out of EnsureStyleRuleFor; r=dholbert
This patch moves event queuing out of EnsureStyleRuleFor into a separate method.
This is a preparatory step towards making GetPositionInIteration into a more
generic method for calculating the current time fraction.

In order to achieve this, GetPositionInIteration needs to be able to calculate
the correct time portion for times outside the range [0, 1] even when it is not
passed a ElementAnimation object. Specifically, it needs the fill mode of the
animation to be passed in.

(Rather than using FillForwards/FillBackwards this patch just compares the
NS_STYLE_ANIMATION_FILL_MODE_* values directly but FillForwards/FillBackwards
are restored in a subsequent patch when they are added to the struct used to
lump the timing parameters together.)

There are a number of places where positionInIteration is used to determine if
the current sample occurs in the active phase or after. This is sub-optimal but
is fixed in a subsequent patch in this series.

The actual work of removing event queuing from GetPositionInIteration is
deferred to a subsequent patch in order to keep the changes as small as
possible. This patch simply makes separate calls to GetPositionInIteration for
interpolating and for event queuing.
2014-05-28 16:51:48 +09:00
Randell Jesup 3e5a393123 Bug 743703: allow mirroring of trace logs to NSPR; fix backwards lazy allocation defines r=pkerr 2014-05-28 03:18:33 -04:00
Kilik Kuo 0fc3783ca7 Bug 942032 - Add singleton pattern to AudioManager and avoid accessing it from content processes. r=mchen 2014-05-28 14:19:22 +08:00
B2G Bumper Bot 8eb1dcf2f1 Bumping manifests a=b2g-bump 2014-05-30 04:56:16 -07:00
B2G Bumper Bot b244276bcf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0b4b8404a7ee
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #19683 from etiennesegonzac/bug-1011071-wrong-resize

Bug 1011071 - Don't make the LayoutManager lie and special case the lockscreen resize r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/54b516bb0e32
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1011071 - Don't make the LayoutManager lie and special case the lockscreen resize
2014-05-30 04:50:43 -07:00
B2G Bumper Bot 3ad2bfddbc Bumping manifests a=b2g-bump 2014-05-30 03:48:22 -07:00
B2G Bumper Bot 9281779000 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0cf068c232d9
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #19754 from pacorampas/object-menu

Bug 1017465 - [Building Blocks] create Object Menu BB r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/97d4fc1ca2ca
Author: Paco Rampas <pacorampas@gmail.com>
Desc: Bug 1017465 - [Building Blocks] create Object Menu BB

========

https://hg.mozilla.org/integration/gaia-central/rev/589d95701eac
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #19726 from etiennesegonzac/bug-1012544

Bug 1012544 - Always resize the homescreen if loaded when a software-button r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/967fcb2fc74d
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1012544 - Always resize the homescreen if loaded when a software-button-change occurs.
2014-05-30 03:48:09 -07:00
Szu-Yu Chen [:aknow] 953fdc4df9 Bug 1018051 - Delay 1s in test_outgoing_emergency_in_airplane_mode.js. r=echen 2014-05-30 03:33:00 +08:00
B2G Bumper Bot f8fad17f94 Bumping manifests a=b2g-bump 2014-05-30 03:06:28 -07:00
B2G Bumper Bot feca906b5a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/de9e002f7a7c
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #19715 from crdlc/bug-1016822

Bug 1016822 - [Vertical Homescreen] Implement the RocketBar & status bar...

========

https://hg.mozilla.org/integration/gaia-central/rev/b208bea3d170
Author: crdlc <crdlc@tid.es>
Desc: Bug 1016822 - [Vertical Homescreen] Implement the RocketBar & status bar visuals properly
2014-05-30 03:00:58 -07:00
B2G Bumper Bot 72dd11a755 Bumping manifests a=b2g-bump 2014-05-30 02:51:36 -07:00
B2G Bumper Bot 2516ac3702 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/68dba28a2316
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #19320 from crdlc/bug-1010352

Bug 1010352 - (vertical-homescreen) Add Pinch to Zoom to Settings

========

https://hg.mozilla.org/integration/gaia-central/rev/0f9c2aacd36d
Author: crdlc <crdlc@tid.es>
Desc: Bug 1010352 - (vertical-homescreen) Add Pinch to Zoom to Settings
2014-05-30 02:46:08 -07:00
B2G Bumper Bot 55e367dba1 Bumping manifests a=b2g-bump 2014-05-30 02:41:24 -07:00
B2G Bumper Bot 92a0b81ee9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cb66994a0ba3
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #19763 from steveck-chung/bug-1009098

Bug 1009098 - [Messages] The composer is displayed in the edit mode, r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/89007cdf166d
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1009098 - [Messages] The composer is displayed in the edit mode
2014-05-30 02:35:58 -07:00
B2G Bumper Bot a0cc5e205f Bumping manifests a=b2g-bump 2014-05-30 02:26:23 -07:00
B2G Bumper Bot d6f86f0014 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8dc29686ea31
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #19693 from yor-mozilla-com/1011807

Bug 1011807 - Handle attribute change on gaia-header

========

https://hg.mozilla.org/integration/gaia-central/rev/47f1d0946fde
Author: Yan Or <yor@mozilla.com>
Desc: Bug 1011807 - Handle attribute change on gaia-header
2014-05-30 02:20:50 -07:00
B2G Bumper Bot 8040a01396 Bumping manifests a=b2g-bump 2014-05-27 22:38:15 -07:00
B2G Bumper Bot 32d9b2e1e6 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2274c0c94a9
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1006357 - make test agent to run tests from all apps locally and in travis" for build bustages

This reverts commit f382b51dc36de20de9ad06bb1798f8300dd164a8.
2014-05-27 22:36:04 -07:00
B2G Bumper Bot 496439baa1 Bumping manifests a=b2g-bump 2014-05-27 22:28:43 -07:00
B2G Bumper Bot 51dac07bf6 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2a9addc4e134
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #19699 from RickyChien/bug-936520-follow-up

Bug 936520 - Follow-up, update gaia_node_modules.revision r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/6795d7d12112
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 936520 - Follow-up, update gaia_node_modules.revision

========

https://hg.mozilla.org/integration/gaia-central/rev/a598979586c4
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #19025 from RickyChien/bug-936520

Bug 936520 - [mocha] we can't see console.error in the console r=@julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/595e5893c1e1
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 936520 - [mocha] we can't see console.error in the console
2014-05-27 22:25:57 -07:00
B2G Bumper Bot a163694a13 Bumping manifests a=b2g-bump 2014-05-27 20:26:23 -07:00
B2G Bumper Bot 30a66f144f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/99663e0fba4c
Author: Greg Weng <snowmantw@gmail.com>
Desc: Revert "Bug 1010651 - (vertical-homescreen) RocketBar missing search icon"

This reverts commit 08eb5e8e12e4c1d9634fffc1768ca0da6778b8dd.

* This bug make the status bar incorrectly overlap on the LockScreen window
2014-05-27 20:20:51 -07:00
B2G Bumper Bot 49a1a05f9c Bumping manifests a=b2g-bump 2014-05-27 20:01:28 -07:00
B2G Bumper Bot 0bc11f73dc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff8c83f97fe8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1016748 - Disable accessibility test due to travis perma-fail
2014-05-27 19:56:03 -07:00
B2G Bumper Bot 0f746a706c Bumping manifests a=b2g-bump 2014-05-27 19:46:34 -07:00
B2G Bumper Bot bdcbeb0e50 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7ee9a4eb33ad
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #19650 from azasypkin/bug-1013295-invalid-timestamp

Bug 1013295 - [Messages] Migrated messages do not have a proper sentTimestamp. Hiding label with invalid timestamp. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/4139d6a3c70b
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1013295 - [Messages] Migrated messages do not have a proper sentTimestamp. Hiding label with invalid timestamp. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/8ad884da26d0
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #19696 from gasolin/issue-1011611m

Bug 1011611 - disable share button before the activity is complete, r=dale

========

https://hg.mozilla.org/integration/gaia-central/rev/04155cbb7ebe
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1011611 - disable share button before the activity is complete
2014-05-27 19:41:03 -07:00
B2G Bumper Bot 0693d7eb1c Bumping manifests a=b2g-bump 2014-05-27 19:31:31 -07:00
B2G Bumper Bot 5dc6e3ec2e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b788acc2ea61
Author: RickyChien <ricky060709@gmail.com>
Desc: Merge pull request #19575 from RickyChien/bug-1006357

Bug 1006357 - make test agent to run tests from all apps locally and in travis r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/1835bac8f126
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1006357 - make test agent to run tests from all apps locally and in travis
2014-05-27 19:26:00 -07:00
Jared Wein 9e826b014f Bug 1016415 - Only iterate into the children of <menugroup> if there are children. r=enndeakin 2014-05-27 12:16:00 -04:00
Siddartha Pothapragada f1c5d13747 Bug 976402 - Part 2 - Throw an error when sessionToken is incorrect while using the interfaces getNFCTag() and getNFCPeer(). r=smaug 2014-05-27 15:12:00 +02:00
Jared Wein f227a9ce99 Bug 980043 - Backed out changeset 7e0adf1211a7 (bug 905695). r=MattN 2014-05-27 12:56:00 +02:00
Gabriel Luong 5acb30cc53 Bug 987797 - Font preview tooltip does not preview web fonts. r=bgrins 2014-05-27 18:55:00 +02:00
Phil Ringnalda 846faa287d Bug 499649 followup, skip test_case_differences.html on Android since it's just a modified copy of the already-skipped test_basic_form_autocomplete.html
CLOSED TREE
2014-05-27 20:32:26 -07:00
Irving Reid 0dafa8aa45 Bug 1015892: set metadata URL pref to avoid network connection in test; r=unfocused 2014-05-27 11:46:21 -04:00
Jim Mathies e88a91f7f4 Bug 1003943 - Properly update widget cursors when the mouse passes between remote frames. r=smaug 2014-05-27 20:12:29 -05:00
Jim Mathies 2ee59969dc Bug 1003934 - Forward NS_MOUSE_EXIT events to content processes so they know the mouse has exited their frame. r=smaug 2014-05-27 20:12:26 -05:00
Siddartha Pothapragada 2486b27106 Bug 976402 - Part 3 - Add marionette test case to validate access to MozNfcPeer interface with invalid sessionToken. r=allstars.chh 2014-05-27 11:17:00 +02:00
Ben Tian dbcb69f261 Bug 1016243 - [cleanup] Remove unused function BluetoothService::RemoveObserverFromTable, r=shuang 2014-05-27 17:02:44 +08:00
B2G Bumper Bot 351469bd5b Bumping manifests a=b2g-bump 2014-05-27 18:46:49 -07:00
B2G Bumper Bot 28177142f5 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/44c8740f59ee
Author: crdlc <crdlc@tid.es>
Desc: Bug 1015509 - [B2G][Vertical Homescreen] Home screen scroll speed does not change based on how close icon is to edge of screen r=kgrandon
2014-05-27 18:41:04 -07:00