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

395659 Коммитов

Автор SHA1 Сообщение Дата
Ben Turner abc1289811 Bug 1101756 - Add a null check to PrincipalToPrincipalInfo, r=khuey. 2014-12-04 10:12:47 -08:00
Brian Hackett e15f8bae9a Bug 1100080 - Report out of memory if JitRuntime::initialize fails, r=jandem. 2014-12-04 10:07:51 -08:00
Malini Das ab425be28a Bug 1105748 - Fix Mn failure on emulator/device, r=dburns 2014-12-04 10:02:32 -08:00
Terrence Cole f234316b4b Bug 1107245 - Always build in nursery profiling support; r=jonco, r=sfink 2014-12-04 09:41:12 -08:00
Terrence Cole 281746bf4f Bug 1103269 - Remove the jscall tracer infrastructure; r=sfink 2014-12-04 09:41:02 -08:00
Brian Birtles 3410496562 Bug 1104427 part 3 - Make resolving the start time a separate method in AnimationPlayer; r=dholbert
In preparation for deferring the start of animations in bug 927349, this patch
makes the code that resolves the start time a separate method. In this patch we
call the method immediately from AnimationPlayer::DoPlay. However, in the future
this will be called at a later point when the first frame of the animation has
been rendered.
2014-12-04 08:28:38 -08:00
Brian Birtles ba8d2e5233 Bug 1104427 part 2 - Encapsulate AnimationPlayer::mStartTime; r=dholbert
Now that there is a public accessor for mStartTime, we can make it a protected
member of AnimationPlayer. The only time mStartTime is ever set is when playing
the animation so we can replace external modifications to mStartTime with calls
to Play(). This simplifies implementing deferred starting of animations
in bug 927349 by isolating the deferred playback logic to AnimationPlayer.

Note that even when we call PauseFromStyle immediately afterwards we still need
to call PlayFromStyle (or Play) first in order to resolve the time at which the
player should be paused. A newly created player doesn't have a current time so
if we were simply to call pause it wouldn't pause at the start of the animation
as we might expect. The call to Play(FromStyle) will cause the current time to
become zero and then we pause at that time.
2014-12-04 08:28:38 -08:00
Brian Birtles fd2b033a29 Bug 1104427 part 1 - Rename GetStartTime to GetStartTimeAsDouble; r=bholley
In forthcoming patches we will encapsulate AnimationPlayer::mStartTime so we can
ensure that related state is updated appropriately. We would like to expose
mStartTime via GetStartTime() but currently a method of that name returns the
start time as a double.

This patch applies the pattern used for currentTime to startTime; specifically,
GetCurrentTime() returns the TimeDuration (since that's what C++ callers should
use) while GetCurrentTimeAsDouble() returns a double.

At the same time, this patch also removes the [Pure] extended attribute from
startTime in the WebIDL definition since subsequent patches either in this bug
or in bug 927349 will mean that startTime can be updated out-of-band.
Specifically, we will implement deferred playback of animation such that the
startTime remains null until we've finished rendering the first frame of the
animation.
2014-12-04 08:28:38 -08:00
Brian Birtles 3148509768 Bug 1104424 - Rework pausing in AnimationPlayer to remove mIsPaused; r=dholbert
This patch reworks AnimationPlayer to represent the paused state by a null start
time. This brings it into line with recent changes in the Web Animations spec
and removes the need for the mIsPaused member variable.

The idea is that in order for a player to play, it needs a start time and
an active timeline. The processing is roughly:
* If it is seeked to a particular time (through setting the currentTime or
  calling pause() or finish()) but has no start time, it is paused.
* Otherwise, if it has no active timeline or no start time, it is idle.

