Marco Bonardo
4da4f4ee51
Bug 967192 - Bookmarks restore and import should use OS.File. r=mano
2014-03-07 08:41:47 +01:00
L. David Baron
38a6cfb99b
Bug 978712 - Prevent non-running transitions and animations (animations or transitions during their delay period, and animations after they finish) from repeatedly poking layer activity because we think we can run them on the compositor. r=heycam
...
This changes the behavior of the CanPerformOnCompositorThread methods of
both ElementAnimations and ElementTransitions to check that the
respective animations or transitions are actually running. This is ok
because:
- The main caller is nsLayoutUtils::HasAnimationsForCompositor, and all
of its callers pretty clearly want the more restricted behavior (they're
concerned with layer activity)
- The only other callers of these functions are
nsAnimationManager::FlushAnimations and
nsTransitionManager::FlushTransitions (determining when to do
throttling), nsAnimationManager::GetAnimationsForCompositor (whose
only caller,
nsDisplayListBuilder::AddAnimationsAndTransitionsToLayer, also checks
IsRunningAt). I think these also all want or are fine with having
the IsRunningAt check.
As to the actual changes:
- In the animation manager, I think it's a mistake that
ElementAnimation::IsRunningAt didn't already check
mIterationDuration, since we throw out animations with a bad
iteration-duration in ElementAnimations::EnsureStyleRuleFor. So this
makes that change as well.
- In the transition manager, IsRunningAt already checks
!IsRemovedSentinel().
I've confirmed in gdb on a device that this fixes the repeated
nsIFrame::SchedulePaint calls that were the symptom of this bug.
I believe this patch also makes it so that a short animation of a
property that can't be animated on the compositor doesn't prevent the
entire duration of the animation of a property that can from being
throttled (having the main thread style updates suppressed).
2014-03-06 22:08:57 -08:00
L. David Baron
0461432ae1
Bug 979748 - Simplify code based on already having checked the NS_FRAME_OUT_OF_FLOW bit. r=heycam
...
Since we've already returned if the NS_FRAME_OUT_OF_FLOW bit is not set,
and since FirstInFlow() is the same as this when GetPrevInFlow() is
null, this is a straightforward simplification of the code and should
not change behavior.
2014-03-06 22:08:57 -08:00
L. David Baron
a2fd5524d5
Bug 979760 - Pull out a BeginTransaction call common to the start of all three branches of if/else logic. r=mattwoodrow
...
I don't see any particular reason for them to logically be in each
branch, and it seems the code was originally written with the
BeginTransaction in one place, but later had to be refactored into its
current form.
Note that this separates the comment from one of the EndEmptyTransaction
calls below it, but the comment was actually associated primarily with
the further EndEmptyTransaction call, and with the if above it, based on
the history pointing to
https://hg.mozilla.org/mozilla-central/rev/b4e9a17e7fe2
2014-03-06 22:08:57 -08:00
Andrew McCreight
27442d9c05
Bug 979993 - Free the old input data in SetValueInternal. r=bz
2014-03-06 20:27:52 -08:00
Matt Woodrow
abce112be1
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
2014-03-07 16:24:32 +13:00
Bill McCloskey
c0cbe05063
Bug 980558 - Enable extraWarnings on safe JS context (r=bholley)
2014-03-06 18:48:16 -08:00
Wes Kocher
b63ff2b8e9
Backed out changeset 263b6c86c1be (bug 980558) for build bustage on a CLOSED TREE
2014-03-06 18:43:26 -08:00
Wes Kocher
ab36f82734
Merge changes
2014-03-06 18:28:21 -08:00
Masayuki Nakano
bb2d6b4e70
Bug 962140 Collect more details of the queue status when we removed unexpected char message from the queue r=jimm
2014-03-07 11:27:49 +09:00
Wes Kocher
452135f341
Merge m-c to inbound
2014-03-06 18:27:43 -08:00
Bill McCloskey
17c26a600d
Bug 980558 - Enable extraWarnings on safe JS context (r=bholley)
2014-03-06 18:26:33 -08:00
Bill McCloskey
f3e08fea6f
Bug 972728 - Invalidate more often in basic compositor (r=mattwoodrow)
2014-03-06 18:25:09 -08:00
Wes Kocher
83c95626ff
Merge fx-team to m-c
2014-03-06 17:49:01 -08:00
Wes Kocher
1aaa11f047
Merge b2g-inbound to m-c
2014-03-06 17:37:39 -08:00
Ryan VanderMeulen
cb6ce085e9
Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375.
2014-03-06 16:30:35 -05:00
B2G Bumper Bot
37f790e433
Bumping manifests a=b2g-bump
2014-03-06 12:26:42 -08:00
B2G Bumper Bot
a57f8ba992
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/44e3bac38280
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #16945 from julienw/980251-script-to-run-unit-tests-in-b2g
Bug 980251 - Provide a simple way to run the test runner in B2G Desktop ...
========
https://hg.mozilla.org/integration/gaia-central/rev/1e4a5e68e301
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 980251 - Provide a simple way to run the test runner in B2G Desktop r=bkelly
Make bin/gaia-test takes an option to run in B2G Desktop instead of Firefox
2014-03-06 12:25:24 -08:00
B2G Bumper Bot
6c224e5f31
Bumping manifests a=b2g-bump
2014-03-06 12:17:43 -08:00
B2G Bumper Bot
fe1a02208e
Bumping manifests a=b2g-bump
2014-03-06 12:06:10 -08:00
B2G Bumper Bot
71f777f1eb
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c2010f29a3d4
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #16934 from 6a68/bug-977776-prefill-reset-password
Bug 977776: Pass email to firefox accounts server when resetting password
========
https://hg.mozilla.org/integration/gaia-central/rev/fb0ca0f438b1
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 977776: Pass email to firefox accounts server when resetting password.
2014-03-06 12:00:21 -08:00
B2G Bumper Bot
968a92acd7
Bumping manifests a=b2g-bump
2014-03-06 11:26:18 -08:00
B2G Bumper Bot
c7dc17aee3
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1bf6d2a2040c
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16867 from mcav/fix-ring-inactive
Bug 979102 - [B2G][Clock] If a user lets an alarm go off for 10 minutes... r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/f125bf546d5b
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 979102 - [B2G][Clock] If a user lets an alarm go off for 10 minutes without stopping it, the stop and snooze buttons will stop functioning
2014-03-06 11:20:21 -08:00
B2G Bumper Bot
0865eba307
Bumping manifests a=b2g-bump
2014-03-06 10:56:28 -08:00
B2G Bumper Bot
87f29ac413
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1a3a86dc975d
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16864 from mcav/edit-alarm-text
Bug 978930 - [B2G][Clock] Edit Alarm will be seen instead of New Alarm. r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/020c659d30cc
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 978930 - [B2G][Clock] Edit Alarm will be seen instead of New Alarm after deleting an alarm. r=millermedeiros
2014-03-06 10:55:22 -08:00
B2G Bumper Bot
de5053e871
Bumping manifests a=b2g-bump
2014-03-06 10:51:14 -08:00
B2G Bumper Bot
c466af83fa
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/53e60d8cbcc1
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16851 from mcav/fix-alarmicon
Bug 978683 - [Clock] Alarm icon not showing in the status bar. r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/aa6dd65ea9a7
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 978683 - [Clock] Alarm icon not showing in the status bar after setting an alarm
2014-03-06 10:45:25 -08:00
B2G Bumper Bot
0e3249995d
Bumping manifests a=b2g-bump
2014-03-06 10:20:50 -08:00
B2G Bumper Bot
acbe6d515f
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5db565643a26
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16467 from mcav/lap1000
Bug 949867 - [clock] lap100 won't be able to stopped. r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/9fa24ca12fad
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 949867 - [clock] lap100 won't be able to stopped. r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/569a8ad21c2d
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #16932 from mikehenrty/bug-965774-retrytests
Bug 965774 - [DSDS][FTE] Not exist 3 retries for each sim, r=francisco
========
https://hg.mozilla.org/integration/gaia-central/rev/c991471a71c1
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 965774 - [DSDS][FTE] Not exist 3 retries for each sim
2014-03-06 10:15:25 -08:00
B2G Bumper Bot
74e414a1bd
Bumping manifests a=b2g-bump
2014-03-06 10:01:31 -08:00
B2G Bumper Bot
55e8b9ab2c
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8b94c3c007f7
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #16963 from vingtetun/bug980417
Bug 980417 - The call log headers are transparent on the side. r=Rik
========
https://hg.mozilla.org/integration/gaia-central/rev/4f059db450cc
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 980417 - The call log headers are transparent on the side. r=Rik
========
https://hg.mozilla.org/integration/gaia-central/rev/776f43918207
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #16752 from yzen/957674
Bug 957674 - switching the screen reader toggle sequence from power butt...
========
https://hg.mozilla.org/integration/gaia-central/rev/a01c7caa0b4b
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 957674 - switching the screen reader toggle sequence from power button to volume up/down buttons.
========
https://hg.mozilla.org/integration/gaia-central/rev/75537ed270ba
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #16858 from mcav/translate-timer-sound-panel
Bug 979492 - [B2G][Clock][Timer]Missing titles in sound selection list. r=millermedeiros
========
https://hg.mozilla.org/integration/gaia-central/rev/6541934fefce
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 979492 - [B2G][Clock][Timer]Missing titles in sound selection list for timer
2014-03-06 10:00:19 -08:00
B2G Bumper Bot
9678e1869c
Bumping manifests a=b2g-bump
2014-03-06 09:06:07 -08:00
B2G Bumper Bot
157c68c991
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/30967c019132
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16937 from viorelaioia/geoloc
test geolocation failure
========
https://hg.mozilla.org/integration/gaia-central/rev/1c53e7a37a53
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: test geolocation failure
========
https://hg.mozilla.org/integration/gaia-central/rev/20cd238a6b66
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #16922 from mikehenrty/bug-965732-backbutton
Bug 965732 - [DSDS][FTE] Incorrect Order in screens in FTE when user pre... r=francisco
========
https://hg.mozilla.org/integration/gaia-central/rev/4dbe6406fd1a
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 965732 - [DSDS][FTE] Incorrect Order in screens in FTE when user presses "Back" button
2014-03-06 09:00:22 -08:00
B2G Bumper Bot
5c5909660e
Bumping manifests a=b2g-bump
2014-03-06 08:26:09 -08:00
B2G Bumper Bot
3f5b6bc845
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f8c197a12708
Author: Ben Kelly <ben@wanderview.com>
Desc: Revert "Merge pull request #15748 from wanderview/ogg-to-opus"
This reverts commit 01156db30d0a4d62c1776e2a6c7c0c25e2b20b52, reversing
changes made to adb5bc457e014b6b91c464cefba42e9abe9800ba.
Conflicts:
apps/system/js/icc_worker.js
test_apps/uitest/tests_html/API/audiotag.html
2014-03-06 08:20:22 -08:00
B2G Bumper Bot
823d794c8e
Bumping manifests a=b2g-bump
2014-03-06 07:36:11 -08:00
B2G Bumper Bot
757696a2a4
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/63f0db031313
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #16948 from crdlc/bug-drag-tests
Bug 946728 - DragDrop unit tests fail
========
https://hg.mozilla.org/integration/gaia-central/rev/4f7e11c9edb0
Author: crdlc <crdlc@tid.es>
Desc: Bug 946728 - DragDrop unit tests fail
========
https://hg.mozilla.org/integration/gaia-central/rev/67b9742a5f29
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #16944 from crdlc/bug-980237
Bug 980237 - The bookmarks edition screen closes automatically
========
https://hg.mozilla.org/integration/gaia-central/rev/d5122312883c
Author: crdlc <crdlc@tid.es>
Desc: Bug 980237 - The bookmarks edition screen closes automatically
2014-03-06 07:30:18 -08:00
B2G Bumper Bot
3b39e028e2
Bumping manifests a=b2g-bump
2014-03-06 06:46:12 -08:00
B2G Bumper Bot
d8a1cfddc4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/230b451ecb81
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16913 from zacc/bug_979869
Bug 979869 - Upgrade send sms atom to only return when the sms is actual...
========
https://hg.mozilla.org/integration/gaia-central/rev/d71d4b550221
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 979869 - Upgrade send sms atom to only return when the sms is actually sent
2014-03-06 06:40:23 -08:00
B2G Bumper Bot
ea577fdc8e
Bumping manifests a=b2g-bump
2014-03-06 06:31:13 -08:00
B2G Bumper Bot
24a4173b60
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/873b197d2cdf
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16904 from zacc/bug_979253
Bug 979253 - Remove deprecated LockScren class from gaiatest
========
https://hg.mozilla.org/integration/gaia-central/rev/e787a98c4f6e
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 979253 - Remove deprecated LockScren class from gaiatest
2014-03-06 06:25:23 -08:00
B2G Bumper Bot
ba3e5fbe11
Bumping manifests a=b2g-bump
2014-03-06 06:16:55 -08:00
B2G Bumper Bot
ffb2670a27
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fd46a1d43d56
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16950 from zacc/bug_973598
Bug 973598 - Add get_all_sms, add debug into test_sms_notification.
========
https://hg.mozilla.org/integration/gaia-central/rev/aaf2defc7253
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 973598 - Add get_all_sms, add debug into test_sms_notification.
2014-03-06 06:10:19 -08:00
B2G Bumper Bot
89c8142fdb
Bumping manifests a=b2g-bump
2014-03-06 06:05:51 -08:00
B2G Bumper Bot
4f9f2dc6f1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e5afb2db4f9a
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16953 from viorelaioia/bug_980274
Bug 980274 - Unxfail test_cost_control_ftu.py as Bug 979341 is fixed
========
https://hg.mozilla.org/integration/gaia-central/rev/154eba1dba7b
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 980274 - Unxfail test_cost_control_ftu.py as Bug 979341 is fixed
2014-03-06 06:00:23 -08:00
Yuan Xulei
704ae99c43
Bug 980136 - Fix creating test file failure issue. r=dhylands
2014-03-06 08:43:00 -05:00
Ethan Tseng
6bbc5f3f06
Bug 980101 - Disable RTSP video support on 1.4. r=vchang
2014-03-06 11:10:22 +08:00
Brian Grinstead
07b9e0c061
Bug 967033 - DevTools Themes - Active arrow for side menus is missing on windows. r=vporof
2014-03-05 10:32:30 -06:00
Jared Wein
1ed99bf62c
Bug 928722 - Resample the system scrollbar width when the UI theme is changed or mouse plugged in. (pair programmed with mconley). r=mconley
2014-03-06 09:17:00 -05:00
Ryan VanderMeulen
b2c1c5aba1
Merge m-c to fx-team.
2014-03-06 13:57:02 -05:00