By removing the mIsPaused flag the number of possible permutations of states is
reduced so the model is easier to reason about (see:
http://lists.w3.org/Archives/Public/public-fx/2014OctDec/0026.html).

This patch replaces the mIsPaused flag with checks for mStartTime.IsNull()
according to the rules outlined above.
2014-12-04 08:28:37 -08:00
Carsten "Tomcat" Book f5a5054345 Merge mozilla-central to mozilla-inbound 2014-12-04 17:13:22 +01:00
Carsten "Tomcat" Book 9c0e2f6b07 merge b2g-inbound to mozilla-central a=merge 2014-12-04 17:03:38 +01:00
Carsten "Tomcat" Book cde42d544d merge fx-team to mozilla-central a=merge 2014-12-04 16:59:18 +01:00
B2G Bumper Bot c3be8154cc Bumping manifests a=b2g-bump 2014-12-04 01:03:30 -08:00
B2G Bumper Bot e8ecf42179 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a69c3f26819
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #26604 from chirarobert/bug_1107086

Bug 1107086 - [v2.2] Fix test_sms_with_attachments.py failure

========

https://hg.mozilla.org/integration/gaia-central/rev/8ad722667c0f
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1107086 - [v2.2] Fix test_sms_with_attachments.py failure
2014-12-04 01:01:56 -08:00
Phil Ringnalda a68fa06fb7 No bug, remove trailing whitespace on a CLOSED TREE 2014-12-03 21:12:29 -08:00
B2G Bumper Bot 4912237b88 Bumping manifests a=b2g-bump 2014-12-03 18:43:32 -08:00
B2G Bumper Bot be6598fa91 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b76779650c6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1102967 - merge pull request #26597 from KevinGrandon:bug_1102967_give_me_button to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/7ce5fa9bee65
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1102967 - Cram unread button in message UI
2014-12-03 18:41:58 -08:00
B2G Bumper Bot 0b22c2b35f Bumping manifests a=b2g-bump 2014-12-03 17:56:35 -08:00
B2G Bumper Bot 24454ca675 Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8bc756153f52
Author: Yoshi Huang <allstars.chh@gmail.com>
Desc: Merge pull request #26517 from allstarschh/Bug1103732b

Bug 1103732 - remove getNFCPeer. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/cc856f604ede
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1103732 - remove getNFCPeer

========

https://hg.mozilla.org/integration/gaia-central/rev/103ba3634733
Author: Yoshi Huang <allstars.chh@gmail.com>
Desc: Merge pull request #26503 from allstarschh/Bug1048676_1125b

Bug1048676 - use nfc-share and nfc permission. r=alive, dkuo, arthurcc, francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/dd4c07b53859
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1048676 - Part 6: use nfc-share in communication app.

========

https://hg.mozilla.org/integration/gaia-central/rev/b78c381de85b
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1048676 - Part 5: use nfc permission in Settings app.

========

https://hg.mozilla.org/integration/gaia-central/rev/6d41dd0a52e9
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1048676 - Part 4: use nfc-share permission in Music app.

========

https://hg.mozilla.org/integration/gaia-central/rev/ccd81045cf54
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1048676 - Part 3: use nfc-share permission in Gallery app.

========

https://hg.mozilla.org/integration/gaia-central/rev/e34c91bd0397
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1048676 - Part 2: use nfc-share permission in Video app.

========

https://hg.mozilla.org/integration/gaia-central/rev/e086242feb7a
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1048676 - Part 1: use nfc-share permission in System app.
2014-12-03 17:52:00 -08:00
B2G Bumper Bot 5646cb2aa7 Bumping manifests a=b2g-bump 2014-12-03 17:26:38 -08:00
B2G Bumper Bot 34a996fbd0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6215881c830f
Author: Guillaume C. Marty <gmarty@users.noreply.github.com>
Desc: Merge pull request #26608 from gmarty/Bug-998328-update-gaia-icons

Bug 998328 - Update gaia-icons to the latest version

========

https://hg.mozilla.org/integration/gaia-central/rev/da4f3e00edd3
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 998328 - Update gaia-icons to the latest version
2014-12-03 17:22:03 -08:00
Jan de Mooij 6be0154c39 Bug 1106997 - Rename JSOP_NAME to JSOP_GETNAME. r=bhackett 2014-12-03 11:54:18 -08:00
Jonathan Kew 68085e20cf Bug 1107256 - Correct the position of text decoration lines on vertical text. r=smontagu 2014-12-04 00:57:18 -08:00
Jonathan Kew 7c0a02e599 Bug 1106669 - Reftest for IntrinsicForContainer writing-mode handling. r=smontagu 2014-12-04 00:57:18 -08:00
Jonathan Kew 57cc7d8ed1 Bug 1106669 - Convert nsLayoutUtils::IntrinsicForContainer to work with logical coordinates. r=smontagu 2014-12-04 00:57:17 -08:00
Jonathan Kew a65c19199c Bug 1106667 - Vertical writing-mode support for HTML button elements. r=smontagu 2014-12-04 00:57:17 -08:00
Jonathan Kew a93db66c49 Bug 1079157 - part 3 - Make nsColumnSetFrame support vertical writing mode. r=smontagu 2014-12-04 00:57:17 -08:00
Jonathan Kew 88364ece99 Bug 1079157 - part 2 - Comment updates and whitespace cleanup only, no actual code changes. r=smontagu 2014-12-04 00:57:17 -08:00
Jonathan Kew 4673c6322c Bug 1079157 - part 1 - Purely mechanical renaming of local variables and members in nsColumnSetFrame. r=smontagu 2014-12-04 00:57:16 -08:00
Chris Kitching 5cca8b7700 Bug 947018: Unbreak testBrowserProvider. r=trivial 2014-12-03 11:39:40 -08:00
B2G Bumper Bot be50fbb755 Bumping manifests a=b2g-bump 2014-12-03 11:13:30 -08:00
B2G Bumper Bot e671f9846a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f5b674549305
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26468 from mancas/bug1105032

Bug 1105032 - Keyboard is overlapping SIM PIN dialog buttons with SHB en...

========

https://hg.mozilla.org/integration/gaia-central/rev/68a3666233be
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1105032 - Keyboard is overlapping SIM PIN dialog buttons with SHB enabled

========

https://hg.mozilla.org/integration/gaia-central/rev/64b01ade6878
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26438 from mancas/bug1102550

Bug 1102550 - [FTU] Enabling Airplane Mode via Power Menu and refreshing...

========

https://hg.mozilla.org/integration/gaia-central/rev/f0853aadae50
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1102550 - [FTU] Enabling Airplane Mode via Power Menu and refreshing Wi-Fi Connections can block User
2014-12-03 11:11:56 -08:00
Reuben Morais ac0f041896 Bug 1098470 - Move manifest.* scope from navigator.getFeature to navigator.hasFeature. r=ehsan 2014-12-03 10:50:46 -08:00
B2G Bumper Bot 7bab8ab93e Bumping manifests a=b2g-bump 2014-12-03 09:38:37 -08:00
B2G Bumper Bot b0276ffc7c Bumping manifests a=b2g-bump 2014-12-03 09:21:34 -08:00
B2G Bumper Bot 57ec29685e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2dfe6bee72f
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #26477 from huchengtw-moz/bug-1104650-focus-lost-after-activity

Bug 1104650 - [Stingray] switch focus to activity's parent window when i..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/058666608792
Author: John Hu <johu@mozilla.com>
Desc: Bug 1104650 - [Stingray] switch focus to activity's parent window when it is killed.
2014-12-03 09:16:58 -08:00
Chris Pearce d928f41d37 Bug 1104970 - Store GMPStorage record names at the start of each record. r=jesup 2014-12-03 13:36:00 +01:00
Chris Pearce b42661434f Bug 1104970 - Handle GMPStorage write failure in gtest. r=edwin 2014-12-03 13:34:00 +01:00
Mike Habicher 2c017fb242 Bug 1103400 - add autofocus support to WebRTC on Gonk, r=aosmond,jesup 2014-12-03 17:08:00 +01:00
Cykesiopka 8f08848fe0 Bug 1009158 - Fix and re-enable PSM xpcshell tests that would previously time out on Android due to LD_LIBRARY_PATH issues. r=keeler 2014-12-03 09:15:00 +01:00
Phil Ringnalda 8727a23dac No bug - remove trailing whitespace on a CLOSED TREE 2014-12-03 21:52:51 -08:00
Phil Ringnalda 5de71b3223 No bug - remove trailing whitespace on a CLOSED TREE 2014-12-03 20:52:42 -08:00
Andrea Marchesini 3b337f3505 Bug 1104064 - setInterval(,0) in workers must be scheduled correctly, r=khuey 2014-12-03 10:57:39 -08:00
Seth Fowler 26ef664ae8 Bug 1106448 - Make sure we have a frame in GetCurrentFrameRef. r=tn 2014-12-03 10:02:19 -08:00
Seth Fowler cc764fac92 Bug 1106423 - Always use raw frames in DoBlend. r=tn 2014-12-03 10:02:17 -08:00
Kartikaya Gupta c933256755 Bug 1106537 - Fix typo causing massive debug mochitest failures. r=tn 2014-12-03 07:21:00 -08:00
Kartikaya Gupta e984fdc78b Bug 1106537 - Ensure the current animated geometry root is initialized properly. r=tn 2014-12-03 07:20:32 -08:00
Brian Hackett f8f13ae596 Bug 1102608 - Check for matching input and output array lengths during PJS mapping, r=nmatsakis. 2014-12-03 05:15:17 -08:00
Carsten "Tomcat" Book 101579e0da Merge mozilla-central to mozilla-inbound 2014-12-03 13:41:24 +01:00
Carsten "Tomcat" Book 32170ac2c3 merge fx-team to mozilla-central a=merge 2014-12-03 13:38:31 +01:00